log

age author description
Mon, 08 Sep 2008 18:18:49 +0000 michael Rename error_resilience to error_recognition. libavcodec
Mon, 08 Sep 2008 18:18:29 +0000 vitor Pass directly variable 'a' to interp instead of evaluating it from num_blocks libavcodec
Mon, 08 Sep 2008 18:16:00 +0000 vitor Simplify if() in copy_and_dup() libavcodec
Mon, 08 Sep 2008 18:14:37 +0000 vitor Add av_cold attribute to decode_init() libavcodec
Mon, 08 Sep 2008 18:13:53 +0000 vitor Cosmetics: Make the two additional units in size more clear libavcodec
Mon, 08 Sep 2008 15:28:07 +0000 michael Remove DEFAULT_FRAME_RATE_BASE. libavcodec
Mon, 08 Sep 2008 15:24:16 +0000 michael Drop deprecated SAMPLE_FMT_S24. libavcodec
Mon, 08 Sep 2008 15:03:17 +0000 michael Remove stuff under #if LIBAVCODEC_VERSION_INT. 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, 08 Sep 2008 13:37:12 +0000 michael Try to fix wma regression. libavcodec
Mon, 08 Sep 2008 05:17:17 +0000 diego Relicense as ISC with the authors' permission. libavcodec
Sun, 07 Sep 2008 21:02:28 +0000 diego Relicense from LGPL 2.1 to LGPL 2.1 or later with the authors' permission. libavcodec
Sun, 07 Sep 2008 20:21:15 +0000 vitor Check output buffer size before decoding. libavcodec
Sun, 07 Sep 2008 20:18:18 +0000 vitor Cosmetics: rename vars s/ctx/chd/ libavcodec
Sun, 07 Sep 2008 17:20:55 +0000 vitor Exploit symmetry to reduce size of tables by half. libavcodec
Sun, 07 Sep 2008 14:33:01 +0000 vitor Cosmetics: s/short/int16_t/ libavcodec
Sun, 07 Sep 2008 14:32:10 +0000 vitor Remove cast, now tables are signed. libavcodec
Sun, 07 Sep 2008 14:30:54 +0000 vitor Convert tables to signed and decimal. libavcodec
Sun, 07 Sep 2008 13:55:26 +0000 vitor Remove unused table entries. libavcodec
Sun, 07 Sep 2008 13:47:30 +0000 vitor Remove commented out code. libavcodec
Sun, 07 Sep 2008 13:46:09 +0000 vitor Use FFMIN() instead of rewriting it. libavcodec
Sun, 07 Sep 2008 13:42:34 +0000 vitor Factorize broken clipping in its own function and document it. libavcodec
Sun, 07 Sep 2008 09:55:47 +0000 vitor Cosmetics: whitespace/linebreaks libavcodec
Sun, 07 Sep 2008 09:46:55 +0000 vitor Use the same 8 bit -> 16 bit conversion as QuickTime. libavcodec
Sun, 07 Sep 2008 09:42:57 +0000 vitor Do not share context variables between channels and do not zero them at libavcodec
Sun, 07 Sep 2008 09:38:37 +0000 vitor Remove output pointer from context libavcodec
Sun, 07 Sep 2008 07:36:03 +0000 stefang add 1bpp decoding function and extend 4bpp function to libavcodec
Sat, 06 Sep 2008 16:15:45 +0000 diego license header consistency cosmetics. libavcodec
Sat, 06 Sep 2008 16:09:57 +0000 diego license header consistency cosmetics libavcodec
Sat, 06 Sep 2008 13:45:02 +0000 voroshil Remove not approved parts. libavcodec
Sat, 06 Sep 2008 11:46:29 +0000 vitor Test a var for overflow just after it is set libavcodec
Sat, 06 Sep 2008 11:45:10 +0000 vitor Remove useless parentheses. libavcodec
Fri, 05 Sep 2008 16:31:26 +0000 reimar Fix nuv decoder to use reget_buffer for non-keyframes and correctly libavcodec
Fri, 05 Sep 2008 00:01:23 +0000 vitor Cosmetics: indent after last commit and remove useless braces libavcodec
Fri, 05 Sep 2008 00:00:20 +0000 vitor Simplify: use a for instead of unrolling by hand libavcodec
Thu, 04 Sep 2008 23:54:57 +0000 vitor Functions mace{3,6}_decode_frame() are just wrappers to Exp1to{3,6}(). This commit libavcodec
Thu, 04 Sep 2008 23:18:28 +0000 vitor Simplify: use two distinct functions to decode MACE3 and MACE6, since the libavcodec
Thu, 04 Sep 2008 23:12:20 +0000 vitor Simplify mace_decode_frame() libavcodec
Thu, 04 Sep 2008 23:02:08 +0000 vitor Remove useless comments libavcodec
Thu, 04 Sep 2008 23:00:34 +0000 vitor Reindent mace.c, its indentation was completly inconsistent with the coding rules. libavcodec
Thu, 04 Sep 2008 22:17:27 +0000 vitor Cosmetics: s/LPC_type/LPC_TYPE/ libavcodec
Thu, 04 Sep 2008 15:04:08 +0000 vitor Multiply table by -1. This avoid doing this calculation (that was introduced libavcodec
Thu, 04 Sep 2008 12:21:06 +0000 michael Fix artifacts of MPEG4-720I-DN-SV8K.trp caused by lack of IDR pictures and libavcodec
Thu, 04 Sep 2008 11:03:14 +0000 vitor Avoid duplicating compute_lpc_coefs() function in both the RA288 and AAC decoders. libavcodec
Wed, 03 Sep 2008 19:04:46 +0000 michael Ignore the spec, and calculate aspect ratio on width/height. libavcodec
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