| Commit message (Expand) | Author | Age | Files | Lines |
* | ffprobe: make writer_print_integer support long long int values | Stefano Sabatini | 2011-11-18 | 1 | -12/+9 |
* | ffprobe: small align cosmetic in json writer struct init. | Clément Bœsch | 2011-11-16 | 1 | -3/+2 |
* | ffprobe: make Writers constant. | Clément Bœsch | 2011-11-16 | 1 | -8/+8 |
* | ffprobe: apply misc cosmetics to compact writer definition | Stefano Sabatini | 2011-11-16 | 1 | -11/+10 |
* | ffprobe: add csv writer | Stefano Sabatini | 2011-11-16 | 1 | -1/+23 |
* | ffprobe: add compact writer | Stefano Sabatini | 2011-11-16 | 1 | -1/+228 |
* | ffprobe: force display of missing fields, depending on writer.flags | Stefano Sabatini | 2011-11-16 | 1 | -48/+77 |
* | ffprobe: use av_noreturn | Michael Niedermayer | 2011-11-11 | 1 | -1/+1 |
* | ffprobe: refactor value_string() to accept an unit_value struct | Stefano Sabatini | 2011-11-07 | 1 | -15/+38 |
* | ffprobe: introduce print_val() macro, ease readability | Stefano Sabatini | 2011-11-07 | 1 | -4/+5 |
* | ffprobe: implement and use print_time and print_ts macros | Stefano Sabatini | 2011-11-07 | 1 | -10/+12 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-11-07 | 1 | -0/+3 |
|\ |
|
* | | ffprobe: use avio_size() instead of deprecated file_size attribute. | Clément Bœsch | 2011-11-05 | 1 | -1/+3 |
* | | ffprobe: fix const compiler warning. | Clément Bœsch | 2011-11-05 | 1 | -1/+1 |
* | | ffprobe: Print format specific variables of codecs. | Michael Niedermayer | 2011-11-04 | 1 | -0/+11 |
* | | ffprobe: prefer av_freep() over av_free() for global print_format option. | Clément Bœsch | 2011-10-18 | 1 | -1/+1 |
* | | ffprobe: fix weird align | Stefano Sabatini | 2011-10-18 | 1 | -1/+1 |
* | | ffprobe: prefer av_strtok() over av_get_token() for parsing print_format string | Stefano Sabatini | 2011-10-18 | 1 | -16/+9 |
* | | ffprobe: move up ESCAPE_CHECK_SIZE and ESCAPE_REALLOC_BUF macros | Stefano Sabatini | 2011-10-18 | 1 | -25/+25 |
* | | ffprobe: redesign json_escape_str(), to make use of a global buffer | Stefano Sabatini | 2011-10-18 | 1 | -36/+77 |
* | | ffprobe: add AVClass to writers | Stefano Sabatini | 2011-10-15 | 1 | -0/+14 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-10-13 | 1 | -3/+3 |
|\| |
|
* | | ffprobe: show sample_fmt in the stream section | Stefano Sabatini | 2011-10-12 | 1 | -0/+2 |
* | | ffprobe: prefer lowercase section names over uppercase ones | Stefano Sabatini | 2011-10-11 | 1 | -8/+22 |
* | | ffprobe: parse arguments for -print_format writer | Stefano Sabatini | 2011-10-09 | 1 | -10/+26 |
* | | ffprobe: extend writers API, and move the writers up in the file | Stefano Sabatini | 2011-10-09 | 1 | -205/+377 |
* | | ffprobe: fix trailing '=' in stream id. | Clément Bœsch | 2011-09-28 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-09-27 | 1 | -0/+1 |
|\| |
|
* | | ffprobe: remove misplaced and pointless comment. | Clément Bœsch | 2011-09-22 | 1 | -1/+0 |
* | | ffprobe: use av_get_pix_fmt_name() instead of accessing av_pix_fmt_descriptors. | Clément Bœsch | 2011-09-22 | 1 | -1/+1 |
* | | ffprobe: remove media_type_string() by inlining av_x_if_null(). | Clément Bœsch | 2011-09-22 | 1 | -8/+2 |
* | | ffprobe: fix crash with -h. | Clément Bœsch | 2011-09-16 | 1 | -1/+1 |
* | | ffprobe: rename print_{int,str}_f callbacks to print_{integer,string}. | Clément Bœsch | 2011-09-13 | 1 | -10/+10 |
* | | ffprobe: add JSON output printing format. | Clément Bœsch | 2011-09-13 | 1 | -4/+120 |
* | | ffprobe: replace fmt callback with str callback. | Clément Bœsch | 2011-09-13 | 1 | -10/+54 |
* | | ffprobe: replace specific ## GNU cpp extension with __VA_ARGS__. | Clément Bœsch | 2011-09-09 | 1 | -5/+5 |
* | | ffprobe: replace simple string printing with the appropriate helper. | Clément Bœsch | 2011-09-08 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-09-05 | 1 | -3/+7 |
|\| |
|
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-09-04 | 1 | -3/+2 |
|\| |
|
* | | ffprobe: directly use va args in print fmt callbacks. | Clément Bœsch | 2011-09-01 | 1 | -12/+7 |
* | | ffprobe: introduce output format writers. | Clément Bœsch | 2011-08-30 | 1 | -84/+204 |
* | | ffprobe: fix deprecated call to av_find_stream_info. | Clément Bœsch | 2011-08-26 | 1 | -1/+1 |
* | | ffprobe: use av_get_media_type_string() in media_type_string(), simplify | Stefano Sabatini | 2011-08-20 | 1 | -8/+2 |
* | | ffprobe: in value_string(), do not print trailing space in case of no suffix | Stefano Sabatini | 2011-08-17 | 1 | -2/+4 |
* | | NoMerge commit '4d58e4cb4ca8e04317fecea432ea3272a445877c' | Michael Niedermayer | 2011-08-10 | 1 | -2/+2 |
|\| |
|
| * | Rename ffprobe to avprobe. | Anton Khirnov | 2011-08-09 | 1 | -419/+0 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-07-22 | 1 | -0/+1 |
|\| |
|
| * | ffprobe: display bitstream level. | Thierry Foucu | 2011-07-21 | 1 | -0/+1 |
* | | Merge commit '142e76f1055de5dde44696e71a5f63f2cb11dedf' | Michael Niedermayer | 2011-07-11 | 1 | -1/+1 |
|\| |
|
| * | lavc: introduce avcodec_open2() as a replacement for avcodec_open(). | Anton Khirnov | 2011-07-10 | 1 | -1/+1 |