| Commit message (Expand) | Author | Age | Files | Lines |
* | fftools/ffmpeg_mux_init: don't free the AVDictionaryEntry until after it's be... | James Almer | 2024-01-22 | 1 | -1/+1 |
* | fftools/ffmpeg_mux_init: remove whitespaces from input arguments when parsing... | James Almer | 2024-01-22 | 1 | -1/+10 |
* | fftools/ffmpeg_opt: improve wording in option descriptions | Anton Khirnov | 2024-01-20 | 1 | -16/+17 |
* | fftools/cmdutils: surround option arguments by <> in help output | Anton Khirnov | 2024-01-20 | 1 | -4/+3 |
* | fftools/ffmpeg_opt: briefly mention stream specifier syntax in help output | Anton Khirnov | 2024-01-20 | 1 | -0/+3 |
* | fftools/cmdutils: indicate specifiers in option syntax in help output | Anton Khirnov | 2024-01-20 | 1 | -0/+6 |
* | fftools/ffmpeg_opt: add more structure to long help output | Anton Khirnov | 2024-01-20 | 1 | -5/+38 |
* | fftools/cmdutils: drop alt_flags parameter from show_help_options() | Anton Khirnov | 2024-01-20 | 5 | -21/+19 |
* | fftools/cmdutils: add a flag for per-stream options | Anton Khirnov | 2024-01-20 | 2 | -63/+68 |
* | fftools/cmdutils: hide some information listing options from basic help | Anton Khirnov | 2024-01-20 | 2 | -14/+17 |
* | Revert "all: Don't set AVClass.item_name to its default value" | Anton Khirnov | 2024-01-20 | 4 | -0/+4 |
* | fftools/ffmpeg: deprecate -filter_script | Anton Khirnov | 2024-01-20 | 3 | -7/+35 |
* | fftools/ffmpeg: deprecate -filter_complex_script | Anton Khirnov | 2024-01-20 | 2 | -1/+9 |
* | fftools/cmdutils: add option syntax for loading arbitrary arguments from a file | Anton Khirnov | 2024-01-20 | 4 | -43/+86 |
* | fftools/ffmpeg: make attachment filenames dynamically allocated | Anton Khirnov | 2024-01-20 | 1 | -1/+7 |
* | fftools/ffplay: make option strings dynamically allocated | Anton Khirnov | 2024-01-20 | 1 | -6/+22 |
* | fftools/ffprobe: make option strings dynamically allocated | Anton Khirnov | 2024-01-20 | 1 | -4/+12 |
* | fftools/ffmpeg_opt: mark -stream_group as expert option | Anton Khirnov | 2024-01-19 | 1 | -1/+1 |
* | fftools/ffmpeg_demux: implement -bsf for input | Anton Khirnov | 2024-01-19 | 2 | -16/+125 |
* | fftools/ffmpeg_demux: add demuxing thread private data | Anton Khirnov | 2024-01-19 | 1 | -22/+45 |
* | fftools/ffmpeg_demux: only allocate the decoder when actually decoding | Anton Khirnov | 2024-01-19 | 1 | -12/+12 |
* | fftools/ffmpeg_demux: set options on codec parameters rather than decoder | Anton Khirnov | 2024-01-19 | 1 | -22/+21 |
* | fftools/ffmpeg_demux: do not set bitexact directly on the decoder | Anton Khirnov | 2024-01-19 | 1 | -1/+1 |
* | fftools/ffmpeg_demux: replace abort() by av_assert0(0) | Anton Khirnov | 2024-01-19 | 1 | -2/+1 |
* | fftools/ffplay_renderer: Add device selection support | Zhao Zhili | 2024-01-12 | 1 | -1/+12 |
* | fftools/ffplay: fix missing hw_frames_ctx when config avfilter | Zhao Zhili | 2024-01-12 | 1 | -0/+9 |
* | fftools/ffmpeg_filter: log an information message about filter graph reconfig... | Marton Balint | 2024-01-07 | 1 | -12/+52 |
* | fftools/ffmpeg_filter: honor -reinit_filters 0 even on changed display matrix | Marton Balint | 2024-01-07 | 1 | -7/+7 |
* | fftool/ffplay: avoid same name in local variable | xufuji456 | 2024-01-05 | 1 | -5/+5 |
* | fftools/ffmpeg_filter: configure buffersrc with csp/range | Niklas Haas | 2023-12-31 | 1 | -3/+21 |
* | fftools/ffmpeg_filter: don't clear buffersrc params | Niklas Haas | 2023-12-31 | 1 | -3/+0 |
* | all: Don't set AVClass.item_name to its default value | Andreas Rheinhardt | 2023-12-22 | 4 | -4/+0 |
* | fftools/ffmpeg: remove deprecated -[av]bsf | Anton Khirnov | 2023-12-22 | 1 | -11/+2 |
* | fftools/ffmpeg: mark -vsync for future removal | Anton Khirnov | 2023-12-22 | 3 | -3/+17 |
* | fftools/ffmpeg_opt: fix -dn flags | Anton Khirnov | 2023-12-22 | 1 | -1/+1 |
* | fftools/ffmpeg_opt: print a section for data-stream options | Anton Khirnov | 2023-12-22 | 1 | -0/+4 |
* | fftools/ffmpeg_opt: refine printing type-specific options | Anton Khirnov | 2023-12-22 | 1 | -6/+10 |
* | fftools/ffmpeg_opt: mark more options as OPT_EXPERT | Anton Khirnov | 2023-12-22 | 1 | -28/+28 |
* | fftools/opt_common: mark some options as OPT_EXPERT | Anton Khirnov | 2023-12-22 | 1 | -3/+3 |
* | fftools/ffmpeg_opt: update program description to match manpage | Anton Khirnov | 2023-12-22 | 1 | -1/+1 |
* | fftools/ffmpeg: improve WARN_MULTIPLE_OPT_USAGE() | Anton Khirnov | 2023-12-22 | 6 | -144/+139 |
* | fftools/ffmpeg: change the MATCH_PER_TYPE_OPT macro into a function | Anton Khirnov | 2023-12-22 | 6 | -23/+33 |
* | fftools/cmdutils: add a struct for a list of SpecifierOpt | Anton Khirnov | 2023-12-22 | 6 | -180/+118 |
* | fftools/cmdutils: check valid flags for OPT_TYPE_FUNC | Anton Khirnov | 2023-12-22 | 1 | -0/+3 |
* | fftools/cmdutils: include OPT_PERFILE in OPT_OFFSET | Anton Khirnov | 2023-12-22 | 3 | -19/+22 |
* | fftools/cmdutils: renumber option flags sequentially | Anton Khirnov | 2023-12-22 | 1 | -12/+20 |
* | fftools/cmdutils: rename HAS_ARG to OPT_FUNC_ARG | Anton Khirnov | 2023-12-22 | 6 | -70/+80 |
* | fftools: split off option types from other flags | Anton Khirnov | 2023-12-22 | 6 | -382/+490 |
* | fftools/ffmpeg_opt: move deprecated options to the end of the list | Anton Khirnov | 2023-12-22 | 1 | -21/+23 |
* | fftools/cmdutils: simplify handling of the HAS_ARG option flag | Anton Khirnov | 2023-12-22 | 4 | -112/+123 |