summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* Ignore the spec, and calculate aspect ratio on width/height.Michael Niedermayer2008-09-031-1/+3
* Clarify sample_aspect_ratio.Michael Niedermayer2008-09-031-0/+1
* fix issue 616 on roundup : decoding of short flac filesJai Menon2008-09-031-1/+1
* Disable encoders by undefining CONFIG_FOO_ENCODER once instead of litteringDiego Biurrun2008-09-032-12/+8
* Surround some encoding-specific functions with the appropriateDiego Biurrun2008-09-032-0/+8
* Replace generic CONFIG_ENCODERS preprocessor conditionals by more specificDiego Biurrun2008-09-038-47/+44
* gain codebook (first stage), 8k mode for G.729Vladimir Voroshilov2008-09-031-0/+14
* Another set of approved G.729 chunks (from decoder core)Vladimir Voroshilov2008-09-031-0/+43
* theoradec: cosmetics: indentationAurelien Jacobs2008-09-031-9/+9
* theoradec: skip decoding of uncoded MV in 4MV codeAurelien Jacobs2008-09-031-1/+9
* theoradec: small 4MV code reorganization to ease future improvementsAurelien Jacobs2008-09-031-7/+6
* Replace generic CONFIG_DECODERS preprocessor conditionals by more specificDiego Biurrun2008-09-023-12/+14
* Silence a couple of 'defined but not used' warnings by adding an av_unusedDiego Biurrun2008-09-021-4/+4
* Prevent a division by 0 in the g726 decoder when the configured samplerate is 0.Laurent Aimar2008-09-021-1/+8
* Parity bit calculation routine for G.729Vladimir Voroshilov2008-09-021-0/+8
* Try to support invalid h264 that does not mark IDR with POC=0.Michael Niedermayer2008-09-021-3/+3
* add a separate line in Makefile for E-AC-3 decoder and only compile it whenJustin Ruggles2008-09-021-0/+1
* make pcm encoder setting bits_per_sample fieldBaptiste Coudurier2008-09-011-1/+2
* 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
OpenPOWER on IntegriCloud