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-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
2020-10-28put_bits: make avpriv_align_put_bits() inlineAnton Khirnov
2020-08-14avcodec/mpeg12enc: support mpeg2 encoder const levelLimin Wang
2020-06-01avcodec/mpeg12enc: support mpeg2 encoder const profileLimin Wang
2020-05-09avcodec/mpeg12enc: return more specific error codes for encode_init()Limin Wang
2020-05-01avcodec/mpeg12enc: Use FF_PROFILE_MPEG2_xxx macrosLimin Wang
2020-03-18remove CHAR_MIN/CHAR_MAX usagePaul B Mahol
2019-09-11avcodec/mpeg12enc: Add FF_CODEC_CAP_INIT_CLEANUPMichael Niedermayer
2019-03-16mpeg12enc: Use Closed Captions if availableMathieu Duponchelle
2018-02-13avcodec/mpeg12enc: add support for specifying video_format in the sequence_di...Marton Balint
2017-11-11Merge commit '4c0588b4562abad5540f6a5435c62828de9e4fdf'James Almer