summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/ad_pcm.c
Commit message (Expand)AuthorAgeFilesLines
* Make audio decoder description structs constUoti Urpala2008-04-261-1/+1
* Fix all current known multi-channel wrong order problems by addingulion2007-12-101-0/+7
* Fix comment, it's 'sowt', not 'swot' ('twos' reversed)reimar2006-11-051-1/+1
* Change pcm decode_audio to return data based on minlen instead of maxlenuau2006-08-131-1/+5
* Remove twos workaround, this bug was fixed in mov demuxerrtognimp2006-03-141-7/+0
* in24/in32/fl32 little/big-endian QuickTime PCM audio supportrathann2006-03-131-0/+20
* QuickTime in24 and in32 PCM audio supportrathann2006-03-111-0/+8
* Unify include path handling, -I.. is in CFLAGS.diego2005-11-181-1/+1
* avoid reading more than maxlen bytes.reimar2005-08-251-2/+2
* lavf demuxer with raw PCM fix (and a related hang)reimar2005-07-281-0/+2
* Add support for 32-bit float WAV files and support for extended WAV filesivo2005-02-261-0/+4
* removing AFMT_ dependancyalex2004-12-271-15/+15
* fl32: BE float32 PCM audio in mov filesrtognimp2004-11-271-0/+4
* make use of 24bit afmtalex2004-10-041-3/+1
* More support for audio format 0x0rtognimp2004-06-061-0/+1
* Fix "raw " audio in mov files.rtognimp2004-05-231-0/+4
* support for 24 bit pcm/wav filesreimar2004-05-161-0/+4
* fix bigendian problems (left-right swapped 8bit pcms), add 32bit supportreimar2004-05-081-12/+10
* Revert my old twos fix, it seems to break more files than it fixed.rtognimp2004-03-281-0/+5
* twos 16bit 2 channels fixed.rtognimp2003-12-021-0/+2
* qt swot supportalex2002-11-041-2/+3
* -afm/-vfm migration from ID (int) to NAME (string) - simplifies code and make...arpi2002-08-301-1/+0
* 8bit 'twos' S8 pcm audio support - fixes MOTI1E.MOVarpi2002-05-301-0/+3
* bigendian fix - thx to Rogério Brito <linuxconsult@yahoo.com.br>arpi2002-04-251-1/+5
* cleanuparpi2002-04-011-6/+5
* twos audio fixedarpi2002-04-011-1/+12
* imported from MPlayerXP, dlopen() hack removed, some bugs fixed, interface fu...arpi2002-03-251-0/+66