| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/blockdsp: Remove unused AVCodecContext parameter | Andreas Rheinhardt | 2022-09-21 | 1 | -1/+1 |
* | avcodec/codec_internal: Add macro to set AVCodec.long_name | Andreas Rheinhardt | 2022-09-03 | 1 | -4/+4 |
* | avcodec/internal: Move ff_get_buffer() to decode.h | Andreas Rheinhardt | 2022-08-27 | 1 | -1/+0 |
* | avcodec/internal: Move ff_get_format() to decode.h | Andreas Rheinhardt | 2022-08-27 | 1 | -0/+1 |
* | avcodec/intrax8: Remove unused IDCTDSPContext | Andreas Rheinhardt | 2022-08-03 | 1 | -1/+1 |
* | avcodec: Make init-threadsafety the default | Andreas Rheinhardt | 2022-07-18 | 1 | -4/+0 |
* | avcodec/codec_internal: Use union for FFCodec decode/encode callbacks | Andreas Rheinhardt | 2022-04-05 | 1 | -4/+4 |
* | avcodec/codec_internal: Make FFCodec.decode use AVFrame* | Andreas Rheinhardt | 2022-04-05 | 1 | -2/+1 |
* | avcodec/vc1: Introduce fast path for unescaping bitstream buffer | Ben Avison | 2022-04-01 | 1 | -10/+10 |
* | avcodec/codec_internal: Add FFCodec, hide internal part of AVCodec | Andreas Rheinhardt | 2022-03-21 | 1 | -30/+30 |
* | avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.h | Andreas Rheinhardt | 2022-03-21 | 1 | -0/+1 |
* | configure: Use a separate config_components.h header for $ALL_COMPONENTS | Martin Storsjö | 2022-03-16 | 1 | -0/+2 |
* | avcodec/msmpeg4dec: Make initializing VLCs thread-safe | Andreas Rheinhardt | 2022-02-18 | 1 | -0/+4 |
* | avcodec/mpegvideo: Move decoder-only stuff to a new header | Andreas Rheinhardt | 2022-02-13 | 1 | -0/+1 |
* | avcodec/msmpeg4.h: Move decoder-only parts to a new header | Andreas Rheinhardt | 2022-02-13 | 1 | -1/+1 |
* | avcodec/mpegvideo, svq3: Remove unused next_p_frame_damaged | Andreas Rheinhardt | 2022-01-13 | 1 | -7/+0 |
* | avcodec/mpegvideo_enc, vc1dec: Remove always-false check | Andreas Rheinhardt | 2021-12-17 | 1 | -1/+1 |
* | avcodec/vc1dec: return value check for init_get_bits | maryam ebrahimzadeh | 2021-08-26 | 1 | -3/+8 |
* | avcodec/vc1dec: ff_print_debug_info() does not support WMV3 field_mode | Michael Niedermayer | 2021-08-22 | 1 | -2/+4 |
* | avcodec/vc1dec: Disable error concealment for *IMAGE | Michael Niedermayer | 2021-08-10 | 1 | -1/+3 |
* | avcodec: Constify AVCodecs | Andreas Rheinhardt | 2021-04-27 | 1 | -4/+4 |
* | avcodec/vc1: Remove unused hrd fields | Andreas Rheinhardt | 2021-04-12 | 1 | -2/+0 |
* | avcodec/vc1: Don't pretend ff_vc1_init_common() can fail | Andreas Rheinhardt | 2021-04-12 | 1 | -2/+1 |
* | avcodec/vc1dec: Fix memleak upon allocation error | Andreas Rheinhardt | 2021-04-08 | 1 | -1/+1 |
* | avcodec/vc1dec: Postpone allocating sprite frame to avoid segfault | Andreas Rheinhardt | 2021-03-25 | 1 | -13/+7 |
* | Mark some pointers as const | Andreas Rheinhardt | 2021-01-01 | 1 | -2/+2 |
* | lavc: Rename hwaccel.h to hwconfig.h | Mark Thompson | 2020-04-26 | 1 | -1/+1 |
* | avcodec/vc1dec: Allocate only as much space as is unescaped | Michael Niedermayer | 2020-01-18 | 1 | -2/+2 |
* | libavcodec/vc1: Remove bits variable | Michael Niedermayer | 2020-01-11 | 1 | -2/+0 |
* | avcodec/vc1dec: Check field_mode for sprites | Michael Niedermayer | 2020-01-11 | 1 | -1/+6 |
* | avcodec/vc1dec: Limit bits by the actual bitstream size | Michael Niedermayer | 2020-01-11 | 1 | -2/+4 |
* | avcodec/vc1dec: Fix "return -1" cases | Michael Niedermayer | 2019-12-28 | 1 | -4/+4 |
* | avcodec/vc1dec: Free sprite_output_frame on error | Michael Niedermayer | 2019-12-28 | 1 | -2/+9 |
* | avcodec/vc1dec: remove the unneeded () | Limin Wang | 2019-12-26 | 1 | -3/+3 |
* | avcodec/vc1dec: Require res_sprite for wmv3images | Michael Niedermayer | 2019-08-31 | 1 | -0/+5 |
* | avcodec/vc1: fix check for missing CBPTAB | Jerome Borsboom | 2018-06-29 | 1 | -1/+3 |
* | avcodec/vc1: support multi-slice field interlaced pictures with hwaccel | Jerome Borsboom | 2018-06-17 | 1 | -7/+60 |
* | avcodec/vc1: fix calculation of the last line of a slice | Jerome Borsboom | 2018-05-20 | 1 | -1/+1 |
* | avcodec/vc1: store additional bitstream elements during MB decoding | Jerome Borsboom | 2018-04-25 | 1 | -8/+8 |
* | avcodec/vc1dec: fix preprocessor checks and hw_configs lists for the hwaccels | James Almer | 2017-11-26 | 1 | -18/+18 |
* | lavc: Add hardware config metadata for decoders supporting hardware output | Mark Thompson | 2017-11-26 | 1 | -0/+43 |
* | avcodec: Implement vc1 nvdec hwaccel | Philip Langdale | 2017-11-14 | 1 | -0/+3 |
* | Merge commit 'dd343fd986459f467a2d1d70c26101dff1d47d68' | James Almer | 2017-10-23 | 1 | -33/+0 |
|\ |
|
| * | lavc: Remove deprecated XvMC support hacks | Diego Biurrun | 2017-03-23 | 1 | -1/+1 |
* | | Merge commit '7b917041184874e7d7cba4450813de7e0bb28a33' | James Almer | 2017-10-21 | 1 | -35/+3 |
|\| |
|
| * | vc1: check that slices have a positive height | Anton Khirnov | 2016-08-18 | 1 | -0/+6 |
* | | dxva: add support for new dxva2 and d3d11 hwaccel APIs | wm4 | 2017-06-27 | 1 | -0/+1 |
* | | vc1dec: support multiple slices in frame coded images with hwaccel | Hendrik Leppkes | 2016-11-26 | 1 | -2/+39 |
* | | Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb' | Clément Bœsch | 2016-06-21 | 1 | -1/+1 |
|\| |
|
| * | cosmetics: Fix spelling mistakes | Vittorio Giovara | 2016-05-04 | 1 | -1/+1 |