summaryrefslogtreecommitdiffstats
path: root/libavfilter/buffersrc.c
Commit message (Expand)AuthorAgeFilesLines
* avfilter/buffersrc: print relevant info when skipping filter reinitGyan Doshi2019-01-271-6/+12
* lavfi/buffersrc: Indent the code.Jun Zhao2018-11-271-15/+15
* Merge commit '88fd836a015a5f3380df74592e440e7d1e5b8000'James Almer2017-10-211-8/+0
|\
| * lavfi: Drop deprecated way of passing options for a few filtersVittorio Giovara2017-03-231-8/+0
* | lavfi/buffersrc: add av_buffersrc_close().Nicolas George2017-09-081-10/+12
* | Revert "Revert "lavfi/buffersrc: push the frame deeper if requested.""Nicolas George2017-07-301-0/+25
* | Revert "lavfi/buffersrc: push the frame deeper if requested."Paul B Mahol2017-06-231-25/+0
* | avfilter: do not use AVFrame accessorMuhammad Faiz2017-04-231-2/+2
* | lavfi/buffersrc: fix directly setting channel layoutRostislav Pehlivanov2017-02-211-5/+7
* | lavfi/buffersrc: push the frame deeper if requested.Nicolas George2016-12-241-0/+25
* | lavfi: make filter_frame non-recursive.Nicolas George2016-12-181-3/+3
* | Merge commit 'b3dd30db0b2d857147fc0e1461a00bd6172a26a3'Derek Buitenhuis2016-02-241-2/+69
|\ \ | |/
| * lavfi: pass the hw frames context through the filter chainAnton Khirnov2016-02-141-9/+86
* | Merge commit 'c084d6d2cfb570b10d8784eb20cc696dfb7c5605'Derek Buitenhuis2016-02-171-2/+2
|\ \ | |/
| * buffersrc: default SAR to 0 (unknown) rather than 1Anton Khirnov2016-02-141-1/+1
* | Merge commit 'fb25d99b0a5e21fb8cc184c7a9d3736387778266'Derek Buitenhuis2016-02-161-1/+4
|\ \ | |/
| * buffersrc: do not discard the error from ff_filter_frame()Anton Khirnov2016-02-121-1/+1
| * buffersrc: accept the frame rate as argument.Nicolas George2015-11-091-0/+3
| * buffersrc: Improve initialization log messageVittorio Giovara2015-09-131-1/+4
* | avfilter/all: propagate errors of functions from avfilter/formatsGanesh Ajjanagadde2015-10-141-10/+14
* | Remove left-over FF_API_AVFILTERBUFFER cruftHendrik Leppkes2015-09-051-1/+0
* | Merge commit 'f6974fe651d29ef6eb68d66d73f7b6c011062aa0'Hendrik Leppkes2015-09-051-121/+0
|\ \ | |/
| * lavfi: Drop deprecated AVFilterBuffer* codeVittorio Giovara2015-08-281-108/+0
| * buffersrc: Use the correct deallocation functionFederico Tomassetti2015-04-221-1/+1
* | avfilter/buffersrc: Use correct, matching deallocation functionMichael Niedermayer2015-04-201-1/+1
* | Merge commit '617814b4a717b38add5ccb8dd200dbb655f98f09'Michael Niedermayer2015-04-201-0/+1
|\ \ | |/
| * buffersrc: Fix resource leak on errorFederico Tomassetti2015-04-191-0/+1
| * buffersrc: avoid using AV_PIX_FMT_NBAnton Khirnov2014-05-261-1/+1
* | avfilter/buffersrc: add context to av_log() callMichael Niedermayer2014-12-061-1/+1
* | avfilter/buffersrc: reindentClément Bœsch2014-06-291-7/+7
* | avcodec/buffersrc: use av_mallocz_array()Michael Niedermayer2014-05-121-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 commit '104a97beaffa6348e6fd2c2d07d67c1402322bb3'Michael Niedermayer2014-01-171-3/+15
|\ \ | |/
| * buffersrc: handle non-refcounted frames in av_buffersrc_add_frame() correctlyAnton Khirnov2014-01-171-3/+15
* | lavfi/abuffersrc: use AV_OPT_TYPE_SAMPLE_FMT for sample_fmt optionStefano Sabatini2013-12-261-6/+3
* | lavfi/buffersrc: set min and max values for pix_fmt optionStefano Sabatini2013-12-161-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-10-291-2/+2
|\ \ | |/
| * lavfi: do not export the filters from shared objectsAnton Khirnov2013-10-281-2/+2
* | Merge commit '7950e519bb094897f957b9a9531cc60ba46cbc91'Michael Niedermayer2013-08-031-0/+3
|\ \ | |/
| * Disable deprecation warnings for cases where a replacement is availableDiego Biurrun2013-08-021-0/+3
| * lavfi: add attribute_align_arg to all public entry pointsHendrik Leppkes2013-07-261-1/+1
| * lavfi: let gcc realign the stack on public graph driving functionsHendrik Leppkes2013-05-041-1/+2
| * lavfi: remove now unused args parameter from AVFilter.initAnton Khirnov2013-04-091-2/+2
| * buffersrc: switch to an AVOptions-based system.Anton Khirnov2013-04-091-29/+42
* | lavfi: add attribute_align_arg to all public entry pointsHendrik Leppkes2013-07-261-5/+5
* | lavfi/buffersrc: remove unused item from BufferSourceContextPaul B Mahol2013-07-261-1/+0
* | lavfi/buffersrc: fix failed requests count.Nicolas George2013-04-171-0/+2
* | lavfi: remove now unused args parameter from AVFilter.initAnton Khirnov2013-04-121-2/+2
OpenPOWER on IntegriCloud