summaryrefslogtreecommitdiff
path: root/ffprobe.c
Commit message (Expand)AuthorAge
* 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
* | ffprobe: fix potential NULL pointer dereferenceStefano Sabatini2012-11-06
* | ffprobe: add an array of section print buffers to the WriterContextStefano Sabatini2012-10-24
* | ffprobe: fix use of uninitialized pointer in av_strtok()Michael Niedermayer2012-10-11
* | ffprobe: reindent after previous commitStefano Sabatini2012-10-05
* | ffprobe: add -select_streams optionStefano Sabatini2012-10-05
* | fix exit_program() prototypesMichael Niedermayer2012-10-02
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-10-02
|\|
* | ffprobe: extend disposition printing supportStefano Sabatini2012-09-30
* | ffprobe: generalize nesting model for the XML writerStefano Sabatini2012-09-30
* | ffprobe: rework/fix ini writerStefano Sabatini2012-09-29
* | ffprobe: rework/fix flat writerStefano Sabatini2012-09-29
* | ffprobe: generalize nesting model for the compact writerStefano Sabatini2012-09-29
* | ffprobe: generalize nesting model for the default writerStefano Sabatini2012-09-29
* | ffprobe: drop SECTION_ENTRY macroStefano Sabatini2012-09-29
* | ffprobe: add support to library ident printingStefano Sabatini2012-09-29
* | ffprobe: remove unused "args" argument in writer init callbackStefano Sabatini2012-09-28
* | ffprobe: fix indentation of the first line of packets_and_frames sections in ...Stefano Sabatini2012-09-27
* | ffprobe: generalize writer subsection nesting modelStefano Sabatini2012-09-26
* | ffprobe: drop pointless opaque parameter in writer init callbackStefano Sabatini2012-09-25
* | ffprobe: reindent after previous commitStefano Sabatini2012-09-25
* | ffprobe: rework checking logic in writer_print_time() and writer_print_ration...Stefano Sabatini2012-09-25
* | ffprobe: Consider the chosen separator when doing CSV escapingAlexander Strasser2012-09-25
* | ffprobe: Rename variable in csv_escape_str()Alexander Strasser2012-09-25
* | ffprobe: Simplify CSV field quoting codeAlexander Strasser2012-09-25
* | ffprobe: reindent after the previous commitStefano Sabatini2012-09-22
* | ffprobe: add -bitexact boolean optionStefano Sabatini2012-09-22
* | ffprobe: print format long_name only if non-NULLStefano Sabatini2012-09-21
* | ffprobe: print codec_long_name only when availableStefano Sabatini2012-09-21
* | ffprobe: fix CSV writer outputStefano Sabatini2012-09-19