summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* Pass directly variable 'a' to interp instead of evaluating it from num_blocksVitor Sessak2008-09-08
* Simplify if() in copy_and_dup()Vitor Sessak2008-09-08
* Add av_cold attribute to decode_init()Vitor Sessak2008-09-08
* Cosmetics: Make the two additional units in size more clearVitor Sessak2008-09-08
* Remove DEFAULT_FRAME_RATE_BASE.Michael Niedermayer2008-09-08
* Drop deprecated SAMPLE_FMT_S24.Michael Niedermayer2008-09-08
* Remove stuff under #if LIBAVCODEC_VERSION_INT.Michael Niedermayer2008-09-08
* Bump Major version, this commit is almost just renaming bits_per_sample toLuca Abeni2008-09-08
* Try to fix wma regression.Michael Niedermayer2008-09-08
* Relicense as ISC with the authors' permission.Diego Biurrun2008-09-08
* Relicense from LGPL 2.1 to LGPL 2.1 or later with the authors' permission.Diego Biurrun2008-09-07
* Check output buffer size before decoding.Vitor Sessak2008-09-07
* Cosmetics: rename vars s/ctx/chd/Vitor Sessak2008-09-07
* Exploit symmetry to reduce size of tables by half.Vitor Sessak2008-09-07
* Cosmetics: s/short/int16_t/Vitor Sessak2008-09-07
* Remove cast, now tables are signed.Vitor Sessak2008-09-07
* Convert tables to signed and decimal.Vitor Sessak2008-09-07
* Remove unused table entries.Vitor Sessak2008-09-07
* Remove commented out code.Vitor Sessak2008-09-07
* Use FFMIN() instead of rewriting it.Vitor Sessak2008-09-07
* Factorize broken clipping in its own function and document it.Vitor Sessak2008-09-07
* Cosmetics: whitespace/linebreaksVitor Sessak2008-09-07
* Use the same 8 bit -> 16 bit conversion as QuickTime.Vitor Sessak2008-09-07
* Do not share context variables between channels and do not zero them atVitor Sessak2008-09-07
* Remove output pointer from contextVitor Sessak2008-09-07
* add 1bpp decoding function and extend 4bpp function toStefan Gehrer2008-09-07
* license header consistency cosmetics.Diego Biurrun2008-09-06
* license header consistency cosmeticsDiego Biurrun2008-09-06
* Remove not approved parts.Vladimir Voroshilov2008-09-06
* Test a var for overflow just after it is setVitor Sessak2008-09-06
* Remove useless parentheses.Vitor Sessak2008-09-06
* Fix nuv decoder to use reget_buffer for non-keyframes and correctlyReimar Döffinger2008-09-05
* Cosmetics: indent after last commit and remove useless bracesVitor Sessak2008-09-05
* Simplify: use a for instead of unrolling by handVitor Sessak2008-09-05
* Functions mace{3,6}_decode_frame() are just wrappers to Exp1to{3,6}(). This c...Vitor Sessak2008-09-04
* Simplify: use two distinct functions to decode MACE3 and MACE6, since theVitor Sessak2008-09-04
* Simplify mace_decode_frame()Vitor Sessak2008-09-04
* Remove useless commentsVitor Sessak2008-09-04
* Reindent mace.c, its indentation was completly inconsistent with the coding r...Vitor Sessak2008-09-04
* Cosmetics: s/LPC_type/LPC_TYPE/Vitor Sessak2008-09-04
* 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