summaryrefslogtreecommitdiff
path: root/libavfilter/fifo.c
Commit message (Expand)AuthorAge
* avfilter: add AVFILTER_FLAG_METADATA_ONLYAnton Khirnov2021-12-04
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-20
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-27
* avfilter/fifo: Remove unused functions and headersAndreas Rheinhardt2020-08-21
* lavfi: remove request_samples.Nicolas George2020-08-20
* avfilter/fifo: use the name 's' for the pointer to the private contextPaul B Mahol2019-09-28
* avfilter/fifo: cosmeticsPaul B Mahol2019-09-28
* avfilter: do not use AVFrame accessorMuhammad Faiz2017-04-23
* avfilter/fifo: Make independent of the channel layoutMichael Niedermayer2016-09-06
* lavfi/fifo: do not assume request_frame() returns a frame.Nicolas George2015-11-07
* Merge commit '58400ac133bcfb6bf8196b4e5208bc178307739b'Michael Niedermayer2014-04-19
|\
| * lavfi: name anonymous structsVittorio Giovara2014-04-19
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-10-29
|\|
| * lavfi: do not export the filters from shared objectsAnton Khirnov2013-10-28
* | avfilter: remove redundant .get_(audio/video)_buffer initializationsPaul B Mahol2013-09-07
* | avfilter/fifo: explicitly assert that a frame should have become available af...Michael Niedermayer2013-08-09
* | Merge commit '3799376dd3373ee255651ed542c75b15665801a8'Michael Niedermayer2013-08-06
|\|
| * lavfi/fifo: fix flushing when using request_samplesAnton Khirnov2013-08-05
* | Merge commit '9bfc6e02bae9de354fb9ba09a8a140e83eeadf7d'Michael Niedermayer2013-04-22
|\|
| * afifo: fix request_samples on the last frame in certain casesAnton Khirnov2013-04-22
| * lavfi: remove now unused args parameter from AVFilter.initAnton Khirnov2013-04-09
* | lavfi: remove now unused args parameter from AVFilter.initAnton Khirnov2013-04-12
* | Merge commit '7e350379f87e7f74420b4813170fe808e2313911'Michael Niedermayer2013-03-10
|\|
| * lavfi: switch to AVFrame.Anton Khirnov2013-03-08
| * lavfi: merge start_frame/draw_slice/end_frameAnton Khirnov2012-11-28
* | libavfilter/fifo: fix indentMichael Niedermayer2012-11-28
* | libavfilter/fifo: switch to filter_frame, the filter did not support slices.Anton Khirnov2012-11-28
* | lavfi: replace filter_samples by filter_frameMichael Niedermayer2012-11-28
* | Merge commit '97bf7c03b1338a867da52c159a2afecbdedcfa88'Michael Niedermayer2012-11-12
|\|
| * Include libavutil/channel_layout.h instead of libavutil/audioconvert.hJustin Ruggles2012-11-11
* | lavfi/fifo: add assert to ensure request was successfull.Michael Niedermayer2012-11-01
* | Merge commit '4436f25a1682ada3f7226cb6fadf429946933161'Michael Niedermayer2012-10-11
|\|
| * lavfi: convert input/ouput list compound literals to named objectsMans Rullgard2012-10-10
* | fifo: fix permissions.Nicolas George2012-08-17
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-16
|\|
| * Don't include common.h from avutil.hMartin Storsjö2012-08-15
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-22
|\|
| * lavfi: check all avfilter_ref_buffer() calls for errors.Anton Khirnov2012-07-22
| * lavfi: use avfilter_unref_bufferp() where appropriate.Anton Khirnov2012-07-22
| * lavfi: check all ff_start_frame/draw_slice/end_frame calls for errorsAnton Khirnov2012-07-22
| * lavfi: add error handling to end_frame().Anton Khirnov2012-07-22
| * lavfi: add error handling to draw_slice().Anton Khirnov2012-07-22
| * lavfi: add error handling to start_frame().Anton Khirnov2012-07-22
* | Merge commit '1470ce21cec5ee26e106e2a884c26bbf84e5aaea'Michael Niedermayer2012-07-22
|\|
| * lavfi: use const for AVFilterPad declarations in all filters.Ronald S. Bultje2012-07-21
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-21
|\|
| * lavfi: unref AVFilterLink.cur_buf in ff_end_frame().Anton Khirnov2012-07-20
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-09
|\|
| * lavfi: add error handling to filter_samples().Anton Khirnov2012-07-09
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-27
|\|