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
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
2017-08-20mpeg2enc: Don't mark all streams as component videoMark Thompson
2016-06-21Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch
2016-05-04cosmetics: Fix spelling mistakesVittorio Giovara
2016-02-23mpeg12enc: always write closed gops for intra only outputsMarton Balint
2016-01-31Merge commit 'd749615333084e62c9fcc480d1ae466369fdf14f'Derek Buitenhuis
2016-01-21lavc: Move timecode_frame_start to codec private optionsVittorio Giovara
2016-01-21avcodec/mpeg12enc: Move high resolution thread check to before initializing t...Michael Niedermayer
2016-01-05avcodec/motion_est: Fix mv_penalty table sizeMichael Niedermayer
2015-12-04avcodec: use AV_OPT_TYPE_BOOL in a bunch of placesClément Bœsch
2015-09-18avcodec/mpeg12enc: Basic support for encoding non even QPs for -non_linear_qu...Michael Niedermayer
2015-07-30avcodec/mpeg12enc: extend QP range to 28 for non linear quantizersMichael Niedermayer
2015-07-27Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer
2015-07-27Merge commit '7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615'Michael Niedermayer
2015-07-27lavc: AV-prefix all codec capabilitiesVittorio Giovara
2015-07-27lavc: AV-prefix all codec flagsVittorio Giovara
2015-05-28Merge commit '6f57375d707de40dcec28d3cef886c364e032c21'Michael Niedermayer
2015-05-28rl: Rename ff_*_rl() to ff_rl_*()Anton Khirnov
2015-05-22Merge commit '848e86f74d3e6e87fa592ee8ba8c184cc5fd9a42'Michael Niedermayer
2015-05-22mpegvideo: Drop flags and flags2Vittorio Giovara
2015-04-22avcodec: use av_mod_uintp2() where usefulJames Almer
2014-11-11mpeg12enc: increase declared size of block function argumentMichael Niedermayer
2014-11-06Merge commit '37b3361e755361d4ff14a2973df001c0140d98d6'Michael Niedermayer