| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/codec_internal: Add macro to set AVCodec.long_name | Andreas Rheinhardt | 2022-09-03 | 1 | -2/+2 |
* | avcodec/mpeg4video: Factor non-codec stuff out into a header of its own | Andreas Rheinhardt | 2022-09-02 | 1 | -0/+1 |
* | avcodec/internal: Move ff_set_dimensions() 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/h263dec: Sanity check against minimal I/P frame size | Michael Niedermayer | 2022-08-23 | 1 | -0/+2 |
* | avcodec/h263dec: Don't set frame parameters redundantly | Andreas Rheinhardt | 2022-08-18 | 1 | -4/+0 |
* | avcodec/h263dec: Remove redundant code to set cur_pic_ptr | Andreas Rheinhardt | 2022-08-18 | 1 | -7/+0 |
* | configure: Add msmpeg4(dec|enc) subsystems | Andreas Rheinhardt | 2022-08-03 | 1 | -2/+2 |
* | avcodec/mpegvideo: Inline values in ff_update_block_index() | Andreas Rheinhardt | 2022-07-31 | 1 | -1/+2 |
* | avcodec: Make init-threadsafety the default | Andreas Rheinhardt | 2022-07-18 | 1 | -4/+2 |
* | avcodec/codec_internal: Use union for FFCodec decode/encode callbacks | Andreas Rheinhardt | 2022-04-05 | 1 | -2/+2 |
* | avcodec/codec_internal: Make FFCodec.decode use AVFrame* | Andreas Rheinhardt | 2022-04-05 | 1 | -3/+2 |
* | avcodec/internal: Move FF_QSCALE_TYPE_* to mpegvideodec.h | Andreas Rheinhardt | 2022-03-23 | 1 | -2/+2 |
* | avcodec/codec_internal: Add FFCodec, hide internal part of AVCodec | Andreas Rheinhardt | 2022-03-21 | 1 | -16/+16 |
* | 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/h263dec: Avoid copying data when flipping image | Andreas Rheinhardt | 2022-02-25 | 1 | -10/+4 |
* | avcodec/ituh263dec: Make initializing VLCs thread-safe | Andreas Rheinhardt | 2022-02-18 | 1 | -2/+4 |
* | avcodec/mpegvideo: Move decoder-only stuff to a new header | Andreas Rheinhardt | 2022-02-13 | 1 | -0/+1 |
* | avcodec/flv.h: Split header into encoder-only and decoder-only headers | Andreas Rheinhardt | 2022-02-13 | 1 | -3/+1 |
* | avcodec/mpeg4video.h: Move decoder-only parts 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/wmv2.h: Move encoder- and decoder-only parts to new headers | Andreas Rheinhardt | 2022-02-13 | 1 | -1/+1 |
* | avcodec/h263: Move decoding-only stuff to a new header h263dec.h | Andreas Rheinhardt | 2022-01-29 | 1 | -0/+1 |
* | avcodec/mpegvideo: Don't set unrestricted_mv for decoders | Andreas Rheinhardt | 2022-01-13 | 1 | -2/+0 |
* | avcodec/mpegvideo, svq3: Remove unused next_p_frame_damaged | Andreas Rheinhardt | 2022-01-13 | 1 | -7/+0 |
* | avcodec/mpeg4video: Skip unneeded element when parsing picture header | Andreas Rheinhardt | 2022-01-09 | 1 | -2/+2 |
* | lavc: deprecate AV_CODEC_(FLAG|CAP)_TRUNCATED | Anton Khirnov | 2021-09-20 | 1 | -2/+16 |
* | avcodec/h263dec: Make ff_h263_hw_config_list static | Andreas Rheinhardt | 2021-09-08 | 1 | -3/+3 |
* | avutil/internal, swresample/audioconvert: Remove cpu.h inclusions | Andreas Rheinhardt | 2021-07-22 | 1 | -1/+0 |
* | avcodec: Constify AVCodecs | Andreas Rheinhardt | 2021-04-27 | 1 | -2/+2 |
* | avcodec/h263dec, mpeg12dec: Remove redundant writes | Andreas Rheinhardt | 2021-04-12 | 1 | -1/+0 |
* | Revert "avcodec: add FF_CODEC_CAP_INIT_CLEANUP for all codecs which use ff_mp... | Andreas Rheinhardt | 2021-04-08 | 1 | -2/+2 |
* | mpegvideo: use the AVVideoEncParams API for exporting QP tables | Anton Khirnov | 2021-01-01 | 1 | -0/+2 |
* | avcodec/mpegvideo: Merge ff_mpv_decode_defaults into ff_mpv_decode_init | Andreas Rheinhardt | 2020-12-31 | 1 | -1/+0 |
* | lavc: Mark hw_config pointer arrays as const | Mark Thompson | 2020-11-08 | 1 | -1/+1 |
* | avcodec: add FF_CODEC_CAP_INIT_CLEANUP for all codecs which use ff_mpv_common... | Limin Wang | 2020-06-13 | 1 | -2/+2 |
* | lavc: Rename hwaccel.h to hwconfig.h | Mark Thompson | 2020-04-26 | 1 | -1/+1 |
* | avcodec/h263dec: enable nvdec hwaccel | Stefan Schoenefeld | 2019-08-04 | 1 | -0/+3 |
* | avcodec/h263dec: fix hwaccel decoding | Stefan Schoenefeld | 2019-08-04 | 1 | -1/+1 |
* | avcodec/h263dec: Fixed VA API, VDPAU, and VideoToolbox hardware acceleration ... | fumoboy007 | 2019-05-05 | 1 | -12/+15 |
* | avcodec/mpeg4videodec: Fix nonsense warning | Andreas Rheinhardt | 2019-03-12 | 1 | -2/+2 |
* | lavc/h263dec: Remove a variable declaration that can lead to a warning. | Carl Eugen Hoyos | 2018-07-13 | 1 | -2/+1 |
* | avcodec/mpeg4videodec: Remove use of FF_PROFILE_MPEG4_SIMPLE_STUDIO as indica... | Michael Niedermayer | 2018-07-04 | 1 | -2/+4 |
* | avcodec/h263dec: Reinitialize idct context if it has not been setup for the a... | Michael Niedermayer | 2018-05-30 | 1 | -0/+2 |
* | avcodec/h263dec: Document padding_bug_score heuristic used for wrong stuffing | Michael Niedermayer | 2018-05-04 | 1 | -0/+1 |
* | avcodec/h263dec: Check slice_ret in mspeg4 slice loop | Michael Niedermayer | 2018-04-25 | 1 | -1/+1 |
* | mpeg4video: Add support for MPEG-4 Simple Studio Profile. | Kieran Kunhya | 2018-04-02 | 1 | -0/+11 |
* | lavc: Add hardware config metadata for decoders supporting hardware output | Mark Thompson | 2017-11-26 | 1 | -0/+13 |
* | avcodec: Implement mpeg4 nvdec hwaccel | Philip Langdale | 2017-11-20 | 1 | -0/+3 |