summaryrefslogtreecommitdiff
path: root/libavcodec/snow.c
Commit message (Expand)AuthorAge
* avcodec/snow: Remove unused halfpel_planeAndreas Rheinhardt2022-07-31
* lavc/encode: add an encoder-specific get_buffer() variantAnton Khirnov2022-05-11
* lavc/snow: only allocate mconly_picture for decodingAnton Khirnov2022-05-11
* avcodec: Remove unnecessary h263.h inclusionsAndreas Rheinhardt2022-01-09
* Replace all occurences of av_mallocz_array() by av_calloc()Andreas Rheinhardt2021-09-20
* avcodec/snow: Hardcode table to save spaceAndreas Rheinhardt2021-05-02
* avcodec/snow: Use ff_thread_once() in ff_snow_common_init()Andreas Rheinhardt2020-12-10
* avcodec/snow: remove FF_ALLOCZ_ARRAY_OR_GOTO and gotos labelLimin Wang2020-06-13
* avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPATDerek Buitenhuis2016-01-27
* Merge commit 'da0c8664b4dc906696803685f7e53ade68594ab8'Michael Niedermayer2015-06-08
|\
* | avcodec/snow: replace unspecific error codeMichael Niedermayer2015-06-04
* | avcodec/snow: fix support for odd dimensionsMichael Niedermayer2015-03-22
* | avcodec/snow: Initialize spatial_decomposition_count to a valid valueMichael Niedermayer2015-02-25
* | avcodec/snow: Free all planes and bands independent of the last countMichael Niedermayer2015-02-24
* | avcodec/snow: Fix av_malloc* failure checksMichael Niedermayer2015-01-12
* | avcodec/snow: Use av_malloc_array()Michael Niedermayer2015-01-12
* | avcodec/snow: clear freed pointersMichael Niedermayer2014-11-16
* | avcodec/snow: Make block argumrnt of ff_snow_pred_block() constMichael Niedermayer2014-09-22
* | avcodec/snow: fix null pointer dereference in cleanup after allocation failureMichael Niedermayer2014-08-11
* | Merge commit '2d60444331fca1910510038dd3817bea885c2367'Michael Niedermayer2014-07-17
|\|
* | avcodec/snow: remove unused variablesMichael Niedermayer2014-07-16
* | avcodec/snow: only allocate space for edges when encodingMichael Niedermayer2014-07-16
* | avcodec/snowdec: remove mpegvideoencdsp dependencyMichael Niedermayer2014-07-16
* | Merge commit '3c650efb81aaa3b395ba4606ee68a47ee4efb57b'Michael Niedermayer2014-07-07
|\|
* | avcodec/snow: factor ff_snow_get_buffer() outMichael Niedermayer2014-06-27
* | avcodec/snow: ensure the buffers have allocated edgesMichael Niedermayer2014-06-26
* | avcodec/snow: fix 1 pixel block sizesMichael Niedermayer2014-05-31
* | Merge commit '368f50359eb328b0b9d67451f56fda20b3255f9a'Michael Niedermayer2014-05-30
|\|
* | avcodec/snow: use FF_ALLOC(Z)_ARRAY_OR_GOTOMichael Niedermayer2014-04-22
* | avcodec/snow: use av_malloc(z)_array()Michael Niedermayer2014-04-18
* | Merge commit '458446acfa1441d283dacf9e6e545beb083b8bb0'Michael Niedermayer2013-11-15
|\|
* | Rewrite emu_edge functions to have separate src/dst_stride arguments.Ronald S. Bultje2013-09-28
* | Convert multiplier for MV from int to ptrdiff_t.Ronald S. Bultje2013-09-28
* | snow: Check av_frame_alloc() failuresMichael Niedermayer2013-08-29
* | avcodec/snow: gray supportMichael Niedermayer2013-08-29
* | libavcodec/snow: change AVFrame to pointers to AVFrame for ABI stabilityMichael Niedermayer2013-08-29
* | avcodec/snow: check for malloc* failuresMichael Niedermayer2013-08-28
* | lavu: add FF_CEIL_RSHIFT and use it in various places.Clément Bœsch2013-05-09
* | snow: add av_cold where appropriateMichael Niedermayer2013-05-06
* | snow: Fix off by 1 error in reference picture managementMichael Niedermayer2013-05-04
* | snow: drop commented out assertsMichael Niedermayer2013-03-27
* | lavc: factorize ff_{thread_,re,}get_buffer error messages.Clément Bœsch2013-03-13
* | snow: use hpeldsp instead of dsputil for half-pel functions.Ronald S. Bultje2013-03-13
* | snow: set frame defaultsMichael Niedermayer2013-03-12
* | Merge commit '759001c534287a96dc96d1e274665feb7059145d'Michael Niedermayer2013-03-12
|\|
* | Fix a few "its" vs "it's" typo.Clément Bœsch2013-02-14
* | dsputil: fixup half a dozen bugs with ptrdiff vs int linesizeMichael Niedermayer2013-02-06
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-01-24
|\|
| * Drop Snow codecDiego Biurrun2013-01-06
| * snow: use VideoDSPContextLuca Barbato2012-12-29