summaryrefslogtreecommitdiffstats
path: root/ffprobe.c
Commit message (Expand)AuthorAgeFilesLines
* ffprobe: add an array of section print buffers to the WriterContextStefano Sabatini2012-10-241-89/+27
* ffprobe: fix use of uninitialized pointer in av_strtok()Michael Niedermayer2012-10-111-0/+4
* ffprobe: reindent after previous commitStefano Sabatini2012-10-051-9/+9
* ffprobe: add -select_streams optionStefano Sabatini2012-10-051-2/+27
* fix exit_program() prototypesMichael Niedermayer2012-10-021-1/+1
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-10-021-2/+3
|\
* | ffprobe: extend disposition printing supportStefano Sabatini2012-09-301-6/+22
* | ffprobe: generalize nesting model for the XML writerStefano Sabatini2012-09-301-11/+13
* | ffprobe: rework/fix ini writerStefano Sabatini2012-09-291-15/+35
* | ffprobe: rework/fix flat writerStefano Sabatini2012-09-291-20/+17
* | ffprobe: generalize nesting model for the compact writerStefano Sabatini2012-09-291-11/+31
* | ffprobe: generalize nesting model for the default writerStefano Sabatini2012-09-291-15/+40
* | ffprobe: drop SECTION_ENTRY macroStefano Sabatini2012-09-291-19/+16
* | ffprobe: add support to library ident printingStefano Sabatini2012-09-291-0/+1
* | ffprobe: remove unused "args" argument in writer init callbackStefano Sabatini2012-09-281-6/+6
* | ffprobe: fix indentation of the first line of packets_and_frames sections in ...Stefano Sabatini2012-09-271-1/+1
* | ffprobe: generalize writer subsection nesting modelStefano Sabatini2012-09-261-435/+374
* | ffprobe: drop pointless opaque parameter in writer init callbackStefano Sabatini2012-09-251-10/+9
* | ffprobe: reindent after previous commitStefano Sabatini2012-09-251-10/+10
* | ffprobe: rework checking logic in writer_print_time() and writer_print_ration...Stefano Sabatini2012-09-251-12/+9
* | ffprobe: Consider the chosen separator when doing CSV escapingAlexander Strasser2012-09-251-1/+2
* | ffprobe: Rename variable in csv_escape_str()Alexander Strasser2012-09-251-3/+3
* | ffprobe: Simplify CSV field quoting codeAlexander Strasser2012-09-251-10/+6
* | ffprobe: reindent after the previous commitStefano Sabatini2012-09-221-6/+6
* | ffprobe: add -bitexact boolean optionStefano Sabatini2012-09-221-2/+19
* | ffprobe: print format long_name only if non-NULLStefano Sabatini2012-09-211-1/+2
* | ffprobe: print codec_long_name only when availableStefano Sabatini2012-09-211-1/+2
* | ffprobe: fix CSV writer outputStefano Sabatini2012-09-191-6/+18
* | ffprobe: Add a few common disposition casesDerek Buitenhuis2012-09-181-0/+6
* | ffprobe: kill initializers with nested union field definitionStefano Sabatini2012-09-141-3/+11
* | ffprobe: avoid potentially lossy long long int -> double cast in value_string()Stefano Sabatini2012-09-141-2/+3
* | ffprobe: print start_pts and duration_ts stream informationStefano Sabatini2012-09-121-2/+4
* | ffprobe: add priv_class field to Writer, and factorize writer options initial...Stefano Sabatini2012-09-111-63/+20
* | ffprobe: add print_section option to the compact writerStefano Sabatini2012-09-111-1/+5
* | ffprobe: add and use DEFINE_WRITER_CLASS macroStefano Sabatini2012-09-111-60/+17
* | ffprobe: simplify default printerStefano Sabatini2012-09-101-21/+1
* | ffprobe: avoid unsafe usage of the snprintf() return codeMichael Niedermayer2012-09-091-4/+3
* | ffprobe: use exp2 instead of pow(2, ...)Michael Niedermayer2012-09-091-1/+1
* | Merge commit 'e6153f173a49e5bfa70b0c04d2f82930533597b9'Michael Niedermayer2012-09-051-16/+16
|\ \ | |/
* | Merge commit 'ec36aa69448f20a78d8c4588265022e0b2272ab5'Michael Niedermayer2012-08-311-4/+10
|\ \ | |/
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-281-11/+11
|\ \ | |/
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-201-1/+1
|\ \ | |/
* | Merge commit 'f8b1e665539010d3ca148f09cb1203c20c1ca174'Michael Niedermayer2012-08-201-2/+1
|\ \ | |/
* | Merge commit '7c5012127fb7e18f0616011257bb4248f6a8b608'Michael Niedermayer2012-08-201-1/+1
|\ \ | |/
* | Merge commit 'd3810c47fe8c9509c28c65c0244e743c1d353daf'Michael Niedermayer2012-08-201-2/+1
|\ \ | |/
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-191-1/+1
|\ \ | |/
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-141-1/+2
|\ \ | |/
* | Remove "Error parsing options string [...]" messages.Clément Bœsch2012-08-091-18/+6
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-071-2/+2
|\ \ | |/
* | ffprobe: refactor frames decoding.Nicolas George2012-08-061-27/+22
OpenPOWER on IntegriCloud