aboutsummaryrefslogtreecommitdiffstats
path: root/fftools/ffprobe.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* fftools: Constify values from av_dict_get()Chad Fraleigh2021-11-181-4/+4
* Replace all occurences of av_mallocz_array() by av_calloc()Andreas Rheinhardt2021-09-201-2/+1
* fftools/ffprobe: Don't access AVProgram.(start|end)_timeAndreas Rheinhardt2021-09-141-4/+0
* avcodec: add a Film Grain codec property flagJames Almer2021-08-241-0/+1
* ffprobe: remove references to frame->pkt_ptsJames Almer2021-08-071-2/+2
* ffprobe: Rename Audio Service Type 'type' field to 'service_type'Derek Buitenhuis2021-08-061-1/+1
* fftools: Don't set default swscale flags in ffmpeg/ffprobe/ffplayLinjie Fu2021-08-051-1/+0
* avcodec/avcodec: Stop including channel_layout.h in avcodec.hAndreas Rheinhardt2021-07-221-0/+1
* ffprobe: use quotation marks in the xml header outputJames Almer2021-07-151-3/+3
* fftools/ffprobe: Remove redundant check before avcodec_free_context()Andreas Rheinhardt2021-06-081-2/+1
* ffprobe: support printing more packet side data typesAnton Khirnov2021-05-091-0/+17
* ffprobe: only hash extradata when it is presentAnton Khirnov2021-05-091-2/+5
* ffprobe: add option to control optional fields displayGyan Doshi2021-05-051-2/+21
* avutil/buffer: Switch AVBuffer API to size_tAndreas Rheinhardt2021-04-271-1/+1
* avformat: Constify the API wrt AV(In|Out)putFormatAndreas Rheinhardt2021-04-271-1/+1
* fftools/ffprobe: Remove check on show_frames and show_packets in XML writerTobias Rapp2021-04-161-7/+0
* ffprobe: only print exported private decoder optionsJames Almer2021-04-141-1/+1
* fftools/ffprobe: Add missing dispositionsAndreas Rheinhardt2021-03-311-0/+5
* fftools/ffprobe: use av_packet_alloc() to allocate packetsJames Almer2021-03-171-15/+19
* ffprobe: switch to av_bprint_escape for XML escapingJan Ekström2021-03-051-21/+11
* fftools: Switch to const AVCodec * where possibleAndreas Rheinhardt2021-03-021-1/+1
* ffprobe: stop setting AVCodecContext.framerateAnton Khirnov2021-02-221-1/+0
* ffprobe: stop printing deprecated fieldsAnton Khirnov2021-02-221-18/+0
* ffprobe: drop code accessing deprecated AVStream.codecAnton Khirnov2021-02-221-5/+0
* ffprobe: do not use deprecated AVStream.codec for max bitrateAnton Khirnov2021-02-221-4/+4