]> git.sesse.net Git - ffmpeg/history - libavcodec/snow.h
mpegaudiodec: move imdct and windowing function to mpegaudiodsp
[ffmpeg] / libavcodec / snow.h
2011-11-26 Mans Rullgardsnow: fix integer overflows
2011-11-24 Luca Barbatosnow: split snow in snowdec and snowenc
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2010-03-14 Måns RullgårdSeparate DWT from snow and dsputil
2010-03-11 Måns Rullgårdsnow: remove unused stub functions
2010-03-06 Måns RullgårdMove ff_spatial_dwt() prototype to snow.h
2009-01-13 Aurelien JacobsChange semantic of CONFIG_*, HAVE_* and ARCH_*.
2008-12-03 Diego BiurrunDelete unnecessary 'extern' keywords.
2008-11-24 Diego BiurrunMake non-void replacement functions actually return...
2008-08-31 Stefano SabatiniGlobally rename the header inclusion guard names.
2007-10-17 Diego BiurrunAdd FFMPEG_ prefix to all multiple inclusion guards.
2007-08-25 Michael Niedermayercleanup (remove some old experimentation related code)
2007-08-25 Michael Niedermayeruse 16bit IDWT (a SIMD implementation of it should...
2007-08-21 Michael NiedermayerChange rounding of the horizontal DWT to match the...
2007-08-20 Michael Niedermayermore stupid double subtractions
2007-07-02 Diego BiurrunRemove leading underscores from specifiers, they are...
2007-01-30 Panagiotis IssarisAdd the const specifier as needed to reduce the number...
2006-12-08 Måns Rullgårdrename always_inline to av_always_inline and move to...
2006-11-14 Måns Rullgårdrevert bad checkin
2006-11-14 Måns Rullgårdmove some CFLAGS settings away from config.* writing...
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-08-15 Guillaume PoirierCompile fix (for GCC<3.3) when encoders are disabled
2006-05-30 Loren MerrittSnow: cosmetics
2006-05-30 Loren MerrittSnow: fix subband weighting in wavelet cmp functions...
2006-05-28 Loren MerrittSnow multiple reference frames
2006-03-27 Luca Barbatoaltivec support for snow
2006-03-20 Robert EdeleSnow mmx + sse2 part 2
2006-03-16 Robert EdeleFirst part of a series of speed-enchancing patches.