summaryrefslogtreecommitdiff
path: root/fftools/ffprobe.c
Commit message (Expand)AuthorAge
* 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
* avcodec: Make avcodec_decode_subtitle2 accept a const AVPacket*Andreas Rheinhardt2023-02-09
* ffprobe: report the corrupt flag on packetsrcombs2023-02-09
* ffprobe: fix data hash renderingStefano Sabatini2023-01-24
* ffprobe: use pkt->dts to compute interval ts when pts is missingStefano Sabatini2023-01-24
* ffprobe: expose AVAmbientViewingEnvironment side data in AVFramesJan Ekström2023-01-13
* fftools/ffprobe: prefer fd over pipe for seek supportZhao Zhili2023-01-11
* fftools: use av_dict_iterateMarvin Scholz2022-12-01
* fftools/ffprobe: support 2D arrays in print_list_fmt()James Almer2022-11-15