log

age author description
2008-09-08 vitor Normalize triplets in gain_val_tab[][] so gain_exp_tab[] can be just an libavcodec
2008-09-08 michael Remove deprecated avcodec_decode_audio() this one was not under #ifdef. libavcodec
2008-09-08 michael avcodec_find_best_pix_fmt() needs a 64bit mask as there are more than 32 pix_fmts. libavcodec
2008-09-08 michael Rename error_resilience to error_recognition. libavcodec
2008-09-08 vitor Pass directly variable 'a' to interp instead of evaluating it from num_blocks libavcodec
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
2008-08-31 michael Warn the user about me_method values that are not supported. libavcodec
2008-08-31 michael Optimize vorbis_residue_decode() so that vr->type is a constant. libavcodec
2008-08-31 michael Remove debuging junk that probably hasnt been used by anyone since years. libavcodec
2008-08-31 bwolowiec Okayed parts of nellymoserenc.c libavcodec
2008-08-31 stefang reduce code duplication by moving common header parsing libavcodec
2008-08-31 stefano Globally rename the header inclusion guard names. libavcodec
2008-08-31 conrad Use ff_vp3_idct_data in vp3dsp_mmx.c rather than duplicating it libavcodec
2008-08-31 conrad Declare ff_vp3_idct_data to be uint16_t libavcodec
2008-08-31 conrad Don't declare SSE vp3 idct data static, so it can be used in the mmx version libavcodec
2008-08-31 jbr turn on E-AC-3 decoding support and update the Changelog libavcodec
2008-08-31 jbr simplify code and comment regarding determination whether or not AHT is used. libavcodec
2008-08-31 jbr use correct table name libavcodec
2008-08-31 vitor Misc cosmetics in compute_lpc_coefs(): braces removal and empty lines libavcodec
2008-08-31 jbr skip converter exponent strategy for all channels at once libavcodec
2008-08-31 vitor Remove useless var in compute_lpc_coefs() libavcodec
2008-08-31 jbr merge declaration and init. variable is not used outside the loop. libavcodec
2008-08-31 jbr cosmetics: indentation libavcodec
2008-08-31 vitor Merge declaration and initialization of a few vars in compute_lpc_coefs() libavcodec
2008-08-31 jbr commit more OKed parts of the E-AC-3 decoder libavcodec
2008-08-30 jbr commit more OKed parts of the E-AC-3 decoder libavcodec
2008-08-30 jbr commit more OKed parts of the E-AC-3 decoder libavcodec
2008-08-30 michael Fix lossless jpeg encoder to comply to spec and store full redundant libavcodec
2008-08-30 conrad Remove unused dequantization code from SSE VP3 IDCT libavcodec
2008-08-30 conrad Use ff_pw_8 in MMX/SSE VP3 IDCT libavcodec
2008-08-30 conrad Let ff_pw_8 be used as an SSE constant libavcodec
2008-08-30 jbr cosmetics: update comment about dithering libavcodec
2008-08-30 michael Remove the cos_mod table that has become unused after replacing the imdct libavcodec
2008-08-30 michael Replace obfuscated mdct in qmf_32_subbands() by ff_imdct_half(). libavcodec
2008-08-30 michael Get rid of the 512 sample memmove(). libavcodec
2008-08-30 pross Remove 'currently unused' warning about SAMPLE_FMT_xxx. libavcodec
2008-08-29 bwolowiec Okayed parts of nellymoserenc.c libavcodec
2008-08-29 vitor Remove useless zeroing of a buffer libavcodec
2008-08-29 superdump Fix typo in element type libavcodec
2008-08-29 superdump Remove unnecessary portion of a condition. This fixes issue607 and avoids libavcodec
2008-08-29 stefano Fix typo. libavcodec
2008-08-29 michael Half the size of subband_fir_noidea and get rid of memmove & memset of it. libavcodec
2008-08-29 stefano Make X264_init() no longer assign avctx->rc_eq to libx264's context. libavcodec
2008-08-29 michael Move t1 and t2 declaration from the QMF code closer to where they are used. libavcodec
2008-08-29 michael Simplify (drop useless intermediate sum and diff arrays). libavcodec
2008-08-29 andoma 5,1l: samples_chanptr[] should be (const float *) libavcodec
2008-08-29 andoma dca: Set data_size outside block loop. libavcodec
2008-08-29 andoma dca: Do float -> int16 interleaving in-place using s->dsp.float_to_int16_interleave() libavcodec
2008-08-29 kostya While APE changed container format in 3.98, frequency tables for range coding libavcodec
2008-08-29 pross Bump libavcodec minor version number for r15017. libavcodec
2008-08-29 pross Add AVCodecContext.bits_per_raw_sample field. libavcodec
2008-08-29 pross Change AVCodecContext.bits_per_sample to bits_per_coded_sample. libavcodec
2008-08-29 jbr cosmetics: change another "get" to "decode" libavcodec
2008-08-29 jbr cosmetics: change "get" to "decode" libavcodec
2008-08-28 jbr cosmetics: indentation libavcodec
2008-08-28 jbr remove unneeded variable, dither_all libavcodec
2008-08-28 romansh Intial implementation of the DV100 (AKA DVCPRO HD) decoder and demuxer as libavcodec