summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* 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
* cosmetics: update comment about ditheringJustin Ruggles2008-08-30
* Remove the cos_mod table that has become unused after replacing the imdctMichael Niedermayer2008-08-30
* Replace obfuscated mdct in qmf_32_subbands() by ff_imdct_half().Michael Niedermayer2008-08-30
* Get rid of the 512 sample memmove().Michael Niedermayer2008-08-30
* Remove 'currently unused' warning about SAMPLE_FMT_xxx.Peter Ross2008-08-30
* Okayed parts of nellymoserenc.cBartlomiej Wolowiec2008-08-29
* Remove useless zeroing of a bufferVitor Sessak2008-08-29
* Fix typo in element typeRobert Swain2008-08-29
* Remove unnecessary portion of a condition. This fixes issue607 and avoidsRobert Swain2008-08-29
* Fix typo.Stefano Sabatini2008-08-29
* Half the size of subband_fir_noidea and get rid of memmove & memset of it.Michael Niedermayer2008-08-29
* Make X264_init() no longer assign avctx->rc_eq to libx264's context.Stefano Sabatini2008-08-29
* Move t1 and t2 declaration from the QMF code closer to where they are used.Michael Niedermayer2008-08-29
* Simplify (drop useless intermediate sum and diff arrays).Michael Niedermayer2008-08-29
* 5,1l: samples_chanptr[] should be (const float *)Andreas Öman2008-08-29
* dca: Set data_size outside block loop.Andreas Öman2008-08-29
* dca: Do float -> int16 interleaving in-place using s->dsp.float_to_int16_inte...Andreas Öman2008-08-29
* While APE changed container format in 3.98, frequency tables for range codingKostya Shishkov2008-08-29
* Bump libavcodec minor version number for r15017.Peter Ross2008-08-29
* Add AVCodecContext.bits_per_raw_sample field.Peter Ross2008-08-29
* Change AVCodecContext.bits_per_sample to bits_per_coded_sample.Peter Ross2008-08-29