index
:
ffmpeg.git
debug/motion-vectors
vaapi/drm-render-node
vaapi/hantro-support
FFmpeg multimedia libraries
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ffprobe.c
Age
Commit message (
Expand
)
Author
2011-06-21
ffprobe: remove duplicate avformat_alloc_context()
Michael Niedermayer
2011-06-21
Fix segmentation fault in ffprobe
Gavin Kinsey
2011-06-18
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-06-16
ffprobe: use new avformat_open_* API.
Anton Khirnov
2011-06-09
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-06-08
Remove all uses of now deprecated metadata functions.
Anton Khirnov
2011-06-05
ffprobe: implement -i FILE option
Stefano Sabatini
2011-06-05
cmdutils: change the signature of the function argument in parse_options()
Stefano Sabatini
2011-05-28
cmdutils: remove OPT_FUNC2
Stefano Sabatini
2011-05-28
cmdutils: remove OPT_FUNC2
Stefano Sabatini
2011-05-12
ffprobe: tweak error message in open_input_file()
Stefano Sabatini
2011-04-24
Merge remote branch 'qatar/master'
Michael Niedermayer
2011-04-23
Lowercase all ff* program names.
Diego Biurrun
2011-04-20
Merge remote branch 'qatar/master'
Michael Niedermayer
2011-04-19
lavc: remove the FF_API_SET_STRING_OLD cruft.
Anton Khirnov
2011-03-26
ffprobe: provide format parameters to av_open_input_file()
Stefano Sabatini
2011-03-21
ffprobe: tweak error message in open_input_file()
Stefano Sabatini
2011-03-19
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-02-18
lavf: add av_ prefix to dump_format()
Anton Khirnov
2011-02-16
lavf: add av_ prefix to dump_format()
Anton Khirnov
2010-10-16
Make ffprobe print stream language only once, also remove usage of the
Anton Khirnov
2010-10-16
ffmpeg.c/ffprobe.c: remove all uses of av_metadata_conv()
Anton Khirnov
2010-09-29
User application side of Codec specific parameters.
Michael Niedermayer
2010-09-25
Make ffprobe able to set AVFormatContext options.
Stefano Sabatini
2010-07-28
Implement ffprobe -show_packets.
Stefano Sabatini
2010-06-02
Implement av_get_codec_tag_string() and use it in ffprobe.
Stefano Sabatini
2010-04-27
Reindent after the last commit.
Stefano Sabatini
2010-04-27
Make ffprobe show sample_aspect_ratio and display_aspect_ratio only if
Stefano Sabatini
2010-04-25
Make ffprobe show stream->nb_frames if that info is known.
Robert Krüger
2010-04-13
Fix computation of the display aspect ratio.
Robert Krüger
2010-03-30
Define AVMediaType enum, and use it instead of enum CodecType, which
Stefano Sabatini
2010-03-28
Implement -convert_tags option, which converts showed tag names to the
Stefano Sabatini
2010-03-27
10l: Initialize tag to NULL in show_stream, fix metadata showing in
Stefano Sabatini
2010-03-07
Remove hacks not required since HAVE_AV_CONFIG_H was unset for the apps
Måns Rullgård
2010-03-06
Add support to input devices in ffprobe.
Stefano Sabatini
2010-03-04
Cosmetics: use consistent spacing in the ffprobe.c options table.
Stefano Sabatini
2010-03-01
Clarify the error message issued by ffprobe in case of more than one
Stefano Sabatini
2010-02-25
10l: add prefix "TAG:" to the metadata tags key showed for each stream.
Stefano Sabatini
2010-02-25
Cosmetics: replace "filename" to "arg" for the name of the argument of
Stefano Sabatini
2010-02-24
FFprobe: take only one input file.
Ramiro Polla
2010-02-21
Add support to an option -f which forces the format to use for opening
Stefano Sabatini
2010-02-21
Avoid using log2, it is not available everywhere.
Reimar Döffinger
2010-02-21
Add FFprobe tool.
Stefano Sabatini