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-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
2021-04-10avcodec/mpegvideo: Deprecate mpeg_quant option for codecs != MPEG-4Andreas Rheinhardt
2021-03-02avcodec/mpegvideo: Schedule unused, deprecated rc_strategy for removalAndreas Rheinhardt
2020-12-31avcodec/motion_est, mpegvideo: Make pointers to static storage constAndreas Rheinhardt
2020-12-31avcodec/mpegvideo: Merge ff_mpv_decode_defaults into ff_mpv_decode_initAndreas Rheinhardt
2020-11-24avcodec: add SpeedHQ encoderJean-Baptiste Kempf
2019-10-24mpegvideo_enc: add intra_penalty option for p framesRamiro Polla
2019-03-16mpeg12enc: Use Closed Captions if availableMathieu Duponchelle
2018-08-25mpeg4video: Add Studio DPCM supportKieran Kunhya
2018-05-05mpegvideo: add deprecated flags to the rc_strategy optionRostislav Pehlivanov
2018-05-05mpegvideo: remove support for libxvid's RC systemRostislav Pehlivanov
2018-04-02mpeg4video: Add support for MPEG-4 Simple Studio Profile.Kieran Kunhya
2018-02-13avcodec/mpeg12enc: add support for specifying video_format in the sequence_di...Marton Balint
2017-12-11libavcodec: Move ff_print_debug_info2 to mpegutils.cKieran Kunhya
2017-10-23Merge commit '94eed68ace9f2416af8457fcbf142b175928c06b'James Almer
2017-06-19avcodec: Rename ff_mpv_decode_mb() to ff_mpv_reconstruct_mbMichael Niedermayer
2017-03-23lavc: Drop deprecated options moved to private contextsVittorio Giovara
2017-02-08Implement optimal huffman encoding for (M)JPEG.Jerry Jiang