]> git.sesse.net Git - ffmpeg/history - libavcodec/faandct.c
missing codec long names by Stefano Sabatini, stefano.sabatini-lala poste it
[ffmpeg] / libavcodec / faandct.c
2008-03-08 Mark CoxFix unused variable warnings.
2008-02-26 Michael NiedermayerAlternative and faster (on gcc x86) plane rotation.
2008-02-26 Michael NiedermayerGet rid of another useless variable.
2008-02-26 Michael NiedermayerAvoid a=b+c but rather use a+=b (gcc is too stupid...
2008-02-26 Michael NiedermayerOne variable less. No real change to the actual code.
2008-02-25 Michael NiedermayerClarify which BSD license.
2008-02-25 Michael NiedermayerAllow use of my AAN DCT under BSD, AMD has agreed to...
2007-07-05 Diego BiurrunGroup all copyright and author notices together.
2006-12-08 Måns Rullgårdrename always_inline to av_always_inline and move to...
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-01-12 Diego BiurrunUpdate licensing information: The FSF changed postal...
2005-12-22 Diego BiurrunCOSMETICS: tabs --> spaces, some prettyprinting
2005-12-17 Diego BiurrunCOSMETICS: Remove all trailing whitespace.
2004-05-18 Michael Niedermayersome of the warning fixes by (Michael Roitzsch <mroi...
2003-10-30 Michael Niedermayermove identical code into its own function
2003-10-25 Roman Shaposhnik * adding integer/floating point AAN implementations...
2003-10-23 Michael Niedermayer4.9-RC FreeBSD doesnt like lrint() so change to lrintf...
2003-10-23 Michael Niedermayeroptionally merge postscale into quantization table...
2003-10-23 Michael Niedermayer10l
2003-10-22 Michael Niedermayeroops forgot
2003-10-22 Michael Niedermayerfloating point AAN DCT