370 Commits (64035fe2069a2cccaa47393c0b6d4b1f7cfc805d)

Author SHA1 Message Date
Michael Niedermayer 06f5ed40f8
avcodec/snow: Fix off by 1 error in run_buffer 6 months ago
Andreas Rheinhardt 790f793844 avutil/common: Don't auto-include mem.h 10 months ago
Andreas Rheinhardt 7d112c638a avcodec/snow: Move freeing encoder-only buffers to snowenc.c 1 year ago
Andreas Rheinhardt 433925ac4d avcodec/snow: Move initializing HpelDSPContext to snowenc.c 1 year ago
Andreas Rheinhardt 10dad7ccc2 avcodec/snow: Move initializing QpelDSPContext to snowenc.c 1 year ago
Andreas Rheinhardt 00ba78cd6f avcodec/snow: Move decoder parts out of ff_snow_common_init_after_header 1 year ago
Andreas Rheinhardt 418332e01c avcodec/snow: Split ff_snow_get_buffer() 1 year ago
James Almer dc7bd7c5a5 avcodec: use the new AVFrame key_frame flag in all decoders and encoders 2 years ago
Andreas Rheinhardt 4200ed2e91 avcodec/mpegvideo: Allocate map and score_map buffers jointly 2 years ago
Andreas Rheinhardt 28ac2279ad avcodec/snow: Move initializing MotionEstContext to snowenc.c 2 years ago
Andreas Rheinhardt 66b691f99f avcodec/internal: Move ff_get_buffer() to decode.h 2 years ago
Andreas Rheinhardt 7e41f95dce avcodec/snow: Remove unused halfpel_plane 3 years ago
Anton Khirnov c954cf1e1b lavc/encode: add an encoder-specific get_buffer() variant 3 years ago
Anton Khirnov a4ce370659 lavc/snow: only allocate mconly_picture for decoding 3 years ago
Andreas Rheinhardt a88a141c17 avcodec: Remove unnecessary h263.h inclusions 3 years ago
Andreas Rheinhardt 1ea3650823 Replace all occurences of av_mallocz_array() by av_calloc() 3 years ago
Andreas Rheinhardt a7f4abbc62 avcodec/snow: Hardcode table to save space 4 years ago
Andreas Rheinhardt 6a94afbd5b avcodec/snow: Use ff_thread_once() in ff_snow_common_init() 4 years ago
Limin Wang d5d00cb516 avcodec/snow: remove FF_ALLOCZ_ARRAY_OR_GOTO and gotos label 5 years ago
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 11 years ago
Michael Niedermayer a3f752bcee avcodec/snow: remove unused variables 11 years ago
Michael Niedermayer aa1d096d02 avcodec/snow: only allocate space for edges when encoding 11 years ago
Michael Niedermayer 8156e036e5 avcodec/snowdec: remove mpegvideoencdsp dependency 11 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 12 years ago
Michael Niedermayer c4224fff1b avcodec/snow: gray support 12 years ago
Michael Niedermayer cf06dee58d libavcodec/snow: change AVFrame to pointers to AVFrame for ABI stability 12 years ago
Michael Niedermayer f13e733145 avcodec/snow: check for malloc* failures 12 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