aboutsummaryrefslogtreecommitdiffstats
path: root/fftools/ffprobe.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* fftools: use the new AVFrame keyframe flagJames Almer2023-05-041-1/+1
* fftools: use the new AVFrame interlace flagsJames Almer2023-05-041-2/+2
* fftools/ffprobe: fix printing AVFrame.crop_rightJames Almer2023-04-211-1/+1
* fftools/ffprobe: print crop_* frame fieldsJames Almer2023-03-261-0/+4
* fftools/ffprobe: add support for HDR10+ packet side dataJames Almer2023-03-251-0/+3
* fftools/ffprobe: stop using AVFrame.pkt_{pos,size}Anton Khirnov2023-03-201-4/+22
* fftools/ffprobe: fix print_dynamic_hdr_vividZhao Zhili2023-03-171-1/+1
* fftools/ffprobe: fix HDR vivid infoZhao Zhili2023-03-171-6/+8
* avutil/frame: deprecate AVFrame.coded_picture_number and display_picture_numberMarton Balint2023-02-131-0/+4
* avutil/version: postpone the remaining API deprecationsJames Almer2023-02-091-1/+1
* avcodec: Make avcodec_decode_subtitle2 accept a const AVPacket*Andreas Rheinhardt2023-02-091-1/+1
* ffprobe: report the corrupt flag on packetsrcombs2023-02-091-2/+3
* ffprobe: fix data hash renderingStefano Sabatini2023-01-241-3/+3
* ffprobe: use pkt->dts to compute interval ts when pts is missingStefano Sabatini2023-01-241-2/+3
* ffprobe: expose AVAmbientViewingEnvironment side data in AVFramesJan Ekström2023-01-131-0/+15
* fftools/ffprobe: prefer fd over pipe for seek supportZhao Zhili2023-01-111-2/+2
* fftools: use av_dict_iterateMarvin Scholz2022-12-011-3/+3
* fftools/ffprobe: support 2D arrays in print_list_fmt()James Almer2022-11-151-11/+13