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
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
2020-06-01fftools/ffmpeg: update text requesting samplesAndriy Gelman
2020-05-26fftools/ffmpeg: add new abort_on flag which aborts if there is a stream which...Marton Balint
2020-05-22Stop hardcoding align=32 in av_frame_get_buffer() calls.Anton Khirnov
2020-05-22cmdutils: drop libavformat/network.h includeAnton Khirnov
2020-05-21fftools/cmdutils: remove lossless and intra only capability entries from prin...James Almer
2020-05-21fftools/ffmpeg_filter: check the codec's descriptor to see if it's losslessJames Almer
2020-05-06fftools/ffmpeg: use local variable with same contents directlyLimin Wang
2020-05-03ffmpeg: Don't require a known device to pass a frames context to an encoderMark Thompson
2020-05-02fftools/ffmpeg: use a bsf list instead of individual bsfsMarton Balint
2020-05-02fftools/ffprobe: show closed caption info in the stream dumpvectronic
2020-04-26ffmpeg: Remove the hw_device_ctx globalMark Thompson
2020-04-26ffmpeg: Use hardware config metadata with encodersMark Thompson
2020-04-26ffmpeg: Make filter hardware device selection clearerMark Thompson
2020-04-25ffplay: set stream_index to -1 earlier to prevent segfaultPeter Ross
2020-04-23fftools/ffprobe: support DOVI sidedataJun Zhao
2020-04-20cmdutils: stop using deprecated av_codec_next()Anton Khirnov
2020-04-17fftools/ffmpeg_opt: Check attachment filesizeAndreas Rheinhardt
2020-04-15ffmpeg: Do not clip timestamps at LONG_MAX.Carl Eugen Hoyos
2020-04-14fftools: fix hwaccels option dump redundancyJun Zhao
2020-04-13fftools/ffmpeg: also flush encoders which have a variable frame sizeMarton Balint
2020-04-04fftools/ffmpeg: Disable copy_ts on timestamp wraparoundMichael Niedermayer
2020-04-04ffplay: flush correct stream after stats updateGyan Doshi
2020-04-04ffplay: always show stats at all log levels if requested by userGyan Doshi
2020-03-31ffmpeg: Print an error instead of a debug message on exit.Carl Eugen Hoyos
2020-03-28ffplay, avcodec, avformat: Don't initialize before av_packet_ref()Andreas Rheinhardt
2020-03-19fftools/ffmpeg_opt: Fix [u]int64_t specifier stringAndreas Rheinhardt
2020-03-18remove CHAR_MIN/CHAR_MAX usagePaul B Mahol