summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* Remove stuff under #if LIBAVCODEC_VERSION_INT.Michael Niedermayer2008-09-088-187/+0
* Bump Major version, this commit is almost just renaming bits_per_sample toLuca Abeni2008-09-0823-64/+63
* Try to fix wma regression.Michael Niedermayer2008-09-081-2/+1
* Relicense as ISC with the authors' permission.Diego Biurrun2008-09-081-18/+12
* Relicense from LGPL 2.1 to LGPL 2.1 or later with the authors' permission.Diego Biurrun2008-09-071-1/+2
* Check output buffer size before decoding.Vitor Sessak2008-09-071-0/+10
* Cosmetics: rename vars s/ctx/chd/Vitor Sessak2008-09-071-25/+25
* Exploit symmetry to reduce size of tables by half.Vitor Sessak2008-09-071-202/+112
* Cosmetics: s/short/int16_t/Vitor Sessak2008-09-071-5/+5
* Remove cast, now tables are signed.Vitor Sessak2008-09-071-4/+4
* Convert tables to signed and decimal.Vitor Sessak2008-09-071-194/+194
* Remove unused table entries.Vitor Sessak2008-09-071-75/+77
* Remove commented out code.Vitor Sessak2008-09-071-3/+0
* Use FFMIN() instead of rewriting it.Vitor Sessak2008-09-071-4/+1
* Factorize broken clipping in its own function and document it.Vitor Sessak2008-09-071-12/+16
* Cosmetics: whitespace/linebreaksVitor Sessak2008-09-071-12/+18
* Use the same 8 bit -> 16 bit conversion as QuickTime.Vitor Sessak2008-09-071-3/+7
* Do not share context variables between channels and do not zero them atVitor Sessak2008-09-071-11/+13
* Remove output pointer from contextVitor Sessak2008-09-071-19/+21
* add 1bpp decoding function and extend 4bpp function toStefan Gehrer2008-09-071-46/+89
* license header consistency cosmetics.Diego Biurrun2008-09-061-2/+2
* license header consistency cosmeticsDiego Biurrun2008-09-061-0/+2
* Remove not approved parts.Vladimir Voroshilov2008-09-061-18/+0
* Test a var for overflow just after it is setVitor Sessak2008-09-061-2/+2
* Remove useless parentheses.Vitor Sessak2008-09-061-1/+1
* Fix nuv decoder to use reget_buffer for non-keyframes and correctlyReimar Döffinger2008-09-051-6/+16
* Cosmetics: indent after last commit and remove useless bracesVitor Sessak2008-09-051-6/+5
* Simplify: use a for instead of unrolling by handVitor Sessak2008-09-051-7/+4
* Functions mace{3,6}_decode_frame() are just wrappers to Exp1to{3,6}(). This c...Vitor Sessak2008-09-041-90/+34
* Simplify: use two distinct functions to decode MACE3 and MACE6, since theVitor Sessak2008-09-041-24/+26
* Simplify mace_decode_frame()Vitor Sessak2008-09-041-8/+11
* Remove useless commentsVitor Sessak2008-09-041-9/+0
* Reindent mace.c, its indentation was completly inconsistent with the coding r...Vitor Sessak2008-09-041-95/+95
* Cosmetics: s/LPC_type/LPC_TYPE/Vitor Sessak2008-09-041-9/+9
* Multiply table by -1. This avoid doing this calculation (that was introducedVitor Sessak2008-09-042-10/+10
* Fix artifacts of MPEG4-720I-DN-SV8K.trp caused by lack of IDR pictures andMichael Niedermayer2008-09-041-0/+1
* Avoid duplicating compute_lpc_coefs() function in both the RA288 and AAC deco...Vitor Sessak2008-09-044-95/+69
* 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
OpenPOWER on IntegriCloud