log libmpcodecs/ad_pcm.c @ 37195:ac6c37d85d65 default tip

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