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
/
avprobe.c
Age
Commit message (
Expand
)
Author
2012-02-21
Mark mutable static data const where appropriate.
Alex Converse
2012-01-18
avprobe, cmdutils: K&R formatting cosmetics
Gaurav Narula
2012-01-12
avprobe: use avio_size() instead of deprecated AVFormatContext.file_size.
Anton Khirnov
2011-12-12
Replace all uses of av_close_input_file() with avformat_close_input().
Anton Khirnov
2011-11-06
Call avformat_network_init/deinit in the programs
Martin Storsjö
2011-10-12
cmdutils/avtools: simplify show_help() by using av_opt_child_class_next()
Anton Khirnov
2011-09-26
avtools: parse loglevel before all the other options.
Anton Khirnov
2011-09-04
cmdutils: add support for caller-provided option context.
Anton Khirnov
2011-09-04
cmdutils: move exit_program() declaration to cmdutils from avconv
Anton Khirnov
2011-09-03
cmdutils: get rid of dummy contexts for examining AVOptions.
Anton Khirnov
2011-08-26
Replace deprecated av_find_stream_info() by avformat_find_stream_info().
Diego Biurrun
2011-08-09
Rename ffprobe to avprobe.
Anton Khirnov