summaryrefslogtreecommitdiff
path: root/ffprobe.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | ffprobe: set writer context to 0 after allocationStefano Sabatini2013-03-191-1/+1
* | ffprobe: remove deprecated frame "reference" fieldStefano Sabatini2013-03-171-1/+0
* | ffprobe: support codec optionsStefano Sabatini2013-03-131-6/+21
* | ffprobe: use AVFrame accessor functionsMichael Niedermayer2013-03-011-4/+4
* | ffprobe: do not escape '"' between single quotes.Clément Bœsch2013-01-011-4/+4
* | ffprobe: show pkt_size in frameStefano Sabatini2012-12-151-0/+2
* | ffprobe: free dictionary in opt_show_entries()Stefano Sabatini2012-11-231-0/+1
* | ffprobe: implement -sections optionStefano Sabatini2012-11-221-0/+30
* | ffprobe: implement subsection field selection through the -show_entries optionStefano Sabatini2012-11-221-40/+187
* | ffprobe: fix typo in a commentStefano Sabatini2012-11-211-1/+1
* | ffprobe: add "," at the end of enum listStefano Sabatini2012-11-211-1/+1
* | ffprobe: fix potential NULL pointer dereferenceStefano Sabatini2012-11-061-2/+2
* | ffprobe: add an array of section print buffers to the WriterContextStefano Sabatini2012-10-241-89/+27