summaryrefslogtreecommitdiff
path: root/ffprobe.c
Commit message (Expand)AuthorAge
* ffprobe: print codec timecode if available.Clément Bœsch2011-11-28
* ffprobe: always print int values with print_val()Stefano Sabatini2011-11-25
* ffprobe: make writer_print_integer support long long int valuesStefano Sabatini2011-11-18
* ffprobe: small align cosmetic in json writer struct init.Clément Bœsch2011-11-16
* ffprobe: make Writers constant.Clément Bœsch2011-11-16
* ffprobe: apply misc cosmetics to compact writer definitionStefano Sabatini2011-11-16
* ffprobe: add csv writerStefano Sabatini2011-11-16
* ffprobe: add compact writerStefano Sabatini2011-11-16
* ffprobe: force display of missing fields, depending on writer.flagsStefano Sabatini2011-11-16
* ffprobe: use av_noreturnMichael Niedermayer2011-11-11
* ffprobe: refactor value_string() to accept an unit_value structStefano Sabatini2011-11-07
* ffprobe: introduce print_val() macro, ease readabilityStefano Sabatini2011-11-07
* ffprobe: implement and use print_time and print_ts macrosStefano Sabatini2011-11-07
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-07
|\
* | ffprobe: use avio_size() instead of deprecated file_size attribute.Clément Bœsch2011-11-05
* | ffprobe: fix const compiler warning.Clément Bœsch2011-11-05
* | ffprobe: Print format specific variables of codecs.Michael Niedermayer2011-11-04
* | ffprobe: prefer av_freep() over av_free() for global print_format option.Clément Bœsch2011-10-18
* | ffprobe: fix weird alignStefano Sabatini2011-10-18
* | ffprobe: prefer av_strtok() over av_get_token() for parsing print_format stringStefano Sabatini2011-10-18
* | ffprobe: move up ESCAPE_CHECK_SIZE and ESCAPE_REALLOC_BUF macrosStefano Sabatini2011-10-18
* | ffprobe: redesign json_escape_str(), to make use of a global bufferStefano Sabatini2011-10-18
* | ffprobe: add AVClass to writersStefano Sabatini2011-10-15
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-13
|\|
* | ffprobe: show sample_fmt in the stream sectionStefano Sabatini2011-10-12
* | ffprobe: prefer lowercase section names over uppercase onesStefano Sabatini2011-10-11
* | ffprobe: parse arguments for -print_format writerStefano Sabatini2011-10-09
* | ffprobe: extend writers API, and move the writers up in the fileStefano Sabatini2011-10-09
* | ffprobe: fix trailing '=' in stream id.Clément Bœsch2011-09-28
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-27
|\|
* | ffprobe: remove misplaced and pointless comment.Clément Bœsch2011-09-22
* | ffprobe: use av_get_pix_fmt_name() instead of accessing av_pix_fmt_descriptors.Clément Bœsch2011-09-22
* | ffprobe: remove media_type_string() by inlining av_x_if_null().Clément Bœsch2011-09-22
* | ffprobe: fix crash with -h.Clément Bœsch2011-09-16
* | ffprobe: rename print_{int,str}_f callbacks to print_{integer,string}.Clément Bœsch2011-09-13
* | ffprobe: add JSON output printing format.Clément Bœsch2011-09-13
* | ffprobe: replace fmt callback with str callback.Clément Bœsch2011-09-13
* | ffprobe: replace specific ## GNU cpp extension with __VA_ARGS__.Clément Bœsch2011-09-09
* | ffprobe: replace simple string printing with the appropriate helper.Clément Bœsch2011-09-08
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-05
|\|
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-04
|\|
* | ffprobe: directly use va args in print fmt callbacks.Clément Bœsch2011-09-01
* | ffprobe: introduce output format writers.Clément Bœsch2011-08-30
* | ffprobe: fix deprecated call to av_find_stream_info.Clément Bœsch2011-08-26
* | ffprobe: use av_get_media_type_string() in media_type_string(), simplifyStefano Sabatini2011-08-20
* | ffprobe: in value_string(), do not print trailing space in case of no suffixStefano Sabatini2011-08-17
* | NoMerge commit '4d58e4cb4ca8e04317fecea432ea3272a445877c'Michael Niedermayer2011-08-10
|\|
| * Rename ffprobe to avprobe.Anton Khirnov2011-08-09
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-22
|\|
| * ffprobe: display bitstream level.Thierry Foucu2011-07-21