summaryrefslogtreecommitdiff
path: root/fftools/ffprobe.c
Commit message (Expand)AuthorAge
* fftools/ffprobe: export IAMF Stream Group parametersJames Almer2024-03-13
* fftools/ffprobe: export Tile Grid Stream Group parametersJames Almer2024-03-13
* fftools/ffprobe: add AVFilmGrainParams printingNiklas Haas2024-03-07
* avutil: remove deprecated FF_API_FRAME_PICTURE_NUMBERJames Almer2024-03-07
* avutil: remove deprecated FF_API_PKT_DURATIONJames Almer2024-03-07
* fftools/ffprobe: add support for Stream GroupsJames Almer2024-03-05
* fftools/ffprobe: fix printing side data components and piecesJames Almer2024-03-05
* fftools/ffprobe: Print dispositions genericallyAndreas Rheinhardt2024-03-03
* fftools/ffprobe: Use int64_t instead of long long intAndreas Rheinhardt2024-02-25
* fftools/ffprobe: Simplify printing xml valuesAndreas Rheinhardt2024-02-25
* fftools/ffprobe: Constify printing section headerAndreas Rheinhardt2024-02-25
* fftools/ffprobe: Don't cast const away needlesslyAndreas Rheinhardt2024-02-25
* avcodec: add ambient viewing environment packet side data.Damiano Galassi2024-02-04
* fftools/cmdutils: drop alt_flags parameter from show_help_options()Anton Khirnov2024-01-20
* fftools/ffprobe: make option strings dynamically allocatedAnton Khirnov2024-01-20
* fftools/cmdutils: rename HAS_ARG to OPT_FUNC_ARGAnton Khirnov2023-12-22
* fftools: split off option types from other flagsAnton Khirnov2023-12-22
* fftools/cmdutils: simplify handling of the HAS_ARG option flagAnton Khirnov2023-12-22
* ffprobe: print the non-diegetic stream disposition flagJames Almer2023-10-25
* ffprobe: add -output_format as an alias of -ofStefano Sabatini2023-10-20
* ffprobe: factorize xml_print_str and xml_print_intStefano Sabatini2023-10-20
* ffprobe: reindent after 2b0973dStefano Sabatini2023-10-20
* ffprobe: fix XML rendering, review XML layoutStefano Sabatini2023-10-20
* fftools/ffprobe: stop using AVStream.side_dataJames Almer2023-10-06
* ffprobe: introduce section type, use for the compact outputStefano Sabatini2023-10-06
* ffprobe: correct section name for side data pieceStefano Sabatini2023-10-06
* ffprobe: factorize side data printing to dedicated functionStefano Sabatini2023-10-06
* avcodec/defs: Add AV_PROFILE_* defines, deprecate FF_PROFILE_* definesAndreas Rheinhardt2023-09-07
* fftools/ffprobe: Use proper enum typeAndreas Rheinhardt2023-08-08
* fftools/ffprobe: Fix memleakAndreas Rheinhardt2023-08-01
* fftools/ffprobe: fix handling parse_options() return valueAnton Khirnov2023-07-28
* fftools/ffprobe: stop calling exit_program()Anton Khirnov2023-07-20
* fftools/ffprobe: inline opt_output_file() into its only callerAnton Khirnov2023-07-20
* fftools/ffprobe: replace report_and_exit() with returning error codesAnton Khirnov2023-07-20
* fftools/cmdutils: return AVERROR_EXIT for OPT_EXIT options instead of aborting()Anton Khirnov2023-07-20
* fftools/cmdutils: add error handling to filter_codec_opts()Anton Khirnov2023-07-20
* fftools: handle errors in parse_options()Anton Khirnov2023-07-20
* fftools: return errors from parse_number_or_die() instead of abortingAnton Khirnov2023-07-20
* fftools/cmdutils: return error codes from setup_find_stream_info_opts() inste...Anton Khirnov2023-07-20
* fftools/ffprobe: print exported stream AVOptionsJames Almer2023-05-08
* fftools: use the new AVFrame keyframe flagJames Almer2023-05-04
* fftools: use the new AVFrame interlace flagsJames Almer2023-05-04
* fftools/ffprobe: fix printing AVFrame.crop_rightJames Almer2023-04-21
* fftools/ffprobe: print crop_* frame fieldsJames Almer2023-03-26
* fftools/ffprobe: add support for HDR10+ packet side dataJames Almer2023-03-25
* fftools/ffprobe: stop using AVFrame.pkt_{pos,size}Anton Khirnov2023-03-20
* fftools/ffprobe: fix print_dynamic_hdr_vividZhao Zhili2023-03-17
* fftools/ffprobe: fix HDR vivid infoZhao Zhili2023-03-17
* avutil/frame: deprecate AVFrame.coded_picture_number and display_picture_numberMarton Balint2023-02-13
* avutil/version: postpone the remaining API deprecationsJames Almer2023-02-09