summaryrefslogtreecommitdiffstats
path: root/ffprobe.c
Commit message (Expand)AuthorAgeFilesLines
* ffprobe: Support extracting the number of reference framesMichael Niedermayer2014-12-301-0/+1
* Set -scan_all_pmts 1 in ffmpeg, ffplay and ffprobe if not set by user.Carl Eugen Hoyos2014-11-091-0/+7
* ffprobe: Add support for color_trc/color_pri/chroma_locMichael Niedermayer2014-10-191-0/+16
* ffprobe: Simplify by using av_color_range_name()Michael Niedermayer2014-10-101-1/+1
* ffprobe: add pixel format chroma sub-sampling outputTobias Rapp2014-10-071-0/+7
* ffprobe: add pixel format component bit depth outputTobias Rapp2014-10-071-2/+18
* ffprobe: add pixel format flags outputTobias Rapp2014-10-071-1/+22
* ffprobe: add -show_pixel_formats optionTobias Rapp2014-10-071-2/+31
* Print bits_per_raw_sample for ffprobe -show_streams.Carl Eugen Hoyos2014-09-081-0/+2
* ffprobe: add -show_data_hash option.Nicolas George2014-08-171-0/+39
* ffprobe: print some basic information about avframe side dataMichael Niedermayer2014-07-301-1/+20
* ffprobe: add color_range and color_space to stream outputTobias Rapp2014-06-241-0/+7
* ffprobe: add rc_max_rate to stream outputBilly Shambrook2014-06-091-0/+2
* ffprobe: Use av_malloc_array()Michael Niedermayer2014-05-211-1/+1
* ffprobe: fix crash happening because of new streams occuringAnshul2014-05-181-3/+19
* ffprobe: use the codec descriptor if no decoder was found.Nicolas George2014-04-291-0/+7
* ffprobe: fix scaling of vali in value_string() in case -prefix is selectedStefano Sabatini2014-04-231-0/+1
* ffprobe: do not lose non ascii characters in non utf8 stringsMichael Niedermayer2014-04-131-1/+1
* ffprobe: check av_frame_alloc() failure.Nicolas George2013-12-301-0/+4
* ffprobe: Dont clear AVFrame between uses.Michael Niedermayer2013-12-251-1/+0
* ffprobe: drop dependancy on sizeof(AVFrame)Michael Niedermayer2013-12-171-3/+5
* ffprobe: show best_effort_timestamp in the frame sectionwm42013-12-151-0/+2
* ffprobe: only show tags when explicitly requestedStefano Sabatini2013-12-141-5/+22
* ffprobe: add cosmetical empty lineStefano Sabatini2013-12-131-0/+1
* ffprobe: free shared writer context on exitStefano Sabatini2013-12-031-0/+1
* build: rename version.h to libavutil/ffversion.hTimothy Gu2013-11-301-1/+1
* Revert "configure: add #include "version.h" to config.h"Michael Niedermayer2013-11-281-0/+1
* configure: add #include "version.h" to config.hTimothy Gu2013-11-271-1/+0
* cmdutils: remove this_year constant, use CONFIG_THIS_YEAR insteadStefano Sabatini2013-11-261-1/+1
* ffprobe: add support for subtitle framesMarton Balint2013-11-251-2/+38
* ffprobe: use designated initializer for AVClassPaul B Mahol2013-11-231-8/+7
* ffprobe: remove various useless ","Stefano Sabatini2013-11-221-2/+2
* ffprobe: implement string validation settingStefano Sabatini2013-11-221-12/+146
* ffprobe: add support for nested options in writer contextsStefano Sabatini2013-11-221-2/+35
* ffprobe: check for errors, and abort immediatelyStefano Sabatini2013-11-221-38/+84
* ffprobe: fix consistency checks in parse_read_intervals()Stefano Sabatini2013-10-211-3/+5
* ffprobe: print stream channel_layout when availableStefano Sabatini2013-10-031-0/+9
* ffprobe: fix uninitialized variable warningStefano Sabatini2013-09-231-1/+1
* ffprobe: add -read_intervals optionStefano Sabatini2013-09-191-2/+255
* ffprobe: downgrade log level for non fatal errors in open_input_file()Stefano Sabatini2013-09-171-3/+3
* ffprobe: show bitmap subtitles size.Nicolas George2013-09-041-0/+11
* ffprobe: show probe_score in the format sectionStefano Sabatini2013-09-011-0/+1
* ffprobe: add -show_programs optionFlorent Tribouilloy2013-07-281-8/+70
* ffprobe: do not treat array elements as nested in the compact writerStefano Sabatini2013-07-281-4/+17
* Merge commit '636ced8e1dc8248a1353b416240b93d70ad03edb'Michael Niedermayer2013-07-081-3/+3
|\
* | ffprobe: always exit 1 in case of errorsStefano Sabatini2013-06-271-1/+1
* | ffprobe: reindent after previous commitStefano Sabatini2013-06-271-44/+43
* | ffprobe: fix exit code with stream specifiersNicolas George2013-06-271-0/+1
* | ffprobe: simplify branching logic in probe_file()Stefano Sabatini2013-06-271-2/+5
* | ffprobe: show chapter and chapter metadata informationStefano Sabatini2013-06-061-2/+35
OpenPOWER on IntegriCloud