summaryrefslogtreecommitdiff
path: root/ffprobe.c
Commit message (Expand)AuthorAge
* Make ffprobe print stream language only once, also remove usage of theAnton Khirnov2010-10-16
* ffmpeg.c/ffprobe.c: remove all uses of av_metadata_conv()Anton Khirnov2010-10-16
* User application side of Codec specific parameters.Michael Niedermayer2010-09-29
* Make ffprobe able to set AVFormatContext options.Stefano Sabatini2010-09-25
* Implement ffprobe -show_packets.Stefano Sabatini2010-07-28
* Implement av_get_codec_tag_string() and use it in ffprobe.Stefano Sabatini2010-06-02
* Reindent after the last commit.Stefano Sabatini2010-04-27
* Make ffprobe show sample_aspect_ratio and display_aspect_ratio only ifStefano Sabatini2010-04-27
* Make ffprobe show stream->nb_frames if that info is known.Robert Krüger2010-04-25
* Fix computation of the display aspect ratio.Robert Krüger2010-04-13
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* Implement -convert_tags option, which converts showed tag names to theStefano Sabatini2010-03-28
* 10l: Initialize tag to NULL in show_stream, fix metadata showing inStefano Sabatini2010-03-27
* Remove hacks not required since HAVE_AV_CONFIG_H was unset for the appsMåns Rullgård2010-03-07
* Add support to input devices in ffprobe.Stefano Sabatini2010-03-06
* Cosmetics: use consistent spacing in the ffprobe.c options table.Stefano Sabatini2010-03-04
* Clarify the error message issued by ffprobe in case of more than oneStefano Sabatini2010-03-01
* 10l: add prefix "TAG:" to the metadata tags key showed for each stream.Stefano Sabatini2010-02-25
* Cosmetics: replace "filename" to "arg" for the name of the argument ofStefano Sabatini2010-02-25
* FFprobe: take only one input file.Ramiro Polla2010-02-24
* Add support to an option -f which forces the format to use for openingStefano Sabatini2010-02-21
* Avoid using log2, it is not available everywhere.Reimar Döffinger2010-02-21
* Add FFprobe tool.Stefano Sabatini2010-02-21