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
2014-09-05Replace av_unused attributes by block structuresDiego Biurrun
2013-02-26Remove unnecessary dsputil.h #includesDiego Biurrun
2013-01-23Drop DCTELEM typedefDiego Biurrun
2012-08-15Don't include common.h from avutil.hMartin Storsjö
2012-03-28faandct: Remove FAAN_POSTSCALE define and related code.Diego Biurrun
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
2008-09-08Relicense as ISC with the authors' permission.Diego Biurrun
2008-06-25mark read-only data as constStefan Gehrer
2008-03-08Fix unused variable warnings.Mark Cox
2008-02-26Alternative and faster (on gcc x86) plane rotation.Michael Niedermayer
2008-02-26Get rid of another useless variable.Michael Niedermayer
2008-02-26Avoid a=b+c but rather use a+=b (gcc is too stupid to do this itself),Michael Niedermayer
2008-02-26One variable less. No real change to the actual code.Michael Niedermayer
2008-02-25Clarify which BSD license.Michael Niedermayer
2008-02-25Allow use of my AAN DCT under BSD, AMD has agreed to write and contributeMichael Niedermayer
2007-07-05Group all copyright and author notices together.Diego Biurrun
2006-12-08rename always_inline to av_always_inline and move to common.hMåns Rullgård
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
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
2004-05-18some of the warning fixes by (Michael Roitzsch <mroi at users dot sourceforge...Michael Niedermayer
2003-10-31move identical code into its own functionMichael Niedermayer
2003-10-25 * adding integer/floating point AAN implementations for DCT 2-4-8Roman Shaposhnik
2003-10-234.9-RC FreeBSD doesnt like lrint() so change to lrintf(), not that bsd suppor...Michael Niedermayer
2003-10-23optionally merge postscale into quantization table for the float aan dctMichael Niedermayer
2003-10-2310lMichael Niedermayer
2003-10-22oops forgotMichael Niedermayer
2003-10-22floating point AAN DCTMichael Niedermayer