summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2013-09-28Convert multiplier for MV from int to ptrdiff_t.Ronald S. Bultje17-31/+32
2013-08-29avcodec/snow: gray supportMichael Niedermayer4-46/+77
2013-08-29libavcodec/snow: change AVFrame to pointers to AVFrame for ABI stabilityMichael Niedermayer4-86/+87
2013-03-13snow: use hpeldsp instead of dsputil for half-pel functions.Ronald S. Bultje4-6/+11
2013-01-24Merge remote-tracking branch 'qatar/master'Michael Niedermayer29-2488/+2430
2013-01-14lavc: split snow and dirac DWTsMichael Niedermayer17-1640/+1724
2013-01-06Drop Snow codecDiego Biurrun37-6728/+27
2012-12-29snow: use VideoDSPContextLuca Barbato2-1/+3
2012-12-21Merge commit '6906b19346ae8a330bfaa1c16ce535be10789723'Michael Niedermayer41-943/+1277
2012-08-15snowdec: add 2 av_asserts to check run validityMichael Niedermayer1-1/+3
2012-08-15snowdec: check log in get_symbol2()Michael Niedermayer1-1/+1
2012-07-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer24-100/+185
2012-07-03snow: remove a VLA used for edge emulationRonald S. Bultje3-1/+6
2012-07-03snow: remove the runs[] VLA.Ronald S. Bultje3-1/+4
2012-06-23snow.h: use av_assertMichael Niedermayer1-5/+5
2012-06-22snow: yuv444 supportMichael Niedermayer4-76/+102
2012-06-18Merge remote-tracking branch 'qatar/master'Michael Niedermayer33-112/+589
2012-06-17dwt: remove variable-length arraysRonald S. Bultje7-74/+79
2012-03-19snowenc: move runs from stack to heap.Michael Niedermayer2-5/+8
2012-03-10snowenc: add no_bitstream option.Reimar Döffinger2-0/+3
2012-02-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer201-1069/+1983
2012-02-15snow: Add ff_ prefix to nonstatic symbolsMartin Storsjö5-27/+23
2011-11-26Merge remote-tracking branch 'qatar/master'Michael Niedermayer34-182/+494
2011-11-26snow: fix integer overflowsMans Rullgard2-4/+6
2011-11-25Merge remote-tracking branch 'qatar/master'Michael Niedermayer18-3386/+3782
2011-11-24snow: split snow in snowdec and snowencLuca Barbato6-3113/+3268
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard1335-5388/+5388
2010-03-14Separate DWT from snow and dsputilMåns Rullgård12-975/+1046
2010-03-11snow: remove unused stub functionsMåns Rullgård1-3/+0
2010-03-06Move ff_spatial_dwt() prototype to snow.hMåns Rullgård2-3/+2
2009-01-13Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs154-749/+757
2008-12-03Delete unnecessary 'extern' keywords.Diego Biurrun30-122/+116
2008-11-24Make non-void replacement functions actually return a value.Diego Biurrun1-2/+2
2008-08-31Globally rename the header inclusion guard names.Stefano Sabatini238-713/+713
2007-10-17Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun175-529/+528
2007-08-25cleanup (remove some old experimentation related code)Michael Niedermayer2-304/+2
2007-08-25use 16bit IDWT (a SIMD implementation of it should be >2x faster then withMichael Niedermayer7-159/+222
2007-08-21Change rounding of the horizontal DWT to match the vertical one.Michael Niedermayer6-61/+51
2007-08-20more stupid double subtractionsMichael Niedermayer1-2/+2
2007-07-02Remove leading underscores from specifiers, they are reserved.Diego Biurrun7-16/+16
2007-01-30Add the const specifier as needed to reduce the number of warnings.Panagiotis Issaris5-19/+19
2006-12-08rename always_inline to av_always_inline and move to common.hMåns Rullgård30-86/+89
2006-11-14revert bad checkinMåns Rullgård18-67/+76
2006-11-14move some CFLAGS settings away from config.* writing sectionMåns Rullgård18-76/+67
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun422-1751/+2588
2006-08-15Compile fix (for GCC<3.3) when encoders are disabledGuillaume Poirier2-1/+9
2006-05-30Snow: cosmeticsLoren Merritt2-15/+19
2006-05-30Snow: fix subband weighting in wavelet cmp functions. use 32x32 cmp in iterat...Loren Merritt5-43/+53
2006-05-28Snow multiple reference framesLoren Merritt4-104/+195
[next]