log pcm.c @ 7062:fb6038ffd2a9 libavcodec

age author description
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
Thu, 22 Dec 2005 01:10:11 +0000 diego COSMETICS: tabs --> spaces, some prettyprinting libavcodec
Sat, 17 Dec 2005 18:14:38 +0000 diego COSMETICS: Remove all trailing whitespace. libavcodec
Fri, 02 Sep 2005 20:04:03 +0000 reimar Document "us" parameter for PCM conversion functions. libavcodec
Fri, 02 Sep 2005 19:16:48 +0000 reimar Support de-/encoding of 24 and 32 bit PCM (from and to internal 16 bit). libavcodec
Sun, 13 Feb 2005 23:36:04 +0000 michael buffer overflow libavcodec
Sat, 06 Nov 2004 19:11:34 +0000 michael cbr audio muxing fix libavcodec
Fri, 21 May 2004 14:40:35 +0000 michael more data_size=0 cleanup libavcodec
Sun, 28 Sep 2003 20:27:56 +0000 michaelni simpler libavcodec
Thu, 06 Mar 2003 13:22:51 +0000 michaelni typos & cosmetics libavcodec
Tue, 11 Feb 2003 16:35:48 +0000 kabi * UINTX -> uintx_t INTX -> intx_t libavcodec
Sun, 19 Jan 2003 18:30:29 +0000 michaelni C99 initializers and kill warnings patch by (mru at users dot sourceforge dot net (M¸«©ns Rullg¸«©rd)) libavcodec
Mon, 09 Dec 2002 12:03:43 +0000 michaelni AVVideoFrame -> AVFrame libavcodec
Sat, 07 Sep 2002 10:57:51 +0000 michaelni fixing overflow in 16->8 bit conversion, patch by (Nikolai Zhubr <s001 at hotbox dot ru>) libavcodec
Mon, 27 May 2002 16:42:14 +0000 kabi * started to cleanup name clashes for onetime compilation libavcodec
Sat, 25 May 2002 22:45:33 +0000 glantau license/copyright change libavcodec
Sat, 18 May 2002 23:03:29 +0000 glantau removed useless header includes - use av memory functions libavcodec
Tue, 14 May 2002 02:36:23 +0000 philipjsg * Mea culpa: it seems that I broke encoding to 8-bit pcm files. This fixes it. libavcodec
Thu, 09 May 2002 01:22:51 +0000 philipjsg * Every frame is a key_frame libavcodec
Sun, 23 Sep 2001 17:16:51 +0000 glantau added pcm codecs libavcodec