| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec: use the new AVFrame key_frame flag in all decoders and encoders | James Almer | 2023-05-04 | 1 | -4/+7 |
* | avcodec/codec_internal: Add macro to set AVCodec.long_name | Andreas Rheinhardt | 2022-09-03 | 1 | -3/+3 |
* | avcodec/internal: Move ff_set_dimensions() to decode.h | Andreas Rheinhardt | 2022-08-27 | 1 | -1/+1 |
* | avcodec/vp56: Move VP5-9 range coder functions to a header of their own | Andreas Rheinhardt | 2022-07-28 | 1 | -38/+39 |
* | avcodec: Make init-threadsafety the default | Andreas Rheinhardt | 2022-07-18 | 1 | -3/+3 |
* | avcodec/codec_internal: Use union for FFCodec decode/encode callbacks | Andreas Rheinhardt | 2022-04-05 | 1 | -3/+3 |
* | avcodec/codec_internal: Add FFCodec, hide internal part of AVCodec | Andreas Rheinhardt | 2022-03-21 | 1 | -18/+18 |
* | avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.h | Andreas Rheinhardt | 2022-03-21 | 1 | -0/+1 |
* | avcodec/vp[56]: Mark decoders as init-threadsafe | Andreas Rheinhardt | 2022-02-13 | 1 | -3/+3 |
* | avcodec/vp6: Avoid code duplication when initializing VP56 contexts | Andreas Rheinhardt | 2022-02-13 | 1 | -24/+27 |
* | avcodec/vp6: Avoid allocation for alpha_context | Andreas Rheinhardt | 2022-02-13 | 1 | -6/+4 |
* | avcodec/vp56: Cleanup generically in case of init failure | Andreas Rheinhardt | 2022-02-13 | 1 | -0/+2 |
* | avcodec/vp6: Check initializing VP6A context | Andreas Rheinhardt | 2022-02-13 | 1 | -3/+5 |
* | avcodec/vp6: return value check for av_mallocz | Jiasheng Jiang | 2022-02-11 | 1 | -0/+4 |
* | avcodec/vp6: return value check for init_get_bits | maryam ebrahimzadeh | 2021-08-26 | 1 | -1/+3 |
* | avcodec: Constify AVCodecs | Andreas Rheinhardt | 2021-04-27 | 1 | -3/+3 |
* | avcodec/vp5/6/8: use vpX_rac_is_end() | Michael Niedermayer | 2019-08-22 | 1 | -1/+1 |
* | avcodec/vp6: select idct based (loosely) on number of coefficients decoded | Peter Ross | 2019-01-26 | 1 | -0/+14 |
* | Merge commit '721d57e608dc4fd6c86f27c5ae76ef559d646220' | James Almer | 2017-03-19 | 1 | -0/+2 |
|\ |
|
| * | vp56: Separate VP5 and VP6 dsp initialization | Diego Biurrun | 2016-08-26 | 1 | -0/+1 |
* | | Merge commit 'd9d26a3674f31f482f54e936fcb382160830877a' | James Almer | 2017-03-19 | 1 | -4/+4 |
|\| |
|
| * | vp56: Change type of stride parameters to ptrdiff_t | Diego Biurrun | 2016-08-26 | 1 | -4/+4 |
| * | huffman: allow specifying nb_bits to ff_huff_build_tree() | Michael Niedermayer | 2015-09-03 | 1 | -1/+2 |
| * | huffman: use a named identifer for the bits constant | Michael Niedermayer | 2015-09-03 | 1 | -2/+2 |
* | | avcodec/vp6: clear dimensions on failed resolution change in vp6_parse_header() | Michael Niedermayer | 2017-03-13 | 1 | -5/+8 |
* | | avcodec/vp568: Check that there is enough data for ff_vp56_init_range_decoder() | Michael Niedermayer | 2017-03-07 | 1 | -4/+11 |
* | | avcodec/vp56: Fix sign typo | Michael Niedermayer | 2017-02-24 | 1 | -1/+1 |
* | | avcodec/vp56: Check for the bitstream end, pass error codes on | Michael Niedermayer | 2017-01-24 | 1 | -5/+12 |
* | | Merge commit 'def97856de6021965db86c25a732d78689bd6bb0' | Michael Niedermayer | 2015-07-27 | 1 | -3/+3 |
|\| |
|
| * | lavc: AV-prefix all codec capabilities | Vittorio Giovara | 2015-07-27 | 1 | -3/+3 |
* | | avcodec/vp6: Use av_freep(), avoid leaving stale pointers | Michael Niedermayer | 2014-11-21 | 1 | -1/+1 |
* | | Use rac_get_prob branchy version when used within a conditional branch. | Matt Oliver | 2014-05-13 | 1 | -15/+15 |
* | | Merge commit '757d5e8ef98ba2ab0dd0e85a46290c4f4a7e82be' | Michael Niedermayer | 2013-11-01 | 1 | -2/+6 |
|\| |
|
| * | vp56: stop using deprecated avcodec_set_dimensions | Anton Khirnov | 2013-10-31 | 1 | -2/+6 |
* | | Merge commit '41a10f3ba149a2012de499d0b4ad4955d81f28d5' | Michael Niedermayer | 2013-10-10 | 1 | -4/+14 |
|\| |
|
| * | vp6: Support cropping to AVCodecContext.width/height | Martin Storsjö | 2013-10-10 | 1 | -4/+14 |
* | | Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2' | Michael Niedermayer | 2013-10-04 | 1 | -3/+3 |
|\| |
|
| * | cosmetics: Group .name and .long_name together in codec/format declarations | Diego Biurrun | 2013-10-03 | 1 | -3/+3 |
| * | vp3: Use full transpose for all IDCTs | Ronald S. Bultje | 2013-04-15 | 1 | -2/+2 |
* | | avcodec/huffman: Allow specifying nb_bits to ff_huff_build_tree() | Michael Niedermayer | 2013-09-28 | 1 | -1/+2 |
* | | avcodec/huffman: use named identifer for the bits constant | Michael Niedermayer | 2013-05-21 | 1 | -2/+2 |
* | | Merge commit '63d744e2be39466e3a734c2987cd713e0bac101e' | Michael Niedermayer | 2013-03-14 | 1 | -1/+1 |
|\| |
|
| * | av_log_missing_feature() ---> avpriv_report_missing_feature() | Diego Biurrun | 2013-03-13 | 1 | -1/+1 |
* | | vp3/x86: use full transpose for all IDCTs. | Ronald S. Bultje | 2013-03-12 | 1 | -2/+2 |
* | | vp6: remove unused variable | Michael Niedermayer | 2013-03-12 | 1 | -2/+0 |
* | | Merge commit '759001c534287a96dc96d1e274665feb7059145d' | Michael Niedermayer | 2013-03-12 | 1 | -9/+10 |
|\| |
|
| * | lavc decoders: work with refcounted frames. | Anton Khirnov | 2013-03-08 | 1 | -7/+10 |
* | | Merge commit 'c242bbd8b6939507a1a6fb64101b0553d92d303f' | Michael Niedermayer | 2013-02-26 | 1 | -1/+0 |
|\| |
|
| * | Remove unnecessary dsputil.h #includes | Diego Biurrun | 2013-02-26 | 1 | -1/+0 |
* | | Merge commit '79dad2a932534d1155079f937649e099f9e5cc27' | Michael Niedermayer | 2013-02-07 | 1 | -3/+3 |
|\| |
|