aboutsummaryrefslogtreecommitdiffstats
path: root/fftools
Commit message (Expand)AuthorAgeFilesLines
* fftools/ffmpeg_mux_init: don't free the AVDictionaryEntry until after it's be...James Almer2024-01-221-1/+1
* fftools/ffmpeg_mux_init: remove whitespaces from input arguments when parsing...James Almer2024-01-221-1/+10
* fftools/ffmpeg_opt: improve wording in option descriptionsAnton Khirnov2024-01-201-16/+17
* fftools/cmdutils: surround option arguments by <> in help outputAnton Khirnov2024-01-201-4/+3
* fftools/ffmpeg_opt: briefly mention stream specifier syntax in help outputAnton Khirnov2024-01-201-0/+3
* fftools/cmdutils: indicate specifiers in option syntax in help outputAnton Khirnov2024-01-201-0/+6
* fftools/ffmpeg_opt: add more structure to long help outputAnton Khirnov2024-01-201-5/+38
* fftools/cmdutils: drop alt_flags parameter from show_help_options()Anton Khirnov2024-01-205-21/+19
* fftools/cmdutils: add a flag for per-stream optionsAnton Khirnov2024-01-202-63/+68
* fftools/cmdutils: hide some information listing options from basic helpAnton Khirnov2024-01-202-14/+17
* Revert "all: Don't set AVClass.item_name to its default value"Anton Khirnov2024-01-204-0/+4
* fftools/ffmpeg: deprecate -filter_scriptAnton Khirnov2024-01-203-7/+35
* fftools/ffmpeg: deprecate -filter_complex_scriptAnton Khirnov2024-01-202-1/+9
* fftools/cmdutils: add option syntax for loading arbitrary arguments from a fileAnton Khirnov2024-01-204-43/+86
* fftools/ffmpeg: make attachment filenames dynamically allocatedAnton Khirnov2024-01-201-1/+7
* fftools/ffplay: make option strings dynamically allocatedAnton Khirnov2024-01-201-6/+22
* fftools/ffprobe: make option strings dynamically allocatedAnton Khirnov2024-01-201-4/+12
* fftools/ffmpeg_opt: mark -stream_group as expert optionAnton Khirnov2024-01-191-1/+1
* fftools/ffmpeg_demux: implement -bsf for inputAnton Khirnov2024-01-192-16/+125
* fftools/ffmpeg_demux: add demuxing thread private dataAnton Khirnov2024-01-191-22/+45
* fftools/ffmpeg_demux: only allocate the decoder when actually decodingAnton Khirnov2024-01-191-12/+12
* fftools/ffmpeg_demux: set options on codec parameters rather than decoderAnton Khirnov2024-01-191-22/+21
* fftools/ffmpeg_demux: do not set bitexact directly on the decoderAnton Khirnov2024-01-191-1/+1
* fftools/ffmpeg_demux: replace abort() by av_assert0(0)Anton Khirnov2024-01-191-2/+1
* fftools/ffplay_renderer: Add device selection supportZhao Zhili2024-01-121-1/+12
* fftools/ffplay: fix missing hw_frames_ctx when config avfilterZhao Zhili2024-01-121-0/+9
* fftools/ffmpeg_filter: log an information message about filter graph reconfig...Marton Balint2024-01-071-12/+52
* fftools/ffmpeg_filter: honor -reinit_filters 0 even on changed display matrixMarton Balint2024-01-071-7/+7
* fftool/ffplay: avoid same name in local variablexufuji4562024-01-051-5/+5
* fftools/ffmpeg_filter: configure buffersrc with csp/rangeNiklas Haas2023-12-311-3/+21
* fftools/ffmpeg_filter: don't clear buffersrc paramsNiklas Haas2023-12-311-3/+0
* all: Don't set AVClass.item_name to its default valueAndreas Rheinhardt2023-12-224-4/+0
* fftools/ffmpeg: remove deprecated -[av]bsfAnton Khirnov2023-12-221-11/+2
* fftools/ffmpeg: mark -vsync for future removalAnton Khirnov2023-12-223-3/+17
* fftools/ffmpeg_opt: fix -dn flagsAnton Khirnov2023-12-221-1/+1
* fftools/ffmpeg_opt: print a section for data-stream optionsAnton Khirnov2023-12-221-0/+4
* fftools/ffmpeg_opt: refine printing type-specific optionsAnton Khirnov2023-12-221-6/+10
* fftools/ffmpeg_opt: mark more options as OPT_EXPERTAnton Khirnov2023-12-221-28/+28
* fftools/opt_common: mark some options as OPT_EXPERTAnton Khirnov2023-12-221-3/+3
* fftools/ffmpeg_opt: update program description to match manpageAnton Khirnov2023-12-221-1/+1
* fftools/ffmpeg: improve WARN_MULTIPLE_OPT_USAGE()Anton Khirnov2023-12-226-144/+139
* fftools/ffmpeg: change the MATCH_PER_TYPE_OPT macro into a functionAnton Khirnov2023-12-226-23/+33
* fftools/cmdutils: add a struct for a list of SpecifierOptAnton Khirnov2023-12-226-180/+118
* fftools/cmdutils: check valid flags for OPT_TYPE_FUNCAnton Khirnov2023-12-221-0/+3
* fftools/cmdutils: include OPT_PERFILE in OPT_OFFSETAnton Khirnov2023-12-223-19/+22
* fftools/cmdutils: renumber option flags sequentiallyAnton Khirnov2023-12-221-12/+20
* fftools/cmdutils: rename HAS_ARG to OPT_FUNC_ARGAnton Khirnov2023-12-226-70/+80
* fftools: split off option types from other flagsAnton Khirnov2023-12-226-382/+490
* fftools/ffmpeg_opt: move deprecated options to the end of the listAnton Khirnov2023-12-221-21/+23
* fftools/cmdutils: simplify handling of the HAS_ARG option flagAnton Khirnov2023-12-224-112/+123