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-10-06avcodec/mpegvideo_enc: Limit bitrate tolerance to the representableMichael Niedermayer
2021-06-18avcodec/mpegvideo_enc: Reset stuffing bits if they are not supportedMichael Niedermayer
2021-04-08avcodec/mpegvideo_enc: Don't segfault on unorthodox mpeg_quantAndreas Rheinhardt
2021-04-02avcodec/msmpeg4enc: Don't use code for static init that can failAndreas Rheinhardt
2021-04-02avcodec/mpegvideo_enc: Don't apply non-zero offset to null pointerAndreas Rheinhardt
2021-03-17avcodec/mpegvideo_enc: use av_packet_alloc() to allocate packetsJames Almer
2021-03-06avcodec/libxvid: Remove unnecessary headerAndreas Rheinhardt
2021-01-26avcodec/sp5x: Remove unused quant tablesAndreas Rheinhardt
2021-01-25avcodec/mpegvideo_enc: Make mpv_encode_defaults thread-safeAndreas Rheinhardt
2021-01-21avcodec/me_cmp: Remove ff_check_alignment()Andreas Rheinhardt
2021-01-01lavu: move LOCAL_ALIGNED from internal.h to mem_internal.hAnton Khirnov
2020-12-09avcodec/mpegvideo_enc: check for SpeedHQ encoderGyan Doshi
2020-11-24avcodec: add SpeedHQ encoderJean-Baptiste Kempf
2020-10-28put_bits: make avpriv_copy_bits() lavc-localAnton Khirnov
2020-08-30avcodec/mpegvideo_enc: Replace some s->avctx by avctxMichael Niedermayer
2020-08-01avcodec, avfilter, avformat: Remove redundant avpriv_align_put_bitsAndreas Rheinhardt
2020-07-19avcodec/put_bits: Parametrize bit buffer typeSteinar H. Gunderson
2020-06-13avcodec/mpegvideo_enc: remove FF_ALLOCZ_ARRAY_OR_GOTO and gotos lableLimin Wang
2020-06-03avcodec/internal: move packet related functions to their own headerJames Almer
2020-05-27avcodec: Add FF_CODEC_CAP_INIT_CLEANUPLimin Wang
2020-05-22Stop hardcoding align=32 in av_frame_get_buffer() calls.Anton Khirnov
2020-05-09avcodec/mpegvideo_enc: return more specific error codes for ff_mpv_encode_init()Limin Wang
2020-05-08avcodec/mpegvideo_enc: reindent codeLimin Wang
2020-03-14libavcodec, libpostproc: Remove outcommented START/STOP_TIMERAndreas Rheinhardt
2019-10-24mpegvideo_enc: add intra_penalty option for p framesRamiro Polla
2019-10-08avcodec/mpegvideo_enc: add logging context to logSteven Liu
2019-02-17avcodec/mpegvideo_enc: Use av_assert1() instead of assert()Michael Niedermayer
2019-02-07avcodec/mpegvideo_enc: Use av_assert1() instead of assert() in merge_context_...Michael Niedermayer
2018-05-05mpegvideo: remove support for libxvid's RC systemRostislav Pehlivanov
2018-02-05avcodec/me_cmp: remove ff_me_cmp_init_static()Muhammad Faiz
2017-10-23Merge commit '94eed68ace9f2416af8457fcbf142b175928c06b'James Almer
2017-10-23Merge commit 'bb45d11282d93af0e8d4c8fd6bc6405f7439a940'James Almer
2017-10-23Merge commit '72dc7ddd18fe54ee68aec71590c3202ad009a8fc'James Almer
2017-09-22Remove some unneeded casts of bit_rate.Carl Eugen Hoyos
2017-07-25avcodec/mpegvideo_enc: fix mixed declarations and code warningJames Almer
2017-07-24avcodec/mpegvideo_enc: Use intra/inter scantable matching mb type in quantiza...Michael Niedermayer
2017-06-19avcodec: Rename ff_mpv_decode_mb() to ff_mpv_reconstruct_mbMichael Niedermayer
2017-06-06lavc/mpegvideo_enc: allow low_delay for non MPEG2 codecs depending on strict_...Stefano Sabatini
2017-04-09mpegvideo_enc: disable optimized huffman coding with AMV or slice threadsRostislav Pehlivanov
2017-04-09Revert "mjpegenc: disable huffman coding with AMV"Michael Niedermayer
2017-04-09mjpegenc: disable huffman coding with AMVRostislav Pehlivanov
2017-03-23lavc: Drop deprecated options moved to private contextsVittorio Giovara
2017-03-23lavc: Drop deprecated codec flagsVittorio Giovara
2017-03-23lavc: Drop deprecated error rate optionVittorio Giovara
2017-03-21Merge commit '68811a41c70f019bde6df2a4f289674228c48958'Clément Bœsch
2017-03-21Merge commit 'f03f78bc1c99b1e29624418e2f7315b8a47981e9'Clément Bœsch
2017-03-21Merge commit '6f733ecab6faff2a16534f2ce7d2ffd41c07846b'Clément Bœsch
2017-02-10avcodec/mjpegenc: Bypass the 2 pass encoding when optimal tables are not requ...Michael Niedermayer
2017-02-08Implement optimal huffman encoding for (M)JPEG.Jerry Jiang
2017-02-01Merge commit 'd639dcdae022130078c9c84b7b691c5e9694786c'Clément Bœsch