summaryrefslogtreecommitdiff
path: root/libavcodec/snow.h
Commit message (Expand)AuthorAge
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Separate DWT from snow and dsputilMåns Rullgård2010-03-14
* snow: remove unused stub functionsMåns Rullgård2010-03-11
* Move ff_spatial_dwt() prototype to snow.hMåns Rullgård2010-03-06
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-13
* Delete unnecessary 'extern' keywords.Diego Biurrun2008-12-03
* Make non-void replacement functions actually return a value.Diego Biurrun2008-11-24
* Globally rename the header inclusion guard names.Stefano Sabatini2008-08-31
* Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun2007-10-17
* cleanup (remove some old experimentation related code)Michael Niedermayer2007-08-25
* use 16bit IDWT (a SIMD implementation of it should be >2x faster then withMichael Niedermayer2007-08-25
* Change rounding of the horizontal DWT to match the vertical one.Michael Niedermayer2007-08-21
* more stupid double subtractionsMichael Niedermayer2007-08-20
* Remove leading underscores from specifiers, they are reserved.Diego Biurrun2007-07-02
* Add the const specifier as needed to reduce the number of warnings.Panagiotis Issaris2007-01-30
* rename always_inline to av_always_inline and move to common.hMåns Rullgård2006-12-08
* revert bad checkinMåns Rullgård2006-11-14
* move some CFLAGS settings away from config.* writing sectionMåns Rullgård2006-11-14
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* Compile fix (for GCC<3.3) when encoders are disabledGuillaume Poirier2006-08-15
* Snow: cosmeticsLoren Merritt2006-05-30
* Snow: fix subband weighting in wavelet cmp functions. use 32x32 cmp in iterat...Loren Merritt2006-05-30
* Snow multiple reference framesLoren Merritt2006-05-28
* altivec support for snowLuca Barbato2006-03-27
* Snow mmx + sse2 part 2Robert Edele2006-03-20
* First part of a series of speed-enchancing patches.Robert Edele2006-03-16