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
2022-03-15avfilter: convert to new channel layout APIJames Almer
2018-08-21avfilter/buffersrc.h: fix typo of the commentSteven Liu
2017-09-08lavfi/buffersrc: add av_buffersrc_close().Nicolas George
2016-10-23lavfi: remove 2 unused lavc includesClément Bœsch
2016-02-24Merge commit '29c2d06d67724e994980045afa055c6c34611b30'Derek Buitenhuis
2016-02-24Merge commit 'b3dd30db0b2d857147fc0e1461a00bd6172a26a3'Derek Buitenhuis
2016-02-18cosmetics: Drop empty comment linesDiego Biurrun
2016-02-15lavfi: pass the hw frames context through the filter chainAnton Khirnov
2015-10-11avfilter/buffersrc: add av_warn_unused_result attributesGanesh Ajjanagadde
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
2014-06-03fix various typosLou Logan
2014-02-15Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2014-02-15lavfi doxy: add buffer{src,sink}.h to the main lavfi doxy groupAnton Khirnov
2014-02-12Merge commit '4a7d3837b4dd17fff270b55166597c093204e542'Michael Niedermayer
2014-02-12buffersrc: Have function parameter names match between .c and .h fileDiego Biurrun
2013-08-30Reinstate proper FFmpeg license for all files.Thilo Borgmann
2013-03-10lavfi/buffersrc: implement flags.Nicolas George
2013-03-10Merge commit '7e350379f87e7f74420b4813170fe808e2313911'Michael Niedermayer
2013-03-08lavfi: switch to AVFrame.Anton 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-08-21lavfi/buffersrc: add AV_BUFFERSRC_FLAG_PUSH.Nicolas George
2012-06-29lavfi: deprecate av_buffersrc_buffer() functionStefano Sabatini
2012-06-25lavfi: remove unnecessary inclusion of libavcodec/avcodec.h in avfilter.hStefano Sabatini
2012-05-19lavfi: unify src_buffer and buffersrc.Nicolas George
2012-05-17ffmpeg: add support for audio filters.Anton Khirnov
2012-05-17buffersrc: export forgotten functionMichael Niedermayer
2012-05-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-05-14buffersrc: add av_buffersrc_write_frame().Anton Khirnov
2012-05-06src_buffer: update get_nb_failed_requests name.Nicolas George
2012-05-06lavfi: remove av_buffersrc_buffer.Nicolas George
2012-05-06buffersrc: fix av_buffersrc_add_ref doxy.Nicolas George
2012-05-03src_buffer: introduce av_buffersrc_add_ref().Nicolas George
2012-04-14vsrc_buffer: allow using a NULL buffer to signal EOF.Anton Khirnov
2011-12-25lavfi: add a new function av_buffersrc_buffer().Anton Khirnov