Mercurial > libavcodec.hg
graph
-
Fix nuv decoder to use reget_buffer for non-keyframes and correctly libavcodecFri, 05 Sep 2008 16:31:26 +0000, by reimar
-
Cosmetics: indent after last commit and remove useless braces libavcodecFri, 05 Sep 2008 00:01:23 +0000, by vitor
-
Simplify: use a for instead of unrolling by hand libavcodecFri, 05 Sep 2008 00:00:20 +0000, by vitor
-
Functions mace{3,6}_decode_frame() are just wrappers to Exp1to{3,6}(). This commit libavcodecThu, 04 Sep 2008 23:54:57 +0000, by vitor
-
Simplify: use two distinct functions to decode MACE3 and MACE6, since the libavcodecThu, 04 Sep 2008 23:18:28 +0000, by vitor
-
Reindent mace.c, its indentation was completly inconsistent with the coding rules. libavcodecThu, 04 Sep 2008 23:00:34 +0000, by vitor
-
Multiply table by -1. This avoid doing this calculation (that was introduced libavcodecThu, 04 Sep 2008 15:04:08 +0000, by vitor
-
Fix artifacts of MPEG4-720I-DN-SV8K.trp caused by lack of IDR pictures and libavcodecThu, 04 Sep 2008 12:21:06 +0000, by michael
-
Avoid duplicating compute_lpc_coefs() function in both the RA288 and AAC decoders. libavcodecThu, 04 Sep 2008 11:03:14 +0000, by vitor
-
Ignore the spec, and calculate aspect ratio on width/height. libavcodecWed, 03 Sep 2008 19:04:46 +0000, by michael
-
fix issue 616 on roundup : decoding of short flac files libavcodecWed, 03 Sep 2008 13:31:33 +0000, by jai_menon
-
Disable encoders by undefining CONFIG_FOO_ENCODER once instead of littering libavcodecWed, 03 Sep 2008 12:43:18 +0000, by diego
-
Surround some encoding-specific functions with the appropriate libavcodecWed, 03 Sep 2008 12:35:17 +0000, by diego
-
Replace generic CONFIG_ENCODERS preprocessor conditionals by more specific libavcodecWed, 03 Sep 2008 12:33:21 +0000, by diego
-
gain codebook (first stage), 8k mode for G.729 libavcodecWed, 03 Sep 2008 04:45:01 +0000, by voroshil
-
Another set of approved G.729 chunks (from decoder core) libavcodecWed, 03 Sep 2008 01:07:03 +0000, by voroshil
-
theoradec: skip decoding of uncoded MV in 4MV code libavcodecWed, 03 Sep 2008 00:17:11 +0000, by aurel
-
theoradec: small 4MV code reorganization to ease future improvements libavcodecWed, 03 Sep 2008 00:10:30 +0000, by aurel
-
Replace generic CONFIG_DECODERS preprocessor conditionals by more specific libavcodecTue, 02 Sep 2008 23:25:57 +0000, by diego
-
Silence a couple of 'defined but not used' warnings by adding an av_unused libavcodecTue, 02 Sep 2008 23:14:11 +0000, by diego
-
Prevent a division by 0 in the g726 decoder when the configured samplerate is 0. libavcodecTue, 02 Sep 2008 23:09:14 +0000, by diego
-
Try to support invalid h264 that does not mark IDR with POC=0. libavcodecTue, 02 Sep 2008 16:31:18 +0000, by michael
-
add a separate line in Makefile for E-AC-3 decoder and only compile it when libavcodecTue, 02 Sep 2008 04:04:26 +0000, by jbr
-
make pcm encoder setting bits_per_sample field libavcodecMon, 01 Sep 2008 21:13:05 +0000, by bcoudurier
-
1000l Fix snow regression test that i broke in r15135. libavcodecMon, 01 Sep 2008 00:22:00 +0000, by michael
-
Warn the user about me_method values that are not supported. libavcodecSun, 31 Aug 2008 23:55:47 +0000, by michael
-
Optimize vorbis_residue_decode() so that vr->type is a constant. libavcodecSun, 31 Aug 2008 22:49:42 +0000, by michael
-
Remove debuging junk that probably hasnt been used by anyone since years. libavcodecSun, 31 Aug 2008 20:26:28 +0000, by michael
-
reduce code duplication by moving common header parsing libavcodecSun, 31 Aug 2008 08:09:54 +0000, by stefang
-
Globally rename the header inclusion guard names. libavcodecSun, 31 Aug 2008 07:39:47 +0000, by stefano
-
Use ff_vp3_idct_data in vp3dsp_mmx.c rather than duplicating it libavcodecSun, 31 Aug 2008 07:05:55 +0000, by conrad
-
Don't declare SSE vp3 idct data static, so it can be used in the mmx version libavcodecSun, 31 Aug 2008 07:05:08 +0000, by conrad
-
turn on E-AC-3 decoding support and update the Changelog libavcodecSun, 31 Aug 2008 03:08:18 +0000, by jbr
-
simplify code and comment regarding determination whether or not AHT is used. libavcodecSun, 31 Aug 2008 03:01:56 +0000, by jbr
-
Misc cosmetics in compute_lpc_coefs(): braces removal and empty lines libavcodecSun, 31 Aug 2008 02:39:55 +0000, by vitor
-
skip converter exponent strategy for all channels at once libavcodecSun, 31 Aug 2008 02:38:38 +0000, by jbr
-
merge declaration and init. variable is not used outside the loop. libavcodecSun, 31 Aug 2008 02:35:58 +0000, by jbr
-
Merge declaration and initialization of a few vars in compute_lpc_coefs() libavcodecSun, 31 Aug 2008 02:31:05 +0000, by vitor
-
Fix lossless jpeg encoder to comply to spec and store full redundant libavcodecSat, 30 Aug 2008 20:39:12 +0000, by michael
-
Remove unused dequantization code from SSE VP3 IDCT libavcodecSat, 30 Aug 2008 19:47:47 +0000, by conrad