summaryrefslogtreecommitdiff
path: root/libavcodec/snow.h
Commit message (Expand)AuthorAge
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-01-24
|\
| * Drop Snow codecDiego Biurrun2013-01-06
| * snow: use VideoDSPContextLuca Barbato2012-12-29
* | lavc: split snow and dirac DWTsMichael Niedermayer2013-01-14
* | Merge commit '6906b19346ae8a330bfaa1c16ce535be10789723'Michael Niedermayer2012-12-21
|\|
* | snowdec: add 2 av_asserts to check run validityMichael Niedermayer2012-08-16
* | snowdec: check log in get_symbol2()Michael Niedermayer2012-08-16
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-04
|\|
| * snow: remove a VLA used for edge emulationRonald S. Bultje2012-07-03
| * snow: remove the runs[] VLA.Ronald S. Bultje2012-07-03
* | snow.h: use av_assertMichael Niedermayer2012-06-23
* | snow: yuv444 supportMichael Niedermayer2012-06-22
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-18
|\|
| * dwt: remove variable-length arraysRonald S. Bultje2012-06-17
* | snowenc: move runs from stack to heap.Michael Niedermayer2012-03-19
* | snowenc: add no_bitstream option.Reimar Döffinger2012-03-10
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-16
|\|
| * snow: Add ff_ prefix to nonstatic symbolsMartin Storsjö2012-02-15
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-27
|\|
| * snow: fix integer overflowsMans Rullgard2011-11-26
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-25
|\|
| * snow: split snow in snowdec and snowencLuca Barbato2011-11-24
| * 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