Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-09-09vorbis_enc : set coded_frame->pts value to running sample count.Jai Menon
2008-09-09remove one more stuff under #if LIBAVCODEC_VERSION_INTAurelien Jacobs
2008-09-08alac : fix case where bits_per_sample is not set.Baptiste Coudurier
2008-09-08Remove useless commentVitor Sessak
2008-09-08Normalize triplets in gain_val_tab[][] so gain_exp_tab[] can be just anVitor Sessak
2008-09-08Remove deprecated avcodec_decode_audio() this one was not under #ifdef.Michael Niedermayer
2008-09-08avcodec_find_best_pix_fmt() needs a 64bit mask as there are more than 32 pix_...Michael Niedermayer
2008-09-08Rename error_resilience to error_recognition.Michael Niedermayer
2008-09-08Pass directly variable 'a' to interp instead of evaluating it from num_blocksVitor Sessak
2008-09-08Simplify if() in copy_and_dup()Vitor Sessak
2008-09-08Add av_cold attribute to decode_init()Vitor Sessak
2008-09-08Cosmetics: Make the two additional units in size more clearVitor Sessak
2008-09-08Remove DEFAULT_FRAME_RATE_BASE.Michael Niedermayer
2008-09-08Drop deprecated SAMPLE_FMT_S24.Michael Niedermayer
2008-09-08Remove stuff under #if LIBAVCODEC_VERSION_INT.Michael Niedermayer
2008-09-08Bump Major version, this commit is almost just renaming bits_per_sample toLuca Abeni
2008-09-08Try to fix wma regression.Michael Niedermayer
2008-09-08Relicense as ISC with the authors' permission.Diego Biurrun
2008-09-08Relicense from LGPL 2.1 to LGPL 2.1 or later with the authors' permission.Diego Biurrun
2008-09-08Check output buffer size before decoding.Vitor Sessak
2008-09-08Cosmetics: rename vars s/ctx/chd/Vitor Sessak
2008-09-07Exploit symmetry to reduce size of tables by half.Vitor Sessak
2008-09-07Cosmetics: s/short/int16_t/Vitor Sessak
2008-09-07Remove cast, now tables are signed.Vitor Sessak
2008-09-07Convert tables to signed and decimal.Vitor Sessak
2008-09-07Remove unused table entries.Vitor Sessak
2008-09-07Remove commented out code.Vitor Sessak
2008-09-07Use FFMIN() instead of rewriting it.Vitor Sessak
2008-09-07Factorize broken clipping in its own function and document it.Vitor Sessak
2008-09-07Cosmetics: whitespace/linebreaksVitor Sessak
2008-09-07Use the same 8 bit -> 16 bit conversion as QuickTime.Vitor Sessak
2008-09-07Do not share context variables between channels and do not zero them atVitor Sessak
2008-09-07Remove output pointer from contextVitor Sessak
2008-09-07add 1bpp decoding function and extend 4bpp function toStefan Gehrer
2008-09-06license header consistency cosmetics.Diego Biurrun
2008-09-06license header consistency cosmeticsDiego Biurrun
2008-09-06Remove not approved parts.Vladimir Voroshilov
2008-09-06Test a var for overflow just after it is setVitor Sessak
2008-09-06Remove useless parentheses.Vitor Sessak
2008-09-05Fix nuv decoder to use reget_buffer for non-keyframes and correctlyReimar Döffinger
2008-09-05Cosmetics: indent after last commit and remove useless bracesVitor Sessak
2008-09-05Simplify: use a for instead of unrolling by handVitor Sessak
2008-09-05Functions mace{3,6}_decode_frame() are just wrappers to Exp1to{3,6}(). This c...Vitor Sessak
2008-09-05Simplify: use two distinct functions to decode MACE3 and MACE6, since theVitor Sessak
2008-09-05Simplify mace_decode_frame()Vitor Sessak
2008-09-05Remove useless commentsVitor Sessak
2008-09-05Reindent mace.c, its indentation was completly inconsistent with the coding r...Vitor Sessak
2008-09-05Cosmetics: s/LPC_type/LPC_TYPE/Vitor Sessak
2008-09-04Multiply table by -1. This avoid doing this calculation (that was introducedVitor Sessak
2008-09-04Fix artifacts of MPEG4-720I-DN-SV8K.trp caused by lack of IDR pictures andMichael Niedermayer