Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-12-07avprobe: Allow specifying multiple stream entries to be shownVittorio Giovara
2016-12-07lavc: Add spherical packet side data APIVittorio Giovara
2016-11-01avprobe: Add -show_stream_entry to get a single stream propertyVittorio Giovara
2016-08-29avprobe: Fix memory leakVittorio Giovara
2016-07-21Revert "avprobe: Zero the allocated avio buffer memory"Vittorio Giovara
2016-07-20avprobe: Zero the allocated avio buffer memoryVittorio Giovara
2016-05-17avprobe: Print stereo3d informationVittorio Giovara
2016-05-04cosmetics: Fix spelling mistakesVittorio Giovara
2016-02-26avprobe: switch to codecparAnton Khirnov
2016-02-26avprobe: add local per-stream stateAnton Khirnov
2016-02-26avprobe: add local per-file stateAnton Khirnov
2016-02-26avprobe: print information from the codec descriptorAnton Khirnov
2016-02-26avprobe: remove a pointless condition and a dead branchAnton Khirnov
2016-02-22avprobe: do not call avio_close() on a custom contextAnton Khirnov
2015-10-26avprobe: Unref the packet once it is usedLuca Barbato
2015-05-02avprobe: Print the display matrix from per-stream sidedataMartin Storsjö
2015-05-02avprobe: Support writing arrays of integers without keysMartin Storsjö
2015-03-08avprobe: Export coded_{width,height} in -show_streamsVittorio Giovara
2015-02-14Don't anonymously typedef structsDiego Biurrun
2014-12-19check memory errors from av_strdup()Vittorio Giovara
2014-10-17avprobe: Remove a pointless checkLuca Barbato
2014-10-08avprobe: print color properties for show_streamsVittorio Giovara
2013-07-07cmdutils: wrap exit explicitlyLuca Barbato
2013-07-07avprobe: rename the prettyprint structuresLuca Barbato
2013-04-11avtools: move media_type_string() from avprobe to cmdutils.Anton Khirnov
2013-03-07Use the avstring.h locale-independent character type functionsReimar Döffinger
2013-01-04avprobe: also output dar/par if only defined in streamAnton Khirnov
2012-12-03avprobe: report per stream bit rate if set by the decoderJanne Grunau
2012-10-12tools: do not use av_pix_fmt_descriptors directly.Anton Khirnov
2012-10-08Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov
2012-10-03avconv/avprobe: Add missing 'void' to exit_program() definitionDiego Biurrun
2012-10-02Use atexit() instead of defining a custom exit_program() interface.Diego Elio Pettenò
2012-08-30avtools: remove the distinction between func_arg and func2_arg.Anton Khirnov
2012-08-27avprobe: Get rid of ugly casts in the options tableMartin Storsjö
2012-08-19avconv: split printing "main options" into global and per-file.Anton Khirnov
2012-08-19cmdutils: extend -h to allow printing codec details.Anton Khirnov
2012-08-19avtools: move some newlines to show_help_options().Anton Khirnov
2012-08-19avtools: fix show_foo() signatures.Anton Khirnov
2012-08-18avprobe: add const to AVCodec pointerMans Rullgard
2012-08-14avprobe: Include libm.h for the log2 fallbackMartin Storsjö
2012-08-13Use log2(x) instead of log(x) / log(2)Mans Rullgard
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-07-29lavf: deprecate r_frame_rate.Anton Khirnov
2012-07-28avprobe/avconv: fix tentative declaration compile errors on MSVS.Ronald S. Bultje
2012-06-05avprobe: Identify codec probe failures rather than calling them unsupported c...Alex Converse
2012-05-30avprobe: correctly set the default formatterLuca Barbato
2012-05-29avprobe: move formatter functions in the contextLuca Barbato
2012-05-26avprobe: restore pseudo-INI old style format for compatibility.Anton Khirnov
2012-05-26avprobe: fix formatting.Anton Khirnov
2012-05-26avprobe: display the codec profile in show_stream()Christian Schmidt