summaryrefslogtreecommitdiff
path: root/fftools/ffprobe.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* fftools/ffprobe: Loop over correct number of streams when flushing decodersDerek Buitenhuis2022-11-071-1/+1
* fftools/ffprobe: Use av_err2strMarvin Scholz2022-10-141-7/+1
* ffprobe: Check for invalid matrix error when printing rotationDerek Buitenhuis2022-09-271-2/+9
* fftools/ffprobe: Report initial and trailing paddingAndreas Rheinhardt2022-09-051-0/+2
* fftools: Use report_error_then_exit_program() for allocation failuresAndreas Rheinhardt2022-09-011-4/+2
* ffprobe: restore reporting error code for failed inputsGyan Doshi2022-08-171-1/+5
* ffprobe: print AVFrame.durationAnton Khirnov2022-07-191-0/+6
* fftools/ffprobe: Improve description of AFD side dataAndreas Rheinhardt2022-07-091-0/+4
* fftools/ffprobe: Add const to AVPacket data pointersAndreas Rheinhardt2022-07-091-2/+2
* fftools/ffprobe: report avio errorsMarton Balint2022-06-201-4/+8
* ffprobe: add -o optionStefano Sabatini2022-06-131-61/+148
* ffprobe: update entry index after printing packet/media typeStefano Sabatini2022-06-091-0/+1
* doc/ffprobe: clarify that the input file is not optionalStefano Sabatini2022-04-211-1/+1
* fftools: drop the fake "default" option from ffplay/ffprobeAnton Khirnov2022-03-221-1/+0
* fftools/ffprobe: drop -show_format_entryAnton Khirnov2022-03-221-18/+0
* fftools/cmdutils: split common option handlers into their own fileAnton Khirnov2022-03-221-0/+1
* libavfilter: Split version.hMartin Storsjö2022-03-161-0/+1
* libswscale: Split version.hMartin Storsjö2022-03-161-0/+1
* libswresample: Split version.hMartin Storsjö2022-03-161-0/+1
* libpostproc: Split version.hMartin Storsjö2022-03-161-0/+1
* libavdevice: Split version.hMartin Storsjö2022-03-161-0/+1
* libavformat: Split version.hMartin Storsjö2022-03-161-0/+1
* libavcodec: Split version.hMartin Storsjö2022-03-161-0/+1
* ffprobe: convert to new channel layout-APIJames Almer2022-03-151-11/+8
* fftool/ffprobe: support for CUVA HDR Vivid metadataLimin Wang2022-03-011-0/+72
* fftools/ffprobe: Remove redundant checksAndreas Rheinhardt2022-02-231-2/+2
* fftools/ffprobe: Flush decoder after drainingAndreas Rheinhardt2022-02-231-1/+4
* ffprobe: allow side-data selection by elementGyan Doshi2022-02-031-3/+3
* ffprobe: Support AV_FRAME_DATA_DOVI_METADATAJan Ekström2022-01-041-3/+170
* ffprobe: add missing separator when printing side data in compact outputJames Almer2021-12-221-1/+3
* fftools/ffprobe: print size of attachment streams (extradata_size)softworkz2021-11-291-0/+1