summaryrefslogtreecommitdiffstats
path: root/ffprobe.c
Commit message (Expand)AuthorAgeFilesLines
* ffprobe: add support to option -show_errorStefano Sabatini2012-01-041-0/+20
* ffprobe: remove unused variable in show_format()Stefano Sabatini2012-01-041-2/+0
* ffprobe: reindent after the last commitStefano Sabatini2012-01-041-4/+4
* ffprobe: change order of operations in probe_file()Stefano Sabatini2012-01-041-4/+4
* ffprobe: prefer av_log to fprintf(stderr)Stefano Sabatini2012-01-041-9/+9
* ffprobe: add XML writerStefano Sabatini2011-12-271-1/+244
* ffprobe: add show_private_data optionStefano Sabatini2011-12-271-1/+4
* ff* tools: move descriptions from copyright header to @file doxyStefano Sabatini2011-12-271-1/+5
* ff*: Fix duplicatedly printed version info with -versionMichael Niedermayer2011-12-201-1/+1
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-131-1/+1
|\
* | ffprobe: print codec timecode if available.Clément Bœsch2011-11-281-0/+11
* | ffprobe: always print int values with print_val()Stefano Sabatini2011-11-251-1/+1
* | ffprobe: make writer_print_integer support long long int valuesStefano Sabatini2011-11-181-12/+9
* | ffprobe: small align cosmetic in json writer struct init.Clément Bœsch2011-11-161-3/+2
* | ffprobe: make Writers constant.Clément Bœsch2011-11-161-8/+8
* | ffprobe: apply misc cosmetics to compact writer definitionStefano Sabatini2011-11-161-11/+10
* | ffprobe: add csv writerStefano Sabatini2011-11-161-1/+23
* | ffprobe: add compact writerStefano Sabatini2011-11-161-1/+228
* | ffprobe: force display of missing fields, depending on writer.flagsStefano Sabatini2011-11-161-48/+77
* | ffprobe: use av_noreturnMichael Niedermayer2011-11-111-1/+1
* | ffprobe: refactor value_string() to accept an unit_value structStefano Sabatini2011-11-071-15/+38
* | ffprobe: introduce print_val() macro, ease readabilityStefano Sabatini2011-11-071-4/+5
* | ffprobe: implement and use print_time and print_ts macrosStefano Sabatini2011-11-071-10/+12
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-071-0/+3
|\ \ | |/
* | ffprobe: use avio_size() instead of deprecated file_size attribute.Clément Bœsch2011-11-051-1/+3
* | ffprobe: fix const compiler warning.Clément Bœsch2011-11-051-1/+1
* | ffprobe: Print format specific variables of codecs.Michael Niedermayer2011-11-041-0/+11
* | ffprobe: prefer av_freep() over av_free() for global print_format option.Clément Bœsch2011-10-181-1/+1
* | ffprobe: fix weird alignStefano Sabatini2011-10-181-1/+1
* | ffprobe: prefer av_strtok() over av_get_token() for parsing print_format stringStefano Sabatini2011-10-181-16/+9
* | ffprobe: move up ESCAPE_CHECK_SIZE and ESCAPE_REALLOC_BUF macrosStefano Sabatini2011-10-181-25/+25
* | ffprobe: redesign json_escape_str(), to make use of a global bufferStefano Sabatini2011-10-181-36/+77
* | ffprobe: add AVClass to writersStefano Sabatini2011-10-151-0/+14
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-131-3/+3
|\ \ | |/
* | ffprobe: show sample_fmt in the stream sectionStefano Sabatini2011-10-121-0/+2
* | ffprobe: prefer lowercase section names over uppercase onesStefano Sabatini2011-10-111-8/+22
* | ffprobe: parse arguments for -print_format writerStefano Sabatini2011-10-091-10/+26
* | ffprobe: extend writers API, and move the writers up in the fileStefano Sabatini2011-10-091-205/+377
* | ffprobe: fix trailing '=' in stream id.Clément Bœsch2011-09-281-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-271-0/+1
|\ \ | |/
* | ffprobe: remove misplaced and pointless comment.Clément Bœsch2011-09-221-1/+0
* | ffprobe: use av_get_pix_fmt_name() instead of accessing av_pix_fmt_descriptors.Clément Bœsch2011-09-221-1/+1
* | ffprobe: remove media_type_string() by inlining av_x_if_null().Clément Bœsch2011-09-221-8/+2
* | ffprobe: fix crash with -h.Clément Bœsch2011-09-161-1/+1
* | ffprobe: rename print_{int,str}_f callbacks to print_{integer,string}.Clément Bœsch2011-09-131-10/+10
* | ffprobe: add JSON output printing format.Clément Bœsch2011-09-131-4/+120
* | ffprobe: replace fmt callback with str callback.Clément Bœsch2011-09-131-10/+54
* | ffprobe: replace specific ## GNU cpp extension with __VA_ARGS__.Clément Bœsch2011-09-091-5/+5
* | ffprobe: replace simple string printing with the appropriate helper.Clément Bœsch2011-09-081-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-051-3/+7
|\ \ | |/
OpenPOWER on IntegriCloud