summaryrefslogtreecommitdiff
path: root/avprobe.c
Commit message (Expand)AuthorAge
* avprobe: Print stereo3d informationVittorio Giovara2016-05-17
* cosmetics: Fix spelling mistakesVittorio Giovara2016-05-04
* avprobe: switch to codecparAnton Khirnov2016-02-26
* avprobe: add local per-stream stateAnton Khirnov2016-02-26
* avprobe: add local per-file stateAnton Khirnov2016-02-26
* avprobe: print information from the codec descriptorAnton Khirnov2016-02-26
* avprobe: remove a pointless condition and a dead branchAnton Khirnov2016-02-26
* avprobe: do not call avio_close() on a custom contextAnton Khirnov2016-02-22
* avprobe: Unref the packet once it is usedLuca Barbato2015-10-26
* avprobe: Print the display matrix from per-stream sidedataMartin Storsjö2015-05-02
* avprobe: Support writing arrays of integers without keysMartin Storsjö2015-05-02
* avprobe: Export coded_{width,height} in -show_streamsVittorio Giovara2015-03-08
* Don't anonymously typedef structsDiego Biurrun2015-02-14
* check memory errors from av_strdup()Vittorio Giovara2014-12-18
* avprobe: Remove a pointless checkLuca Barbato2014-10-17
* avprobe: print color properties for show_streamsVittorio Giovara2014-10-08
* cmdutils: wrap exit explicitlyLuca Barbato2013-07-07
* avprobe: rename the prettyprint structuresLuca Barbato2013-07-07
* avtools: move media_type_string() from avprobe to cmdutils.Anton Khirnov2013-04-11
* Use the avstring.h locale-independent character type functionsReimar Döffinger2013-03-07
* avprobe: also output dar/par if only defined in streamAnton Khirnov2013-01-04
* avprobe: report per stream bit rate if set by the decoderJanne Grunau2012-12-02
* tools: do not use av_pix_fmt_descriptors directly.Anton Khirnov2012-10-12
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-08
* avconv/avprobe: Add missing 'void' to exit_program() definitionDiego Biurrun2012-10-03
* Use atexit() instead of defining a custom exit_program() interface.Diego Elio Pettenò2012-10-01
* avtools: remove the distinction between func_arg and func2_arg.Anton Khirnov2012-08-30
* avprobe: Get rid of ugly casts in the options tableMartin Storsjö2012-08-27
* avconv: split printing "main options" into global and per-file.Anton Khirnov2012-08-19
* cmdutils: extend -h to allow printing codec details.Anton Khirnov2012-08-19
* avtools: move some newlines to show_help_options().Anton Khirnov2012-08-19
* avtools: fix show_foo() signatures.Anton Khirnov2012-08-19
* avprobe: add const to AVCodec pointerMans Rullgard2012-08-18
* avprobe: Include libm.h for the log2 fallbackMartin Storsjö2012-08-14
* Use log2(x) instead of log(x) / log(2)Mans Rullgard2012-08-13
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* lavf: deprecate r_frame_rate.Anton Khirnov2012-07-29
* avprobe/avconv: fix tentative declaration compile errors on MSVS.Ronald S. Bultje2012-07-28
* avprobe: Identify codec probe failures rather than calling them unsupported c...Alex Converse2012-06-05
* avprobe: correctly set the default formatterLuca Barbato2012-05-29
* avprobe: move formatter functions in the contextLuca Barbato2012-05-29
* avprobe: restore pseudo-INI old style format for compatibility.Anton Khirnov2012-05-26
* avprobe: fix formatting.Anton Khirnov2012-05-26
* avprobe: display the codec profile in show_stream()Christian Schmidt2012-05-25
* avprobe: fix function prototypeLuca Barbato2012-05-25
* avprobe: provide JSON outputLuca Barbato2012-05-25
* avprobe: output proper INI formatLuca Barbato2012-05-25
* avprobe: improve formattingLuca Barbato2012-05-25
* avprobe: don't print format entry name when only one was requestedAnton Khirnov2012-05-16
* avprobe: free options at the end of main()Janne Grunau2012-05-14