summaryrefslogtreecommitdiffstats
path: root/ffprobe.c
Commit message (Expand)AuthorAgeFilesLines
* ffprobe: Fix NULL pointer handling in color parameter printingMichael Niedermayer2017-08-241-39/+49
* ffprobe: Fix null pointer dereference with color primariesMichael Niedermayer2017-08-241-8/+12
* ffprobe: fix use of uninitialized variableZhao Zhili2017-08-181-0/+1
* ffprobe: add support for ICC Profile frame side dataJames Almer2017-07-261-0/+5
* ffprobe: Print color properties from show_framesVittorio Giovara2017-07-211-0/+25
* ffprobe: reindent after previous commitClément Bœsch2017-07-181-9/+8
* ffprobe: add -(no)find_stream_info expert optionClément Bœsch2017-07-181-5/+10
* ffprobe: Use pixdesc API to provide color space namesVittorio Giovara2017-06-051-3/+4
* ffprobe: Print AVContentLightMetadata side data contentsVittorio Giovara2017-06-011-0/+8
* ffprobe: Print AVMasteringDisplayMetadata side data contentsVittorio Giovara2017-06-011-0/+39
* ffprobe: discard non-selected streamsClément Bœsch2017-05-111-0/+2
* ffprobe: make function replacement macros behave correctlyMichael Niedermayer2017-05-081-2/+2
* Merge commit '122de16dd8108a59a55d30543c9f28b5f61b02d1'Clément Bœsch2017-05-051-1/+1
|\
* | ff*: do not use AVFrame accessorMuhammad Faiz2017-04-231-11/+11
* | ffprobe: only use custom logging callback if -show_log is setMarton Balint2017-04-121-2/+3
* | ffprobe: port to new decode APIwm42017-04-041-13/+29
* | ffprobe: use av_spherical_projection_name() to print spherical projection namesJames Almer2017-03-311-7/+3
* | ffprobe: fix printing packet side data informationJames Almer2017-03-291-2/+2
* | Fix all -Wformat warnings raised by DJGPPClément Bœsch2017-03-291-1/+1
* | ffprobe: fix usage of av_get_codec_tag_string()Clément Bœsch2017-03-291-2/+1
* | ffprobe: free log buffer's parent_name during cleanupJames Almer2017-03-271-0/+1
* | ffprobe: Support adding av_log output to framesMichael Niedermayer2017-03-281-1/+158
* | ffprobe: support skip_samples packet side data informationJames Almer2017-03-251-0/+5
* | fate: Do not report side data sizeVittorio Giovara2017-03-171-2/+0
* | ffmpeg, ffprobe: don't "merge" side data into packet data by defaultwm42017-03-141-0/+8
* | ffprobe: add AVCodecContext help message into ffprobeSteven Liu2017-03-111-0/+1
* | spherical: Add tiled equirectangular type and projection-specific propertiesVittorio Giovara2017-03-071-4/+15
* | lavc: Add spherical packet side data APIVittorio Giovara2016-12-071-0/+13
* | ffprobe: Fix displaying side data list onlyVittorio Giovara2016-11-301-3/+3
* | ffprobe: fix crash in case -of is specified with an empty stringStefano Sabatini2016-11-171-0/+6
* | lavf: add AV_DISPOSITION_TIMED_THUMBNAILSRodger Combs2016-10-241-0/+1
* | ffprobe: report field order for video streamsRodger Combs2016-10-241-0/+13
* | Merge commit 'beb62dac629603eb074a44c44389c230b5caac7c'Hendrik Leppkes2016-10-071-2/+2
|\ \ | |/
* | ffprobe: don't use AVStream.codec to set decoder framerateJames Almer2016-09-271-4/+1
* | ffprobe: don't access AVCodecContext.pkt_timebase directlyJames Almer2016-09-261-1/+1
* | ffprobe.c: Indicate decode-but-discard packets when doing -show_packets.Sasi Inguva2016-09-231-1/+2
* | cmdutils: remove the current working directory from the DLL search path on win32Hendrik Leppkes2016-08-081-0/+2
* | ffprobe: add missing PROGRAM_STREAM_TAGS caseDmitry Vagin2016-07-261-0/+1
* | ffprobe: print stereo3d informationClément Bœsch2016-06-231-0/+5
* | ffprobe: refactor pkt side data printingClément Bœsch2016-06-231-31/+32
* | ffprobe: Don't try and decode things that have no dec_ctxDerek Buitenhuis2016-04-121-1/+1
* | ffprobe: Fix missing dec_ctx checkDerek Buitenhuis2016-04-121-1/+2
* | Merge commit 'ba357e98691ee4fe1a503b8830c0050be4127475'Derek Buitenhuis2016-04-121-89/+126
|\ \ | |/
* | Merge commit '567d6d5f9d1400f00445183b3477391f58979aa3'Derek Buitenhuis2016-04-111-0/+19
|\ \ | |/
* | Merge commit 'c9478410c68c04261f9cfcd80474607e50bd1852'Derek Buitenhuis2016-04-111-27/+36
|\ \ | |/
* | Merge commit '168a443d43b10ef6a3545d64b2f8bc90144ce4b7'Derek Buitenhuis2016-04-111-13/+5
|\ \ | |/
* | Merge commit 'e7188a1a84817b8d4337340c21c552ad0b6cb2fd'Derek Buitenhuis2016-04-111-118/+117
|\ \ | |/
* | ffprobe: Deprecate stream timecode field and add frame side data timecode fieldDerek Buitenhuis2016-02-011-0/+6
* | ffprobe: avoid unnecessary pow and exp2 callsGanesh Ajjanagadde2015-12-291-8/+19
* | ffprobe: use print_val to print the frame pkt_size valueStefano Sabatini2015-12-161-1/+2
OpenPOWER on IntegriCloud