summaryrefslogtreecommitdiffstats
path: root/ffprobe.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ | |/
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-041-3/+2
|\ \ | |/
* | ffprobe: directly use va args in print fmt callbacks.Clément Bœsch2011-09-011-12/+7
* | ffprobe: introduce output format writers.Clément Bœsch2011-08-301-84/+204
* | ffprobe: fix deprecated call to av_find_stream_info.Clément Bœsch2011-08-261-1/+1
* | ffprobe: use av_get_media_type_string() in media_type_string(), simplifyStefano Sabatini2011-08-201-8/+2
* | ffprobe: in value_string(), do not print trailing space in case of no suffixStefano Sabatini2011-08-171-2/+4
* | NoMerge commit '4d58e4cb4ca8e04317fecea432ea3272a445877c'Michael Niedermayer2011-08-101-2/+2
|\ \ | |/
| * Rename ffprobe to avprobe.Anton Khirnov2011-08-091-419/+0
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-221-0/+1
|\ \ | |/
| * ffprobe: display bitstream level.Thierry Foucu2011-07-211-0/+1
* | Merge commit '142e76f1055de5dde44696e71a5f63f2cb11dedf'Michael Niedermayer2011-07-111-1/+1
|\ \ | |/
| * lavc: introduce avcodec_open2() as a replacement for avcodec_open().Anton Khirnov2011-07-101-1/+1
| * Fix segmentation fault in ffprobeGavin Kinsey2011-07-031-0/+1
* | ffprobe: flush stdout after each group.Nicolas George2011-07-021-0/+3
* | ffprobe: fix opt_pretty() signatureStefano Sabatini2011-07-011-1/+2
* | Make all option parsing functions match the function pointer type through whi...Jeff Downs2011-06-301-1/+2
* | ffprobe: remove duplicate avformat_alloc_context()Michael Niedermayer2011-06-211-2/+0
* | Fix segmentation fault in ffprobeGavin Kinsey2011-06-211-0/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-181-8/+8
|\ \ | |/
| * ffprobe: use new avformat_open_* API.Anton Khirnov2011-06-161-5/+8
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-091-4/+5
|\ \ | |/
| * Remove all uses of now deprecated metadata functions.Anton Khirnov2011-06-081-4/+5
| * cmdutils: remove OPT_FUNC2Stefano Sabatini2011-05-281-3/+4
| * ffprobe: tweak error message in open_input_file()Stefano Sabatini2011-05-121-1/+1
* | ffprobe: implement -i FILE optionStefano Sabatini2011-06-051-0/+1
* | cmdutils: change the signature of the function argument in parse_options()Stefano Sabatini2011-06-051-1/+2
OpenPOWER on IntegriCloud