aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpcodecs/ad_pcm.c
Commit message (Expand)AuthorAge
* audio: disallow partial samples, fix ad_pcm to complyGravatar Uoti Urpala2011-05-07
* ad_pcm, codecs.conf: support 'lpcm' in mov and float in aiffGravatar cehoyos2011-04-13
* cosmetics: "struct vf_instance* vf" -> "struct vf_instance *vf"Gravatar Uoti Urpala2010-05-29
* ad_pcm: don't rely on demux packets staying validGravatar Uoti Urpala2010-05-15
* ad_pcm: fix crash at EOFGravatar Uoti Urpala2010-05-15
* cosmetics: reindent ad_pcm.cGravatar Uoti Urpala2010-05-15
* Merge svn changes up to r30463Gravatar Uoti Urpala2010-03-09
|\
| * Add missing license headers to all files in the libmpcodecs directory.Gravatar diego2010-01-30
* | Merge svn changes up to r30437Gravatar Uoti Urpala2010-01-28
|\|
| * Fail ad_pcm initialization of WAVEFORMATEX header is missing instead of crash...Gravatar reimar2010-01-24
| * whitespace cosmetics: Remove all trailing whitespace.Gravatar diego2009-05-13
* | ad_pcm: Track pts explicitlyGravatar Uoti Urpala2008-08-03
* | Make audio decoder description structs constGravatar Uoti Urpala2008-04-26
|/
* Fix all current known multi-channel wrong order problems by addingGravatar ulion2007-12-10
* Fix comment, it's 'sowt', not 'swot' ('twos' reversed)Gravatar reimar2006-11-05
* Change pcm decode_audio to return data based on minlen instead of maxlenGravatar uau2006-08-13
* Remove twos workaround, this bug was fixed in mov demuxerGravatar rtognimp2006-03-14
* in24/in32/fl32 little/big-endian QuickTime PCM audio supportGravatar rathann2006-03-13
* QuickTime in24 and in32 PCM audio supportGravatar rathann2006-03-11
* Unify include path handling, -I.. is in CFLAGS.Gravatar diego2005-11-18
* avoid reading more than maxlen bytes.Gravatar reimar2005-08-25
* lavf demuxer with raw PCM fix (and a related hang)Gravatar reimar2005-07-28
* Add support for 32-bit float WAV files and support for extended WAV filesGravatar ivo2005-02-26
* removing AFMT_ dependancyGravatar alex2004-12-27
* fl32: BE float32 PCM audio in mov filesGravatar rtognimp2004-11-27
* make use of 24bit afmtGravatar alex2004-10-04
* More support for audio format 0x0Gravatar rtognimp2004-06-06
* Fix "raw " audio in mov files.Gravatar rtognimp2004-05-23
* support for 24 bit pcm/wav filesGravatar reimar2004-05-16
* fix bigendian problems (left-right swapped 8bit pcms), add 32bit supportGravatar reimar2004-05-08
* Revert my old twos fix, it seems to break more files than it fixed.Gravatar rtognimp2004-03-28
* twos 16bit 2 channels fixed.Gravatar rtognimp2003-12-02
* qt swot supportGravatar alex2002-11-04
* -afm/-vfm migration from ID (int) to NAME (string) - simplifies code and make...Gravatar arpi2002-08-30
* 8bit 'twos' S8 pcm audio support - fixes MOTI1E.MOVGravatar arpi2002-05-30
* bigendian fix - thx to Rogério Brito <linuxconsult@yahoo.com.br>Gravatar arpi2002-04-25
* cleanupGravatar arpi2002-04-01
* twos audio fixedGravatar arpi2002-04-01
* imported from MPlayerXP, dlopen() hack removed, some bugs fixed, interface fu...Gravatar arpi2002-03-25