| Commit message (Expand) | Author | Age | Files | Lines |
* | Implement ffprobe -show_packets. | Stefano Sabatini | 2010-07-28 | 1 | -0/+46 |
* | Implement av_get_codec_tag_string() and use it in ffprobe. | Stefano Sabatini | 2010-06-02 | 1 | -11/+3 |
* | Reindent after the last commit. | Stefano Sabatini | 2010-04-27 | 1 | -8/+8 |
* | Make ffprobe show sample_aspect_ratio and display_aspect_ratio only if | Stefano Sabatini | 2010-04-27 | 1 | -0/+2 |
* | Make ffprobe show stream->nb_frames if that info is known. | Robert Krüger | 2010-04-25 | 1 | -0/+2 |
* | Fix computation of the display aspect ratio. | Robert Krüger | 2010-04-13 | 1 | -2/+7 |
* | Define AVMediaType enum, and use it instead of enum CodecType, which | Stefano Sabatini | 2010-03-30 | 1 | -10/+10 |
* | Implement -convert_tags option, which converts showed tag names to the | Stefano Sabatini | 2010-03-28 | 1 | -0/+4 |
* | 10l: Initialize tag to NULL in show_stream, fix metadata showing in | Stefano Sabatini | 2010-03-27 | 1 | -1/+1 |
* | Remove hacks not required since HAVE_AV_CONFIG_H was unset for the apps | Måns Rullgård | 2010-03-07 | 1 | -1/+0 |
* | Add support to input devices in ffprobe. | Stefano Sabatini | 2010-03-06 | 1 | -0/+6 |
* | Cosmetics: use consistent spacing in the ffprobe.c options table. | Stefano Sabatini | 2010-03-04 | 1 | -3/+3 |
* | Clarify the error message issued by ffprobe in case of more than one | Stefano Sabatini | 2010-03-01 | 1 | -1/+2 |
* | 10l: add prefix "TAG:" to the metadata tags key showed for each stream. | Stefano Sabatini | 2010-02-25 | 1 | -1/+1 |
* | Cosmetics: replace "filename" to "arg" for the name of the argument of | Stefano Sabatini | 2010-02-25 | 1 | -5/+5 |
* | FFprobe: take only one input file. | Ramiro Polla | 2010-02-24 | 1 | -0/+4 |
* | Add support to an option -f which forces the format to use for opening | Stefano Sabatini | 2010-02-21 | 1 | -1/+12 |
* | Avoid using log2, it is not available everywhere. | Reimar Döffinger | 2010-02-21 | 1 | -1/+1 |
* | Add FFprobe tool. | Stefano Sabatini | 2010-02-21 | 1 | -0/+333 |