| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit '23aae62c2cb4504a09ceb8cd0cabc1c8b260f521' | Michael Niedermayer | 2012-09-18 | 1 | -2/+2 |
|\ |
|
| * | lavfi: replace empty input/output lists with null pointers | Mans Rullgard | 2012-09-17 | 1 | -2/+2 |
* | | lavfi/split: handle closed outputs. | Nicolas George | 2012-08-22 | 1 | -4/+12 |
* | | split: set rej_perms = AV_PERM_WRITE on outputs. | Nicolas George | 2012-08-17 | 1 | -0/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-08-16 | 1 | -0/+4 |
|\| |
|
| * | Don't include common.h from avutil.h | Martin Storsjö | 2012-08-15 | 1 | -0/+4 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-07-22 | 1 | -15/+36 |
|\| |
|
| * | lavfi: check all avfilter_ref_buffer() calls for errors. | Anton Khirnov | 2012-07-22 | 1 | -4/+13 |
| * | lavfi: add error handling to end_frame(). | Anton Khirnov | 2012-07-22 | 1 | -4/+8 |
| * | lavfi: add error handling to draw_slice(). | Anton Khirnov | 2012-07-22 | 1 | -4/+8 |
| * | lavfi: add error handling to start_frame(). | Anton Khirnov | 2012-07-22 | 1 | -5/+9 |
* | | Merge commit '1470ce21cec5ee26e106e2a884c26bbf84e5aaea' | Michael Niedermayer | 2012-07-22 | 1 | -8/+8 |
|\| |
|
| * | lavfi: use const for AVFilterPad declarations in all filters. | Ronald S. Bultje | 2012-07-21 | 1 | -8/+8 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-07-21 | 1 | -2/+0 |
|\| |
|
| * | lavfi: unref AVFilterLink.cur_buf in ff_end_frame(). | Anton Khirnov | 2012-07-20 | 1 | -2/+0 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-07-09 | 1 | -5/+9 |
|\| |
|
| * | lavfi: add error handling to filter_samples(). | Anton Khirnov | 2012-07-09 | 1 | -5/+9 |
| * | asplit: don't leak the input buffer. | Anton Khirnov | 2012-07-09 | 1 | -0/+1 |
* | | 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 |
* | | lavfi/asplit: fix memleak | Stefano Sabatini | 2012-06-20 | 1 | -0/+1 |
* | | lavfi/split: give a more accurate description to split | Stefano Sabatini | 2012-06-16 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-06-13 | 1 | -5/+5 |
|\| |
|
| * | lavfi: replace AVFilterContext.input/output_count with nb_inputs/outputs | Anton Khirnov | 2012-06-13 | 1 | -5/+5 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-06-06 | 1 | -5/+6 |
|\| |
|
| * | lavfi: remove request/poll and drawing functions from public API on next bump | Anton Khirnov | 2012-06-05 | 1 | -4/+4 |
| * | lavfi: make avfilter_insert_pad and pals private on next bump. | Anton Khirnov | 2012-06-05 | 1 | -1/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-05-23 | 1 | -1/+2 |
|\| |
|
| * | lavfi: remove avfilter_null_* from public API on next bump. | Anton Khirnov | 2012-05-22 | 1 | -1/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-05-22 | 1 | -5/+5 |
|/ |
|
* | lavfi: add an audio split filter | Justin Ruggles | 2012-05-21 | 1 | -2/+28 |
* | lavfi: rename vf_split.c to split.c | Justin Ruggles | 2012-05-21 | 1 | -0/+108 |