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
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
2008-10-04Move VP3 loop filter to DSPContextDavid Conrad
2008-07-14Fix decoding of 320x240.ogg.Michael Niedermayer
2007-05-10Remove redundant #inclusion of common.h, avcodec.h already #includes it.Diego Biurrun
2006-12-08rename always_inline to av_always_inline and move to common.hMåns Rullgård
2006-11-12rename cropTbl -> ff_cropTblMåns Rullgård
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
2006-07-20avoid 4 +Michael Niedermayer
2006-07-20remove 166 useless underscores, and make this file valid c code as a resultMichael Niedermayer
2006-07-20remove a few useless casts and avoid the useless t1/t2 variablesMichael Niedermayer
2006-01-13Update licensing information: The FSF changed postal address.Diego Biurrun
2005-12-17COSMETICS: Remove all trailing whitespace.Diego Biurrun
2005-09-07Kill some compiler warnings. Compiled code verified identical after changes.Måns Rullgård
2005-08-14kill a bunch of compiler warningsMåns Rullgård
2005-05-17porting vp3 idct over to lavc idct apiMichael Niedermayer
2005-05-17remove permutation done to quant tables and then undone during idctMichael Niedermayer
2004-05-18some of the warning fixes by (Michael Roitzsch <mroi at users dot sourceforge...Michael Niedermayer
2004-04-26reorganize and simplify the VP3 IDCT stuffMike Melanson
2004-03-08seperated out the C-based VP3 DSP functions into a different file; alsoMike Melanson