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
2013-04-15vp3: Use full transpose for all IDCTsRonald S. Bultje
2013-02-09dsputil: Move rnd_avg inline functions to a separate headerDiego Biurrun
2013-01-29bfin: Separate VP3 initialization codeDiego Biurrun
2013-01-23Drop DCTELEM typedefDiego Biurrun
2013-01-23vp3dsp: don't do aligned reads on input.Ronald S. Bultje
2013-01-22vp3/5: move put_no_rnd_pixels_l2 from dsputil to VP3DSPContext.Ronald S. Bultje
2013-01-20vp3: integrate clear_blocks with idct of previous block.Ronald S. Bultje
2012-08-15Don't include common.h from avutil.hMartin Storsjö
2012-07-18vp3: move idct and loop filter pointers to new vp3dsp contextMans Rullgard
2012-03-06Don't use ff_cropTbl[] for IDCT.Ronald S. Bultje
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2010-06-23Improve some uses of ff_cropTbl with constant offsetMåns Rullgård
2010-05-28vp3: 10l Fix DC-only IDCT for C and ARM tooDavid Conrad
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2010-04-17vp3: DC-only IDCTDavid Conrad
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