summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* Convert two tables to signed decimalVitor Sessak2008-09-09
* Cosmetics: remove useless parenthesesVitor Sessak2008-09-09
* Remove ChannelData.lev var and use ChannelData.level insteadVitor Sessak2008-09-09
* Add support for creating Simple Profile (I-frame only, no arithmetic coding)Anuradha Suraparaju2008-09-09
* vorbis_enc : set coded_frame->pts value to running sample count.Jai Menon2008-09-09
* remove one more stuff under #if LIBAVCODEC_VERSION_INTAurelien Jacobs2008-09-08
* alac : fix case where bits_per_sample is not set.Baptiste Coudurier2008-09-08
* Remove useless commentVitor Sessak2008-09-08
* Normalize triplets in gain_val_tab[][] so gain_exp_tab[] can be just anVitor Sessak2008-09-08
* Remove deprecated avcodec_decode_audio() this one was not under #ifdef.Michael Niedermayer2008-09-08
* avcodec_find_best_pix_fmt() needs a 64bit mask as there are more than 32 pix_...Michael Niedermayer2008-09-08
* Rename error_resilience to error_recognition.Michael Niedermayer2008-09-08
* 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