aboutsummaryrefslogtreecommitdiff
path: root/ffprobe.c
AgeCommit message (Expand)Author
2010-06-02Implement av_get_codec_tag_string() and use it in ffprobe.Stefano Sabatini
2010-04-27Reindent after the last commit.Stefano Sabatini
2010-04-27Make ffprobe show sample_aspect_ratio and display_aspect_ratio only ifStefano Sabatini
2010-04-25Make ffprobe show stream->nb_frames if that info is known.Robert Krüger
2010-04-13Fix computation of the display aspect ratio.Robert Krüger
2010-03-30Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini
2010-03-28Implement -convert_tags option, which converts showed tag names to theStefano Sabatini
2010-03-2710l: Initialize tag to NULL in show_stream, fix metadata showing inStefano Sabatini
2010-03-07Remove hacks not required since HAVE_AV_CONFIG_H was unset for the appsMåns Rullgård
2010-03-06Add support to input devices in ffprobe.Stefano Sabatini
2010-03-04Cosmetics: use consistent spacing in the ffprobe.c options table.Stefano Sabatini
2010-03-01Clarify the error message issued by ffprobe in case of more than oneStefano Sabatini
2010-02-2510l: add prefix "TAG:" to the metadata tags key showed for each stream.Stefano Sabatini
2010-02-25Cosmetics: replace "filename" to "arg" for the name of the argument ofStefano Sabatini
2010-02-24FFprobe: take only one input file.Ramiro Polla
2010-02-21Add support to an option -f which forces the format to use for openingStefano Sabatini
2010-02-21Avoid using log2, it is not available everywhere.Reimar Döffinger
2010-02-21Add FFprobe tool.Stefano Sabatini