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
2012-01-03ff*: Fix duplicatedly printed version info with -versionMichael Niedermayer
2011-12-10fftools: add -report option.Nicolas George
2011-12-06Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-12-05misc Doxygen markup improvementsDiego Biurrun
2011-11-28cmdutils: pass AVCodec to filter_codec_opts()Michael Niedermayer
2011-11-01Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-31cmdutils: Rename read_file to cmdutils_read_fileMartin Storsjö
2011-10-14cmdutils.h: Project name cleanupMichael Niedermayer
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-11doc: fix references to obsolete presets directories for avconv/ffmpegDiego Biurrun
2011-09-27Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-09-26avtools: parse loglevel before all the other options.Anton Khirnov
2011-09-12Merge remote-tracking branch 'qatar/master'Michael Niedermayer
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-08-13Merge commit 'b2c087871dafc7d030b2d48457ddff597dfd4925'Michael Niedermayer
2011-08-12cmdutils: allow precisely specifying a stream for AVOptions.Anton Khirnov
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-28cmdutils: clarify documentation for filter_codec_opts()Stefano Sabatini
2011-07-28cmdutils: clarify documentation for setup_find_stream_info_opts()Stefano Sabatini
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-06-30Make all option parsing functions match the function pointer type through whi...Jeff Downs
2011-06-19lavfi: add vsink_buffer, and use it in ff* toolsStefano Sabatini
2011-06-18Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-06-16cmdutils: add opt_default2().Anton Khirnov
2011-06-05cmdutils: remove unnecessary OPT_DUMMY implementationStefano Sabatini
2011-06-05cmdutils: change the signature of the function argument in parse_options()Stefano Sabatini
2011-06-03cmdutils: move "#undef main" from ffplay.c to cmdutils.hCarl Eugen Hoyos
2011-05-28cmdutils: remove OPT_FUNC2Stefano Sabatini
2011-05-28cmdutils: remove OPT_FUNC2Stefano Sabatini
2011-05-21multiple inclusion guard cleanupDiego Biurrun
2011-05-21preset dir for win32Gianluigi Tiesi
2011-05-19Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-05-19Clean up #includes in cmdutils.h.Diego Biurrun
2011-05-10cmdutils: remove list_fmts(), simplifyStefano Sabatini