log libmpcodecs/ad_pcm.c @ 36434:72438f81faab

age author description
2011-03-12 cehoyos Support 32bit big endian float pcm in aiff.
2011-03-12 cehoyos Support 'lpcm' in mov files, has audible (clipping?) artefacts on some systems.
2010-05-23 diego cosmetics: reformat ad_pcm.c in K&R style
2010-02-12 diego Mark all ad_info_t/vd_info_t structure declarations as const.
2010-01-30 diego Add missing license headers to all files in the libmpcodecs directory.
2010-01-24 reimar Fail ad_pcm initialization of WAVEFORMATEX header is missing instead of crashing.
2009-05-13 diego whitespace cosmetics: Remove all trailing whitespace.
2007-12-10 ulion Fix all current known multi-channel wrong order problems by adding
2006-11-05 reimar Fix comment, it's 'sowt', not 'swot' ('twos' reversed)
2006-08-13 uau Change pcm decode_audio to return data based on minlen instead of maxlen
2006-03-14 rtognimp Remove twos workaround, this bug was fixed in mov demuxer
2006-03-13 rathann in24/in32/fl32 little/big-endian QuickTime PCM audio support
2006-03-11 rathann QuickTime in24 and in32 PCM audio support
2005-11-18 diego Unify include path handling, -I.. is in CFLAGS.
2005-08-25 reimar avoid reading more than maxlen bytes.
2005-07-28 reimar lavf demuxer with raw PCM fix (and a related hang)
2005-02-26 ivo Add support for 32-bit float WAV files and support for extended WAV files
2004-12-27 alex removing AFMT_ dependancy
2004-11-27 rtognimp fl32: BE float32 PCM audio in mov files
2004-10-04 alex make use of 24bit afmt
2004-06-06 rtognimp More support for audio format 0x0
2004-05-23 rtognimp Fix "raw " audio in mov files.
2004-05-16 reimar support for 24 bit pcm/wav files
2004-05-08 reimar fix bigendian problems (left-right swapped 8bit pcms), add 32bit support
2004-03-28 rtognimp Revert my old twos fix, it seems to break more files than it fixed.
2003-12-02 rtognimp twos 16bit 2 channels fixed.
2002-11-04 alex qt swot support
2002-08-30 arpi -afm/-vfm migration from ID (int) to NAME (string) - simplifies code and makes dlopen()'ing possible
2002-05-30 arpi 8bit 'twos' S8 pcm audio support - fixes MOTI1E.MOV
2002-04-25 arpi bigendian fix - thx to Rogério Brito <linuxconsult@yahoo.com.br>
2002-04-01 arpi cleanup
2002-04-01 arpi twos audio fixed
2002-03-25 arpi imported from MPlayerXP, dlopen() hack removed, some bugs fixed, interface functions changed to static, info->author field added