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-03-02fftools: Switch to const AVCodec * where possibleAndreas Rheinhardt
2021-02-28fftools/cmdutils: Use av_strstart instead of strncmpAndreas Rheinhardt
2021-02-28fftools/ffmpeg, ffplay: Don't set refcounted_framesAndreas Rheinhardt
2021-02-26fftools/ffmpeg_filter: Don't use deprecated functionAndreas Rheinhardt
2021-02-22ffprobe: stop setting AVCodecContext.framerateAnton Khirnov
2021-02-22ffprobe: stop printing deprecated fieldsAnton Khirnov
2021-02-22ffprobe: drop code accessing deprecated AVStream.codecAnton Khirnov
2021-02-22ffprobe: do not use deprecated AVStream.codec for max bitrateAnton Khirnov
2021-02-22ffprobe: remove an unnecessary deprecation guardAnton Khirnov
2021-02-19fftools/ffplay: reindent and some minor cosmeticsMarton Balint
2021-02-19fftools/ffplay: use av_packet_alloc() to allocate packetsMarton Balint
2021-02-19fftools/ffplay: use context AVPacket in decoder_decode_frame()Marton Balint
2021-02-19fftools/ffplay: get rid of flush_pktMarton Balint
2021-02-05ffmpeg: add -fpsmax to clamp output framerateGyan Doshi
2021-02-05avformat/mxfenc: prefer to use the configured metadataLimin Wang
2021-02-03fftools/ffmpeg_filter: Make functions only used locally staticAndreas Rheinhardt
2021-02-03fftools/ffmpeg_filter: Remove ist_in_filtergraphAndreas Rheinhardt
2021-02-03fftools/ffmpeg_filter: Remove choose_sample_fmtAndreas Rheinhardt
2021-01-31ffmpeg: remove dead code for -volGyan Doshi
2021-01-26avcodec: remove long dead debug_mv codeJames Almer
2021-01-21ffmpeg_opts: remove lowres checkJames Almer
2021-01-17ffmpeg: use sigaction() instead of signal() on linuxAndriy Gelman
2021-01-10doc/ffmpeg: document max_error_rateGyan Doshi
2021-01-01Mark some pointers as constAndreas Rheinhardt
2020-12-24ffmpeg: delay first statsGyan Doshi
2020-12-22ffmpeg: don't delay printing initial statsGyan Doshi
2020-12-22ffmpeg: add option stats_periodGyan Doshi
2020-12-10ffmpeg: stop accessing deprecated stream-embedded codec contextAnton Khirnov
2020-12-06fftools/ffprobe: add support for HDR10+ metadataMohammad Izadi
2020-12-03fftools/cmdutils: also print warnings when using -sinks and -sourcesMarton Balint
2020-11-27avcodec: deprecate thread_safe_callbacksAnton Khirnov
2020-10-31fftools/ffmpeg: fix the wrong bitrate and speed statsLimin Wang
2020-10-29ffmpeg: move field order decision making to encoder initializationJan Ekström
2020-10-29ffmpeg: pass decoded or filtered AVFrame to output stream initializationJan Ekström
2020-10-29ffmpeg: move A/V non-streamcopy initialization to a later pointJan Ekström
2020-10-29ffmpeg: move AVFrame time base adjustment into a functionJan Ekström
2020-10-29ffmpeg: add a data size threshold for muxing queue sizeJan Ekström
2020-10-28ffmpeg.c: stop accessing private AVStream.codec_info_nb_framesAnton Khirnov
2020-10-28ffmpeg.c: rename 'area' to 'score'Anton Khirnov
2020-10-17ffmpeg: deduplicate init_output_stream usage logicJan Ekström
2020-09-13fftools/ffprobe: use av_timecode_make_smpte_tc_string2Marton Balint
2020-09-11fftools, libavcodec, libavfilter: Add const to some AVCodec *Andreas Rheinhardt
2020-09-08ffplay: fix autoexit doesn't work in the case of pb->errorZhao Zhili
2020-09-08ffmpeg: add auto_conversion_filters option.Nicolas George
2020-08-23fftools/ffmpeg: Fix leak of AVFilterInOut in case of errorAndreas Rheinhardt
2020-08-20ffplay: do not set redundant channel count on abuffersink.Nicolas George
2020-07-30fftools/ffmpeg: make specifying thread_queue_size turn on threaded inputMarton Balint
2020-07-02ffprobe: Allow unknown format private AVOptionsDerek Buitenhuis
2020-06-18fftools/ffmpeg_filter: add -autoscale to disable/enable the default scaleLinjie Fu
2020-06-10fftools: switch to the new child class iteration APIAnton Khirnov