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-08-02lavfi/testsrc: use AVFILTER_DEFINE_CLASS for defining the filter classesStefano Sabatini
2012-08-02lavfi/testsrc: extend logic in request_frame, support static image outputStefano Sabatini
2012-08-02lavfi/testsrc: free the context in uninitStefano Sabatini
2012-08-01lavfi/testsrc: drop pointless parenthesesStefano Sabatini
2012-07-30lavfi/testsrc: add comment in optionsStefano Sabatini
2012-07-23Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-23Merge commit '1470ce21cec5ee26e106e2a884c26bbf84e5aaea'Michael Niedermayer
2012-07-22lavfi: check all ff_get_video_buffer() calls for errors.Anton Khirnov
2012-07-22lavfi: check all ff_start_frame/draw_slice/end_frame calls for errorsAnton Khirnov
2012-07-22lavfi: use const for AVFilterPad declarations in all filters.Ronald S. Bultje
2012-07-22Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-20vsrc_testsrc: avoid an unnecessary avfilter_ref_buffer().Anton Khirnov
2012-07-15lavfi: decrease logging level of message showing initial parametersStefano Sabatini
2012-06-27Merge commit 'a5e8c41c28f907d98d2a739db08f7aef4cbfcf3a'Michael Niedermayer
2012-06-26lavfi: remove 'opaque' parameter from AVFilter.init()Anton Khirnov
2012-06-23lavfi: define macro AVFILTER_DEFINE_CLASSStefano Sabatini
2012-06-21lavfi: remove redundant checks after av_parse_video_rate()Paul B Mahol
2012-06-17lavfi: use designated initializers for AVClassPaul B Mahol
2012-06-14Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-06-13lavfi: make AVFilterPad opaque after two major bumps.Anton Khirnov
2012-06-13lavfi: make avfilter_get_video_buffer() private on next bump.Anton Khirnov
2012-06-06Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-06-05lavfi: remove more instances of avfilter_default_filter_name()Stefano Sabatini
2012-06-05lavfi: remove request/poll and drawing functions from public API on next bumpAnton Khirnov
2012-06-05lavfi: make formats API private on next bump.Anton Khirnov
2012-06-04lavfi: add avfilter_default_filter_name()Stefano Sabatini
2012-05-20vsrc_testsrc: use AV_OPT_TYPE_IMAGE_SIZE.Nicolas George
2012-03-03vsrc_testsrc: free option values.Nicolas George
2012-01-17lavfi/testsrc: add "decimals" option to the testsrc filterStefano Sabatini
2012-01-15lavfi/rgbtestsrc: make alpha plane opaqueStefano Sabatini
2012-01-12lavfi/testsrc: add "d" alias for the duration optionStefano Sabatini
2011-11-06Mark AVFilterPad[] compound literals as const.Reimar Döffinger
2011-11-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-11-02vsrc_testsrc: fix mailing list reference URLDiego Biurrun
2011-10-26vsrc_testsrc: fix off-by-one logic when detecting the EOF time in request_fra...Mark Himsley
2011-10-25testsrc seconds display is out-by-one frameMark Himsley
2011-10-24vsrc_testsrc: increase log level from DEBUG to INFO for message in init()Stefano Sabatini
2011-10-24lavfi: rewrite nullsrc using the code in vsrc_testsrc.cStefano Sabatini
2011-10-24vsrc_testsrc: do not assume non-padded lines in test_fill_picture()Stefano Sabatini
2011-10-20Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-19lavfi: add rgbtestsrc source, ported from MPlayer libmpcodecsStefano Sabatini
2011-10-19lavfi: add testsrc sourceStefano Sabatini
2011-10-17AVOptions: rename remaining FF_OPT_TYPE_* to AV_OPT_TYPE_*.Clément Bœsch
2011-10-02lavfi: remove usage of deprecated av_opt_set_defaults2() functionStefano Sabatini
2011-08-30vsrc_testsrc: set more properties in the output framesStefano Sabatini
2011-08-21vsrc_testsrc: allow to set the sample aspect ratioStefano Sabatini
2011-07-15lavfi: add rgbtestsrc source, ported from MPlayer libmpcodecsStefano Sabatini
2011-07-15vsrc_testsrc: perform some refactoring for simplifying sharing code with anot...Stefano Sabatini
2011-06-26lavfi: add testsrc sourceStefano Sabatini