| Commit message (Expand) | Author | Age | Files | Lines |
* | avfilter: add AVFILTER_FLAG_METADATA_ONLY | Anton Khirnov | 2021-12-04 | 1 | -0/+2 |
* | avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilter | Andreas Rheinhardt | 2021-08-20 | 1 | -8/+4 |
* | avfilter: Constify all AVFilters | Andreas Rheinhardt | 2021-04-27 | 1 | -2/+2 |
* | avfilter/fifo: Remove unused functions and headers | Andreas Rheinhardt | 2020-08-21 | 1 | -49/+0 |
* | lavfi: remove request_samples. | Nicolas George | 2020-08-20 | 1 | -96/+3 |
* | avfilter/fifo: use the name 's' for the pointer to the private context | Paul B Mahol | 2019-09-28 | 1 | -15/+15 |
* | avfilter/fifo: cosmetics | Paul B Mahol | 2019-09-28 | 1 | -24/+18 |
* | avfilter: do not use AVFrame accessor | Muhammad Faiz | 2017-04-23 | 1 | -1/+1 |
* | avfilter/fifo: Make independent of the channel layout | Michael Niedermayer | 2016-09-06 | 1 | -3/+3 |
* | lavfi/fifo: do not assume request_frame() returns a frame. | Nicolas George | 2015-11-07 | 1 | -2/+4 |
* | Merge commit '58400ac133bcfb6bf8196b4e5208bc178307739b' | Michael Niedermayer | 2014-04-19 | 1 | -1/+1 |
|\ |
|
| * | lavfi: name anonymous structs | Vittorio Giovara | 2014-04-19 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-10-29 | 1 | -2/+2 |
|\| |
|
| * | lavfi: do not export the filters from shared objects | Anton Khirnov | 2013-10-28 | 1 | -2/+2 |
* | | avfilter: remove redundant .get_(audio/video)_buffer initializations | Paul B Mahol | 2013-09-07 | 1 | -2/+0 |
* | | avfilter/fifo: explicitly assert that a frame should have become available af... | Michael Niedermayer | 2013-08-09 | 1 | -0/+1 |
* | | Merge commit '3799376dd3373ee255651ed542c75b15665801a8' | Michael Niedermayer | 2013-08-06 | 1 | -2/+9 |
|\| |
|
| * | lavfi/fifo: fix flushing when using request_samples | Anton Khirnov | 2013-08-05 | 1 | -2/+9 |
* | | Merge commit '9bfc6e02bae9de354fb9ba09a8a140e83eeadf7d' | Michael Niedermayer | 2013-04-22 | 1 | -17/+19 |
|\| |
|
| * | afifo: fix request_samples on the last frame in certain cases | Anton Khirnov | 2013-04-22 | 1 | -17/+19 |
| * | lavfi: remove now unused args parameter from AVFilter.init | Anton Khirnov | 2013-04-09 | 1 | -1/+1 |
* | | lavfi: remove now unused args parameter from AVFilter.init | Anton Khirnov | 2013-04-12 | 1 | -1/+1 |
* | | Merge commit '7e350379f87e7f74420b4813170fe808e2313911' | Michael Niedermayer | 2013-03-10 | 1 | -58/+55 |
|\| |
|
| * | lavfi: switch to AVFrame. | Anton Khirnov | 2013-03-08 | 1 | -58/+55 |
| * | lavfi: merge start_frame/draw_slice/end_frame | Anton Khirnov | 2012-11-28 | 1 | -36/+7 |
* | | libavfilter/fifo: fix indent | Michael Niedermayer | 2012-11-28 | 1 | -5/+5 |
* | | libavfilter/fifo: switch to filter_frame, the filter did not support slices. | Anton Khirnov | 2012-11-28 | 1 | -31/+2 |
* | | lavfi: replace filter_samples by filter_frame | Michael Niedermayer | 2012-11-28 | 1 | -3/+3 |
* | | Merge commit '97bf7c03b1338a867da52c159a2afecbdedcfa88' | Michael Niedermayer | 2012-11-12 | 1 | -1/+1 |
|\| |
|
| * | Include libavutil/channel_layout.h instead of libavutil/audioconvert.h | Justin Ruggles | 2012-11-11 | 1 | -1/+1 |
* | | lavfi/fifo: add assert to ensure request was successfull. | Michael Niedermayer | 2012-11-01 | 1 | -0/+1 |
* | | Merge commit '4436f25a1682ada3f7226cb6fadf429946933161' | Michael Niedermayer | 2012-10-11 | 1 | -22/+46 |
|\| |
|
| * | lavfi: convert input/ouput list compound literals to named objects | Mans Rullgard | 2012-10-10 | 1 | -22/+46 |
* | | fifo: fix permissions. | Nicolas George | 2012-08-17 | 1 | -2/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-08-16 | 1 | -0/+1 |
|\| |
|
| * | Don't include common.h from avutil.h | Martin Storsjö | 2012-08-15 | 1 | -0/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-07-22 | 1 | -14/+20 |
|\| |
|
| * | lavfi: check all avfilter_ref_buffer() calls for errors. | Anton Khirnov | 2012-07-22 | 1 | -0/+3 |
| * | lavfi: use avfilter_unref_bufferp() where appropriate. | Anton Khirnov | 2012-07-22 | 1 | -2/+2 |
| * | lavfi: check all ff_start_frame/draw_slice/end_frame calls for errors | Anton Khirnov | 2012-07-22 | 1 | -3/+5 |
| * | lavfi: add error handling to end_frame(). | Anton Khirnov | 2012-07-22 | 1 | -1/+4 |
| * | lavfi: add error handling to draw_slice(). | Anton Khirnov | 2012-07-22 | 1 | -1/+4 |
| * | lavfi: add error handling to start_frame(). | Anton Khirnov | 2012-07-22 | 1 | -7/+2 |
* | | Merge commit '1470ce21cec5ee26e106e2a884c26bbf84e5aaea' | Michael Niedermayer | 2012-07-22 | 1 | -22/+22 |
|\| |
|
| * | lavfi: use const for AVFilterPad declarations in all filters. | Ronald S. Bultje | 2012-07-21 | 1 | -22/+22 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-07-21 | 1 | -0/+1 |
|\| |
|
| * | lavfi: unref AVFilterLink.cur_buf in ff_end_frame(). | Anton Khirnov | 2012-07-20 | 1 | -0/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-07-09 | 1 | -8/+18 |
|\| |
|
| * | lavfi: add error handling to filter_samples(). | Anton Khirnov | 2012-07-09 | 1 | -8/+18 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-06-27 | 1 | -1/+0 |
|\| |
|