73 Commits (0a5ff1964355f6d288071b7c0bc4fb24f658c9fc)

Author SHA1 Message Date
Paul B Mahol 4754d70a23 avfilter/video: pick sar from link 7 years ago
Matthieu Bouron b1f68f00b1 lavfi/framepool: rename FFVideoFramePool to FFFramePool 8 years ago
Mark Thompson 7433feb82f lavfi: Make default get_video_buffer work with hardware frames 8 years ago
Matthieu Bouron 0c59d40ae0 lavfi: use a video frame pool for each link of the filtergraph 9 years ago
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
Paul B Mahol b8b398027c avfilter/video: remove commented out cruft 11 years ago
Anton Khirnov 7e350379f8 lavfi: switch to AVFrame. 12 years ago
Nicolas George 82541d8330 lavfi: merge all filtering code into ff_filter_frame. 12 years ago
Nicolas George a978c04e22 lavfi/video: ensure that filter_frame is called. 12 years ago
Michael Niedermayer c0c0b19644 lavfi: remove some draw_slice related code that has become unneeded 12 years ago
Clément Bœsch 33e0eb5109 lavfi/video: remove unused ff_inplace_start_frame(). 12 years ago
Michael Niedermayer db6e960450 lavfi: drop ff_null_start_frame/end_frame/draw_slice. 12 years ago
Michael Niedermayer 015c2b4066 libavfilter: default to filter_frame when neither it nor start/slice/end is set. 12 years ago
Michael Niedermayer 3ed483cdfa libavfilter: Support using filter_frame for video 12 years ago
Anton Khirnov 565e4993c6 lavfi: merge start_frame/draw_slice/end_frame 12 years ago
Hendrik Leppkes 79393a8363 Replace usage of the deprecated av_pix_fmt_descriptors array with av_pix_fmt_desc_get 12 years ago
Michael Niedermayer 5d2b885074 lavfi: limit matching w/h/fmt asserts to non scale filters 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
Nicolas George 8ad54a44eb lavfi: check that buffer and link properties match. 12 years ago
Stefano Sabatini a4cb0af945 lavfi: drop deprecated and pointless avfilter_default_end_frame() function 12 years ago
Michael Niedermayer c9a0f9bf3c libavfilter: pass QP table through the filter chain 12 years ago
Nicolas George beeba9161a lavfi: add a closed field to AVFilerLink. 12 years ago
Nicolas George cc8104b908 lavfi: fix erroneous use of AV_PERM_PRESERVE in ff_inplace_start_frame. 12 years ago
Nicolas George 046eb21c72 lavfi: grant all permissions on mallocated video buffers. 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
Nicolas George 271ddb116c lavfi: use min_perms and rej_perms for out pads. 12 years ago
Nicolas George 8ef740ce01 lavfi: use a new field for automatic buffer copy. 12 years ago
Stefano Sabatini 65520f5933 lavfi/video: remove duplicated function ff_null_start_frame_keep_ref() 12 years ago
Nicolas George a85b4a5696 lavfi: use correct PTS for link age. 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
Paul B Mahol c9e183b490 lavfi: update some deprecated functions 13 years ago
Stefano Sabatini 635a25954e lavfi/video: set output frame w/h properties in default_start_frame() 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
Stefano Sabatini 134815a030 lavfi: change name of tracing functions and of the macro which enables them 13 years ago
Michael Niedermayer 7b0d362567 libavfilter: make ff_null_start_frame_keep_ref() a non static inline function. 13 years ago
Stefano Sabatini 1488c4dc0b lavfi: move tracing utilities definition from video.c to avfilter.c 13 years ago
Anton Khirnov 803391f719 lavfi: remove request/poll and drawing functions from public API on next bump 13 years ago
Michael Niedermayer 7343727a8f lavfi/video: fix copyright 13 years ago
Stefano Sabatini fce30d8d73 lavfi: copy palette in start_frame() 13 years ago