Mercurial > libavcodec.hg
graph
-
Factorize broken clipping in its own function and document it. libavcodecSun, 07 Sep 2008 13:42:34 +0000, by vitor
-
Use the same 8 bit -> 16 bit conversion as QuickTime. libavcodecSun, 07 Sep 2008 09:46:55 +0000, by vitor
-
Do not share context variables between channels and do not zero them at libavcodecSun, 07 Sep 2008 09:42:57 +0000, by vitor
-
add 1bpp decoding function and extend 4bpp function to libavcodecSun, 07 Sep 2008 07:36:03 +0000, by stefang
-
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