summaryrefslogtreecommitdiff
path: root/libavfilter/buffersrc.c
Commit message (Expand)AuthorAge
* avfilter/all: propagate errors of functions from avfilter/formatsGanesh Ajjanagadde2015-10-14
* Remove left-over FF_API_AVFILTERBUFFER cruftHendrik Leppkes2015-09-05
* Merge commit 'f6974fe651d29ef6eb68d66d73f7b6c011062aa0'Hendrik Leppkes2015-09-05
|\
| * lavfi: Drop deprecated AVFilterBuffer* codeVittorio Giovara2015-08-28
| * buffersrc: Use the correct deallocation functionFederico Tomassetti2015-04-22
* | avfilter/buffersrc: Use correct, matching deallocation functionMichael Niedermayer2015-04-20
* | Merge commit '617814b4a717b38add5ccb8dd200dbb655f98f09'Michael Niedermayer2015-04-20
|\|
| * buffersrc: Fix resource leak on errorFederico Tomassetti2015-04-19
| * buffersrc: avoid using AV_PIX_FMT_NBAnton Khirnov2014-05-26
* | avfilter/buffersrc: add context to av_log() callMichael Niedermayer2014-12-06
* | avfilter/buffersrc: reindentClément Bœsch2014-06-29
* | avcodec/buffersrc: use av_mallocz_array()Michael Niedermayer2014-05-12
* | lavfi: use av_fifo_freepLukasz Marek2014-05-07
* | Merge commit '58400ac133bcfb6bf8196b4e5208bc178307739b'Michael Niedermayer2014-04-19
|\|
| * lavfi: name anonymous structsVittorio Giovara2014-04-19
* | Merge commit '104a97beaffa6348e6fd2c2d07d67c1402322bb3'Michael Niedermayer2014-01-17
|\|
| * buffersrc: handle non-refcounted frames in av_buffersrc_add_frame() correctlyAnton Khirnov2014-01-17
* | lavfi/abuffersrc: use AV_OPT_TYPE_SAMPLE_FMT for sample_fmt optionStefano Sabatini2013-12-26
* | lavfi/buffersrc: set min and max values for pix_fmt optionStefano Sabatini2013-12-16
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-10-29
|\|
| * lavfi: do not export the filters from shared objectsAnton Khirnov2013-10-28
* | Merge commit '7950e519bb094897f957b9a9531cc60ba46cbc91'Michael Niedermayer2013-08-03
|\|
| * Disable deprecation warnings for cases where a replacement is availableDiego Biurrun2013-08-02
| * lavfi: add attribute_align_arg to all public entry pointsHendrik Leppkes2013-07-26
| * lavfi: let gcc realign the stack on public graph driving functionsHendrik Leppkes2013-05-04
| * lavfi: remove now unused args parameter from AVFilter.initAnton Khirnov2013-04-09
| * buffersrc: switch to an AVOptions-based system.Anton Khirnov2013-04-09
* | lavfi: add attribute_align_arg to all public entry pointsHendrik Leppkes2013-07-26
* | lavfi/buffersrc: remove unused item from BufferSourceContextPaul B Mahol2013-07-26
* | lavfi/buffersrc: fix failed requests count.Nicolas George2013-04-17
* | lavfi: remove now unused args parameter from AVFilter.initAnton Khirnov2013-04-12
* | abuffer: switch to an AVOptions-based shorthand system.Michael Niedermayer2013-04-12
* | buffersrc: switch to an AVOptions-based shorthand system.Michael Niedermayer2013-04-12
* | lavfi/buffersrc: update for compatibility with the fork.Nicolas George2013-04-11
* | Merge commit '6599b087de62a5f9f2a8d61a1952d777d1bff804'Michael Niedermayer2013-03-20
|\|
| * buffersrc: fix a typo.Anton Khirnov2013-03-19
| * lavc, lavfi: fix counting number of planes in AVBufferRef wrappersAnton Khirnov2013-03-19
* | buffersrc: fix w/h errorMichael Niedermayer2013-03-18
* | Merge remote-tracking branch 'cigaes/master'Michael Niedermayer2013-03-17
|\ \
| * | lavfi/buffersrc: disable deprecated warnings.Nicolas George2013-03-17
| * | lavfi/buffersrc: check channel count changes.Nicolas George2013-03-17
| * | lavfi/buffersrc: set channel layout if it is known.Nicolas George2013-03-17
* | | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-03-17
|\ \ \ | |/ / |/| / | |/
| * lavc,lavfi: fix calculating the plane size in the AVBufferRef wrappersAnton Khirnov2013-03-17
* | lavfi: let gcc realign the stack on public graph driving functionsHendrik Leppkes2013-03-16
* | lavfi/buffersrc: raise filter_frame() error.Clément Bœsch2013-03-13
* | lavfi/buffersrc: do not dereference NULL frame.Nicolas George2013-03-10
* | lavfi/buffersrc: implement flags.Nicolas George2013-03-10
* | Merge commit '7e350379f87e7f74420b4813170fe808e2313911'Michael Niedermayer2013-03-10
|\|
| * lavfi: switch to AVFrame.Anton Khirnov2013-03-08