summaryrefslogtreecommitdiff
path: root/fftools/ffprobe.c
Commit message (Expand)AuthorAge
* fftools: Constify values from av_dict_get()Chad Fraleigh2021-11-18
* Replace all occurences of av_mallocz_array() by av_calloc()Andreas Rheinhardt2021-09-20
* fftools/ffprobe: Don't access AVProgram.(start|end)_timeAndreas Rheinhardt2021-09-14
* avcodec: add a Film Grain codec property flagJames Almer2021-08-24
* ffprobe: remove references to frame->pkt_ptsJames Almer2021-08-07
* ffprobe: Rename Audio Service Type 'type' field to 'service_type'Derek Buitenhuis2021-08-06
* fftools: Don't set default swscale flags in ffmpeg/ffprobe/ffplayLinjie Fu2021-08-05
* avcodec/avcodec: Stop including channel_layout.h in avcodec.hAndreas Rheinhardt2021-07-22
* ffprobe: use quotation marks in the xml header outputJames Almer2021-07-15
* fftools/ffprobe: Remove redundant check before avcodec_free_context()Andreas Rheinhardt2021-06-08
* ffprobe: support printing more packet side data typesAnton Khirnov2021-05-09
* ffprobe: only hash extradata when it is presentAnton Khirnov2021-05-09
* ffprobe: add option to control optional fields displayGyan Doshi2021-05-05
* avutil/buffer: Switch AVBuffer API to size_tAndreas Rheinhardt2021-04-27
* avformat: Constify the API wrt AV(In|Out)putFormatAndreas Rheinhardt2021-04-27
* fftools/ffprobe: Remove check on show_frames and show_packets in XML writerTobias Rapp2021-04-16
* ffprobe: only print exported private decoder optionsJames Almer2021-04-14
* fftools/ffprobe: Add missing dispositionsAndreas Rheinhardt2021-03-31
* fftools/ffprobe: use av_packet_alloc() to allocate packetsJames Almer2021-03-17
* ffprobe: switch to av_bprint_escape for XML escapingJan Ekström2021-03-05
* fftools: Switch to const AVCodec * where possibleAndreas Rheinhardt2021-03-02
* ffprobe: stop setting AVCodecContext.framerateAnton Khirnov2021-02-22
* ffprobe: stop printing deprecated fieldsAnton Khirnov2021-02-22
* ffprobe: drop code accessing deprecated AVStream.codecAnton Khirnov2021-02-22
* ffprobe: do not use deprecated AVStream.codec for max bitrateAnton Khirnov2021-02-22
* ffprobe: remove an unnecessary deprecation guardAnton Khirnov2021-02-22
* fftools/ffprobe: add support for HDR10+ metadataMohammad Izadi2020-12-05
* fftools/ffprobe: use av_timecode_make_smpte_tc_string2Marton Balint2020-09-13
* ffprobe: Allow unknown format private AVOptionsDerek Buitenhuis2020-07-02
* fftools/ffprobe: show closed caption info in the stream dumpvectronic2020-05-02
* fftools/ffprobe: support DOVI sidedataJun Zhao2020-04-23
* remove CHAR_MIN/CHAR_MAX usagePaul B Mahol2020-03-17
* fftools/ffprobe: Remove unneeded castsAndreas Rheinhardt2020-02-14
* ffprobe: Fix fate tests for ffprobe in cases where TARGET_PATH differs from t...Martin Storsjö2019-12-18
* ffprobe: fix output of packets_and_frames section in JSON formatJames Almer2019-10-14
* fftools: Use right function signature and pointersAndreas Rheinhardt2019-08-15
* ffprobe: Fix memory leakDerek Buitenhuis2019-06-21
* fftools/ffprobe: Add S12M Timecode output as side data (such as SEI TC)Antonin Gouzer2019-05-27
* fftools/ffprobe: Indent the code.Jun Zhao2018-11-27
* ffprobe: fix SEGV when new streams are addedAman Gupta2018-05-09
* ffprobe: report unavailable SAR correctly in stream infoTimo Teräs2018-04-17
* avutil/pixdesc: deprecate AV_PIX_FMT_FLAG_PSEUDOPALwm42018-04-03
* lav*,tests: remove several register_all callsJosh de Kock2018-04-02
* ffprobe: fix infinite loop in subtitle decodingMarton Balint2018-03-12
* ffprobe: remove usage of deprecation warning removal pragmasJames Almer2018-02-02
* ffprobe: Initialize coded_width/heightZhong Li2018-02-02
* fftools, tools, examples: migrate to AVFormatContext->urlMarton Balint2018-01-28
* ffprobe: remove usage of AVCodecContext accessorsJames Almer2017-11-15
* ffprobe: remove usage of deprecated getter functionsJames Almer2017-10-29
* avformat: remove use of deprecated AVFMT_FLAG_KEEP_SIDE_DATA flagJames Almer2017-10-29