351 Commits (54b5cc035a04aeac8206295a2e37b3877c8a7a7a)

Author SHA1 Message Date
Derek Buitenhuis 21f9468402 avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT 9 years ago
Michael Niedermayer 4cb7cd4c84 avcodec/snow: replace unspecific error code 10 years ago
Michael Niedermayer 7517e932ff avcodec/snow: fix support for odd dimensions 10 years ago
Michael Niedermayer dd369c9adb avcodec/snow: Initialize spatial_decomposition_count to a valid value 10 years ago
Michael Niedermayer 721c916dd5 avcodec/snow: Free all planes and bands independent of the last count 10 years ago
Michael Niedermayer 56c7e1059a avcodec/snow: Fix av_malloc* failure checks 10 years ago
Michael Niedermayer 13871a95d0 avcodec/snow: Use av_malloc_array() 10 years ago
Michael Niedermayer 7ababb85f9 avcodec/snow: clear freed pointers 10 years ago
Michael Niedermayer 3a7f9db180 avcodec/snow: Make block argumrnt of ff_snow_pred_block() const 10 years ago
Michael Niedermayer 9a162146ca avcodec/snow: fix null pointer dereference in cleanup after allocation failure 10 years ago
Michael Niedermayer a3f752bcee avcodec/snow: remove unused variables 10 years ago
Michael Niedermayer aa1d096d02 avcodec/snow: only allocate space for edges when encoding 10 years ago
Michael Niedermayer 8156e036e5 avcodec/snowdec: remove mpegvideoencdsp dependency 10 years ago
Michael Niedermayer b96c9513f3 avcodec/snow: factor ff_snow_get_buffer() out 11 years ago
Michael Niedermayer e059ac59ef avcodec/snow: ensure the buffers have allocated edges 11 years ago
Michael Niedermayer e868f84e83 avcodec/snow: fix 1 pixel block sizes 11 years ago
Michael Niedermayer 0dadbbbfd1 avcodec/snow: use FF_ALLOC(Z)_ARRAY_OR_GOTO 11 years ago
Michael Niedermayer 71f8cdcc16 avcodec/snow: use av_malloc(z)_array() 11 years ago
Ronald S. Bultje face578d56 Rewrite emu_edge functions to have separate src/dst_stride arguments. 11 years ago
Ronald S. Bultje c341f734e5 Convert multiplier for MV from int to ptrdiff_t. 11 years ago
Michael Niedermayer 24b4e6c373 snow: Check av_frame_alloc() failures 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
Michael Niedermayer f13e733145 avcodec/snow: check for malloc* failures 11 years ago
Clément Bœsch 570d63eef3 lavu: add FF_CEIL_RSHIFT and use it in various places. 12 years ago
Michael Niedermayer 8cdf95d9b8 snow: add av_cold where appropriate 12 years ago
Michael Niedermayer 64819bfc7a snow: Fix off by 1 error in reference picture management 12 years ago
Michael Niedermayer e9d3b40052 snow: drop commented out asserts 12 years ago
Clément Bœsch 1ec94b0f06 lavc: factorize ff_{thread_,re,}get_buffer error messages. 12 years ago
Ronald S. Bultje 771ba8f206 snow: use hpeldsp instead of dsputil for half-pel functions. 12 years ago
Michael Niedermayer c536253854 snow: set frame defaults 12 years ago
Clément Bœsch d5ce725cb3 Fix a few "its" vs "it's" typo. 12 years ago
Michael Niedermayer 0ddca7d416 dsputil: fixup half a dozen bugs with ptrdiff vs int linesize 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
Anton Khirnov 380232fac3 snow: fix build after 594d4d5df3 12 years ago
Anton Khirnov 594d4d5df3 lavc: add a wrapper for AVCodecContext.get_buffer(). 12 years ago
Michael Niedermayer 26452e24ed snow: fix edge emu switch 12 years ago
Michael Niedermayer 5eb4af6c59 snow: move init code that depends on picture paramaters to after these parameters are known. 13 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
Martin Storsjö 4d8516fdb1 snow: Check mallocs at init 13 years ago
Mans Rullgard 58e57c3052 snow: remove VLA in mc_block() 13 years ago
Michael Niedermayer be64d5f520 snow.c: use av_assert 13 years ago
Michael Niedermayer 69971410f9 ff_snow_common_end: assert() that the last buffer freed differs from the current. 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 b92ecda2c9 snow: zero scratchbuf. 13 years ago
Martin Storsjö 35e02a3d0e snow: Add ff_ prefix to nonstatic symbols 13 years ago