summaryrefslogtreecommitdiffstats
path: root/avprobe.c
Commit message (Expand)AuthorAgeFilesLines
* avtools: move media_type_string() from avprobe to cmdutils.Anton Khirnov2013-04-111-14/+0
* Use the avstring.h locale-independent character type functionsReimar Döffinger2013-03-071-2/+3
* avprobe: also output dar/par if only defined in streamAnton Khirnov2013-01-041-6/+9
* avprobe: report per stream bit rate if set by the decoderJanne Grunau2012-12-021-0/+4
* tools: do not use av_pix_fmt_descriptors directly.Anton Khirnov2012-10-121-3/+3
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-081-2/+2
* avconv/avprobe: Add missing 'void' to exit_program() definitionDiego Biurrun2012-10-031-1/+1
* Use atexit() instead of defining a custom exit_program() interface.Diego Elio Pettenò2012-10-011-2/+3
* avtools: remove the distinction between func_arg and func2_arg.Anton Khirnov2012-08-301-4/+4
* avprobe: Get rid of ugly casts in the options tableMartin Storsjö2012-08-271-13/+14
* avconv: split printing "main options" into global and per-file.Anton Khirnov2012-08-191-1/+1
* cmdutils: extend -h to allow printing codec details.Anton Khirnov2012-08-191-2/+1
* avtools: move some newlines to show_help_options().Anton Khirnov2012-08-191-1/+1
* avtools: fix show_foo() signatures.Anton Khirnov2012-08-191-1/+2
* avprobe: add const to AVCodec pointerMans Rullgard2012-08-181-1/+1
* avprobe: Include libm.h for the log2 fallbackMartin Storsjö2012-08-141-0/+1
* Use log2(x) instead of log(x) / log(2)Mans Rullgard2012-08-131-1/+1
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-1/+1
* 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
OpenPOWER on IntegriCloud