summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/ad_pcm.c
Commit message (Expand)AuthorAgeFilesLines
* rawaudio: use mplayer audio format for format optionwm42012-09-181-0/+6
* ad_pcm: add back raw decoderwm42012-09-181-0/+214
* libmpcodecs: remove redundant audio and video decoderswm42012-08-201-214/+0
* audio: disallow partial samples, fix ad_pcm to complyUoti Urpala2011-05-071-3/+8
* ad_pcm, codecs.conf: support 'lpcm' in mov and float in aiffcehoyos2011-04-131-0/+2
* cosmetics: "struct vf_instance* vf" -> "struct vf_instance *vf"Uoti Urpala2010-05-291-4/+4
* ad_pcm: don't rely on demux packets staying validUoti Urpala2010-05-151-9/+23
* ad_pcm: fix crash at EOFUoti Urpala2010-05-151-1/+1
* cosmetics: reindent ad_pcm.cUoti Urpala2010-05-151-117/+120
* Merge svn changes up to r30463Uoti Urpala2010-03-091-0/+18
|\
| * Add missing license headers to all files in the libmpcodecs directory.diego2010-01-301-0/+18
* | Merge svn changes up to r30437Uoti Urpala2010-01-281-0/+2
|\|
| * Fail ad_pcm initialization of WAVEFORMATEX header is missing instead of crash...reimar2010-01-241-0/+2
| * whitespace cosmetics: Remove all trailing whitespace.diego2009-05-131-1/+1
* | ad_pcm: Track pts explicitlyUoti Urpala2008-08-031-3/+36
* | 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