summaryrefslogtreecommitdiff
path: root/libavcodec/vp56.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec: use the new AVFrame key_frame flag in all decoders and encodersJames Almer2023-05-041-5/+6
* avcodec/internal: Move ff_set_dimensions() to decode.hAndreas Rheinhardt2022-08-271-1/+0
* avcodec/internal: Move ff_get_buffer() to decode.hAndreas Rheinhardt2022-08-271-0/+1
* avcodec/vp56: Move VP5-9 range coder functions to a header of their ownAndreas Rheinhardt2022-07-281-7/+8
* avcodec/codec_internal: Make FFCodec.decode use AVFrame*Andreas Rheinhardt2022-04-051-3/+3
* avcodec/vp56: Avoid functions with only one callerAndreas Rheinhardt2022-02-131-12/+0
* avcodec/vp56: Cleanup generically in case of init failureAndreas Rheinhardt2022-02-131-3/+1
* avcodec/vp56: Consider the alpha start as end of the prior headerMichael Niedermayer2019-08-131-2/+2
* avcodec/vp6: select idct based (loosely) on number of coefficients decodedPeter Ross2019-01-261-6/+24
* avcodec/vp6: use ff_vp3dsp_[hv]_loop_filter_12Peter Ross2019-01-261-0/+10
* avcodec/vp6: use rounded shift for chroma motion vector calculationPeter Ross2019-01-261-6/+2
* avcodec/vp56: Check avctx->error_concealment before enabling ECMichael Niedermayer2017-03-201-1/+1
* Merge commit '721d57e608dc4fd6c86f27c5ae76ef559d646220'James Almer2017-03-191-1/+0
|\
| * vp56: Separate VP5 and VP6 dsp initializationDiego Biurrun2016-08-261-1/+0
* | avcodec/vp56: Reset have_undamaged_frame on resolution changesMichael Niedermayer2017-03-111-0/+2
* | avcodec/vp56: Require a correctly decoded frame before using vp56_conceal_mb()Michael Niedermayer2017-03-041-1/+13
* | avcodec/vp56: Clear dimensions in case of failure in the middle of a resoluti...Michael Niedermayer2017-03-021-1/+6
* | avcodec/vp56: Factorize vp56_render_mb() outMichael Niedermayer2017-02-281-54/+23
* | avcodec/vp56: Implement very basic error concealmentMichael Niedermayer2017-02-251-3/+78
* | avcodec/vp56: Check for the bitstream end, pass error codes onMichael Niedermayer2017-01-241-4/+10
* | avcodec/vp56: Add () to protect TRANSPOSE()s argumentsMichael Niedermayer2015-02-171-1/+1
* | Merge commit '7769be590c7aeb2aad26ca723d105cf5203e33d2'Michael Niedermayer2015-02-141-7/+8
|\ \ | |/
| * vp56: Return meaningful error codesHimangi Saraogi2015-02-141-7/+8
* | Use rac_get_prob branchy version when used within a conditional branch.Matt Oliver2014-05-131-4/+4
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2014-02-281-3/+3
|\ \ | |/
| * Give IDCT matrix transpose macro a more descriptive nameDiego Biurrun2014-02-271-3/+3
* | Merge commit '458446acfa1441d283dacf9e6e545beb083b8bb0'Michael Niedermayer2013-11-151-5/+6
|\ \ | |/
| * lavc: Edge emulation with dst/src linesizeRonald S. Bultje2013-11-151-1/+2
* | Merge commit '757d5e8ef98ba2ab0dd0e85a46290c4f4a7e82be'Michael Niedermayer2013-11-011-1/+1
|\ \ | |/
| * vp56: stop using deprecated avcodec_set_dimensionsAnton Khirnov2013-10-311-2/+2
* | Merge commit '93f305473f880729d18b5e42067f19d2106cb2e5'Michael Niedermayer2013-10-161-2/+3
|\ \ | |/
| * lavc: Convert some remaining strides to ptrdiff_tRonald S. Bultje2013-10-151-3/+4
* | Rewrite emu_edge functions to have separate src/dst_stride arguments.Ronald S. Bultje2013-09-281-1/+1
* | Convert multiplier for MV from int to ptrdiff_t.Ronald S. Bultje2013-09-281-1/+1
* | Make decoding alpha optional for some codecs.Reimar Döffinger2013-09-221-3/+4
* | avcodec/vp56: use av_reallocp_array() and check if allocation failedPaul B Mahol2013-09-101-4/+6
* | Merge commit '239f55bf3c966782b781338df284f250393b9ed6'Michael Niedermayer2013-08-161-11/+11
|\ \ | |/
| * vp56data: Move all data tables to the .c fileDiego Biurrun2013-08-151-11/+11
* | Merge commit '8071264f2196d71ff49c3944c33f8d3d83f548f1'Michael Niedermayer2013-04-201-4/+4
|\ \ | |/
| * vp56: Use hpeldsp instead of dsputil for half-pel functionsRonald S. Bultje2013-04-191-8/+8
| * vp3: Use full transpose for all IDCTsRonald S. Bultje2013-04-151-3/+6
* | vp56: Check av_frame_ref() return codeMichael Niedermayer2013-03-191-1/+5
* | lavc: factorize ff_{thread_,re,}get_buffer error messages.Clément Bœsch2013-03-131-3/+1
* | vp56: remove unused variableMichael Niedermayer2013-03-131-1/+0
* | vp56: use hpeldsp instead of dsputil for half-pel functions.Ronald S. Bultje2013-03-131-4/+4
* | vp3/x86: use full transpose for all IDCTs.Ronald S. Bultje2013-03-121-3/+6
* | Merge commit '759001c534287a96dc96d1e274665feb7059145d'Michael Niedermayer2013-03-121-60/+44
|\ \ | |/
| * lavc decoders: work with refcounted frames.Anton Khirnov2013-03-081-58/+41
| * vp56: Remove clear_blocks call, and clear alpha plane U/V DC onlyRonald S. Bultje2013-02-191-2/+5
* | Merge commit '79dad2a932534d1155079f937649e099f9e5cc27'Michael Niedermayer2013-02-071-1/+2
|\ \ | |/