summaryrefslogtreecommitdiff
path: root/fftools
Commit message (Expand)AuthorAgeFilesLines
* fftools/ffplay: do not write out of rdft visualization textureMarton Balint2021-03-281-2/+2
* fftools/ffmpeg: Fix leak of AVFilterInOut in case of errorAndreas Rheinhardt2021-02-271-0/+1
* 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
* fftools/ffmpeg: Disable copy_ts on timestamp wraparoundMichael Niedermayer2020-04-041-1/+12
* ffplay: flush correct stream after stats updateGyan Doshi2020-04-041-1/+1
* ffplay: always show stats at all log levels if requested by userGyan Doshi2020-04-041-12/+24
* ffmpeg: Print an error instead of a debug message on exit.Carl Eugen Hoyos2020-03-311-0/+2
* ffplay, avcodec, avformat: Don't initialize before av_packet_ref()Andreas Rheinhardt2020-03-281-1/+1
* fftools/ffmpeg_opt: Fix [u]int64_t specifier stringAndreas Rheinhardt2020-03-191-2/+2
* remove CHAR_MIN/CHAR_MAX usagePaul B Mahol2020-03-171-10/+10
* ffmpeg: explicitly handle sub2video subpicture initializationJan Ekström2020-03-163-9/+24
* fftools/ffmpeg_opt: remove bogus warning of multiple -af and -vf usageMarton Balint2020-03-081-4/+0
* fftools/ffmpeg_opt: warn about overwritten parsed optionsMarton Balint2020-03-081-3/+67
* fftools/ffplay: fix possible memory leak in decoderMarton Balint2020-03-081-1/+4
* ffmpeg: default hwaccel_output_format to cuda when hwaccel is cuvidTimo Rothenpieler2020-03-071-12/+19
* ffmpeg: remove superfluous custom cuvid hwaccelJames Almer2020-03-034-80/+1
* fftools/ffmpeg_opt: Fix leak of options when parsing options failsAndreas Rheinhardt2020-02-291-0/+1
* fftools/ffmpeg: Fix integer overflow in duration computation in seek_to_start()Michael Niedermayer2020-02-161-1/+2
* fftools/ffprobe: Remove unneeded castsAndreas Rheinhardt2020-02-141-10/+10
* fftools/ffmpeg: Integrate two checksAndreas Rheinhardt2020-02-131-10/+10
* cmdutils: fix crash if no name for "ffmpeg -h protocol"Jun Zhao2020-01-301-1/+7
* cmdutils: add show_help_protocol for get protocol optionsSteven Liu2020-01-302-1/+15
* ffmpeg: Do not print "SDP:" on top of sdp files.Carl Eugen Hoyos2020-01-271-1/+1
* cmdutils: Fix compilation on cygwin wrt SetDllDirectory and GetModuleHandleMartin Storsjö2020-01-081-2/+2
* ffmpeg: don't force source-tracked keyframes for duplicatesGyan Doshi2020-01-051-1/+2
* ffmpeg: remove premature rescaling of forced_keyframe timesGyan Doshi2020-01-051-4/+0
* fftools/ffmpeg_filter: remove sws_param option from buffersrcZhao Zhili2019-12-311-3/+2
* fftools/ffmpeg_opt: Add a missing closing brackets.Carl Eugen Hoyos2019-12-281-1/+1
* fftools/cmdutils: Fix break command dump for -map optionJun Zhao2019-12-231-1/+1
* fftools/ffmpeg: Reindent after last commitNicolas Gaullier2019-12-211-6/+6
* fftools/ffmpeg: Fix forward CPB props in to outNicolas Gaullier2019-12-211-0/+2