summaryrefslogtreecommitdiffstats
path: root/libavfilter/buffersrc.h
Commit message (Expand)AuthorAgeFilesLines
* avfilter/buffersrc.h: fix typo of the commentSteven Liu2018-08-211-1/+1
* lavfi/buffersrc: add av_buffersrc_close().Nicolas George2017-09-081-0/+8
* lavfi: remove 2 unused lavc includesClément Bœsch2016-10-231-1/+0
* Merge commit '29c2d06d67724e994980045afa055c6c34611b30'Derek Buitenhuis2016-02-241-1/+0
|\
| * cosmetics: Drop empty comment linesDiego Biurrun2016-02-181-1/+0
* | Merge commit 'b3dd30db0b2d857147fc0e1461a00bd6172a26a3'Derek Buitenhuis2016-02-241-0/+74
|\ \ | |/
| * lavfi: pass the hw frames context through the filter chainAnton Khirnov2016-02-141-0/+74
* | avfilter/buffersrc: add av_warn_unused_result attributesGanesh Ajjanagadde2015-10-111-0/+3
* | Merge commit 'f6974fe651d29ef6eb68d66d73f7b6c011062aa0'Hendrik Leppkes2015-09-051-37/+0
|\ \ | |/
| * lavfi: Drop deprecated AVFilterBuffer* codeVittorio Giovara2015-08-281-15/+0
* | avfilter: add missing FF_API_AVFILTERBUFFER guardsAndreas Cadhalpun2015-08-301-0/+3
* | fix various typosLou Logan2014-06-031-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2014-02-151-0/+11
|\ \ | |/
| * lavfi doxy: add buffer{src,sink}.h to the main lavfi doxy groupAnton Khirnov2014-02-141-0/+11
* | Merge commit '4a7d3837b4dd17fff270b55166597c093204e542'Michael Niedermayer2014-02-121-5/+6
|\ \ | |/
| * buffersrc: Have function parameter names match between .c and .h fileDiego Biurrun2014-02-121-5/+6
* | Reinstate proper FFmpeg license for all files.Thilo Borgmann2013-08-301-4/+4
* | lavfi/buffersrc: implement flags.Nicolas George2013-03-101-2/+23
* | Merge commit '7e350379f87e7f74420b4813170fe808e2313911'Michael Niedermayer2013-03-101-5/+37
|\ \ | |/
| * lavfi: switch to AVFrame.Anton Khirnov2013-03-081-3/+26
* | Merge commit '23aae62c2cb4504a09ceb8cd0cabc1c8b260f521'Michael Niedermayer2012-09-181-1/+1
|\ \ | |/
| * buffersrc: add const to the AVFrame* argument of av_buffersrc_write_frame()Anton Khirnov2012-09-171-1/+1
* | lavfi/buffersrc: add AV_BUFFERSRC_FLAG_PUSH.Nicolas George2012-08-201-0/+5
* | lavfi: deprecate av_buffersrc_buffer() functionStefano Sabatini2012-06-281-0/+4
* | lavfi: remove unnecessary inclusion of libavcodec/avcodec.h in avfilter.hStefano Sabatini2012-06-251-0/+1
* | lavfi: unify src_buffer and buffersrc.Nicolas George2012-05-191-3/+0
* | ffmpeg: add support for audio filters.Anton Khirnov2012-05-171-0/+3
* | buffersrc: export forgotten functionMichael Niedermayer2012-05-161-0/+9
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-05-161-0/+11
|\ \ | |/
| * buffersrc: add av_buffersrc_write_frame().Anton Khirnov2012-05-141-0/+11
* | src_buffer: update get_nb_failed_requests name.Nicolas George2012-05-061-0/+9
* | lavfi: remove av_buffersrc_buffer.Nicolas George2012-05-061-9/+0
* | buffersrc: fix av_buffersrc_add_ref doxy.Nicolas George2012-05-061-1/+1
* | src_buffer: introduce av_buffersrc_add_ref().Nicolas George2012-05-031-0/+26
|/
* vsrc_buffer: allow using a NULL buffer to signal EOF.Anton Khirnov2012-04-141-0/+1
* lavfi: add a new function av_buffersrc_buffer().Anton Khirnov2011-12-251-0/+38
OpenPOWER on IntegriCloud