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
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
2012-05-26avprobe: fix function prototypeLuca Barbato
2012-05-26avprobe: provide JSON outputLuca Barbato
2012-05-26avprobe: output proper INI formatLuca Barbato
2012-05-26avprobe: improve formattingLuca Barbato
2012-05-16avprobe: don't print format entry name when only one was requestedAnton Khirnov
2012-05-14avprobe: free options at the end of main()Janne Grunau
2012-05-14avprobe: close opened codecs after useJanne Grunau
2012-05-07avprobe: allow showing only one container/stream property.Ronald S. Bultje
2012-02-21Mark mutable static data const where appropriate.Alex Converse
2012-01-19avprobe, cmdutils: K&R formatting cosmeticsGaurav Narula
2012-01-12avprobe: use avio_size() instead of deprecated AVFormatContext.file_size.Anton Khirnov
2011-12-12Replace all uses of av_close_input_file() with avformat_close_input().Anton Khirnov
2011-11-06Call avformat_network_init/deinit in the programsMartin Storsjö
2011-10-12cmdutils/avtools: simplify show_help() by using av_opt_child_class_next()Anton Khirnov
2011-09-26avtools: parse loglevel before all the other options.Anton Khirnov
2011-09-04cmdutils: add support for caller-provided option context.Anton Khirnov
2011-09-04cmdutils: move exit_program() declaration to cmdutils from avconvAnton Khirnov
2011-09-03cmdutils: get rid of dummy contexts for examining AVOptions.Anton Khirnov
2011-08-26Replace deprecated av_find_stream_info() by avformat_find_stream_info().Diego Biurrun
2011-08-09Rename ffprobe to avprobe.Anton Khirnov