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