summaryrefslogtreecommitdiff
path: root/avprobe.c
Commit message (Expand)AuthorAgeFilesLines
* lavf: deprecate r_frame_rate.Anton Khirnov2012-07-291-3/+0
* avprobe/avconv: fix tentative declaration compile errors on MSVS.Ronald S. Bultje2012-07-281-2/+3
* avprobe: Identify codec probe failures rather than calling them unsupported c...Alex Converse2012-06-051-1/+4
* avprobe: correctly set the default formatterLuca Barbato2012-05-291-9/+10
* avprobe: move formatter functions in the contextLuca Barbato2012-05-291-55/+61
* avprobe: restore pseudo-INI old style format for compatibility.Anton Khirnov2012-05-261-0/+50
* avprobe: fix formatting.Anton Khirnov2012-05-261-2/+1
* avprobe: display the codec profile in show_stream()Christian Schmidt2012-05-251-0/+5
* avprobe: fix function prototypeLuca Barbato2012-05-251-2/+3
* avprobe: provide JSON outputLuca Barbato2012-05-251-0/+120
* avprobe: output proper INI formatLuca Barbato2012-05-251-109/+393
* avprobe: improve formattingLuca Barbato2012-05-251-3/+4
* avprobe: don't print format entry name when only one was requestedAnton Khirnov2012-05-161-1/+5
* avprobe: free options at the end of main()Janne Grunau2012-05-141-0/+3
* avprobe: close opened codecs after useJanne Grunau2012-05-141-1/+15
* avprobe: allow showing only one container/stream property.Ronald S. Bultje2012-05-071-20/+48
* Mark mutable static data const where appropriate.Alex Converse2012-02-211-6/+6
* avprobe, cmdutils: K&R formatting cosmeticsGaurav Narula2012-01-181-67/+97
* avprobe: use avio_size() instead of deprecated AVFormatContext.file_size.Anton Khirnov2012-01-121-2/+4
* Replace all uses of av_close_input_file() with avformat_close_input().Anton Khirnov2011-12-121-1/+1
* Call avformat_network_init/deinit in the programsMartin Storsjö2011-11-061-0/+3
* cmdutils/avtools: simplify show_help() by using av_opt_child_class_next()Anton Khirnov2011-10-121-3/+1
* avtools: parse loglevel before all the other options.Anton Khirnov2011-09-261-0/+1
* cmdutils: add support for caller-provided option context.Anton Khirnov2011-09-041-2/+2
* cmdutils: move exit_program() declaration to cmdutils from avconvAnton Khirnov2011-09-041-0/+5
* cmdutils: get rid of dummy contexts for examining AVOptions.Anton Khirnov2011-09-031-5/+2
* Replace deprecated av_find_stream_info() by avformat_find_stream_info().Diego Biurrun2011-08-261-1/+1
* Rename ffprobe to avprobe.Anton Khirnov2011-08-091-0/+419