summaryrefslogtreecommitdiff
path: root/libavcodec/vp56.h
Commit message (Expand)AuthorAge
* avcodec/vp8, vp9: Avoid using VP56mv and VP56Frame in VP8/9Andreas Rheinhardt2022-07-28
* avcodec/vp56: Move VP5-9 range coder functions to a header of their ownAndreas Rheinhardt2022-07-28
* avcodec/vp56: Move VP8/9-only rac functions to a header of their ownAndreas Rheinhardt2022-07-28
* avcodec/vp56.h: Move VP8-only functions to vp8.cAndreas Rheinhardt2022-07-28
* avcodec/codec_internal: Make FFCodec.decode use AVFrame*Andreas Rheinhardt2022-04-05
* avcodec/vp56: Avoid functions with only one callerAndreas Rheinhardt2022-02-13
* avcodec/vp56: Cleanup generically in case of init failureAndreas Rheinhardt2022-02-13
* lavu/mem: move the DECLARE_ALIGNED macro family to mem_internal on next+1 bumpAnton Khirnov2021-01-01
* avcodec/vp56rac: delay signaling an error on truncated inputMichael Niedermayer2019-09-11
* avcodec/vp6: select idct based (loosely) on number of coefficients decodedPeter Ross2019-01-26
* avcodec/vp6: use ff_vp3dsp_[hv]_loop_filter_12Peter Ross2019-01-26
* avcodec/vp56: Add vpX_rac_is_end() to check for the end of inputMichael Niedermayer2018-10-30
* Merge commit '721d57e608dc4fd6c86f27c5ae76ef559d646220'James Almer2017-03-19
|\
| * vp56: Separate VP5 and VP6 dsp initializationDiego Biurrun2016-08-26
* | Merge commit 'd9d26a3674f31f482f54e936fcb382160830877a'James Almer2017-03-19
|\|
| * vp56: Change type of stride parameters to ptrdiff_tDiego Biurrun2016-08-26
* | avcodec/vp568: Check that there is enough data for ff_vp56_init_range_decoder()Michael Niedermayer2017-03-07
* | avcodec/vp56: Require a correctly decoded frame before using vp56_conceal_mb()Michael Niedermayer2017-03-04
* | avcodec/vp56: Check for the bitstream end, pass error codes onMichael Niedermayer2017-01-24
* | Merge commit '2143948381c8118bdc2f50bd4079520b9885bd54'Michael Niedermayer2014-09-05
|\|
| * Drop unnecessary av_unused attributes.Diego Biurrun2014-09-05
* | Use rac_get_prob branchy version when used within a conditional branch.Matt Oliver2014-05-13
* | Merge commit '3dc6272bed7890a49080e18eacf3c7a4a6594b0d'Michael Niedermayer2014-04-05
|\|
| * Remove a number of unnecessary dsputil.h #includesDiego Biurrun2014-04-04
* | Merge commit 'cb214707a6cb0d3272ec0261af6f1f5d8b7dabc7'Michael Niedermayer2013-08-16
|\|
| * vp56data: Move all shared enum/struct declarations to common headerDiego Biurrun2013-08-15
| * vp56: Use hpeldsp instead of dsputil for half-pel functionsRonald S. Bultje2013-04-19
| * vp3: Use full transpose for all IDCTsRonald S. Bultje2013-04-15
* | vp56: use hpeldsp instead of dsputil for half-pel functions.Ronald S. Bultje2013-03-13
* | vp3/x86: use full transpose for all IDCTs.Ronald S. Bultje2013-03-12
* | Merge commit '759001c534287a96dc96d1e274665feb7059145d'Michael Niedermayer2013-03-12
|\|
| * lavc decoders: work with refcounted frames.Anton Khirnov2013-03-08
* | Merge commit '79dad2a932534d1155079f937649e099f9e5cc27'Michael Niedermayer2013-02-07
|\|
| * dsputil: Separate h264chromaDiego Biurrun2013-02-06
* | Merge commit '88bd7fdc821aaa0cbcf44cf075c62aaa42121e3f'Michael Niedermayer2013-01-23
|\|
| * Drop DCTELEM typedefDiego Biurrun2013-01-22
* | Merge commit '6906b19346ae8a330bfaa1c16ce535be10789723'Michael Niedermayer2012-12-21
|\|
| * lavc: introduce VideoDSPContextRonald S. Bultje2012-12-20
* | Merge commit 'bb675d3ac6d722d5e117ae9042a996b55ca05b1d'Michael Niedermayer2012-12-15
|\|
| * vp56: make parse_header return standard error codesLuca Barbato2012-12-14
* | Merge commit 'df9b9567518f2840d79a4a96b447ebe1aa326408'Michael Niedermayer2012-12-05
|\|
| * lavc: fix decode_frame() third parameter semantics for video decodersAnton Khirnov2012-12-04
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-10-06
|\|
| * Give all anonymously typedeffed structs in headers a nameDiego Biurrun2012-10-06
| * vp56: Don't use DECLARE_ALIGN on a typedef nameDerek Buitenhuis2012-08-27
* | lavc/vp6: Implement "slice" threading for VP6A decodeBen Jackson2012-09-15
* | lavc/vp56: Move golden_frame into VP56ContextBen Jackson2012-09-15
* | lavc/vp56: Refactor ff_vp56_init into ff_vp56_init/ff_vp56_init_contextBen Jackson2012-09-15
* | vp56: Don't use DECLARE_ALIGN on a typedef nameDerek Buitenhuis2012-08-28
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-18
|\|