index
:
ffmpeg.git
debug/motion-vectors
vaapi/drm-render-node
vaapi/hantro-support
FFmpeg multimedia libraries
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavcodec
/
snow.c
Age
Commit message (
Expand
)
Author
2015-06-08
Merge commit 'da0c8664b4dc906696803685f7e53ade68594ab8'
Michael Niedermayer
2015-06-04
avcodec/snow: replace unspecific error code
Michael Niedermayer
2015-03-22
avcodec/snow: fix support for odd dimensions
Michael Niedermayer
2015-02-25
avcodec/snow: Initialize spatial_decomposition_count to a valid value
Michael Niedermayer
2015-02-24
avcodec/snow: Free all planes and bands independent of the last count
Michael Niedermayer
2015-01-12
avcodec/snow: Fix av_malloc* failure checks
Michael Niedermayer
2015-01-12
avcodec/snow: Use av_malloc_array()
Michael Niedermayer
2014-11-16
avcodec/snow: clear freed pointers
Michael Niedermayer
2014-09-22
avcodec/snow: Make block argumrnt of ff_snow_pred_block() const
Michael Niedermayer
2014-08-11
avcodec/snow: fix null pointer dereference in cleanup after allocation failure
Michael Niedermayer
2014-07-17
Merge commit '2d60444331fca1910510038dd3817bea885c2367'
Michael Niedermayer
2014-07-16
avcodec/snow: remove unused variables
Michael Niedermayer
2014-07-16
avcodec/snow: only allocate space for edges when encoding
Michael Niedermayer
2014-07-16
avcodec/snowdec: remove mpegvideoencdsp dependency
Michael Niedermayer
2014-07-07
Merge commit '3c650efb81aaa3b395ba4606ee68a47ee4efb57b'
Michael Niedermayer
2014-06-27
avcodec/snow: factor ff_snow_get_buffer() out
Michael Niedermayer
2014-06-26
avcodec/snow: ensure the buffers have allocated edges
Michael Niedermayer
2014-05-31
avcodec/snow: fix 1 pixel block sizes
Michael Niedermayer
2014-05-30
Merge commit '368f50359eb328b0b9d67451f56fda20b3255f9a'
Michael Niedermayer
2014-04-22
avcodec/snow: use FF_ALLOC(Z)_ARRAY_OR_GOTO
Michael Niedermayer
2014-04-18
avcodec/snow: use av_malloc(z)_array()
Michael Niedermayer
2013-11-15
Merge commit '458446acfa1441d283dacf9e6e545beb083b8bb0'
Michael Niedermayer
2013-09-28
Rewrite emu_edge functions to have separate src/dst_stride arguments.
Ronald S. Bultje
2013-09-28
Convert multiplier for MV from int to ptrdiff_t.
Ronald S. Bultje
2013-08-29
snow: Check av_frame_alloc() failures
Michael Niedermayer
2013-08-29
avcodec/snow: gray support
Michael Niedermayer
2013-08-29
libavcodec/snow: change AVFrame to pointers to AVFrame for ABI stability
Michael Niedermayer
2013-08-28
avcodec/snow: check for malloc* failures
Michael Niedermayer
2013-05-09
lavu: add FF_CEIL_RSHIFT and use it in various places.
Clément Bœsch
2013-05-06
snow: add av_cold where appropriate
Michael Niedermayer
2013-05-04
snow: Fix off by 1 error in reference picture management
Michael Niedermayer
2013-03-27
snow: drop commented out asserts
Michael Niedermayer
2013-03-13
lavc: factorize ff_{thread_,re,}get_buffer error messages.
Clément Bœsch
2013-03-13
snow: use hpeldsp instead of dsputil for half-pel functions.
Ronald S. Bultje
2013-03-12
snow: set frame defaults
Michael Niedermayer
2013-03-12
Merge commit '759001c534287a96dc96d1e274665feb7059145d'
Michael Niedermayer
2013-02-14
Fix a few "its" vs "it's" typo.
Clément Bœsch
2013-02-06
dsputil: fixup half a dozen bugs with ptrdiff vs int linesize
Michael Niedermayer
2013-01-24
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2013-01-14
lavc: split snow and dirac DWTs
Michael Niedermayer
2013-01-06
Drop Snow codec
Diego Biurrun
2012-12-29
snow: use VideoDSPContext
Luca Barbato
2012-12-21
Merge commit '6906b19346ae8a330bfaa1c16ce535be10789723'
Michael Niedermayer
2012-12-07
snow: fix build after 594d4d5df3c70404168701dd5c90b7e6e5587793
Anton Khirnov
2012-12-05
Merge commit '594d4d5df3c70404168701dd5c90b7e6e5587793'
Michael Niedermayer
2012-12-04
lavc: add a wrapper for AVCodecContext.get_buffer().
Anton Khirnov
2012-11-11
snow: fix edge emu switch
Michael Niedermayer
2012-07-04
snow: move init code that depends on picture paramaters to after these parame...
Michael Niedermayer
2012-07-04
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-07-03
snow: remove a VLA used for edge emulation
Ronald S. Bultje
[next]