73 Commits (875f6955769bcb7caf083c1796ed6f3b2108c49e)

Author SHA1 Message Date
Michael Niedermayer 4efbeadadc avcodec/snow: Document BlockNode 9 years ago
Michael Niedermayer 737f06577c avcodec/snow: Remove unused function 9 years ago
Derek Buitenhuis e8c5d5f429 snow: Move scenechange_threshold to a private option 9 years ago
Michael Niedermayer b2955b6c5a avcodec/rangecoder: Check e 9 years ago
Michael Niedermayer 55b803e33e avcodec/snowenc: Remove unused new_picture field 9 years ago
Michael Niedermayer 4bd99f715d avcodec/snowenc: Support setting the iterative dia size separately 9 years ago
Michael Niedermayer 16df02fd2e avcodec/snowenc: Avoid use of deprecated me_method 9 years ago
Andreas Cadhalpun 3526a120f9 snow: remove an obsolete av_assert2 9 years ago
Michael Niedermayer b62297805b avcodec/snowenc: add intra_penalty AVOption 10 years ago
Michael Niedermayer 7873f9aa72 avcodec/snowdec: AVMotionVector support 10 years ago
Michael Niedermayer bf301258b4 avcodec/snowenc: add FF_MPV_COMMON_OPTS 10 years ago
Michael Niedermayer 3a7f9db180 avcodec/snow: Make block argumrnt of ff_snow_pred_block() const 10 years ago
Michael Niedermayer 35a9959aca avcodec/snow: make new_picture const 10 years ago
Michael Niedermayer 596636a474 avcodec/snow: check coeffs for validity 10 years ago
Michael Niedermayer b96c9513f3 avcodec/snow: factor ff_snow_get_buffer() out 11 years ago
Michael Niedermayer 61d59703c9 avcodec/snow: split block clipping checks 11 years ago
Ronald S. Bultje c341f734e5 Convert multiplier for MV from int to ptrdiff_t. 11 years ago
Michael Niedermayer c4224fff1b avcodec/snow: gray support 11 years ago
Michael Niedermayer cf06dee58d libavcodec/snow: change AVFrame to pointers to AVFrame for ABI stability 11 years ago
Ronald S. Bultje 771ba8f206 snow: use hpeldsp instead of dsputil for half-pel functions. 12 years ago
Michael Niedermayer 30981a966f lavc: split snow and dirac DWTs 12 years ago
Diego Biurrun a0c5917f86 Drop Snow codec 12 years ago
Luca Barbato d615da60c1 snow: use VideoDSPContext 12 years ago
Michael Niedermayer 6ecf1eb0dd snowdec: add 2 av_asserts to check run validity 12 years ago
Michael Niedermayer 4a596d19ff snowdec: check log in get_symbol2() 12 years ago
Ronald S. Bultje 3389545157 snow: remove a VLA used for edge emulation 13 years ago
Ronald S. Bultje cbd9b2f918 snow: remove the runs[] VLA. 13 years ago
Michael Niedermayer f8fe4d2295 snow.h: use av_assert 13 years ago
Michael Niedermayer 68c845cdba snow: yuv444 support 13 years ago
Ronald S. Bultje d9669eab0b dwt: remove variable-length arrays 13 years ago
Michael Niedermayer 87c1783c77 snowenc: move runs from stack to heap. 13 years ago
Reimar Döffinger 6fe8cb7d70 snowenc: add no_bitstream option. 13 years ago
Martin Storsjö 35e02a3d0e snow: Add ff_ prefix to nonstatic symbols 13 years ago
Mans Rullgard 8540dcfd7a snow: fix integer overflows 13 years ago
Luca Barbato 7f1b427018 snow: split snow in snowdec and snowenc 13 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Måns Rullgård 05aec7bb87 Separate DWT from snow and dsputil 15 years ago
Måns Rullgård cc1e807f4c snow: remove unused stub functions 15 years ago
Måns Rullgård 98713e55b4 Move ff_spatial_dwt() prototype to snow.h 15 years ago
Aurelien Jacobs b250f9c66d Change semantic of CONFIG_*, HAVE_* and ARCH_*. 16 years ago
Diego Biurrun 9686df2be5 Delete unnecessary 'extern' keywords. 16 years ago
Diego Biurrun f2e92ad105 Make non-void replacement functions actually return a value. 16 years ago
Stefano Sabatini 987903826b Globally rename the header inclusion guard names. 16 years ago
Diego Biurrun 5b21bdabe4 Add FFMPEG_ prefix to all multiple inclusion guards. 17 years ago
Michael Niedermayer ff06e0677b cleanup (remove some old experimentation related code) 17 years ago
Michael Niedermayer d593e32983 use 16bit IDWT (a SIMD implementation of it should be >2x faster then with 17 years ago
Michael Niedermayer ce611a27be Change rounding of the horizontal DWT to match the vertical one. 17 years ago
Michael Niedermayer f29bd6fa71 more stupid double subtractions 17 years ago
Diego Biurrun 224906414b Remove leading underscores from specifiers, they are reserved. 18 years ago
Panagiotis Issaris 9dd6c80453 Add the const specifier as needed to reduce the number of warnings. 18 years ago