| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/mpegvideo_dec: Move setting dct_unquant funcs to h263dec.c | Andreas Rheinhardt | 2024-06-20 | 1 | -0/+5 |
* | avcodec/mpegvideo: Move quant_precision to Mpeg4DecContext | Andreas Rheinhardt | 2024-06-20 | 1 | -1/+0 |
* | avcodec/rv10: Use ff_h263_decode_init() | Andreas Rheinhardt | 2024-06-20 | 1 | -0/+2 |
* | avcodec/mpegvideo_dec: Set dct_unquantize ptrs only once when possible | Andreas Rheinhardt | 2024-06-20 | 1 | -0/+8 |
* | avcodec/mpegvideo: Use enum for msmpeg4_version | Andreas Rheinhardt | 2024-06-12 | 1 | -15/+19 |
* | avcodec/mpegpicture: Make MPVPicture refcounted | Andreas Rheinhardt | 2024-06-12 | 1 | -5/+9 |
* | avcodec/mpegvideo_dec: Add close function for mpegvideo-decoders | Andreas Rheinhardt | 2024-06-12 | 1 | -10/+2 |
* | avcodec/mpegpicture: Split MPVPicture into WorkPicture and ordinary Pic | Andreas Rheinhardt | 2024-06-12 | 1 | -17/+16 |
* | avcodec/mpegvideo: Shorten variable names | Andreas Rheinhardt | 2024-06-12 | 1 | -17/+17 |
* | avcodec/mpegutils: Move definitions to better places | Andreas Rheinhardt | 2024-04-08 | 1 | -1/+0 |
* | avcodec/h263dec: Remove AVCodec.pix_fmts arrays | Andreas Rheinhardt | 2024-02-09 | 1 | -20/+23 |
* | avcodec/h263dec, mpeg4videodec: Parse extradata during init | Andreas Rheinhardt | 2023-10-05 | 1 | -7/+0 |
* | avcodec/mpegvideo_dec: Always initialize IDCTDSPContext during init | Andreas Rheinhardt | 2023-10-05 | 1 | -5/+0 |
* | avcodec/error_resilience: Make applying decode_error_flags optional | Andreas Rheinhardt | 2023-09-15 | 1 | -1/+1 |
* | avcodec/avcodec: Add FFHWAccel, hide internals of AVHWAccel | Andreas Rheinhardt | 2023-08-07 | 1 | -4/+5 |
* | avcodec: Ignoring errors is only possible before the input end | Michael Niedermayer | 2023-06-18 | 1 | -1/+1 |
* | avcodec: remove FF_API_FLAG_TRUNCATED | James Almer | 2023-02-09 | 1 | -42/+0 |
* | avcodec/mpeg4videodec: duplicate the last decoded frame when the last coded f... | James Almer | 2022-12-12 | 1 | -0/+13 |
* | avcodec/h263dec: Avoid parsing extradata repeatedly | Michael Niedermayer | 2022-11-28 | 1 | -1/+2 |
* | avcodec/h263dec: Move initializing qpel DSP context to mpeg4videodec.c | Andreas Rheinhardt | 2022-11-06 | 1 | -2/+0 |
* | avcodec/vc1dec: Remove VC-1 decoders->H.263 decoder dependency | Andreas Rheinhardt | 2022-11-06 | 1 | -12/+0 |
* | avcodec/mpegvideo_dec: Don't use MotionEstContext as scratch space | Andreas Rheinhardt | 2022-11-06 | 1 | -8/+0 |
* | 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 |