summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* create a separate codec_id for E-AC-3Justin Ruggles2008-09-016-5/+19
* Remaining parts of Nellymoser encoderBartlomiej Wolowiec2008-09-013-1/+223
* Check ff_init_me()s return value.Michael Niedermayer2008-09-011-1/+2
* 1000l Fix snow regression test that i broke in r15135.Michael Niedermayer2008-09-011-1/+2
* Warn the user about me_method values that are not supported.Michael Niedermayer2008-08-311-0/+4
* Optimize vorbis_residue_decode() so that vr->type is a constant.Michael Niedermayer2008-08-311-9/+20
* Remove debuging junk that probably hasnt been used by anyone since years.Michael Niedermayer2008-08-311-127/+2
* Okayed parts of nellymoserenc.cBartlomiej Wolowiec2008-08-311-0/+15
* reduce code duplication by moving common header parsingStefan Gehrer2008-08-311-165/+47
* Globally rename the header inclusion guard names.Stefano Sabatini2008-08-31167-500/+500
* Use ff_vp3_idct_data in vp3dsp_mmx.c rather than duplicating itDavid Conrad2008-08-313-24/+2
* Declare ff_vp3_idct_data to be uint16_tDavid Conrad2008-08-311-1/+1
* Don't declare SSE vp3 idct data static, so it can be used in the mmx versionDavid Conrad2008-08-311-2/+2
* turn on E-AC-3 decoding support and update the ChangelogJustin Ruggles2008-08-312-6/+3
* simplify code and comment regarding determination whether or not AHT is used.Justin Ruggles2008-08-311-12/+12
* use correct table nameJustin Ruggles2008-08-311-1/+1
* Misc cosmetics in compute_lpc_coefs(): braces removal and empty linesVitor Sessak2008-08-311-6/+6
* skip converter exponent strategy for all channels at onceJustin Ruggles2008-08-311-3/+1
* Remove useless var in compute_lpc_coefs()Vitor Sessak2008-08-311-3/+2
* merge declaration and init. variable is not used outside the loop.Justin Ruggles2008-08-311-2/+1
* cosmetics: indentationJustin Ruggles2008-08-311-17/+17
* Merge declaration and initialization of a few vars in compute_lpc_coefs()Vitor Sessak2008-08-311-5/+3
* commit more OKed parts of the E-AC-3 decoderJustin Ruggles2008-08-311-10/+35
* commit more OKed parts of the E-AC-3 decoderJustin Ruggles2008-08-301-2/+6
* commit more OKed parts of the E-AC-3 decoderJustin Ruggles2008-08-301-0/+411
* Fix lossless jpeg encoder to comply to spec and store full redundantMichael Niedermayer2008-08-301-4/+4
* Remove unused dequantization code from SSE VP3 IDCTDavid Conrad2008-08-301-343/+0
* Use ff_pw_8 in MMX/SSE VP3 IDCTDavid Conrad2008-08-302-16/+5
* Let ff_pw_8 be used as an SSE constantDavid Conrad2008-08-302-2/+2
* cosmetics: update comment about ditheringJustin Ruggles2008-08-301-1/+1
* Remove the cos_mod table that has become unused after replacing the imdctMichael Niedermayer2008-08-301-34/+0
* Replace obfuscated mdct in qmf_32_subbands() by ff_imdct_half().Michael Niedermayer2008-08-301-28/+37
* Get rid of the 512 sample memmove().Michael Niedermayer2008-08-301-4/+10
* Remove 'currently unused' warning about SAMPLE_FMT_xxx.Peter Ross2008-08-301-1/+0
* Okayed parts of nellymoserenc.cBartlomiej Wolowiec2008-08-291-0/+144
* Remove useless zeroing of a bufferVitor Sessak2008-08-291-1/+0
* Fix typo in element typeRobert Swain2008-08-291-1/+1
* Remove unnecessary portion of a condition. This fixes issue607 and avoidsRobert Swain2008-08-291-1/+1
* Fix typo.Stefano Sabatini2008-08-291-1/+1
* Half the size of subband_fir_noidea and get rid of memmove & memset of it.Michael Niedermayer2008-08-291-10/+9
* Make X264_init() no longer assign avctx->rc_eq to libx264's context.Stefano Sabatini2008-08-291-1/+0
* Move t1 and t2 declaration from the QMF code closer to where they are used.Michael Niedermayer2008-08-291-4/+2
* Simplify (drop useless intermediate sum and diff arrays).Michael Niedermayer2008-08-291-10/+3
* 5,1l: samples_chanptr[] should be (const float *)Andreas Öman2008-08-291-1/+1
* dca: Set data_size outside block loop.Andreas Öman2008-08-291-2/+1
* dca: Do float -> int16 interleaving in-place using s->dsp.float_to_int16_inte...Andreas Öman2008-08-291-10/+7
* While APE changed container format in 3.98, frequency tables for range codingKostya Shishkov2008-08-291-1/+1
* Bump libavcodec minor version number for r15017.Peter Ross2008-08-291-1/+1
* Add AVCodecContext.bits_per_raw_sample field.Peter Ross2008-08-292-0/+9
* Change AVCodecContext.bits_per_sample to bits_per_coded_sample.Peter Ross2008-08-292-0/+8
OpenPOWER on IntegriCloud