aboutsummaryrefslogtreecommitdiffstats
path: root/fftools/opt_common.c
Commit message (Expand)AuthorAgeFilesLines
* fftools/opt_common: show if muxer is deviceStefano Sabatini2024-03-111-7/+19
* Revert "all: Don't set AVClass.item_name to its default value"Anton Khirnov2024-01-201-0/+1
* all: Don't set AVClass.item_name to its default valueAndreas Rheinhardt2023-12-221-1/+0
* fftools/opt_common: Don't add unnecessary " "Andreas Rheinhardt2023-08-021-2/+2
* fftools/opt_common: Use %c instead of %s to write single charAndreas Rheinhardt2023-08-021-14/+14
* fftools/opt_common: Fix leak on errorAndreas Rheinhardt2023-07-231-0/+1
* fftools/opt_common: replace report_and_exit() with returning an error codeAnton Khirnov2023-07-201-3/+7
* fftools/opt_common: replace exit_program() with returning error codesAnton Khirnov2023-07-201-3/+5
* fftools/opt_common: stop printing deprecated AV_CODEC_CAP_SUBFRAMESAnton Khirnov2023-05-151-2/+0
* fftools/opt_common: check the return value of av_hwdevice_get_type_name befor...James Almer2022-09-141-1/+4
* fftools: Use report_error_then_exit_program() for allocation failuresAndreas Rheinhardt2022-09-011-4/+2
* opt_common: note D and T type streams for completeness.Gyan Doshi2022-05-201-0/+2
* fftools/opt_common: add includes of avf headers for claritysoftworkz2022-05-181-0/+3
* fftools/opt_cmdutils: fix printing known channel layoutsJames Almer2022-03-251-5/+8
* fftools/cmdutils: split common option handlers into their own fileAnton Khirnov2022-03-221-0/+1457