| Commit message (Expand) | Author | Age | Files | Lines |
* | fftools/ffmpeg: support applying container level cropping | James Almer | 2024-07-08 | 1 | -0/+3 |
* | fftools/ffmpeg_opt: add missing codec type to some options | James Almer | 2024-07-03 | 1 | -5/+5 |
* | fftools/ffmpeg: rewrite checking whether codec AVOptions have been used | Anton Khirnov | 2024-07-03 | 1 | -18/+0 |
* | fftools: Fix implicit-const-int-float-conversion warning | Zhao Zhili | 2024-04-23 | 1 | -1/+1 |
* | fftools/ffmpeg_filter: change processing order in fg_finalise_bindings() | Anton Khirnov | 2024-04-09 | 1 | -6/+4 |
* | avutil/common: Don't auto-include mem.h | Andreas Rheinhardt | 2024-03-31 | 1 | -8/+1 |
* | fftools/ffmpeg_opt: Check before accessing union member | Andreas Rheinhardt | 2024-03-17 | 1 | -5/+7 |
* | fftools/ffmpeg: add loopback decoding | Anton Khirnov | 2024-03-13 | 1 | -2/+11 |
* | fftools/ffmpeg_opt: merge init_complex_filters() and check_filter_outputs() | Anton Khirnov | 2024-03-13 | 1 | -23/+9 |
* | fftools/ffmpeg: remove options deprecated before 6.0 | Anton Khirnov | 2024-03-01 | 1 | -122/+0 |
* | fftools/ffmpeg: optimize inter-thread queue sizes | Anton Khirnov | 2024-01-28 | 1 | -1/+1 |
* | fftools/ffmpeg_opt: improve wording in option descriptions | Anton Khirnov | 2024-01-20 | 1 | -16/+17 |
* | fftools/ffmpeg_opt: briefly mention stream specifier syntax in help output | Anton Khirnov | 2024-01-20 | 1 | -0/+3 |
* | 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 | 1 | -14/+14 |
* | fftools/cmdutils: add a flag for per-stream options | Anton Khirnov | 2024-01-20 | 1 | -59/+59 |
* | fftools/cmdutils: hide some information listing options from basic help | Anton Khirnov | 2024-01-20 | 1 | -2/+5 |
* | Revert "all: Don't set AVClass.item_name to its default value" | Anton Khirnov | 2024-01-20 | 1 | -0/+1 |
* | fftools/ffmpeg: deprecate -filter_script | Anton Khirnov | 2024-01-20 | 1 | -1/+3 |
* | fftools/ffmpeg: deprecate -filter_complex_script | Anton Khirnov | 2024-01-20 | 1 | -1/+8 |
* | fftools/cmdutils: add option syntax for loading arbitrary arguments from a file | Anton Khirnov | 2024-01-20 | 1 | -26/+0 |
* | fftools/ffmpeg: make attachment filenames dynamically allocated | Anton Khirnov | 2024-01-20 | 1 | -1/+7 |
* | 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 | 1 | -1/+1 |
* | all: Don't set AVClass.item_name to its default value | Andreas Rheinhardt | 2023-12-22 | 1 | -1/+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 | 1 | -3/+12 |
* | 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/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 | 1 | -67/+98 |
* | fftools/ffmpeg: change the MATCH_PER_TYPE_OPT macro into a function | Anton Khirnov | 2023-12-22 | 1 | -3/+14 |
* | fftools/cmdutils: add a struct for a list of SpecifierOpt | Anton Khirnov | 2023-12-22 | 1 | -7/+6 |
* | fftools/cmdutils: include OPT_PERFILE in OPT_OFFSET | Anton Khirnov | 2023-12-22 | 1 | -8/+6 |
* | fftools/cmdutils: rename HAS_ARG to OPT_FUNC_ARG | Anton Khirnov | 2023-12-22 | 1 | -46/+46 |
* | fftools: split off option types from other flags | Anton Khirnov | 2023-12-22 | 1 | -230/+330 |
* | 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 | 1 | -80/+80 |
* | fftools/ffmpeg_opt: drop HAS_ARG from auto{scale,rotate} | Anton Khirnov | 2023-12-22 | 1 | -4/+2 |
* | ffmpeg: add support for muxing AVStreamGroups | James Almer | 2023-12-18 | 1 | -0/+2 |
* | fftools/ffmpeg: deprecate -fps_mode/vsync drop | Anton Khirnov | 2023-12-18 | 1 | -1/+6 |
* | fftools/ffmpeg: convert to a threaded architecture | Anton Khirnov | 2023-12-12 | 1 | -4/+2 |
* | fftools/ffmpeg: add thread-aware transcode scheduling infrastructure | Anton Khirnov | 2023-12-12 | 1 | -9/+13 |
* | fftools/ffmpeg: deprecate the -top option | Anton Khirnov | 2023-09-18 | 1 | -1/+5 |
* | fftools/ffmpeg_opt: Reduce scope of variables for deprecated code | Andreas Rheinhardt | 2023-07-23 | 1 | -7/+8 |
* | fftools/ffmpeg_opt: Fix leak on error | Andreas Rheinhardt | 2023-07-23 | 1 | -8/+13 |
* | fftools/ffmpeg_opt: Fix leak on error | Andreas Rheinhardt | 2023-07-23 | 1 | -4/+6 |
* | fftools/cmdutils: return AVERROR_EXIT for OPT_EXIT options instead of aborting() | Anton Khirnov | 2023-07-20 | 1 | -1/+1 |