Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | lavfi: check all ff_start_frame/draw_slice/end_frame calls for errors | Anton Khirnov | 2012-07-22 | 1 | -6/+12 |
* | lavfi: add error handling to end_frame(). | Anton Khirnov | 2012-07-22 | 1 | -8/+9 |
* | lavfi: add error handling to draw_slice(). | Anton Khirnov | 2012-07-22 | 1 | -1/+2 |
* | lavfi: add error handling to start_frame(). | Anton Khirnov | 2012-07-22 | 1 | -1/+2 |
* | lavfi: use const for AVFilterPad declarations in all filters. | Ronald S. Bultje | 2012-07-21 | 1 | -11/+11 |
* | lavfi: unref AVFilterLink.cur_buf in ff_end_frame(). | Anton Khirnov | 2012-07-20 | 1 | -0/+1 |
* | lavfi: remove 'opaque' parameter from AVFilter.init() | Anton Khirnov | 2012-06-26 | 1 | -1/+1 |
* | lavfi: remove request/poll and drawing functions from public API on next bump | Anton Khirnov | 2012-06-05 | 1 | -7/+9 |
* | lavfi: Add fps filter. | Anton Khirnov | 2012-05-18 | 1 | -0/+271 |