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-31avcodec/mpegvideodata: Join mpeg1/2 dc scale tablesAndreas Rheinhardt
2022-10-27avcodec/mpeg12enc: Don't initialize unused parts of RLTableAndreas Rheinhardt
2022-10-27avcodec/mpeg12enc: Don't initialize ff_rl_mpeg2 unnecessarilyAndreas Rheinhardt
2022-10-27avcodec/mpeg12enc: Pass tables explicitly in ff_mpeg1_init_uni_ac_vlcAndreas Rheinhardt
2022-10-27avcodec/mpeg12enc: Avoid unnecessary indirectionAndreas Rheinhardt
2022-10-20avcodec/mpegvideo: Move VIDEO_FORMAT_* defines to mpeg12enc.cAndreas Rheinhardt
2022-10-04avcodec/mpeg12: Inline ff_mpeg12_common_init() into mpeg12enc.cAndreas Rheinhardt
2022-10-04avcodec/mpeg12vlc: Move MPEG-1/2 RL VLCs to itAndreas Rheinhardt
2022-09-03avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt
2022-07-18avcodec: Make init-threadsafety the defaultAndreas Rheinhardt
2022-05-24avcodec/mpegvideoenc: Remove ineffective optionsAndreas Rheinhardt
2022-05-24avcodec/mjpegenc: Remove pointless motion-estimation optionsAndreas Rheinhardt
2022-04-05avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt
2022-04-01avcodec/mpegvideo: Remove strict_std_compliance from MpegEncContextAndreas Rheinhardt
2022-03-21avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt
2022-03-21avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt
2022-03-16configure: Use a separate config_components.h header for $ALL_COMPONENTSMartin Storsjö
2022-02-13avcodec/mpegvideo: Remove write-only [fb]_codeAndreas Rheinhardt
2022-02-13avcodec/mpegvideo: Move encoder-only stuff to a new headerAndreas Rheinhardt
2022-02-13avcodec/mpeg12.h: Move encoder-only stuff into a new headerAndreas Rheinhardt
2022-01-29avcodec/mpegvideo: Use offset instead of pointer for vbv_delayAndreas 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/mpeg12enc: Reindent after the previous commitAndreas Rheinhardt
2022-01-29avcodec/mpeg12enc: Return early if no Sequence Header is writtenAndreas Rheinhardt
2022-01-29avcodec/mpeg12enc: Use stack variable for aspect_ratio_infoAndreas Rheinhardt
2022-01-04avcodec/mpeg12enc: Inline constantsAndreas Rheinhardt
2022-01-04avcodec/mpeg12enc: Partially inline whether codec is MPEG-1Andreas Rheinhardt
2022-01-04avcodec/mpeg12enc: Also inline chroma subsamplingAndreas 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
2021-04-27avcodec: Constify AVCodecsAndreas Rheinhardt
2021-04-27avutil/buffer: Switch AVBuffer API to size_tAndreas Rheinhardt
2021-04-27avcodec: Remove private options from AVCodecContextAndreas 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-04-10avcodec/mpeg12enc: Perform size/level/profile checks earlierAndreas Rheinhardt
2021-04-10avcodec/mpeg12enc: Move MPEG-1/2 dimension checks to mpeg12encAndreas Rheinhardt
2021-03-30Avoid intermediate bitcount for number of bytes in PutBitContextAndreas Rheinhardt
2021-01-25avcodec/mpegvideo_enc: Make mpv_encode_defaults thread-safeAndreas Rheinhardt
2021-01-25avcodec/mpeg12enc, speedhqenc: Avoid redundant copies of tablesAndreas Rheinhardt
2020-12-31avcodec/mpeg12: Don't initialize encoder-only parts of RLTableAndreas Rheinhardt
2020-12-11avcodec/speedhqenc: Call correct functionAndreas Rheinhardt
2020-12-02avcodec/mpeg12enc: Disallow using MPEG-2 intra VLC table for mpeg1videoAndreas Rheinhardt
2020-11-25avcodec/mpeg12enc: ReindentationAndreas Rheinhardt
2020-11-25avcodec/mpeg12enc: Use ff_thread_once() for static initializationsAndreas Rheinhardt
2020-11-25avcodec/mpeg12enc: Always initialize MPEG-2 intra VLC table lengthsAndreas Rheinhardt