]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavcodec/faandct.c
Removed static omkization
[frescor/ffmpeg.git] / libavcodec / faandct.c
2009-02-01 diegoUse full internal pathname in doxygen @file directives.
2008-09-08 diegoRelicense as ISC with the authors' permission.
2008-06-24 stefangmark read-only data as const
2008-03-08 diegoFix unused variable warnings.
2008-02-26 michaelAlternative and faster (on gcc x86) plane rotation.
2008-02-26 michaelGet rid of another useless variable.
2008-02-26 michaelAvoid a=b+c but rather use a+=b (gcc is too stupid...
2008-02-26 michaelOne variable less. No real change to the actual code.
2008-02-25 michaelClarify which BSD license.
2008-02-25 michaelAllow use of my AAN DCT under BSD, AMD has agreed to...
2007-07-05 diegoGroup all copyright and author notices together.
2006-12-08 mrurename always_inline to av_always_inline and move to...
2006-10-07 diegoChange license headers to say 'FFmpeg' instead of ...
2006-01-12 diegoUpdate licensing information: The FSF changed postal...
2005-12-22 diegoCOSMETICS: tabs --> spaces, some prettyprinting
2005-12-17 diegoCOSMETICS: Remove all trailing whitespace.
2004-05-18 michaelsome of the warning fixes by (Michael Roitzsch <mroi...
2003-10-30 michaelmove identical code into its own function
2003-10-25 romansh * adding integer/floating point AAN implementations...
2003-10-23 michael4.9-RC FreeBSD doesnt like lrint() so change to lrintf...
2003-10-23 michaeloptionally merge postscale into quantization table...
2003-10-23 michael10l
2003-10-22 michaeloops forgot
2003-10-22 michaelfloating point AAN DCT