summaryrefslogtreecommitdiff
path: root/libavcodec/mpegvideo.h
Commit message (Expand)AuthorAgeFilesLines
* avcodec: remove FF_API_FLAG_TRUNCATEDJames Almer2023-02-091-7/+0
* avcodec/mpeg4videodec: duplicate the last decoded frame when the last coded f...James Almer2022-12-121-0/+1
* avcodec/h263dec: Avoid parsing extradata repeatedlyMichael Niedermayer2022-11-281-0/+1
* avcodec/mpegvideo: Don't use ScanTable where unnecessaryAndreas Rheinhardt2022-10-241-2/+2
* avcodec/mpegvideo: Move ASM-offset warning to its proper placeAndreas Rheinhardt2022-10-241-3/+4
* avcodec/idctdsp: Move ScanTable to mpegvideoAndreas Rheinhardt2022-10-241-0/+11
* avcodec/mpegvideo: Move sprite-related fields to Mpeg4DecContextAndreas Rheinhardt2022-10-201-4/+0
* avcodec/mpegvideodsp: Make MpegVideoDSP MPEG-4 onlyAndreas Rheinhardt2022-10-201-2/+0
* avcodec/mpegvideo: Split ff_mpv_reconstruct_mb() into de/encoder partAndreas Rheinhardt2022-10-201-2/+0
* avcodec/mpegvideo: Move VIDEO_FORMAT_* defines to mpeg12enc.cAndreas Rheinhardt2022-10-201-6/+0
* avcodec/mpegpicture: Move encoding_error and mb_var_sum to MpegEncCtxAndreas Rheinhardt2022-08-101-1/+4
* avcodec/mpegpicture: Move mb_var, mc_mb_var and mb_mean to MpegEncCtxAndreas Rheinhardt2022-08-091-0/+6
* avcodec/mpegvideo_motion: Constify ff_mpv_motionAndreas Rheinhardt2022-08-051-1/+1
* avcodec/mpegvideo: Inline values in ff_update_block_index()Andreas Rheinhardt2022-07-311-5/+7
* avcodec/mjpegenc: Remove ineffective pred optionAndreas Rheinhardt2022-05-241-4/+0
* avcodec/mpegvideoenc: Remove ineffective optionsAndreas Rheinhardt2022-05-241-1/+1
* avcodec/mpegvideo: Move float.h inclusion to mpegvideoenc.hAndreas Rheinhardt2022-05-191-2/+0
* avcodec/mpegvideo: Make new_picture an ordinary AVFrameAndreas Rheinhardt2022-04-011-2/+2
* avcodec/mpegvideo: Remove strict_std_compliance from MpegEncContextAndreas Rheinhardt2022-04-011-1/+0
* avcodec/speedhqenc: Add SpeedHQEncContext and move slice_start to itAndreas Rheinhardt2022-04-011-3/+0
* lavc/mpeg*: drop the XvMC hwaccel codeAnton Khirnov2022-02-151-2/+0
* avcodec/mpegvideo: Constify src of ff_update_duplicate_context()Andreas Rheinhardt2022-02-131-1/+1
* avcodec/mpegvideo: Remove write-only [fb]_codeAndreas Rheinhardt2022-02-131-2/+0
* avcodec/mpegvideo: Move decoder-only stuff to a new headerAndreas Rheinhardt2022-02-131-28/+0
* avcodec/mpegvideo: Move encoder-only stuff to a new headerAndreas Rheinhardt2022-02-131-127/+0
* avcodec/msmpegenc: Add MSMPEG4EncContext and move ac_stats to itAndreas Rheinhardt2022-02-131-2/+0
* avcodec/mpegvideo: Enable private contextsAndreas Rheinhardt2022-02-131-0/+3
* avcodec/mpegvideo: Use offset instead of pointer for vbv_delayAndreas Rheinhardt2022-01-291-1/+1
* avcodec/mpegvideo: Move MPEG-4 Simple Studio Profile fields to mpeg4videoAndreas Rheinhardt2022-01-291-4/+0
* avcodec/mpegvideo: Move frame_rate_index to (Mpeg1|MPEG12Enc)ContextAndreas Rheinhardt2022-01-291-1/+0
* avcodec/mpegvideo: Move gop_picture_number to MPEG12EncContextAndreas Rheinhardt2022-01-291-1/+0
* avcodec/mpegvideo: Move timecode_frame_start to Mpeg1ContextAndreas Rheinhardt2022-01-291-1/+0
* avcodec/mpegvideo: Move aspect_ratio_info to Mpeg1ContextAndreas Rheinhardt2022-01-291-1/+0
* avcodec/mpeg4?video: Move vo_type to Mpeg4DecContextAndreas Rheinhardt2022-01-291-1/+0
* avcodec/mpegvideo, svq3: Remove unused next_p_frame_damagedAndreas Rheinhardt2022-01-131-1/+0
* avcodec/mpegvideo: Move decoding-only code into a new fileAndreas Rheinhardt2022-01-041-0/+22
* avcodec/mpeg12enc: Move options-related fields to MPEG12EncContextAndreas Rheinhardt2022-01-041-9/+0
* avcodec/mpeg12enc: Add custom context, move mpeg2_frame_rate_ext to itAndreas Rheinhardt2022-01-041-1/+0
* avcodec/mpeg12enc: Simplify check for A53 closed captionsAndreas Rheinhardt2022-01-041-1/+1
* avcodec/mpegvideo: Remove unnecessary headersAndreas Rheinhardt2022-01-041-2/+1
* avcodec/mjpegenc: Deprecate unused prediction typeAndreas Rheinhardt2022-01-041-2/+1
* avcodec/mpegvideo: Move MJPEG/AMV-only fields to MJpegContextAndreas Rheinhardt2022-01-041-3/+5
* avcodec/mpegvideo: Allocate several buffers jointlyAndreas Rheinhardt2021-12-171-4/+4
* avcodec/mpegvideo: Move closed_gop to Mpeg1ContextAndreas Rheinhardt2021-12-171-1/+0
* avcodec/(h263|mpeg4?video)_parser: Make *_find_frame_end() staticAndreas Rheinhardt2021-09-201-0/+2
* lavc: deprecate AV_CODEC_(FLAG|CAP)_TRUNCATEDAnton Khirnov2021-09-201-0/+2
* avcodec/mpegvideo: Move startcodes to mpeg12.hAndreas Rheinhardt2021-09-201-12/+0
* avcodec/mpegvideo_enc: Deduplicate ff_mpv_generic_options-based AVClassesAndreas Rheinhardt2021-07-081-1/+1
* avcodec: Remove deprecated old encode/decode APIsAndreas Rheinhardt2021-04-271-1/+1
* avcodec/mpegvideo: Remove deprecated rc_strategy optionAndreas Rheinhardt2021-04-271-12/+0