| Commit message (Expand) | Author | Age | Files | Lines |
* | lavfi: switch to AVFrame. | Anton Khirnov | 2013-03-08 | 1 | -68/+21 |
* | lavfi: merge start_frame/draw_slice/end_frame | Anton Khirnov | 2012-11-28 | 1 | -210/+0 |
* | lavfi: do not use av_pix_fmt_descriptors directly. | Anton Khirnov | 2012-10-12 | 1 | -1/+2 |
* | Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat | Anton Khirnov | 2012-10-08 | 1 | -1/+1 |
* | Add some more missing includes after removing the implicit common.h | Martin Storsjö | 2012-08-15 | 1 | -0/+1 |
* | Don't include common.h from avutil.h | Martin Storsjö | 2012-08-15 | 1 | -0/+3 |
* | factor identical ff_inplace_start_frame out of two filters | Loren Merritt | 2012-07-28 | 1 | -0/+36 |
* | lavfi: check all avfilter_ref_buffer() calls for errors. | Anton Khirnov | 2012-07-22 | 1 | -1/+6 |
* | lavfi: add error handling to end_frame(). | Anton Khirnov | 2012-07-22 | 1 | -7/+11 |
* | lavfi: add error handling to draw_slice(). | Anton Khirnov | 2012-07-22 | 1 | -8/+12 |
* | lavfi: add error handling to start_frame(). | Anton Khirnov | 2012-07-22 | 1 | -16/+31 |
* | lavfi: unref AVFilterLink.out_buf in ff_end_frame(). | Anton Khirnov | 2012-07-20 | 1 | -4/+1 |
* | lavfi: unref AVFilterLink.cur_buf in ff_end_frame(). | Anton Khirnov | 2012-07-20 | 1 | -4/+3 |
* | lavfi: remove disabled FF_API_FILTERS_PUBLIC cruft | Anton Khirnov | 2012-06-26 | 1 | -51/+0 |
* | lavfi: replace AVFilterContext.input/output_count with nb_inputs/outputs | Anton Khirnov | 2012-06-13 | 1 | -3/+3 |
* | lavfi: make avfilter_get_video_buffer() private on next bump. | Anton Khirnov | 2012-06-13 | 1 | -4/+8 |
* | lavfi: remove request/poll and drawing functions from public API on next bump | Anton Khirnov | 2012-06-05 | 1 | -9/+21 |
* | lavfi: remove avfilter_null_* from public API on next bump. | Anton Khirnov | 2012-05-22 | 1 | -4/+20 |
* | lavfi: remove avfilter_default_* from public API on next bump. | Anton Khirnov | 2012-05-22 | 1 | -8/+27 |
* | lavfi: initialize pts to AV_NOPTS_VALUE when creating new buffer refs. | Anton Khirnov | 2012-05-18 | 1 | -0/+2 |
* | avfilter: Move ff_get_ref_perms_string() to where it is used. | Diego Biurrun | 2012-05-15 | 1 | -0/+14 |
* | lavfi: move video-related functions to a separate file. | Anton Khirnov | 2012-05-15 | 1 | -0/+294 |