aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/snow.h
Commit message (Expand)AuthorAgeFilesLines
* avcodec/snow: split block clipping checksMichael Niedermayer2014-02-231-2/+4
* Convert multiplier for MV from int to ptrdiff_t.Ronald S. Bultje2013-09-281-1/+1
* avcodec/snow: gray supportMichael Niedermayer2013-08-291-0/+1
* libavcodec/snow: change AVFrame to pointers to AVFrame for ABI stabilityMichael Niedermayer2013-08-291-7/+7
* snow: use hpeldsp instead of dsputil for half-pel functions.Ronald S. Bultje2013-03-131-0/+2
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-01-241-0/+2
|\
| * Drop Snow codecDiego Biurrun2013-01-061-693/+0
| * snow: use VideoDSPContextLuca Barbato2012-12-291-0/+1
* | lavc: split snow and dirac DWTsMichael Niedermayer2013-01-141-2/+2
* | Merge commit '6906b19346ae8a330bfaa1c16ce535be10789723'Michael Niedermayer2012-12-211-0/+1
|\|
* | snowdec: add 2 av_asserts to check run validityMichael Niedermayer2012-08-161-1/+3
* | snowdec: check log in get_symbol2()Michael Niedermayer2012-08-161-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-041-1/+2
|\|
| * snow: remove a VLA used for edge emulationRonald S. Bultje2012-07-031-0/+1
| * snow: remove the runs[] VLA.Ronald S. Bultje2012-07-031-0/+1
* | snow.h: use av_assertMichael Niedermayer2012-06-231-5/+5
* | snow: yuv444 supportMichael Niedermayer2012-06-221-11/+14
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-181-0/+2
|\|
| * dwt: remove variable-length arraysRonald S. Bultje2012-06-171-0/+2
* | snowenc: move runs from stack to heap.Michael Niedermayer2012-03-191-0/+1
* | snowenc: add no_bitstream option.Reimar Döffinger2012-03-101-0/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-161-11/+7
|\|
| * snow: Add ff_ prefix to nonstatic symbolsMartin Storsjö2012-02-151-11/+7
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-271-2/+2
|\|
| * snow: fix integer overflowsMans Rullgard2011-11-261-2/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-251-0/+614
|\|
| * snow: split snow in snowdec and snowencLuca Barbato2011-11-241-0/+614
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
|/
* Separate DWT from snow and dsputilMåns Rullgård2010-03-141-96/+1
* snow: remove unused stub functionsMåns Rullgård2010-03-111-3/+0
* Move ff_spatial_dwt() prototype to snow.hMåns Rullgård2010-03-061-0/+2
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-131-1/+1
* Delete unnecessary 'extern' keywords.Diego Biurrun2008-12-031-3/+3
* Make non-void replacement functions actually return a value.Diego Biurrun2008-11-241-2/+2
* Globally rename the header inclusion guard names.Stefano Sabatini2008-08-311-3/+3
* Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun2007-10-171-3/+3
* cleanup (remove some old experimentation related code)Michael Niedermayer2007-08-251-3/+0
* use 16bit IDWT (a SIMD implementation of it should be >2x faster then withMichael Niedermayer2007-08-251-10/+11
* Change rounding of the horizontal DWT to match the vertical one.Michael Niedermayer2007-08-211-2/+2
* more stupid double subtractionsMichael Niedermayer2007-08-201-2/+2
* Remove leading underscores from specifiers, they are reserved.Diego Biurrun2007-07-021-2/+2
* Add the const specifier as needed to reduce the number of warnings.Panagiotis Issaris2007-01-301-1/+1
* rename always_inline to av_always_inline and move to common.hMåns Rullgård2006-12-081-4/+4
* revert bad checkinMåns Rullgård2006-11-141-2/+2
* move some CFLAGS settings away from config.* writing sectionMåns Rullgård2006-11-141-2/+2
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
* Compile fix (for GCC<3.3) when encoders are disabledGuillaume Poirier2006-08-151-1/+5
* Snow: cosmeticsLoren Merritt2006-05-301-0/+4
* Snow: fix subband weighting in wavelet cmp functions. use 32x32 cmp in iterat...Loren Merritt2006-05-301-0/+3
* Snow multiple reference framesLoren Merritt2006-05-281-0/+1