summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* Multiply table by -1. This avoid doing this calculation (that was introducedVitor Sessak2008-09-04
* Fix artifacts of MPEG4-720I-DN-SV8K.trp caused by lack of IDR pictures andMichael Niedermayer2008-09-04
* Avoid duplicating compute_lpc_coefs() function in both the RA288 and AAC deco...Vitor Sessak2008-09-04
* Ignore the spec, and calculate aspect ratio on width/height.Michael Niedermayer2008-09-03
* Clarify sample_aspect_ratio.Michael Niedermayer2008-09-03
* fix issue 616 on roundup : decoding of short flac filesJai Menon2008-09-03
* Disable encoders by undefining CONFIG_FOO_ENCODER once instead of litteringDiego Biurrun2008-09-03
* Surround some encoding-specific functions with the appropriateDiego Biurrun2008-09-03
* Replace generic CONFIG_ENCODERS preprocessor conditionals by more specificDiego Biurrun2008-09-03
* gain codebook (first stage), 8k mode for G.729Vladimir Voroshilov2008-09-03
* Another set of approved G.729 chunks (from decoder core)Vladimir Voroshilov2008-09-03
* theoradec: cosmetics: indentationAurelien Jacobs2008-09-03
* theoradec: skip decoding of uncoded MV in 4MV codeAurelien Jacobs2008-09-03
* theoradec: small 4MV code reorganization to ease future improvementsAurelien Jacobs2008-09-03
* Replace generic CONFIG_DECODERS preprocessor conditionals by more specificDiego Biurrun2008-09-02
* Silence a couple of 'defined but not used' warnings by adding an av_unusedDiego Biurrun2008-09-02
* Prevent a division by 0 in the g726 decoder when the configured samplerate is 0.Laurent Aimar2008-09-02
* Parity bit calculation routine for G.729Vladimir Voroshilov2008-09-02
* Try to support invalid h264 that does not mark IDR with POC=0.Michael Niedermayer2008-09-02
* add a separate line in Makefile for E-AC-3 decoder and only compile it whenJustin Ruggles2008-09-02
* make pcm encoder setting bits_per_sample fieldBaptiste Coudurier2008-09-01
* create a separate codec_id for E-AC-3Justin Ruggles2008-09-01
* Remaining parts of Nellymoser encoderBartlomiej Wolowiec2008-09-01
* Check ff_init_me()s return value.Michael Niedermayer2008-09-01
* 1000l Fix snow regression test that i broke in r15135.Michael Niedermayer2008-09-01
* Warn the user about me_method values that are not supported.Michael Niedermayer2008-08-31
* Optimize vorbis_residue_decode() so that vr->type is a constant.Michael Niedermayer2008-08-31
* Remove debuging junk that probably hasnt been used by anyone since years.Michael Niedermayer2008-08-31
* Okayed parts of nellymoserenc.cBartlomiej Wolowiec2008-08-31
* reduce code duplication by moving common header parsingStefan Gehrer2008-08-31
* Globally rename the header inclusion guard names.Stefano Sabatini2008-08-31
* Use ff_vp3_idct_data in vp3dsp_mmx.c rather than duplicating itDavid Conrad2008-08-31
* Declare ff_vp3_idct_data to be uint16_tDavid Conrad2008-08-31
* Don't declare SSE vp3 idct data static, so it can be used in the mmx versionDavid Conrad2008-08-31
* turn on E-AC-3 decoding support and update the ChangelogJustin Ruggles2008-08-31
* simplify code and comment regarding determination whether or not AHT is used.Justin Ruggles2008-08-31
* use correct table nameJustin Ruggles2008-08-31
* Misc cosmetics in compute_lpc_coefs(): braces removal and empty linesVitor Sessak2008-08-31
* skip converter exponent strategy for all channels at onceJustin Ruggles2008-08-31
* Remove useless var in compute_lpc_coefs()Vitor Sessak2008-08-31
* merge declaration and init. variable is not used outside the loop.Justin Ruggles2008-08-31
* cosmetics: indentationJustin Ruggles2008-08-31
* Merge declaration and initialization of a few vars in compute_lpc_coefs()Vitor Sessak2008-08-31
* commit more OKed parts of the E-AC-3 decoderJustin Ruggles2008-08-31
* commit more OKed parts of the E-AC-3 decoderJustin Ruggles2008-08-30
* commit more OKed parts of the E-AC-3 decoderJustin Ruggles2008-08-30
* Fix lossless jpeg encoder to comply to spec and store full redundantMichael Niedermayer2008-08-30
* Remove unused dequantization code from SSE VP3 IDCTDavid Conrad2008-08-30
* Use ff_pw_8 in MMX/SSE VP3 IDCTDavid Conrad2008-08-30
* Let ff_pw_8 be used as an SSE constantDavid Conrad2008-08-30