| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/vc1dec: Clear mb_type_base and ttblk_base | Michael Niedermayer | 2024-08-14 | 1 | -2/+2 |
* | avcodec/mpegvideo: Use enum for msmpeg4_version | Andreas Rheinhardt | 2024-06-12 | 1 | -1/+1 |
* | avcodec/mpegpicture: Make MPVPicture refcounted | Andreas Rheinhardt | 2024-06-12 | 1 | -3/+5 |
* | avcodec/mpegvideo_dec: Add close function for mpegvideo-decoders | Andreas Rheinhardt | 2024-06-12 | 1 | -6/+12 |
* | avcodec/mpegpicture: Split MPVPicture into WorkPicture and ordinary Pic | Andreas Rheinhardt | 2024-06-12 | 1 | -20/+20 |
* | avcodec/vc1_mc: Don't check AVFrame INTERLACE flags | Andreas Rheinhardt | 2024-06-12 | 1 | -0/+2 |
* | avcodec/mpegpicture: Rename Picture->MPVPicture | Andreas Rheinhardt | 2024-06-12 | 1 | -1/+1 |
* | avcodec/mpegvideo: Add const where appropriate | Andreas Rheinhardt | 2024-06-12 | 1 | -3/+3 |
* | avcodec/mpegpicture: Cache AVFrame.data and linesize values | Andreas Rheinhardt | 2024-06-12 | 1 | -14/+14 |
* | avcodec/mpegvideo: Shorten variable names | Andreas Rheinhardt | 2024-06-12 | 1 | -29/+29 |
* | avcodec/mpegutils: Move definitions to better places | Andreas Rheinhardt | 2024-04-08 | 1 | -0/+1 |
* | avutil/common: Don't auto-include mem.h | Andreas Rheinhardt | 2024-03-31 | 1 | -1/+1 |
* | avcodec/vc1dec: Fix vc1_hwaccel_pixfmt_list_420 | Akihiko Odaki | 2024-02-11 | 1 | -21/+21 |
* | avcodec/vc1dec: Remove AVCodec.pix_fmts arrays | Andreas Rheinhardt | 2024-02-09 | 1 | -35/+29 |
* | avcodec/vc1dec: Don't call ff_get_format() twice | Andreas Rheinhardt | 2024-02-09 | 1 | -8/+0 |
* | avcodec/vc1dec: Set pointers for hwaccel even without hwaccel | Andreas Rheinhardt | 2024-02-09 | 1 | -6/+3 |
* | avcodec: add D3D12VA hardware accelerated VC1 decoding | Wu Jianhua | 2023-12-21 | 1 | -0/+9 |
* | avcodec/vc1: Avoid superfluous VLC structures | Andreas Rheinhardt | 2023-10-31 | 1 | -102/+72 |
* | avcodec/h261dec, mpeg12dec, vc1dec: Remove setting write-only flags | Andreas Rheinhardt | 2023-10-05 | 1 | -7/+0 |
* | avcodec/mpegvideo_dec: Always initialize IDCTDSPContext during init | Andreas Rheinhardt | 2023-10-05 | 1 | -1/+0 |
* | avcodec/error_resilience: Make applying decode_error_flags optional | Andreas Rheinhardt | 2023-09-15 | 1 | -1/+1 |
* | avcodec/vlc: Use proper namespace | Andreas Rheinhardt | 2023-09-11 | 1 | -33/+33 |
* | avcodec/avcodec: Add FFHWAccel, hide internals of AVHWAccel | Andreas Rheinhardt | 2023-08-07 | 1 | -15/+41 |
* | lavc: deprecate AVCodecContext.ticks_per_frame | Anton Khirnov | 2023-05-15 | 1 | -1/+0 |
* | avcodec: use the new AVFrame key_frame flag in all decoders and encoders | James Almer | 2023-05-04 | 1 | -1/+4 |
* | avcodec: use the new AVFrame interlace flags in all decoders and encoders | James Almer | 2023-05-04 | 1 | -2/+2 |
* | avcodec/vc1dec: Use av_fast_realloc() for slices | Michael Niedermayer | 2023-04-02 | 1 | -3/+8 |
* | avcodec/vc1dec: Remove VC-1 decoders->H.263 decoder dependency | Andreas Rheinhardt | 2022-11-06 | 1 | -2/+30 |
* | avcodec/mpegvideo_dec: Don't use MotionEstContext as scratch space | Andreas Rheinhardt | 2022-11-06 | 1 | -3/+0 |
* | avcodec/vc1dec: Split VC-1 decoders from msmpeg4 | Andreas Rheinhardt | 2022-11-06 | 1 | -2/+18 |
* | avcodec/msmpeg4data: Move data shared between msmpeg4 and VC-1 out | Andreas Rheinhardt | 2022-11-06 | 1 | -1/+1 |
* | avcodec/vc1dec: Return early upon error | Andreas Rheinhardt | 2022-11-06 | 1 | -15/+12 |
* | avcodec/vc1dec: Factor (re)initializing code out | Andreas Rheinhardt | 2022-11-06 | 1 | -7/+18 |
* | avcodec/vc1dec: Don't open and close decoder during init | Andreas Rheinhardt | 2022-11-06 | 1 | -10/+1 |
* | avcodec/vc1: Move ff_vc1_init_common() to vc1dec.c | Andreas Rheinhardt | 2022-11-06 | 1 | -0/+141 |
* | avcodec/vc1: Move setting res_fasttx-IDCT functions to vc1dec.c | Andreas Rheinhardt | 2022-11-06 | 1 | -0/+9 |
* | 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 |