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-12-22Rename libavcodec/i386/ --> libavcodec/x86/.Diego Biurrun
2008-10-16Convert asm keyword into __asm__.Diego Pettenò
2008-05-09Do not misuse long as the size of a register in x86.Ramiro Polla
2008-03-22cosmetics: typo fixesDiego Biurrun
2007-06-12misc typo fixesDiego Biurrun
2007-06-12misc spelling fixesDiego Biurrun
2007-05-12sse2 & ssse3 versions of dct_quantize.Loren Merritt
2006-11-14revert bad checkinMåns Rullgård
2006-11-14move some CFLAGS settings away from config.* writing sectionMåns Rullgård
2006-11-12rename inverse -> ff_inverseMåns Rullgård
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
2006-08-12Support for MacIntel, last part: balign directivesJohn Dalgliesh
2006-07-03kill warningMåns Rullgård
2006-02-05MSVC-compatible __align8/__align16 declarationSteve L'Homme
2006-01-13Update licensing information: The FSF changed postal address.Diego Biurrun
2005-12-22COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun
2005-12-17COSMETICS: Remove all trailing whitespace.Diego Biurrun
2005-09-22replace a few mov + psrlq with pshufw, there are more cases which could benef...Michael Niedermayer
2004-10-28H.261 encoder by (Maarten Daniels <maarten dot daniels at luc dot ac dot be>)Michael Niedermayer
2004-10-11adapting existing mmx/mmx2/sse/3dnow optimizations so they work on x86_64 pat...Aurelien Jacobs
2004-07-06dc_precission=11 fixMichael Niedermayer
2004-01-03denoise_dct_mmx()Michael Niedermayer
2003-11-03noise reduction of dct coefficientsMichael Niedermayer
2003-10-23minor mmx2 optimization if the dctMichael Niedermayer
2003-10-22move mmx quantizer matrixes out of MpegEncContext (23k -> 7k) (no meassureabl...Michael Niedermayer
2003-08-15fixing thread safety, this may cause alignment problms (if it does than the s...Michael Niedermayer
2003-05-13* oops - reversed last commitZdenek Kabelac
2003-05-12* syncZdenek Kabelac
2003-03-03MpegEncContext.(i)dct_* -> DspContext.(i)dct_*Michael Niedermayer
2003-02-11* UINTX -> uintx_t INTX -> intx_tZdenek Kabelac
2003-01-19finetuneing thresholds/factorsMichael Niedermayer
2002-09-30idct permutation cleanup, idct can be selected per context nowMichael Niedermayer
2002-09-20fdct_mmx -> ff_fdct_mmx (renamed to avoid namespace conflict with xvid)Arpi
2002-09-02fixing encoding at high QPs (was broken after the dct accuracy increase due t...Michael Niedermayer
2002-09-01dct cleanupMichael Niedermayer
2002-08-30slow but accurate integer dct from IJG (should be ok with the LGPL as the old...Michael Niedermayer
2002-08-07mpeg4 mpeg quantizer encodingMichael Niedermayer
2002-05-26license/copyright changeFabrice Bellard
2002-05-02- Advanced Intra Coding (AIC) support for H.263+ encoder, just DC by now.Juanjo
2002-04-27fixed msmpeg4 infinite loop if buggy streamMichael Niedermayer
2002-02-09PATCH by Rik Snel <rsnel@cube.dyndns.org>Arpi
2002-01-28workaround gcc bug "m" (0)Arpi
2002-01-27(commit by michael)Michael Niedermayer