summaryrefslogtreecommitdiff
path: root/libavfilter/buffersink.c
Commit message (Expand)AuthorAgeFilesLines
* avfilter: add missing FF_API_AVFILTERBUFFER guardsAndreas Cadhalpun2015-08-301-0/+4
* buffersink: introduce FIFO_INIT_ELEMENT_SIZE to complement FIFO_INIT_SIZEAndreas Cadhalpun2015-08-161-8/+8
* avfilter/buffersink: return EOF if closed link in av_buffersink_get_frame_fla...Michael Niedermayer2015-05-171-0/+2
* lavfi/buffersink: use av_fifo_alloc_arrayLukasz Marek2014-05-201-1/+1
* lavfi: use av_fifo_freepLukasz Marek2014-05-071-2/+1
* Merge commit '58400ac133bcfb6bf8196b4e5208bc178307739b'Michael Niedermayer2014-04-191-1/+1
|\
| * lavfi: name anonymous structsVittorio Giovara2014-04-191-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-10-291-4/+4
|\ \ | |/
| * lavfi: do not export the filters from shared objectsAnton Khirnov2013-10-281-2/+2
* | avfilter/buffersink: try to fix AV_NOPTS_VALUEMichael Niedermayer2013-10-091-2/+4
* | Merge commit '7950e519bb094897f957b9a9531cc60ba46cbc91'Michael Niedermayer2013-08-031-0/+3
|\ \ | |/
| * Disable deprecation warnings for cases where a replacement is availableDiego Biurrun2013-08-021-0/+3
* | Merge commit '966689442ed843019dc0722a49bfb0ac51755d19'Michael Niedermayer2013-07-281-20/+18
|\ \ | |/
| * buffersink: K&R formatting cosmeticsDiego Biurrun2013-07-271-21/+19
| * lavfi: add attribute_align_arg to all public entry pointsHendrik Leppkes2013-07-261-4/+4
* | lavfi: add attribute_align_arg to all public entry pointsHendrik Leppkes2013-07-261-8/+8
* | Merge commit '20c86571ccc71412781d4a4813e4693e0c42aec6'Michael Niedermayer2013-05-051-2/+4
|\ \ | |/
| * lavfi: let gcc realign the stack on public graph driving functionsHendrik Leppkes2013-05-041-3/+6
* | lavfi/buffersink: fix possible leaks after allocation failures.Nicolas George2013-04-211-5/+15
* | lavfi/buffersink: factor checks for lists sizes.Nicolas George2013-04-131-22/+12
* | buffersink: remove shorthandMichael Niedermayer2013-04-121-5/+0
* | lavfi/buffersink: accept parameters as options.Nicolas George2013-04-121-68/+119
* | lavfi: remove now unused args parameter from AVFilter.init and init_opaqueMichael Niedermayer2013-04-121-2/+2
* | buffersink/uninit: use av_frame_free() not unrefMichael Niedermayer2013-03-231-1/+1
* | lavfi/buffersink: check av_frame_ref() failure.Nicolas George2013-03-201-1/+2
* | lavfi: let gcc realign the stack on public graph driving functionsHendrik Leppkes2013-03-161-4/+4
* | lavfi/buffersink: schedule removing the "ff" variants.Nicolas George2013-03-121-0/+2
* | lavfi/buffersink: rename filter structures.Nicolas George2013-03-121-6/+6
* | lavfi/buffersink: move the filter structures at the end.Nicolas George2013-03-111-46/+47
* | lavfi/buffersink: implement av_buffersink_get_samples().Nicolas George2013-03-101-2/+70
* | lavfi: rename sink_buffer.c into buffersink.c.Nicolas George2013-03-101-0/+486
* | lavfi: remove buffersink.c.Nicolas George2013-03-101-270/+0
* | Merge commit '7e350379f87e7f74420b4813170fe808e2313911'Michael Niedermayer2013-03-101-28/+108
|\ \ | |/
| * lavfi: switch to AVFrame.Anton Khirnov2013-03-081-31/+97
| * lavfi: merge start_frame/draw_slice/end_frameAnton Khirnov2012-11-281-4/+3
* | buffersink: switch to filter_frameAnton Khirnov2012-11-291-4/+3
* | lavfi: replace filter_samples by filter_frameMichael Niedermayer2012-11-281-1/+1
* | Merge commit '97bf7c03b1338a867da52c159a2afecbdedcfa88'Michael Niedermayer2012-11-121-1/+1
|\ \ | |/
| * Include libavutil/channel_layout.h instead of libavutil/audioconvert.hJustin Ruggles2012-11-111-1/+1
| * buffersink: remove stray semicolon after function definitionMans Rullgard2012-10-271-1/+1
* | Merge commit '4436f25a1682ada3f7226cb6fadf429946933161'Michael Niedermayer2012-10-111-12/+24
|\ \ | |/
| * lavfi: convert input/ouput list compound literals to named objectsMans Rullgard2012-10-101-12/+24
* | lavfi/sink_buffer: implement libav compatibility API.Nicolas George2012-09-271-3/+3
* | Merge commit '23aae62c2cb4504a09ceb8cd0cabc1c8b260f521'Michael Niedermayer2012-09-181-2/+2
|\ \ | |/
| * lavfi: replace empty input/output lists with null pointersMans Rullgard2012-09-171-2/+2
* | libavfilter: Support the forks ABI for buffer sinksMichael Niedermayer2012-09-011-0/+8
* | buffersink: remove stray ;Michael Niedermayer2012-08-311-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-161-0/+1
|\ \ | |/
| * Don't include common.h from avutil.hMartin Storsjö2012-08-151-0/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-221-7/+3
|\ \ | |/