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
2017-01-12lavfi: remove stray semicolons.Nicolas George
2017-01-12lavfi/buffersink: move to the new design.Nicolas George
2017-01-12lavfi/buffersink: add accessors for the stream properties.Nicolas George
2016-12-18lavfi: make filter_frame non-recursive.Nicolas George
2015-12-22lavfi: make request_frame() non-recursive.Nicolas George
2015-12-22lavfi: replace link.closed by link.status.Nicolas George
2015-10-14avfilter/all: propagate errors of functions from avfilter/formatsGanesh Ajjanagadde
2015-09-20lavfi/buffersink: loop over ff_request_frame().Nicolas George
2015-09-09avfilter/abuffersink: use AV_OPT_TYPE_BOOL for all_channel_counts optionClément Bœsch
2015-09-05Merge commit 'f6974fe651d29ef6eb68d66d73f7b6c011062aa0'Hendrik Leppkes
2015-08-31avfilter: add missing FF_API_AVFILTERBUFFER guardsAndreas Cadhalpun
2015-08-28lavfi: Drop deprecated AVFilterBuffer* codeVittorio Giovara
2015-08-16buffersink: introduce FIFO_INIT_ELEMENT_SIZE to complement FIFO_INIT_SIZEAndreas Cadhalpun
2015-05-17avfilter/buffersink: return EOF if closed link in av_buffersink_get_frame_fla...Michael Niedermayer
2014-05-20lavfi/buffersink: use av_fifo_alloc_arrayLukasz Marek
2014-05-08lavfi: use av_fifo_freepLukasz Marek
2014-04-19Merge commit '58400ac133bcfb6bf8196b4e5208bc178307739b'Michael Niedermayer
2014-04-19lavfi: name anonymous structsVittorio Giovara
2013-10-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-10-28lavfi: do not export the filters from shared objectsAnton Khirnov
2013-10-09avfilter/buffersink: try to fix AV_NOPTS_VALUEMichael Niedermayer
2013-08-03Merge commit '7950e519bb094897f957b9a9531cc60ba46cbc91'Michael Niedermayer
2013-08-02Disable deprecation warnings for cases where a replacement is availableDiego Biurrun
2013-07-28Merge commit '966689442ed843019dc0722a49bfb0ac51755d19'Michael Niedermayer
2013-07-27buffersink: K&R formatting cosmeticsDiego Biurrun
2013-07-26lavfi: add attribute_align_arg to all public entry pointsHendrik Leppkes
2013-07-26lavfi: add attribute_align_arg to all public entry pointsHendrik Leppkes
2013-05-05Merge commit '20c86571ccc71412781d4a4813e4693e0c42aec6'Michael Niedermayer
2013-05-05lavfi: let gcc realign the stack on public graph driving functionsHendrik Leppkes
2013-04-21lavfi/buffersink: fix possible leaks after allocation failures.Nicolas George
2013-04-13lavfi/buffersink: factor checks for lists sizes.Nicolas George
2013-04-12buffersink: remove shorthandMichael Niedermayer
2013-04-12lavfi/buffersink: accept parameters as options.Nicolas George
2013-04-12lavfi: remove now unused args parameter from AVFilter.init and init_opaqueMichael Niedermayer
2013-03-24buffersink/uninit: use av_frame_free() not unrefMichael Niedermayer
2013-03-20lavfi/buffersink: check av_frame_ref() failure.Nicolas George
2013-03-17lavfi: let gcc realign the stack on public graph driving functionsHendrik Leppkes
2013-03-13lavfi/buffersink: schedule removing the "ff" variants.Nicolas George
2013-03-13lavfi/buffersink: rename filter structures.Nicolas George
2013-03-11lavfi/buffersink: move the filter structures at the end.Nicolas George
2013-03-10lavfi/buffersink: implement av_buffersink_get_samples().Nicolas George
2013-03-10lavfi: rename sink_buffer.c into buffersink.c.Nicolas George
2013-03-10lavfi: remove buffersink.c.Nicolas George
2013-03-10Merge commit '7e350379f87e7f74420b4813170fe808e2313911'Michael Niedermayer
2013-03-08lavfi: switch to AVFrame.Anton Khirnov
2012-11-29buffersink: 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