Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-10-24avcodec/mpegvideo: Don't use ScanTable where unnecessaryAndreas Rheinhardt
2022-10-24avcodec/mpegvideo: Move ASM-offset warning to its proper placeAndreas Rheinhardt
2022-10-24avcodec/idctdsp: Move ScanTable to mpegvideoAndreas Rheinhardt
2022-10-20avcodec/mpegvideo: Move sprite-related fields to Mpeg4DecContextAndreas Rheinhardt
2022-10-20avcodec/mpegvideodsp: Make MpegVideoDSP MPEG-4 onlyAndreas Rheinhardt
2022-10-20avcodec/mpegvideo: Split ff_mpv_reconstruct_mb() into de/encoder partAndreas Rheinhardt
2022-10-20avcodec/mpegvideo: Move VIDEO_FORMAT_* defines to mpeg12enc.cAndreas Rheinhardt
2022-08-10avcodec/mpegpicture: Move encoding_error and mb_var_sum to MpegEncCtxAndreas Rheinhardt
2022-08-09avcodec/mpegpicture: Move mb_var, mc_mb_var and mb_mean to MpegEncCtxAndreas Rheinhardt
2022-08-05avcodec/mpegvideo_motion: Constify ff_mpv_motionAndreas Rheinhardt
2022-07-31avcodec/mpegvideo: Inline values in ff_update_block_index()Andreas Rheinhardt
2022-05-24avcodec/mjpegenc: Remove ineffective pred optionAndreas Rheinhardt
2022-05-24avcodec/mpegvideoenc: Remove ineffective optionsAndreas Rheinhardt
2022-05-19avcodec/mpegvideo: Move float.h inclusion to mpegvideoenc.hAndreas Rheinhardt
2022-04-01avcodec/mpegvideo: Make new_picture an ordinary AVFrameAndreas Rheinhardt
2022-04-01avcodec/mpegvideo: Remove strict_std_compliance from MpegEncContextAndreas Rheinhardt
2022-04-01avcodec/speedhqenc: Add SpeedHQEncContext and move slice_start to itAndreas Rheinhardt
2022-02-15lavc/mpeg*: drop the XvMC hwaccel codeAnton Khirnov
2022-02-13avcodec/mpegvideo: Constify src of ff_update_duplicate_context()Andreas Rheinhardt
2022-02-13avcodec/mpegvideo: Remove write-only [fb]_codeAndreas Rheinhardt
2022-02-13avcodec/mpegvideo: Move decoder-only stuff to a new headerAndreas Rheinhardt
2022-02-13avcodec/mpegvideo: Move encoder-only stuff to a new headerAndreas Rheinhardt
2022-02-13avcodec/msmpegenc: Add MSMPEG4EncContext and move ac_stats to itAndreas Rheinhardt
2022-02-13avcodec/mpegvideo: Enable private contextsAndreas Rheinhardt
2022-01-29avcodec/mpegvideo: Use offset instead of pointer for vbv_delayAndreas Rheinhardt
2022-01-29avcodec/mpegvideo: Move MPEG-4 Simple Studio Profile fields to mpeg4videoAndreas Rheinhardt
2022-01-29avcodec/mpegvideo: Move frame_rate_index to (Mpeg1|MPEG12Enc)ContextAndreas Rheinhardt
2022-01-29avcodec/mpegvideo: Move gop_picture_number to MPEG12EncContextAndreas Rheinhardt
2022-01-29avcodec/mpegvideo: Move timecode_frame_start to Mpeg1ContextAndreas Rheinhardt
2022-01-29avcodec/mpegvideo: Move aspect_ratio_info to Mpeg1ContextAndreas Rheinhardt
2022-01-29avcodec/mpeg4?video: Move vo_type to Mpeg4DecContextAndreas Rheinhardt
2022-01-13avcodec/mpegvideo, svq3: Remove unused next_p_frame_damagedAndreas Rheinhardt
2022-01-04avcodec/mpegvideo: Move decoding-only code into a new fileAndreas Rheinhardt
2022-01-04avcodec/mpeg12enc: Move options-related fields to MPEG12EncContextAndreas Rheinhardt
2022-01-04avcodec/mpeg12enc: Add custom context, move mpeg2_frame_rate_ext to itAndreas Rheinhardt
2022-01-04avcodec/mpeg12enc: Simplify check for A53 closed captionsAndreas Rheinhardt
2022-01-04avcodec/mpegvideo: Remove unnecessary headersAndreas Rheinhardt
2022-01-04avcodec/mjpegenc: Deprecate unused prediction typeAndreas Rheinhardt
2022-01-04avcodec/mpegvideo: Move MJPEG/AMV-only fields to MJpegContextAndreas Rheinhardt
2021-12-17avcodec/mpegvideo: Allocate several buffers jointlyAndreas Rheinhardt
2021-12-17avcodec/mpegvideo: Move closed_gop to Mpeg1ContextAndreas Rheinhardt
2021-09-20avcodec/(h263|mpeg4?video)_parser: Make *_find_frame_end() staticAndreas Rheinhardt
2021-09-20lavc: deprecate AV_CODEC_(FLAG|CAP)_TRUNCATEDAnton Khirnov
2021-09-20avcodec/mpegvideo: Move startcodes to mpeg12.hAndreas Rheinhardt
2021-07-08avcodec/mpegvideo_enc: Deduplicate ff_mpv_generic_options-based AVClassesAndreas Rheinhardt
2021-04-27avcodec: Remove deprecated old encode/decode APIsAndreas Rheinhardt
2021-04-27avcodec/mpegvideo: Remove deprecated rc_strategy optionAndreas Rheinhardt
2021-04-10avcodec/mpegvideo: Deprecate bframe opts for encoders not supporting themAndreas Rheinhardt
2021-04-10avcodec/mpegvideo: Deprecate duplicate matrix opt for unsupported codecsAndreas Rheinhardt
2021-04-10avcodec/mpegvideo: Deprecate a53cc option for encoders != MPEG-2Andreas Rheinhardt