summaryrefslogtreecommitdiff
path: root/ffprobe.c
Commit message (Expand)AuthorAge
* 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
* ffprobe: Add a few common disposition casesDerek Buitenhuis2012-09-18
* ffprobe: kill initializers with nested union field definitionStefano Sabatini2012-09-14
* ffprobe: avoid potentially lossy long long int -> double cast in value_string()Stefano Sabatini2012-09-14
* ffprobe: print start_pts and duration_ts stream informationStefano Sabatini2012-09-12
* ffprobe: add priv_class field to Writer, and factorize writer options initial...Stefano Sabatini2012-09-11
* ffprobe: add print_section option to the compact writerStefano Sabatini2012-09-11
* ffprobe: add and use DEFINE_WRITER_CLASS macroStefano Sabatini2012-09-11
* ffprobe: simplify default printerStefano Sabatini2012-09-10
* ffprobe: avoid unsafe usage of the snprintf() return codeMichael Niedermayer2012-09-09
* ffprobe: use exp2 instead of pow(2, ...)Michael Niedermayer2012-09-09
* Merge commit 'e6153f173a49e5bfa70b0c04d2f82930533597b9'Michael Niedermayer2012-09-05
|\
* | Merge commit 'ec36aa69448f20a78d8c4588265022e0b2272ab5'Michael Niedermayer2012-08-31
|\|
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-28
|\|
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-20
|\|
* | Merge commit 'f8b1e665539010d3ca148f09cb1203c20c1ca174'Michael Niedermayer2012-08-20
|\|
* | Merge commit '7c5012127fb7e18f0616011257bb4248f6a8b608'Michael Niedermayer2012-08-20
|\|
* | Merge commit 'd3810c47fe8c9509c28c65c0244e743c1d353daf'Michael Niedermayer2012-08-20
|\|
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-19
|\|
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-14
|\|
* | Remove "Error parsing options string [...]" messages.Clément Bœsch2012-08-09
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-07
|\|
* | ffprobe: refactor frames decoding.Nicolas George2012-08-06
* | ffprobe: fix validity error with tags and data.Nicolas George2012-07-31
* | ffprobe: show audio frame channels and channel_layoutStefano Sabatini2012-07-31
* | Merge commit 'fe1c1198e670242f3cf9e3e1eef27cff77f3ee23'Michael Niedermayer2012-07-29
|\|
* | ffprobe: use av_guess_sample_aspect_ratio() for guessing the aspect ratioStefano Sabatini2012-07-25
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-19
|\|
* | ffprobe: reindent after the previous commitStefano Sabatini2012-07-15
* | ffprobe: only decode frame if the codec is availableStefano Sabatini2012-07-15
* | ffprobe: add frame metadata printingStefano Sabatini2012-07-14
* | cosmetics: various spelling fixesLou Logan2012-07-06
* | ffprobe: dump AVPacket.convergence_duration.Nicolas George2012-06-18
* | ffprobe: add -show_data option.Nicolas George2012-06-18
* | ffprobe: add writer_print_rational()Stefano Sabatini2012-06-16
* | ffprobe: show packet duration in frameStefano Sabatini2012-06-06
* | ffprobe: honour special value for durationStefano Sabatini2012-06-06
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-06
|\|
* | ffprobe/flat: add escape for '`' and '$'.Clément Bœsch2012-06-04
* | ffprobe: add flat output format.Clément Bœsch2012-06-01
* | ffprobe/xml: use writer multiple_sections instead of local context variable.Clément Bœsch2012-06-01
* | ffprobe: move packets_and_frames work to writer context.Clément Bœsch2012-06-01
* | ffprobe: fix C escaping.Clément Bœsch2012-05-30
* | ffprobe: make -of an alias for -print_format.Clément Bœsch2012-05-29
* | ffprobe: fix chapter printing, fix JSON outputStefano Sabatini2012-05-29
* | ffprobe: add INI writerStefano Sabatini2012-05-29