| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|\| |
|
| * | lavfi: make filters less verbose. | Anton Khirnov | 2012-06-26 | 1 | -1/+0 |
* | | Merge commit 'a5e8c41c28f907d98d2a739db08f7aef4cbfcf3a' | Michael Niedermayer | 2012-06-26 | 1 | -1/+1 |
|\| |
|
| * | lavfi: remove 'opaque' parameter from AVFilter.init() | Anton Khirnov | 2012-06-26 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-06-24 | 1 | -8/+151 |
|\| |
|
| * | lavfi: allow audio filters to request a given number of samples. | Anton Khirnov | 2012-06-22 | 1 | -8/+151 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-06-21 | 1 | -6/+6 |
|/ |
|
* | lavfi/fifo: add audio version of the fifo filter. | Anton Khirnov | 2012-06-21 | 1 | -20/+51 |
* | fifo: fix parenthesis placement. | Anton Khirnov | 2012-06-21 | 1 | -1/+1 |
* | lavfi: rename vf_fifo.c -> fifo.c | Anton Khirnov | 2012-06-21 | 1 | -0/+121 |