log

age author description
Wed, 03 Sep 2008 17:43:00 +0000 michael Clarify sample_aspect_ratio. libavcodec
Wed, 03 Sep 2008 13:31:33 +0000 jai_menon fix issue 616 on roundup : decoding of short flac files libavcodec
Wed, 03 Sep 2008 12:43:18 +0000 diego Disable encoders by undefining CONFIG_FOO_ENCODER once instead of littering libavcodec
Wed, 03 Sep 2008 12:35:17 +0000 diego Surround some encoding-specific functions with the appropriate libavcodec
Wed, 03 Sep 2008 12:33:21 +0000 diego Replace generic CONFIG_ENCODERS preprocessor conditionals by more specific libavcodec
Wed, 03 Sep 2008 04:45:01 +0000 voroshil gain codebook (first stage), 8k mode for G.729 libavcodec
Wed, 03 Sep 2008 01:07:03 +0000 voroshil Another set of approved G.729 chunks (from decoder core) libavcodec
Wed, 03 Sep 2008 00:19:08 +0000 aurel theoradec: cosmetics: indentation libavcodec
Wed, 03 Sep 2008 00:17:11 +0000 aurel theoradec: skip decoding of uncoded MV in 4MV code libavcodec
Wed, 03 Sep 2008 00:10:30 +0000 aurel theoradec: small 4MV code reorganization to ease future improvements libavcodec
Tue, 02 Sep 2008 23:25:57 +0000 diego Replace generic CONFIG_DECODERS preprocessor conditionals by more specific libavcodec
Tue, 02 Sep 2008 23:14:11 +0000 diego Silence a couple of 'defined but not used' warnings by adding an av_unused libavcodec
Tue, 02 Sep 2008 23:09:14 +0000 diego Prevent a division by 0 in the g726 decoder when the configured samplerate is 0. libavcodec
Tue, 02 Sep 2008 17:15:28 +0000 voroshil Parity bit calculation routine for G.729 libavcodec
Tue, 02 Sep 2008 16:31:18 +0000 michael Try to support invalid h264 that does not mark IDR with POC=0. libavcodec
Tue, 02 Sep 2008 04:04:26 +0000 jbr add a separate line in Makefile for E-AC-3 decoder and only compile it when libavcodec
Mon, 01 Sep 2008 21:13:05 +0000 bcoudurier make pcm encoder setting bits_per_sample field libavcodec
Mon, 01 Sep 2008 14:33:54 +0000 jbr create a separate codec_id for E-AC-3 libavcodec
Mon, 01 Sep 2008 11:19:26 +0000 bwolowiec Remaining parts of Nellymoser encoder libavcodec
Mon, 01 Sep 2008 00:28:51 +0000 michael Check ff_init_me()s return value. libavcodec
Mon, 01 Sep 2008 00:22:00 +0000 michael 1000l Fix snow regression test that i broke in r15135. libavcodec
Sun, 31 Aug 2008 23:55:47 +0000 michael Warn the user about me_method values that are not supported. libavcodec
Sun, 31 Aug 2008 22:49:42 +0000 michael Optimize vorbis_residue_decode() so that vr->type is a constant. libavcodec
Sun, 31 Aug 2008 20:26:28 +0000 michael Remove debuging junk that probably hasnt been used by anyone since years. libavcodec
Sun, 31 Aug 2008 19:26:33 +0000 bwolowiec Okayed parts of nellymoserenc.c libavcodec
Sun, 31 Aug 2008 08:09:54 +0000 stefang reduce code duplication by moving common header parsing libavcodec
Sun, 31 Aug 2008 07:39:47 +0000 stefano Globally rename the header inclusion guard names. libavcodec
Sun, 31 Aug 2008 07:05:55 +0000 conrad Use ff_vp3_idct_data in vp3dsp_mmx.c rather than duplicating it libavcodec
Sun, 31 Aug 2008 07:05:29 +0000 conrad Declare ff_vp3_idct_data to be uint16_t libavcodec
Sun, 31 Aug 2008 07:05:08 +0000 conrad Don't declare SSE vp3 idct data static, so it can be used in the mmx version libavcodec