summaryrefslogtreecommitdiff
path: root/fftools/ffprobe.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* ffprobe: remove an unnecessary deprecation guardAnton Khirnov2021-02-221-2/+0
* fftools/ffprobe: add support for HDR10+ metadataMohammad Izadi2020-12-051-0/+103
* fftools/ffprobe: use av_timecode_make_smpte_tc_string2Marton Balint2020-09-131-1/+1
* ffprobe: Allow unknown format private AVOptionsDerek Buitenhuis2020-07-021-5/+3
* fftools/ffprobe: show closed caption info in the stream dumpvectronic2020-05-021-0/+2
* fftools/ffprobe: support DOVI sidedataJun Zhao2020-04-231-0/+11
* remove CHAR_MIN/CHAR_MAX usagePaul B Mahol2020-03-171-10/+10
* fftools/ffprobe: Remove unneeded castsAndreas Rheinhardt2020-02-141-10/+10
* ffprobe: Fix fate tests for ffprobe in cases where TARGET_PATH differs from t...Martin Storsjö2019-12-181-4/+18
* ffprobe: fix output of packets_and_frames section in JSON formatJames Almer2019-10-141-3/+7
* fftools: Use right function signature and pointersAndreas Rheinhardt2019-08-151-13/+13
* ffprobe: Fix memory leakDerek Buitenhuis2019-06-211-3/+1
* fftools/ffprobe: Add S12M Timecode output as side data (such as SEI TC)Antonin Gouzer2019-05-271-1/+17
* fftools/ffprobe: Indent the code.Jun Zhao2018-11-271-14/+14
* ffprobe: fix SEGV when new streams are addedAman Gupta2018-05-091-2/+2
* ffprobe: report unavailable SAR correctly in stream infoTimo Teräs2018-04-171-1/+1
* avutil/pixdesc: deprecate AV_PIX_FMT_FLAG_PSEUDOPALwm42018-04-031-0/+2
* lav*,tests: remove several register_all callsJosh de Kock2018-04-021-1/+0
* ffprobe: fix infinite loop in subtitle decodingMarton Balint2018-03-121-1/+2
* ffprobe: remove usage of deprecation warning removal pragmasJames Almer2018-02-021-2/+0
* ffprobe: Initialize coded_width/heightZhong Li2018-02-021-0/+8
* fftools, tools, examples: migrate to AVFormatContext->urlMarton Balint2018-01-281-1/+1