aboutsummaryrefslogtreecommitdiffstats
path: root/fftools/ffprobe.c
Commit message (Expand)AuthorAgeFilesLines
* fftools/ffprobe: implement dv_md_compressionNiklas Haas2024-07-281-0/+9
* ffprobe: print Frame Cropping packet side data infoJames Almer2024-07-081-0/+5
* fftools/ffmpeg: rewrite checking whether codec AVOptions have been usedAnton Khirnov2024-07-031-1/+1
* lavu/stereo3d: change the horizontal FOV field to a rationalLynne2024-06-241-1/+1
* ffprobe: always print all Stereo3D fieldsJames Almer2024-06-201-6/+3
* fftools/ffprobe: Print more Stereo 3D info from side dataDerek Buitenhuis2024-06-181-0/+8
* fftools, avfilter, avformat: Simplify check for "is dictionary empty?"Andreas Rheinhardt2024-05-201-1/+1
* fftools/ffprobe: Avoid overflow when calculating DARDerek Buitenhuis2024-05-051-2/+2
* avutil/common: Don't auto-include mem.hAndreas Rheinhardt2024-03-311-0/+1
* ffprobe: adapt to new AVFilmGrainParamsNiklas Haas2024-03-231-15/+26
* fftools/ffprobe: export IAMF Stream Group parametersJames Almer2024-03-131-4/+173
* fftools/ffprobe: export Tile Grid Stream Group parametersJames Almer2024-03-131-8/+45
* fftools/ffprobe: add AVFilmGrainParams printingNiklas Haas2024-03-071-0/+118
* avutil: remove deprecated FF_API_FRAME_PICTURE_NUMBERJames Almer2024-03-071-6/+0
* avutil: remove deprecated FF_API_PKT_DURATIONJames Almer2024-03-071-6/+0
* fftools/ffprobe: add support for Stream GroupsJames Almer2024-03-051-11/+135
* fftools/ffprobe: fix printing side data components and piecesJames Almer2024-03-051-6/+26
* fftools/ffprobe: Print dispositions genericallyAndreas Rheinhardt2024-03-031-24/+15
* fftools/ffprobe: Use int64_t instead of long long intAndreas Rheinhardt2024-02-251-23/+24
* fftools/ffprobe: Simplify printing xml valuesAndreas Rheinhardt2024-02-251-7/+8
* fftools/ffprobe: Constify printing section headerAndreas Rheinhardt2024-02-251-13/+15
* fftools/ffprobe: Don't cast const away needlesslyAndreas Rheinhardt2024-02-251-1/+1
* avcodec: add ambient viewing environment packet side data.Damiano Galassi2024-02-041-0/+3
* fftools/cmdutils: drop alt_flags parameter from show_help_options()Anton Khirnov2024-01-201-1/+1
* fftools/ffprobe: make option strings dynamically allocatedAnton Khirnov2024-01-201-4/+12
* fftools/cmdutils: rename HAS_ARG to OPT_FUNC_ARGAnton Khirnov2023-12-221-7/+7
* fftools: split off option types from other flagsAnton Khirnov2023-12-221-38/+38
* fftools/cmdutils: simplify handling of the HAS_ARG option flagAnton Khirnov2023-12-221-6/+6
* ffprobe: print the non-diegetic stream disposition flagJames Almer2023-10-251-0/+1
* ffprobe: add -output_format as an alias of -ofStefano Sabatini2023-10-201-8/+9
* ffprobe: factorize xml_print_str and xml_print_intStefano Sabatini2023-10-201-28/+20
* ffprobe: reindent after 2b0973dStefano Sabatini2023-10-201-17/+17
* ffprobe: fix XML rendering, review XML layoutStefano Sabatini2023-10-201-14/+37
* fftools/ffprobe: stop using AVStream.side_dataJames Almer2023-10-061-18/+16
* ffprobe: introduce section type, use for the compact outputStefano Sabatini2023-10-061-63/+100
* ffprobe: correct section name for side data pieceStefano Sabatini2023-10-061-1/+1
* ffprobe: factorize side data printing to dedicated functionStefano Sabatini2023-10-061-78/+83
* avcodec/defs: Add AV_PROFILE_* defines, deprecate FF_PROFILE_* definesAndreas Rheinhardt2023-09-071-1/+1
* fftools/ffprobe: Use proper enum typeAndreas Rheinhardt2023-08-081-20/+18
* fftools/ffprobe: Fix memleakAndreas Rheinhardt2023-08-011-2/+4
* fftools/ffprobe: fix handling parse_options() return valueAnton Khirnov2023-07-281-1/+1
* fftools/ffprobe: stop calling exit_program()Anton Khirnov2023-07-201-14/+8
* fftools/ffprobe: inline opt_output_file() into its only callerAnton Khirnov2023-07-201-6/+2
* fftools/ffprobe: replace report_and_exit() with returning error codesAnton Khirnov2023-07-201-2/+2
* fftools/cmdutils: return AVERROR_EXIT for OPT_EXIT options instead of aborting()Anton Khirnov2023-07-201-1/+1
* fftools/cmdutils: add error handling to filter_codec_opts()Anton Khirnov2023-07-201-2/+6
* fftools: handle errors in parse_options()Anton Khirnov2023-07-201-3/+7
* fftools: return errors from parse_number_or_die() instead of abortingAnton Khirnov2023-07-201-2/+8
* fftools/cmdutils: return error codes from setup_find_stream_info_opts() inste...Anton Khirnov2023-07-201-1/+5
* fftools/ffprobe: print exported stream AVOptionsJames Almer2023-05-081-11/+18