summaryrefslogtreecommitdiff
path: root/libavcodec/vp56.h
Commit message (Expand)AuthorAgeFilesLines
* avcodec/vp56: Avoid functions with only one callerAndreas Rheinhardt2022-02-131-2/+0
* avcodec/vp56: Cleanup generically in case of init failureAndreas Rheinhardt2022-02-131-0/+4
* lavu/mem: move the DECLARE_ALIGNED macro family to mem_internal on next+1 bumpAnton Khirnov2021-01-011-0/+2
* avcodec/vp56rac: delay signaling an error on truncated inputMichael Niedermayer2019-09-111-1/+4
* avcodec/vp6: select idct based (loosely) on number of coefficients decodedPeter Ross2019-01-261-0/+2
* avcodec/vp6: use ff_vp3dsp_[hv]_loop_filter_12Peter Ross2019-01-261-0/+1
* avcodec/vp56: Add vpX_rac_is_end() to check for the end of inputMichael Niedermayer2018-10-301-0/+8
* Merge commit '721d57e608dc4fd6c86f27c5ae76ef559d646220'James Almer2017-03-191-0/+1
|\
| * vp56: Separate VP5 and VP6 dsp initializationDiego Biurrun2016-08-261-0/+1
* | Merge commit 'd9d26a3674f31f482f54e936fcb382160830877a'James Almer2017-03-191-2/+2
|\ \ | |/
| * vp56: Change type of stride parameters to ptrdiff_tDiego Biurrun2016-08-261-2/+2
* | avcodec/vp568: Check that there is enough data for ff_vp56_init_range_decoder()Michael Niedermayer2017-03-071-1/+1
* | avcodec/vp56: Require a correctly decoded frame before using vp56_conceal_mb()Michael Niedermayer2017-03-041-0/+3
* | avcodec/vp56: Check for the bitstream end, pass error codes onMichael Niedermayer2017-01-241-1/+1
* | Merge commit '2143948381c8118bdc2f50bd4079520b9885bd54'Michael Niedermayer2014-09-051-2/+2
|\ \ | |/
| * Drop unnecessary av_unused attributes.Diego Biurrun2014-09-051-2/+2
* | Use rac_get_prob branchy version when used within a conditional branch.Matt Oliver2014-05-131-1/+1
* | Merge commit '3dc6272bed7890a49080e18eacf3c7a4a6594b0d'Michael Niedermayer2014-04-051-1/+0
|\ \ | |/
| * Remove a number of unnecessary dsputil.h #includesDiego Biurrun2014-04-041-1/+0
* | Merge commit 'cb214707a6cb0d3272ec0261af6f1f5d8b7dabc7'Michael Niedermayer2013-08-161-1/+26
|\ \ | |/
| * vp56data: Move all shared enum/struct declarations to common headerDiego Biurrun2013-08-151-1/+26
| * vp56: Use hpeldsp instead of dsputil for half-pel functionsRonald S. Bultje2013-04-191-1/+2
| * vp3: Use full transpose for all IDCTsRonald S. Bultje2013-04-151-1/+1
* | vp56: use hpeldsp instead of dsputil for half-pel functions.Ronald S. Bultje2013-03-131-1/+2
* | vp3/x86: use full transpose for all IDCTs.Ronald S. Bultje2013-03-121-1/+1
* | Merge commit '759001c534287a96dc96d1e274665feb7059145d'Michael Niedermayer2013-03-121-5/+3
|\ \ | |/
| * lavc decoders: work with refcounted frames.Anton Khirnov2013-03-081-4/+2
* | Merge commit '79dad2a932534d1155079f937649e099f9e5cc27'Michael Niedermayer2013-02-071-0/+2
|\ \ | |/
| * dsputil: Separate h264chromaDiego Biurrun2013-02-061-0/+2
* | Merge commit '88bd7fdc821aaa0cbcf44cf075c62aaa42121e3f'Michael Niedermayer2013-01-231-3/+3
|\ \ | |/
| * Drop DCTELEM typedefDiego Biurrun2013-01-221-3/+3
* | Merge commit '6906b19346ae8a330bfaa1c16ce535be10789723'Michael Niedermayer2012-12-211-0/+2
|\ \ | |/
| * lavc: introduce VideoDSPContextRonald S. Bultje2012-12-201-0/+2
* | Merge commit 'bb675d3ac6d722d5e117ae9042a996b55ca05b1d'Michael Niedermayer2012-12-151-0/+2
|\ \ | |/
| * vp56: make parse_header return standard error codesLuca Barbato2012-12-141-0/+2
* | Merge commit 'df9b9567518f2840d79a4a96b447ebe1aa326408'Michael Niedermayer2012-12-051-1/+1
|\ \ | |/
| * lavc: fix decode_frame() third parameter semantics for video decodersAnton Khirnov2012-12-041-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-10-061-5/+5
|\ \ | |/
| * Give all anonymously typedeffed structs in headers a nameDiego Biurrun2012-10-061-5/+5
| * vp56: Don't use DECLARE_ALIGN on a typedef nameDerek Buitenhuis2012-08-271-2/+2
* | lavc/vp6: Implement "slice" threading for VP6A decodeBen Jackson2012-09-151-1/+4
* | lavc/vp56: Move golden_frame into VP56ContextBen Jackson2012-09-151-1/+2
* | lavc/vp56: Refactor ff_vp56_init into ff_vp56_init/ff_vp56_init_contextBen Jackson2012-09-151-0/+3
* | vp56: Don't use DECLARE_ALIGN on a typedef nameDerek Buitenhuis2012-08-281-2/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-181-0/+2
|\ \ | |/
| * vp3: move idct and loop filter pointers to new vp3dsp contextMans Rullgard2012-07-181-0/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-081-1/+0
|\ \ | |/
| * vp56: Drop unnecessary cabac.h #include.Diego Biurrun2012-01-071-1/+0
| * vp6: Check for huffman tree build errorsLaurent Aimar2011-10-071-1/+1
* | VP8: Remove no longer used vp8_rac_get_tree_with_offsetDavid Conrad2011-10-261-17/+6