summaryrefslogtreecommitdiff
path: root/libavcodec/snow.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec: use the new AVFrame key_frame flag in all decoders and encodersJames Almer2023-05-041-2/+5
* avcodec/mpegvideo: Allocate map and score_map buffers jointlyAndreas Rheinhardt2022-10-291-1/+0
* avcodec/snow: Move initializing MotionEstContext to snowenc.cAndreas Rheinhardt2022-10-121-2/+0
* avcodec/internal: Move ff_get_buffer() to decode.hAndreas Rheinhardt2022-08-271-6/+1
* avcodec/snow: Remove unused halfpel_planeAndreas Rheinhardt2022-07-311-66/+1
* lavc/encode: add an encoder-specific get_buffer() variantAnton Khirnov2022-05-111-2/+6
* lavc/snow: only allocate mconly_picture for decodingAnton Khirnov2022-05-111-4/+8
* avcodec: Remove unnecessary h263.h inclusionsAndreas Rheinhardt2022-01-091-1/+0
* Replace all occurences of av_mallocz_array() by av_calloc()Andreas Rheinhardt2021-09-201-2/+3
* avcodec/snow: Hardcode table to save spaceAndreas Rheinhardt2021-05-021-10/+0
* avcodec/snow: Use ff_thread_once() in ff_snow_common_init()Andreas Rheinhardt2020-12-101-5/+13
* avcodec/snow: remove FF_ALLOCZ_ARRAY_OR_GOTO and gotos labelLimin Wang2020-06-131-14/+12
* avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPATDerek Buitenhuis2016-01-271-6/+6
* Merge commit 'da0c8664b4dc906696803685f7e53ade68594ab8'Michael Niedermayer2015-06-081-1/+1
|\
* | avcodec/snow: replace unspecific error codeMichael Niedermayer2015-06-041-1/+1
* | avcodec/snow: fix support for odd dimensionsMichael Niedermayer2015-03-221-4/+4
* | avcodec/snow: Initialize spatial_decomposition_count to a valid valueMichael Niedermayer2015-02-251-0/+1
* | avcodec/snow: Free all planes and bands independent of the last countMichael Niedermayer2015-02-241-2/+2
* | avcodec/snow: Fix av_malloc* failure checksMichael Niedermayer2015-01-121-4/+11
* | avcodec/snow: Use av_malloc_array()Michael Niedermayer2015-01-121-3/+3
* | avcodec/snow: clear freed pointersMichael Niedermayer2014-11-161-1/+3
* | avcodec/snow: Make block argumrnt of ff_snow_pred_block() constMichael Niedermayer2014-09-221-1/+1
* | avcodec/snow: fix null pointer dereference in cleanup after allocation failureMichael Niedermayer2014-08-111-1/+1
* | Merge commit '2d60444331fca1910510038dd3817bea885c2367'Michael Niedermayer2014-07-171-2/+2
|\ \ | |/
* | avcodec/snow: remove unused variablesMichael Niedermayer2014-07-161-2/+0
* | avcodec/snow: only allocate space for edges when encodingMichael Niedermayer2014-07-161-9/+16
* | avcodec/snowdec: remove mpegvideoencdsp dependencyMichael Niedermayer2014-07-161-15/+0
* | Merge commit '3c650efb81aaa3b395ba4606ee68a47ee4efb57b'Michael Niedermayer2014-07-071-9/+10
|\ \ | |/
* | avcodec/snow: factor ff_snow_get_buffer() outMichael Niedermayer2014-06-271-11/+21
* | avcodec/snow: ensure the buffers have allocated edgesMichael Niedermayer2014-06-261-1/+10
* | avcodec/snow: fix 1 pixel block sizesMichael Niedermayer2014-05-311-2/+6
* | Merge commit '368f50359eb328b0b9d67451f56fda20b3255f9a'Michael Niedermayer2014-05-301-4/+4
|\ \ | |/
* | avcodec/snow: use FF_ALLOC(Z)_ARRAY_OR_GOTOMichael Niedermayer2014-04-221-6/+6
* | avcodec/snow: use av_malloc(z)_array()Michael Niedermayer2014-04-181-2/+2
* | Merge commit '458446acfa1441d283dacf9e6e545beb083b8bb0'Michael Niedermayer2013-11-151-1/+2
|\ \ | |/
* | Rewrite emu_edge functions to have separate src/dst_stride arguments.Ronald S. Bultje2013-09-281-1/+3
* | Convert multiplier for MV from int to ptrdiff_t.Ronald S. Bultje2013-09-281-1/+1
* | snow: Check av_frame_alloc() failuresMichael Niedermayer2013-08-291-0/+4
* | avcodec/snow: gray supportMichael Niedermayer2013-08-291-9/+11
* | libavcodec/snow: change AVFrame to pointers to AVFrame for ABI stabilityMichael Niedermayer2013-08-291-34/+34
* | avcodec/snow: check for malloc* failuresMichael Niedermayer2013-08-281-3/+13
* | lavu: add FF_CEIL_RSHIFT and use it in various places.Clément Bœsch2013-05-091-2/+2
* | snow: add av_cold where appropriateMichael Niedermayer2013-05-061-1/+1
* | snow: Fix off by 1 error in reference picture managementMichael Niedermayer2013-05-041-1/+1
* | snow: drop commented out assertsMichael Niedermayer2013-03-271-2/+0
* | lavc: factorize ff_{thread_,re,}get_buffer error messages.Clément Bœsch2013-03-131-8/+5
* | snow: use hpeldsp instead of dsputil for half-pel functions.Ronald S. Bultje2013-03-131-4/+5
* | snow: set frame defaultsMichael Niedermayer2013-03-121-1/+6
* | Merge commit '759001c534287a96dc96d1e274665feb7059145d'Michael Niedermayer2013-03-121-13/+12
|\ \ | |/
* | Fix a few "its" vs "it's" typo.Clément Bœsch2013-02-141-1/+1