summaryrefslogtreecommitdiff
path: root/fftools
Commit message (Expand)AuthorAgeFilesLines
* ffmpeg_opts: remove lowres checkJames Almer2021-01-211-9/+0
* ffmpeg: use sigaction() instead of signal() on linuxAndriy Gelman2021-01-161-4/+26
* doc/ffmpeg: document max_error_rateGyan Doshi2021-01-101-1/+1
* Mark some pointers as constAndreas Rheinhardt2021-01-011-43/+43
* ffmpeg: delay first statsGyan Doshi2020-12-241-1/+4
* ffmpeg: don't delay printing initial statsGyan Doshi2020-12-231-2/+4
* ffmpeg: add option stats_periodGyan Doshi2020-12-233-1/+20
* ffmpeg: stop accessing deprecated stream-embedded codec contextAnton Khirnov2020-12-101-10/+2
* fftools/ffprobe: add support for HDR10+ metadataMohammad Izadi2020-12-051-0/+103
* fftools/cmdutils: also print warnings when using -sinks and -sourcesMarton Balint2020-12-031-2/+2
* avcodec: deprecate thread_safe_callbacksAnton Khirnov2020-11-271-0/+2
* fftools/ffmpeg: fix the wrong bitrate and speed statsLimin Wang2020-10-311-1/+10
* ffmpeg: move field order decision making to encoder initializationJan Ekström2020-10-291-13/+14
* ffmpeg: pass decoded or filtered AVFrame to output stream initializationJan Ekström2020-10-291-11/+22
* ffmpeg: move A/V non-streamcopy initialization to a later pointJan Ekström2020-10-291-35/+77
* ffmpeg: move AVFrame time base adjustment into a functionJan Ekström2020-10-291-25/+47
* ffmpeg: add a data size threshold for muxing queue sizeJan Ekström2020-10-293-2/+28
* ffmpeg.c: stop accessing private AVStream.codec_info_nb_framesAnton Khirnov2020-10-281-1/+2
* ffmpeg.c: rename 'area' to 'score'Anton Khirnov2020-10-281-6/+6
* ffmpeg: deduplicate init_output_stream usage logicJan Ekström2020-10-171-26/+25
* fftools/ffprobe: use av_timecode_make_smpte_tc_string2Marton Balint2020-09-131-1/+1
* fftools, libavcodec, libavfilter: Add const to some AVCodec *Andreas Rheinhardt2020-09-112-4/+6
* ffplay: fix autoexit doesn't work in the case of pb->errorZhao Zhili2020-09-081-2/+6
* ffmpeg: add auto_conversion_filters option.Nicolas George2020-09-083-0/+6
* fftools/ffmpeg: Fix leak of AVFilterInOut in case of errorAndreas Rheinhardt2020-08-231-0/+1
* ffplay: do not set redundant channel count on abuffersink.Nicolas George2020-08-201-1/+1
* fftools/ffmpeg: make specifying thread_queue_size turn on threaded inputMarton Balint2020-07-292-3/+6
* ffprobe: Allow unknown format private AVOptionsDerek Buitenhuis2020-07-021-5/+3
* fftools/ffmpeg_filter: add -autoscale to disable/enable the default scaleLinjie Fu2020-06-183-1/+10
* fftools: switch to the new child class iteration APIAnton Khirnov2020-06-101-2/+3
* fftools/ffmpeg: update text requesting samplesAndriy Gelman2020-06-012-2/+2
* fftools/ffmpeg: add new abort_on flag which aborts if there is a stream which...Marton Balint2020-05-263-3/+9
* Stop hardcoding align=32 in av_frame_get_buffer() calls.Anton Khirnov2020-05-222-2/+2
* cmdutils: drop libavformat/network.h includeAnton Khirnov2020-05-221-3/+0
* fftools/cmdutils: remove lossless and intra only capability entries from prin...James Almer2020-05-211-4/+0
* fftools/ffmpeg_filter: check the codec's descriptor to see if it's losslessJames Almer2020-05-211-1/+2
* fftools/ffmpeg: use local variable with same contents directlyLimin Wang2020-05-061-13/+18
* ffmpeg: Don't require a known device to pass a frames context to an encoderMark Thompson2020-05-031-33/+42
* fftools/ffmpeg: use a bsf list instead of individual bsfsMarton Balint2020-05-023-101/+24
* fftools/ffprobe: show closed caption info in the stream dumpvectronic2020-05-021-0/+2
* ffmpeg: Remove the hw_device_ctx globalMark Thompson2020-04-264-11/+3
* ffmpeg: Use hardware config metadata with encodersMark Thompson2020-04-262-21/+46
* ffmpeg: Make filter hardware device selection clearerMark Thompson2020-04-263-11/+32
* ffplay: set stream_index to -1 earlier to prevent segfaultPeter Ross2020-04-251-3/+3
* fftools/ffprobe: support DOVI sidedataJun Zhao2020-04-231-0/+11
* cmdutils: stop using deprecated av_codec_next()Anton Khirnov2020-04-201-14/+19
* fftools/ffmpeg_opt: Check attachment filesizeAndreas Rheinhardt2020-04-171-2/+4
* ffmpeg: Do not clip timestamps at LONG_MAX.Carl Eugen Hoyos2020-04-151-4/+4
* fftools: fix hwaccels option dump redundancyJun Zhao2020-04-141-5/+0
* fftools/ffmpeg: also flush encoders which have a variable frame sizeMarton Balint2020-04-131-3/+0