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
Mon, 04 Aug 2008 07:49:50 +0000 pross Simplify PCM codec; replace switch() statements with av_get_bits_per_sample(). libavcodec
Mon, 04 Aug 2008 07:47:23 +0000 pross Simplify PCM codec; use sample_fmts field to set the avctx->sample_fmt field. libavcodec
Thu, 31 Jul 2008 10:47:31 +0000 pross Modify all codecs to report their supported input and output sample format(s). libavcodec
Sat, 26 Jul 2008 07:08:15 +0000 pross add CODEC_ID_PCM_F32BE (32-bit floating point PCM big endian decoder) libavcodec
Sat, 05 Jul 2008 07:30:59 +0000 diego Add a note to remind people that new PCM/ADPCM formats need to be added to libavcodec
Thu, 12 Jun 2008 21:50:13 +0000 stefano Make AVCodec long_names definition conditional depending on CONFIG_SMALL. libavcodec
Sat, 17 May 2008 11:42:03 +0000 diego LPCM 24 bits support, patch by Lars T¸«£uber, lars.taeuber gmx net libavcodec
Fri, 16 May 2008 13:12:56 +0000 diego Fix big-endian vs. little-endian typo. libavcodec
Fri, 16 May 2008 00:26:02 +0000 diego Add PCM codec long names; by Stefano Sabatini, stefano.sabatini-lala poste it. libavcodec
Tue, 06 May 2008 09:16:36 +0000 diego Remove unnecessary parentheses from return calls. libavcodec
Thu, 17 Apr 2008 22:04:34 +0000 diego cosmetics: Sort some lists alphabetically. libavcodec
Fri, 21 Mar 2008 03:11:20 +0000 zuxy Apply 'cold' attribute to init/uninit functions in libavcodec libavcodec
Fri, 01 Feb 2008 03:26:31 +0000 michael consts libavcodec
Mon, 17 Dec 2007 10:41:47 +0000 benoit Fix crash in PCM decoder when number of channels is not set. libavcodec
Tue, 27 Nov 2007 21:30:10 +0000 aurel cosmetics: alignment libavcodec
Sun, 25 Nov 2007 16:32:47 +0000 aurel add pcm_s16le_planar support for electronicarts files libavcodec
Wed, 07 Nov 2007 22:54:31 +0000 aurel split definition of PCM_CODEC into PCM_ENCODER and PCM_DECODER libavcodec
Thu, 01 Nov 2007 15:55:50 +0000 aurel remove useless #undef libavcodec
Mon, 30 Jul 2007 02:05:16 +0000 michael support silly PCM variant used by zork nemesis libavcodec
Thu, 10 May 2007 18:44:58 +0000 ramiro Revert r8979 (Ugly fix for r8963) libavcodec
Thu, 10 May 2007 15:00:09 +0000 ramiro Fix r8963 libavcodec
Wed, 09 May 2007 23:32:29 +0000 ramiro Simplify ptr[0]; ptr++; to *ptr++ libavcodec
Wed, 09 May 2007 23:21:07 +0000 ramiro Use bytestream libavcodec
Wed, 09 May 2007 23:15:19 +0000 ramiro Use AV_XX16 macros libavcodec
Wed, 09 May 2007 23:08:01 +0000 ramiro Factorize usum libavcodec
Tue, 13 Mar 2007 23:10:42 +0000 michael 10^10l to whoever wrote this libavcodec
Fri, 09 Feb 2007 13:57:14 +0000 michael packets with half pcm samples are invalid libavcodec
Sun, 14 Jan 2007 23:50:06 +0000 michael avcodec_decode_audio2() libavcodec
Sat, 07 Oct 2006 15:30:46 +0000 diego Change license headers to say 'FFmpeg' instead of 'this program/this library' libavcodec
Thu, 12 Jan 2006 22:43:26 +0000 diego Update licensing information: The FSF changed postal address. libavcodec