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-10-11Merge commit '4436f25a1682ada3f7226cb6fadf429946933161'Michael Niedermayer
2012-10-11lavfi: convert input/ouput list compound literals to named objectsMans Rullgard
2012-10-08Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer
2012-10-08Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov
2012-09-21vsrc_testsrc: Fix case without a specified durationMichael Niedermayer
2012-09-20lavfi/testsrc: increase precision of the duration parameterStefano Sabatini
2012-09-18Merge commit '23aae62c2cb4504a09ceb8cd0cabc1c8b260f521'Michael Niedermayer
2012-09-17lavfi: replace empty input/output lists with null pointersMans Rullgard
2012-09-05Merge commit 'e6153f173a49e5bfa70b0c04d2f82930533597b9'Michael Niedermayer
2012-09-05avopt: Explicitly store rational option defaults in .dblMartin Storsjö
2012-09-01Rename missed cases of FF_OPT_TYPE_* to AV_OPT_TYPE_*Martin Storsjö
2012-08-30vsrc_testsrc: fix uninitilaized variable bugMichael Niedermayer
2012-08-18lavfi/testsrc: set output framerateStefano Sabatini
2012-08-18lavfi: add priv class to filter definitions and flags to filter internal optionsStefano Sabatini
2012-08-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-15Don't include common.h from avutil.hMartin Storsjö
2012-08-09Remove "Error parsing options string [...]" messages.Clément Bœsch
2012-08-08lavfi/testsrc: set default value for option "color" to NULL and rework color ...Stefano Sabatini
2012-08-07lavfi: add smptebars sourcePaul B Mahol
2012-08-03lavfi: move color filter to testsrc, factorizeStefano Sabatini
2012-08-02lavfi/rgbtestsrc: use ff_fill_rgba_map() rather than a local copyStefano Sabatini
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