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
2011-11-01Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-31cmdutils: Rename read_file to cmdutils_read_fileMartin Storsjö
2011-10-31Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-30cmdutils: check fread() return valueJanne Grunau
2011-10-14cmdutils: Fix loglevel for -debugMichael Niedermayer
2011-10-13Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-12cmdutils/avtools: simplify show_help() by using av_opt_child_class_next()Anton Khirnov
2011-10-12AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*Anton Khirnov
2011-10-12Remove all uses of deprecated AVOptions API.Anton Khirnov
2011-10-10Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-09avtools: add -v as alias for -loglevelMans Rullgard
2011-09-29Show configuration and library version with AV_LOG_INFO.Carl Eugen Hoyos
2011-09-28Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-09-27avconv: add support for copying attachments.Anton Khirnov
2011-09-27Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-09-26cmdutils: replace fprintf() by av_log()Anton Khirnov
2011-09-26avtools: parse loglevel before all the other options.Anton Khirnov
2011-09-23cmdutils: move grow_array out of #if CONFIG_AVFILTERJanne Grunau
2011-09-18Fix compilation without --disable-swscale.Carl Eugen Hoyos
2011-09-18Fix compilation with --disable-swscale.Carl Eugen Hoyos
2011-09-12Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-09-11cmdutils: add support for programs in check_stream_specifier()Anton Khirnov
2011-09-11avconv: move audio_sample_fmt to options context.Anton Khirnov
2011-09-06Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-09-05avconv: move ts scale to options context.Anton Khirnov
2011-09-05Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-09-04avconv: move start_time, recording_time and input_ts_offset to options contextAnton Khirnov
2011-09-04cmdutils: allow storing per-stream/chapter/.... options in a generic wayAnton Khirnov
2011-09-04cmdutils: split per-option code out of parse_options().Anton Khirnov
2011-09-04cmdutils: add support for caller-provided option context.Anton Khirnov
2011-09-04cmdutils: declare only one pointer type in OptionDefAnton Khirnov
2011-09-04cmdutils: move grow_array() from avconv to cmdutils.Anton Khirnov
2011-09-04cmdutils: move exit_program() declaration to cmdutils from avconvAnton Khirnov
2011-09-04Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-09-03cmdutils: get rid of dummy contexts for examining AVOptions.Anton Khirnov
2011-09-03cmdutils: revert avconv rename of pathesMichael Niedermayer
2011-09-01cmdutils: fix uninitialized variable (type) warning.Clément Bœsch
2011-08-13Merge commit 'b2c087871dafc7d030b2d48457ddff597dfd4925'Michael Niedermayer
2011-08-12cmdutils: allow precisely specifying a stream for AVOptions.Anton Khirnov
2011-08-12cmdutils: allow ':'-separated modifiers in option names.Anton Khirnov
2011-08-12Make a copy of ffmpeg under a new name -- avconv.Anton Khirnov
2011-08-10options: handle options with the same name in codecs and formats.Clément Bœsch
2011-07-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-28cmdutils: add codec_opts parameter to setup_find_stream_info_opts()Stefano Sabatini
2011-07-14cmdutils: remove #if 0-ed conflict marger trash that i forgotMichael Niedermayer
2011-07-14Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-14cmdutils: replace opt_default with opt_default2() and remove set_context_optsAnton Khirnov
2011-07-14ffplay: use new avcodec_open2 and avformat_find_stream_info API.Anton Khirnov
2011-07-14cmdutils: store all codec options in one dict instead of video/audio/subAnton Khirnov
2011-07-11Merge commit '142e76f1055de5dde44696e71a5f63f2cb11dedf'Michael Niedermayer