summaryrefslogtreecommitdiff
path: root/avprobe.c
Commit message (Expand)AuthorAge
...
* avprobe: close opened codecs after useJanne Grunau2012-05-14
* avprobe: allow showing only one container/stream property.Ronald S. Bultje2012-05-07
* Mark mutable static data const where appropriate.Alex Converse2012-02-21
* avprobe, cmdutils: K&R formatting cosmeticsGaurav Narula2012-01-18
* avprobe: use avio_size() instead of deprecated AVFormatContext.file_size.Anton Khirnov2012-01-12
* Replace all uses of av_close_input_file() with avformat_close_input().Anton Khirnov2011-12-12
* Call avformat_network_init/deinit in the programsMartin Storsjö2011-11-06
* cmdutils/avtools: simplify show_help() by using av_opt_child_class_next()Anton Khirnov2011-10-12
* avtools: parse loglevel before all the other options.Anton Khirnov2011-09-26
* cmdutils: add support for caller-provided option context.Anton Khirnov2011-09-04
* cmdutils: move exit_program() declaration to cmdutils from avconvAnton Khirnov2011-09-04
* cmdutils: get rid of dummy contexts for examining AVOptions.Anton Khirnov2011-09-03
* Replace deprecated av_find_stream_info() by avformat_find_stream_info().Diego Biurrun2011-08-26
* Rename ffprobe to avprobe.Anton Khirnov2011-08-09