24 Commits (01621202aad7e27b2a05c71d9ad7a19dfcbe17ec)

Author SHA1 Message Date
Vittorio Giovara f6974fe651 lavfi: Drop deprecated AVFilterBuffer* code 9 years ago
Diego Biurrun 67a7695c14 avfilter: Remove unused variable from ff_get_video_buffer() 10 years ago
Anton Khirnov 7e350379f8 lavfi: switch to AVFrame. 12 years ago
Anton Khirnov 565e4993c6 lavfi: merge start_frame/draw_slice/end_frame 12 years ago
Anton Khirnov 59ee9f78b0 lavfi: do not use av_pix_fmt_descriptors directly. 12 years ago
Anton Khirnov 716d413c13 Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 12 years ago
Martin Storsjö 70766c2182 Add some more missing includes after removing the implicit common.h 12 years ago
Martin Storsjö 1d9c2dc89a Don't include common.h from avutil.h 12 years ago
Loren Merritt fb44e7401f factor identical ff_inplace_start_frame out of two filters 12 years ago
Anton Khirnov 1dc4205018 lavfi: check all avfilter_ref_buffer() calls for errors. 12 years ago
Anton Khirnov d4f89906e3 lavfi: add error handling to end_frame(). 12 years ago
Anton Khirnov e9b992d035 lavfi: add error handling to draw_slice(). 12 years ago
Anton Khirnov ebc8d97481 lavfi: add error handling to start_frame(). 12 years ago
Anton Khirnov 4c9080a7ef lavfi: unref AVFilterLink.out_buf in ff_end_frame(). 13 years ago
Anton Khirnov 07bad27810 lavfi: unref AVFilterLink.cur_buf in ff_end_frame(). 13 years ago
Anton Khirnov 1961e46c15 lavfi: remove disabled FF_API_FILTERS_PUBLIC cruft 13 years ago
Anton Khirnov 9baeff9506 lavfi: replace AVFilterContext.input/output_count with nb_inputs/outputs 13 years ago
Anton Khirnov 6d58358a3a lavfi: make avfilter_get_video_buffer() private on next bump. 13 years ago
Anton Khirnov 803391f719 lavfi: remove request/poll and drawing functions from public API on next bump 13 years ago
Anton Khirnov c04c533f62 lavfi: remove avfilter_null_* from public API on next bump. 13 years ago
Anton Khirnov 43c7a01e98 lavfi: remove avfilter_default_* from public API on next bump. 13 years ago
Anton Khirnov 7b3b24a8ee lavfi: initialize pts to AV_NOPTS_VALUE when creating new buffer refs. 13 years ago
Diego Biurrun 91791ac2ed avfilter: Move ff_get_ref_perms_string() to where it is used. 13 years ago
Anton Khirnov c5432d3ca4 lavfi: move video-related functions to a separate file. 13 years ago