log

age author description
2008-09-08 vitor Simplify if() in copy_and_dup() libavcodec
2008-09-08 vitor Add av_cold attribute to decode_init() libavcodec
2008-09-08 vitor Cosmetics: Make the two additional units in size more clear libavcodec
2008-09-08 michael Remove DEFAULT_FRAME_RATE_BASE. libavcodec
2008-09-08 michael Drop deprecated SAMPLE_FMT_S24. libavcodec
2008-09-08 michael Remove stuff under #if LIBAVCODEC_VERSION_INT. libavcodec
2008-09-08 michael Bump Major version, this commit is almost just renaming bits_per_sample to libavcodec
2008-09-08 michael Try to fix wma regression. libavcodec
2008-09-08 diego Relicense as ISC with the authors' permission. libavcodec
2008-09-07 diego Relicense from LGPL 2.1 to LGPL 2.1 or later with the authors' permission. libavcodec
2008-09-07 vitor Check output buffer size before decoding. libavcodec
2008-09-07 vitor Cosmetics: rename vars s/ctx/chd/ libavcodec
2008-09-07 vitor Exploit symmetry to reduce size of tables by half. libavcodec
2008-09-07 vitor Cosmetics: s/short/int16_t/ libavcodec
2008-09-07 vitor Remove cast, now tables are signed. libavcodec
2008-09-07 vitor Convert tables to signed and decimal. libavcodec
2008-09-07 vitor Remove unused table entries. libavcodec
2008-09-07 vitor Remove commented out code. libavcodec
2008-09-07 vitor Use FFMIN() instead of rewriting it. libavcodec
2008-09-07 vitor Factorize broken clipping in its own function and document it. libavcodec
2008-09-07 vitor Cosmetics: whitespace/linebreaks libavcodec
2008-09-07 vitor Use the same 8 bit -> 16 bit conversion as QuickTime. libavcodec
2008-09-07 vitor Do not share context variables between channels and do not zero them at libavcodec
2008-09-07 vitor Remove output pointer from context libavcodec
2008-09-07 stefang add 1bpp decoding function and extend 4bpp function to libavcodec
2008-09-06 diego license header consistency cosmetics. libavcodec
2008-09-06 diego license header consistency cosmetics libavcodec
2008-09-06 voroshil Remove not approved parts. libavcodec
2008-09-06 vitor Test a var for overflow just after it is set libavcodec
2008-09-06 vitor Remove useless parentheses. libavcodec
2008-09-05 reimar Fix nuv decoder to use reget_buffer for non-keyframes and correctly libavcodec
2008-09-05 vitor Cosmetics: indent after last commit and remove useless braces libavcodec
2008-09-05 vitor Simplify: use a for instead of unrolling by hand libavcodec
2008-09-04 vitor Functions mace{3,6}_decode_frame() are just wrappers to Exp1to{3,6}(). This commit libavcodec
2008-09-04 vitor Simplify: use two distinct functions to decode MACE3 and MACE6, since the libavcodec
2008-09-04 vitor Simplify mace_decode_frame() libavcodec
2008-09-04 vitor Remove useless comments libavcodec
2008-09-04 vitor Reindent mace.c, its indentation was completly inconsistent with the coding rules. libavcodec
2008-09-04 vitor Cosmetics: s/LPC_type/LPC_TYPE/ libavcodec
2008-09-04 vitor Multiply table by -1. This avoid doing this calculation (that was introduced libavcodec
2008-09-04 michael Fix artifacts of MPEG4-720I-DN-SV8K.trp caused by lack of IDR pictures and libavcodec
2008-09-04 vitor Avoid duplicating compute_lpc_coefs() function in both the RA288 and AAC decoders. libavcodec
2008-09-03 michael Ignore the spec, and calculate aspect ratio on width/height. libavcodec
2008-09-03 michael Clarify sample_aspect_ratio. libavcodec
2008-09-03 jai_menon fix issue 616 on roundup : decoding of short flac files libavcodec
2008-09-03 diego Disable encoders by undefining CONFIG_FOO_ENCODER once instead of littering libavcodec
2008-09-03 diego Surround some encoding-specific functions with the appropriate libavcodec
2008-09-03 diego Replace generic CONFIG_ENCODERS preprocessor conditionals by more specific libavcodec
2008-09-03 voroshil gain codebook (first stage), 8k mode for G.729 libavcodec
2008-09-03 voroshil Another set of approved G.729 chunks (from decoder core) libavcodec
2008-09-03 aurel theoradec: cosmetics: indentation libavcodec
2008-09-03 aurel theoradec: skip decoding of uncoded MV in 4MV code libavcodec
2008-09-03 aurel theoradec: small 4MV code reorganization to ease future improvements libavcodec
2008-09-02 diego Replace generic CONFIG_DECODERS preprocessor conditionals by more specific libavcodec
2008-09-02 diego Silence a couple of 'defined but not used' warnings by adding an av_unused libavcodec
2008-09-02 diego Prevent a division by 0 in the g726 decoder when the configured samplerate is 0. libavcodec
2008-09-02 voroshil Parity bit calculation routine for G.729 libavcodec
2008-09-02 michael Try to support invalid h264 that does not mark IDR with POC=0. libavcodec
2008-09-02 jbr add a separate line in Makefile for E-AC-3 decoder and only compile it when libavcodec
2008-09-01 bcoudurier make pcm encoder setting bits_per_sample field libavcodec
2008-09-01 jbr create a separate codec_id for E-AC-3 libavcodec
2008-09-01 bwolowiec Remaining parts of Nellymoser encoder libavcodec
2008-09-01 michael Check ff_init_me()s return value. libavcodec
2008-09-01 michael 1000l Fix snow regression test that i broke in r15135. libavcodec