| Commit message (Expand) | Author | Age | Files | Lines |
* | fftools: move check_avoptions and remove_avoptions to cmdutils | Marton Balint | 2024-05-27 | 1 | -0/+6 |
* | fftools/ffmpeg: add loopback decoding | Anton Khirnov | 2024-03-13 | 1 | -2/+5 |
* | fftools/cmdutils: Inline print_error() | Andreas Rheinhardt | 2024-03-04 | 1 | -1/+4 |
* | fftools/cmdutils: drop alt_flags parameter from show_help_options() | Anton Khirnov | 2024-01-20 | 1 | -2/+1 |
* | fftools/cmdutils: add a flag for per-stream options | Anton Khirnov | 2024-01-20 | 1 | -4/+9 |
* | fftools/cmdutils: add option syntax for loading arbitrary arguments from a file | Anton Khirnov | 2024-01-20 | 1 | -0/+3 |
* | fftools/ffmpeg: improve WARN_MULTIPLE_OPT_USAGE() | Anton Khirnov | 2023-12-22 | 1 | -1/+20 |
* | fftools/ffmpeg: change the MATCH_PER_TYPE_OPT macro into a function | Anton Khirnov | 2023-12-22 | 1 | -0/+2 |
* | fftools/cmdutils: add a struct for a list of SpecifierOpt | Anton Khirnov | 2023-12-22 | 1 | -3/+6 |
* | fftools/cmdutils: include OPT_PERFILE in OPT_OFFSET | Anton Khirnov | 2023-12-22 | 1 | -8/+13 |
* | 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 | 1 | -1/+7 |
* | fftools: split off option types from other flags | Anton Khirnov | 2023-12-22 | 1 | -8/+13 |
* | fftools/cmdutils: change option flags to (1 << N) style | Anton Khirnov | 2023-12-18 | 1 | -22/+25 |
* | fftools/ffmpeg: stop calling exit_program() | Anton Khirnov | 2023-07-20 | 1 | -10/+0 |
* | fftools/opt_common: replace report_and_exit() with returning an error code | Anton Khirnov | 2023-07-20 | 1 | -11/+0 |
* | fftools/cmdutils: add error handling to filter_codec_opts() | Anton Khirnov | 2023-07-20 | 1 | -3/+5 |
* | fftools/cmdutils: constify the first parameter of filter_codec_opts() | Anton Khirnov | 2023-07-20 | 1 | -1/+1 |
* | fftools: handle errors in parse_options() | Anton Khirnov | 2023-07-20 | 1 | -2/+2 |
* | fftools: remove parse_time_or_die() | Anton Khirnov | 2023-07-20 | 1 | -17/+0 |
* | fftools: return errors from parse_number_or_die() instead of aborting | Anton Khirnov | 2023-07-20 | 1 | -4/+2 |
* | fftools/cmdutils: add error handling to GROW_ARRAY() | Anton Khirnov | 2023-07-20 | 1 | -5/+1 |
* | fftools/cmdutils: add error handling to grow_array() | Anton Khirnov | 2023-07-20 | 1 | -5/+9 |
* | fftools/cmdutils: add error handling to allocate_array_elem() | Anton Khirnov | 2023-07-20 | 1 | -2/+1 |
* | fftools/cmdutils: drop unused ALLOC_ARRAY_ELEM() | Anton Khirnov | 2023-07-20 | 1 | -3/+0 |
* | fftools/cmdutils: return error codes from setup_find_stream_info_opts() inste... | Anton Khirnov | 2023-07-20 | 1 | -5/+3 |
* | fftools/cmdutils: constify the argument of get_rotation() | Anton Khirnov | 2023-05-22 | 1 | -1/+1 |
* | fftools/cmdutils: Add function to report error before exit | Andreas Rheinhardt | 2022-09-01 | 1 | -0/+11 |
* | fftools/cmdutils: split common option handlers into their own file | Anton Khirnov | 2022-03-22 | 1 | -202/+0 |
* | fftools: drop useless indirection | Anton Khirnov | 2022-03-22 | 1 | -2/+0 |
* | fftools/cmdutils: drop extern declarations for nonexistent variables | Anton Khirnov | 2022-03-22 | 1 | -2/+0 |
* | fftools/cmdutils: drop prototypes for nonexistent functions | Anton Khirnov | 2022-03-22 | 1 | -7/+0 |
* | ffmpeg: convert to new channel layout-API | James Almer | 2022-03-15 | 1 | -8/+0 |
* | fftools/cmdutils: Avoid crash when opts could not be allocated | Yu Yang | 2021-12-16 | 1 | -2/+2 |
* | fftools/cmdutils: Make allocate_array_elem() return ptr to new element | Andreas Rheinhardt | 2021-12-05 | 1 | -2/+2 |
* | fftools/cmdutils: Atomically add elements to list of pointers, fix crash | Andreas Rheinhardt | 2021-12-05 | 1 | -0/+17 |
* | cmdutils: add an option for listing stream dispositions | Anton Khirnov | 2021-11-16 | 1 | -0/+6 |
* | ffmpeg: use display matrix frame side data for autorotation | James Almer | 2021-09-16 | 1 | -1/+1 |
* | fftools: Remove remnants of resample_opts | Andreas Rheinhardt | 2021-09-03 | 1 | -2/+1 |
* | fftools/cmdutils: Remove unused cpu_count | Andreas Rheinhardt | 2021-08-08 | 1 | -1/+0 |
* | fftools/cmdutils.c: Add cmd line option to override detection of cpu count. | Thilo Borgmann | 2021-07-16 | 1 | -0/+7 |
* | fftools: Switch to const AVCodec * where possible | Andreas Rheinhardt | 2021-03-02 | 1 | -1/+1 |
* | fftools: Use right function signature and pointers | Andreas Rheinhardt | 2019-08-15 | 1 | -2/+2 |
* | cmdutils: print supported codecs in show_help_bsf() | James Almer | 2018-03-22 | 1 | -0/+3 |
* | lavu,lavfi,ffmpeg: Remove experimental OpenCL API | Mark Thompson | 2017-11-22 | 1 | -18/+0 |
* | ffmpeg: add ui64 type to SpecifierOpt | pkviet | 2017-11-20 | 1 | -0/+1 |
* | Merge commit 'c95169f0ec68bdeeabc5fde8aa4076f406242524' | James Almer | 2017-10-01 | 1 | -0/+662 |