log libmpcodecs/ad_pcm.c @ 34434:857f2d63af52

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.