log pcm.c @ 12488:351a81a23343 libavcodec

age author description
Sat, 24 Jul 2010 13:59:49 +0000 reimar Use "const" qualifier for pointers that point to input data of libavcodec
Fri, 16 Jul 2010 13:02:48 +0000 pross Use designated initialisers for pcm codec struct libavcodec
Thu, 10 Jun 2010 16:59:56 +0000 jbr Set bits_per_raw_sample in the pcm decoder. libavcodec
Tue, 20 Apr 2010 14:45:34 +0000 diego Remove explicit filename from Doxygen @file commands. libavcodec
Thu, 01 Apr 2010 17:54:15 +0000 reimar Allow hardcoding of ulaw and alaw tables. libavcodec
Tue, 30 Mar 2010 23:30:55 +0000 stefano Define AVMediaType enum, and use it instead of enum CodecType, which libavcodec
Mon, 09 Nov 2009 09:11:35 +0000 cehoyos Move ff_reverse in libavcodec to av_reverse in libavutil. libavcodec
Sun, 06 Sep 2009 09:15:07 +0000 reimar Make sample_fmts and channel_layouts compound literals const to reduce size of libavcodec
Sun, 26 Jul 2009 12:20:04 +0000 mru Replace WORDS_BIGENDIAN with HAVE_BIGENDIAN libavcodec
Sun, 19 Apr 2009 20:41:26 +0000 michael Indent libavcodec
Sun, 19 Apr 2009 20:40:56 +0000 michael Do not discard truncated packets. libavcodec
Mon, 13 Apr 2009 16:20:26 +0000 stefano Rename bitstream.h to get_bits.h. libavcodec
Tue, 07 Apr 2009 15:59:50 +0000 rbultje Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an libavcodec
Mon, 02 Mar 2009 05:45:44 +0000 diego cosmetics: Reformat long_names so that "PCM" comes first. libavcodec
Sun, 01 Feb 2009 02:00:19 +0000 diego Use full internal pathname in doxygen @file directives. libavcodec
Mon, 19 Jan 2009 15:46:40 +0000 diego cosmetics: Remove pointless period after copyright statement non-sentences. libavcodec
Wed, 14 Jan 2009 23:20:43 +0000 aurel WORDS_BIGENDIAN must be checked with #ifdef libavcodec
Tue, 13 Jan 2009 23:44:16 +0000 aurel Change semantic of CONFIG_*, HAVE_* and ARCH_*. libavcodec
Mon, 08 Sep 2008 14:24:59 +0000 michael Bump Major version, this commit is almost just renaming bits_per_sample to libavcodec
Mon, 01 Sep 2008 21:13:05 +0000 bcoudurier make pcm encoder setting bits_per_sample field libavcodec
Sat, 23 Aug 2008 22:45:03 +0000 pross Upgrade 20/24-bit PCM DVD decoder use SAMPLE_FMT_S32. Patch supplied by lars dot taeuber at gmx dot net. libavcodec
Wed, 20 Aug 2008 11:05:15 +0000 pross Fix PCM DVD divide by zero bug introduced in r14659. Patch supplied by lars dot taeuber at gmx dot net. libavcodec
Tue, 19 Aug 2008 10:43:47 +0000 pross Add F64BE, F64LE and F64BE PCM codecs. libavcodec
Tue, 19 Aug 2008 10:17:29 +0000 pross Fix PCM_S16LE_PLANAR channel-address calculation bug introduced in r14659. libavcodec
Sat, 16 Aug 2008 01:25:12 +0000 pross Use memcpy() for PCM S16/S32 codecs when codec byte-order matches machine byte-order. libavcodec
Tue, 12 Aug 2008 12:32:40 +0000 pross Fix CODEC_ID_PCM_U8 decoder output size calculation to support odd-number of samples. libavcodec
Mon, 11 Aug 2008 09:52:17 +0000 pross Apply PCM ENCODE/DECODE() macros to the S/U,8/24/32,LE/BE PCM codecs. libavcodec
Thu, 07 Aug 2008 09:32:10 +0000 pross Add simpler/cleaner/faster F32BE encoding/decoding. libavcodec
Thu, 07 Aug 2008 09:23:56 +0000 pross Simplify PCM codec; change 'n' in pcm_decode_frame() to equal "total number of samples". libavcodec
Thu, 07 Aug 2008 08:16:42 +0000 pross Prevent DAUD PCM encoder from fetching values outside of ff_reverse[] array bounds when input sample values are < 0. libavcodec