summaryrefslogtreecommitdiff
path: root/ffprobe.c
Commit message (Collapse)AuthorAge
* Reindent after the last commit.Stefano Sabatini2010-04-27
| | | | Originally committed as revision 22984 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make ffprobe show sample_aspect_ratio and display_aspect_ratio only ifStefano Sabatini2010-04-27
| | | | | | | | | | | sample_aspect_ratio is known. Avoid to show bogus values, which may confuse both the human and the machine reader. Based on a patch by Robert Krüger $(echo lsvfhfs@tjhobm7.ef | tr "b-za" "a-z"). Originally committed as revision 22983 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make ffprobe show stream->nb_frames if that info is known.Robert Krüger2010-04-25
| | | | | | Patch by Robert Krüger $(echo kru3g3r@signal7.d3 | sed -e 's/3/e/g'). Originally committed as revision 22964 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix computation of the display aspect ratio.Robert Krüger2010-04-13
| | | | | | | | | Previously ffprobe was wrongly outputting the sample aspect ratio as display aspect ratio. Patch by Robert Krüger $(echo k-r-u-e-g-e-r@s-i-g-n-a-l-7.d-e | sed s/-//g). Originally committed as revision 22880 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
| | | | | | is deprecated and will be dropped at the next major bump. Originally committed as revision 22735 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Implement -convert_tags option, which converts showed tag names to theStefano Sabatini2010-03-28
| | | | | | FFmpeg generic tag names. Originally committed as revision 22708 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l: Initialize tag to NULL in show_stream, fix metadata showing inStefano Sabatini2010-03-27
| | | | | | streams. Originally committed as revision 22698 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove hacks not required since HAVE_AV_CONFIG_H was unset for the appsMåns Rullgård2010-03-07
| | | | Originally committed as revision 22295 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add support to input devices in ffprobe.Stefano Sabatini2010-03-06
| | | | | | | | See the thread: Subject: [FFmpeg-devel] [PATCH] Add support to input device to ffprobe Date: Sun, 21 Feb 2010 14:57:44 +0100 Originally committed as revision 22231 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetics: use consistent spacing in the ffprobe.c options table.Stefano Sabatini2010-03-04
| | | | Originally committed as revision 22212 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Clarify the error message issued by ffprobe in case of more than oneStefano Sabatini2010-03-01
| | | | | | file provided as input. Originally committed as revision 22138 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l: add prefix "TAG:" to the metadata tags key showed for each stream.Stefano Sabatini2010-02-25
| | | | | | | This is consistent with the metadata displaying in show_format() and with the documentation. Originally committed as revision 22046 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetics: replace "filename" to "arg" for the name of the argument ofStefano Sabatini2010-02-25
| | | | | | | opt_input_file(). More consistent and more clear, as "filename" can be easily confused with the global "input_filename". Originally committed as revision 22045 to svn://svn.ffmpeg.org/ffmpeg/trunk
* FFprobe: take only one input file.Ramiro Polla2010-02-24
| | | | Originally committed as revision 22014 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add support to an option -f which forces the format to use for openingStefano Sabatini2010-02-21
| | | | | | the probed multimedia resource. Originally committed as revision 21944 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Avoid using log2, it is not available everywhere.Reimar Döffinger2010-02-21
| | | | | | Should fix compilation on FreeBSD. Originally committed as revision 21942 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add FFprobe tool.Stefano Sabatini2010-02-21
This is a simplified / cleaned-up version of the SourceForge program: http://sourceforge.net/projects/ffprobe/ Syntax / features may be different, in particular the options -show_packets and -show_frames are not yet supported in this version. Originally committed as revision 21936 to svn://svn.ffmpeg.org/ffmpeg/trunk