summaryrefslogtreecommitdiff
path: root/ffprobe.c
Commit message (Expand)AuthorAge
* ffprobe: add color_range and color_space to stream outputTobias Rapp2014-06-24
* ffprobe: add rc_max_rate to stream outputBilly Shambrook2014-06-09
* ffprobe: Use av_malloc_array()Michael Niedermayer2014-05-21
* ffprobe: fix crash happening because of new streams occuringAnshul2014-05-18
* ffprobe: use the codec descriptor if no decoder was found.Nicolas George2014-04-29
* ffprobe: fix scaling of vali in value_string() in case -prefix is selectedStefano Sabatini2014-04-23
* ffprobe: do not lose non ascii characters in non utf8 stringsMichael Niedermayer2014-04-13
* ffprobe: check av_frame_alloc() failure.Nicolas George2013-12-30
* ffprobe: Dont clear AVFrame between uses.Michael Niedermayer2013-12-25
* ffprobe: drop dependancy on sizeof(AVFrame)Michael Niedermayer2013-12-17
* ffprobe: show best_effort_timestamp in the frame sectionwm42013-12-15
* ffprobe: only show tags when explicitly requestedStefano Sabatini2013-12-14
* ffprobe: add cosmetical empty lineStefano Sabatini2013-12-13
* ffprobe: free shared writer context on exitStefano Sabatini2013-12-03
* build: rename version.h to libavutil/ffversion.hTimothy Gu2013-11-30
* Revert "configure: add #include "version.h" to config.h"Michael Niedermayer2013-11-28
* configure: add #include "version.h" to config.hTimothy Gu2013-11-27
* cmdutils: remove this_year constant, use CONFIG_THIS_YEAR insteadStefano Sabatini2013-11-26
* ffprobe: add support for subtitle framesMarton Balint2013-11-25
* ffprobe: use designated initializer for AVClassPaul B Mahol2013-11-23
* ffprobe: remove various useless ","Stefano Sabatini2013-11-22
* ffprobe: implement string validation settingStefano Sabatini2013-11-22
* ffprobe: add support for nested options in writer contextsStefano Sabatini2013-11-22
* ffprobe: check for errors, and abort immediatelyStefano Sabatini2013-11-22
* ffprobe: fix consistency checks in parse_read_intervals()Stefano Sabatini2013-10-21
* ffprobe: print stream channel_layout when availableStefano Sabatini2013-10-03
* ffprobe: fix uninitialized variable warningStefano Sabatini2013-09-23
* ffprobe: add -read_intervals optionStefano Sabatini2013-09-19
* ffprobe: downgrade log level for non fatal errors in open_input_file()Stefano Sabatini2013-09-17
* ffprobe: show bitmap subtitles size.Nicolas George2013-09-04
* ffprobe: show probe_score in the format sectionStefano Sabatini2013-09-01
* ffprobe: add -show_programs optionFlorent Tribouilloy2013-07-28
* ffprobe: do not treat array elements as nested in the compact writerStefano Sabatini2013-07-28
* Merge commit '636ced8e1dc8248a1353b416240b93d70ad03edb'Michael Niedermayer2013-07-08
|\
* | ffprobe: always exit 1 in case of errorsStefano Sabatini2013-06-27
* | ffprobe: reindent after previous commitStefano Sabatini2013-06-27
* | ffprobe: fix exit code with stream specifiersNicolas George2013-06-27
* | ffprobe: simplify branching logic in probe_file()Stefano Sabatini2013-06-27
* | ffprobe: show chapter and chapter metadata informationStefano Sabatini2013-06-06
* | ffprobe: set writer context to 0 after allocationStefano Sabatini2013-03-19
* | ffprobe: remove deprecated frame "reference" fieldStefano Sabatini2013-03-17
* | ffprobe: support codec optionsStefano Sabatini2013-03-13
* | ffprobe: use AVFrame accessor functionsMichael Niedermayer2013-03-01
* | ffprobe: do not escape '"' between single quotes.Clément Bœsch2013-01-01
* | ffprobe: show pkt_size in frameStefano Sabatini2012-12-15
* | ffprobe: free dictionary in opt_show_entries()Stefano Sabatini2012-11-23
* | ffprobe: implement -sections optionStefano Sabatini2012-11-22
* | ffprobe: implement subsection field selection through the -show_entries optionStefano Sabatini2012-11-22
* | ffprobe: fix typo in a commentStefano Sabatini2012-11-21
* | ffprobe: add "," at the end of enum listStefano Sabatini2012-11-21