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-04-17lavfi/buffersrc: fix failed requests count.Nicolas George
2013-04-12lavfi: remove now unused args parameter from AVFilter.initAnton Khirnov
2013-04-12abuffer: switch to an AVOptions-based shorthand system.Michael Niedermayer
2013-04-12buffersrc: switch to an AVOptions-based shorthand system.Michael Niedermayer
2013-04-11lavfi/buffersrc: update for compatibility with the fork.Nicolas George
2013-03-20Merge commit '6599b087de62a5f9f2a8d61a1952d777d1bff804'Michael Niedermayer
2013-03-19buffersrc: fix a typo.Anton Khirnov
2013-03-19lavc, lavfi: fix counting number of planes in AVBufferRef wrappersAnton Khirnov
2013-03-18buffersrc: fix w/h errorMichael Niedermayer
2013-03-17Merge remote-tracking branch 'cigaes/master'Michael Niedermayer
2013-03-17Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-03-17lavfi/buffersrc: disable deprecated warnings.Nicolas George
2013-03-17lavfi/buffersrc: check channel count changes.Nicolas George
2013-03-17lavfi/buffersrc: set channel layout if it is known.Nicolas George
2013-03-17lavc,lavfi: fix calculating the plane size in the AVBufferRef wrappersAnton Khirnov
2013-03-17lavfi: let gcc realign the stack on public graph driving functionsHendrik Leppkes
2013-03-13lavfi/buffersrc: raise filter_frame() error.Clément Bœsch
2013-03-10lavfi/buffersrc: do not dereference NULL frame.Nicolas George
2013-03-10lavfi/buffersrc: implement flags.Nicolas George
2013-03-10Merge commit '7e350379f87e7f74420b4813170fe808e2313911'Michael Niedermayer
2013-03-08lavfi: switch to AVFrame.Anton Khirnov
2013-02-21lavfi/buffersrc: set channel layout if it is known.Nicolas George
2013-02-01lavfi/buffersrc: forward filter_frame errors.Nicolas George
2013-01-26lavfi/buffersrc: accept unknown channel layouts.Nicolas George
2012-12-20lavfi/buffersrc: remove init of rate and layout.Nicolas George
2012-11-29buffersrc: switch to filter_frameAnton Khirnov
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-17libavfilter/buffersrc: Do not fail hard on changes of input parameters.Michael Niedermayer
2012-10-12Merge commit '59ee9f78b0cc4fb84ae606fa317d8102ad32a627'Michael Niedermayer
2012-10-12lavfi: do not use av_pix_fmt_descriptors directly.Anton Khirnov
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-18Merge commit '23aae62c2cb4504a09ceb8cd0cabc1c8b260f521'Michael Niedermayer
2012-09-17buffersrc: add const to the AVFrame* argument of av_buffersrc_write_frame()Anton Khirnov
2012-09-17lavfi: replace empty input/output lists with null pointersMans Rullgard
2012-09-05Merge commit '21bc44038491e525335ad763883b0288402ff6a0'Michael Niedermayer
2012-09-05Merge commit 'e6153f173a49e5bfa70b0c04d2f82930533597b9'Michael Niedermayer
2012-09-05avopt: Explicitly store rational option defaults in .dblMartin Storsjö
2012-09-05avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union memberMartin Storsjö
2012-08-21lavfi/buffersrc: add AV_BUFFERSRC_FLAG_PUSH.Nicolas George
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-07-23buffersrc: use avfilter_get_buffer_ref_from_frame.Nicolas George