summaryrefslogtreecommitdiff
path: root/libavfilter/buffersrc.c
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* | abuffer: switch to an AVOptions-based shorthand system.Michael Niedermayer2013-04-121-5/+1
* | buffersrc: switch to an AVOptions-based shorthand system.Michael Niedermayer2013-04-121-5/+1
* | lavfi/buffersrc: update for compatibility with the fork.Nicolas George2013-04-111-79/+53
* | Merge commit '6599b087de62a5f9f2a8d61a1952d777d1bff804'Michael Niedermayer2013-03-201-2/+2
|\ \ | |/
| * buffersrc: fix a typo.Anton Khirnov2013-03-191-1/+1
| * lavc, lavfi: fix counting number of planes in AVBufferRef wrappersAnton Khirnov2013-03-191-2/+2
* | buffersrc: fix w/h errorMichael Niedermayer2013-03-181-1/+1
* | Merge remote-tracking branch 'cigaes/master'Michael Niedermayer2013-03-171-3/+12
|\ \
| * | lavfi/buffersrc: disable deprecated warnings.Nicolas George2013-03-171-0/+6
| * | lavfi/buffersrc: check channel count changes.Nicolas George2013-03-171-3/+3
| * | lavfi/buffersrc: set channel layout if it is known.Nicolas George2013-03-171-0/+3
* | | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-03-171-2/+2
|\ \ \ | |/ / |/| / | |/
| * lavc,lavfi: fix calculating the plane size in the AVBufferRef wrappersAnton Khirnov2013-03-171-2/+2
* | lavfi: let gcc realign the stack on public graph driving functionsHendrik Leppkes2013-03-161-2/+2
* | lavfi/buffersrc: raise filter_frame() error.Clément Bœsch2013-03-131-5/+1
* | lavfi/buffersrc: do not dereference NULL frame.Nicolas George2013-03-101-2/+2
* | lavfi/buffersrc: implement flags.Nicolas George2013-03-101-13/+27
* | Merge commit '7e350379f87e7f74420b4813170fe808e2313911'Michael Niedermayer2013-03-101-90/+192
|\ \ | |/
| * lavfi: switch to AVFrame.Anton Khirnov2013-03-081-63/+137
| * lavfi: merge start_frame/draw_slice/end_frameAnton Khirnov2012-11-281-14/+1
* | lavfi/buffersrc: set channel layout if it is known.Nicolas George2013-02-211-0/+4
* | lavfi/buffersrc: forward filter_frame errors.Nicolas George2013-01-311-4/+1
* | lavfi/buffersrc: accept unknown channel layouts.Nicolas George2013-01-261-1/+26
* | lavfi/buffersrc: remove init of rate and layout.Nicolas George2012-12-201-2/+0
* | buffersrc: switch to filter_frameAnton Khirnov2012-11-291-14/+1
* | lavfi: replace filter_samples by filter_frameMichael Niedermayer2012-11-281-1/+1
* | Merge commit '97bf7c03b1338a867da52c159a2afecbdedcfa88'Michael Niedermayer2012-11-121-7/+6
|\ \ | |/
| * Include libavutil/channel_layout.h instead of libavutil/audioconvert.hJustin Ruggles2012-11-111-7/+6