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-02-23avfilter: Silence warning: passing argument 3 of av_image_copy from incompati...Michael Niedermayer
2013-01-31lavfi: increment max number of registered filters from 128 to 256Stefano Sabatini
2013-01-21lavfi: fix null checking in avfilter_config_links()Xi Wang
2013-01-08lavfi: fix use-after-free in ff_filter_frame.Nicolas George
2013-01-01lavfi: merge all filtering code into ff_filter_frame.Nicolas George
2012-12-30lavfi: remove some draw_slice related code that has become unneededMichael Niedermayer
2012-12-20lavfi: remove init and check of rate and layout.Nicolas George
2012-12-20lavfi: add a channels field to AVFilterLink.Nicolas George
2012-11-29Merge commit '565e4993c63f797e2d50ad2f1e8f62fdbe299666'Michael Niedermayer
2012-11-28libavfilter: Support using filter_frame for videoMichael Niedermayer
2012-11-28avfilter: check that filter_frame and slice variants are not both usedMichael Niedermayer
2012-11-28lavfi: replace filter_samples by filter_frameMichael Niedermayer
2012-11-28lavfi: merge start_frame/draw_slice/end_frameAnton Khirnov
2012-11-12Merge commit '97bf7c03b1338a867da52c159a2afecbdedcfa88'Michael Niedermayer
2012-11-11Include libavutil/channel_layout.h instead of libavutil/audioconvert.hJustin Ruggles
2012-10-12Merge commit '59ee9f78b0cc4fb84ae606fa317d8102ad32a627'Michael Niedermayer
2012-10-12lavfi: do not use av_pix_fmt_descriptors directly.Anton Khirnov
2012-10-08Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer
2012-10-08Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov
2012-09-18Merge commit '23aae62c2cb4504a09ceb8cd0cabc1c8b260f521'Michael Niedermayer
2012-09-17lavfi: replace empty input/output lists with null pointersMans Rullgard
2012-09-02lavfi: when configuring a link, set channel layout from previous link if unsp...Stefano Sabatini
2012-08-23lavfi: free partial audio buffers when destroying links.Nicolas George
2012-08-22lavfi: add a closed field to AVFilerLink.Nicolas George
2012-08-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-15Don't include common.h from avutil.hMartin Storsjö
2012-08-13lavfi: add avfilter_get_class() and iteration callbacksStefano Sabatini
2012-07-25avfilter: Fix printf format string conversion specifierDiego Biurrun
2012-07-18lavfi: rescale link->current_pts.Nicolas George
2012-07-10lavfi: add init_opaque callbackStefano Sabatini
2012-06-30lavfi: implement samples framing on links.Nicolas George
2012-06-27Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-06-27Merge commit '1961e46c15c23a041f8d8614a25388a3ee9eff63'Michael Niedermayer
2012-06-27Merge commit 'a5e8c41c28f907d98d2a739db08f7aef4cbfcf3a'Michael Niedermayer
2012-06-26lavfi: make filters less verbose.Anton Khirnov
2012-06-26lavfi: remove disabled FF_API_FILTERS_PUBLIC cruftAnton Khirnov
2012-06-26lavfi: remove disabled FF_API_DEFAULT_CONFIG_OUTPUT_LINK cruftAnton Khirnov
2012-06-26lavfi: use proper FF_API guards for different deprecated functionsAnton Khirnov
2012-06-26lavfi: remove 'opaque' parameter from AVFilter.init()Anton Khirnov
2012-06-23lavfi: display pad type with mismatch error message.Nicolas George
2012-06-19lavfi/avfilter: use av_assertMichael Niedermayer
2012-06-17lavfi: use designated initializers for AVClassPaul B Mahol
2012-06-14Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-06-13lavfi: replace AVFilterContext.input/output_count with nb_inputs/outputsAnton Khirnov
2012-06-13lavfi: add avfilter_pad_get_type() and avfilter_pad_get_name().Anton Khirnov
2012-06-13lavfi: change name of tracing functions and of the macro which enables themStefano Sabatini
2012-06-12avfilter: Log an error if avfilter fails to configure a link.Alex Converse
2012-06-12Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-06-10lavfi: fix signature for default_filter_name()Stefano Sabatini
2012-06-09lavfi: add a frame_rate field to AVFilterLink.Nicolas George