26 Commits (66624ed6319cb1a959256fe1a717fec5b748fbfa)

Author SHA1 Message Date
Anton Khirnov cd43ca0443 lavfi: do not export the filters from shared objects 11 years ago
Diego Biurrun 093804a93c avfilter: Add av_cold attributes to init/uninit functions 12 years ago
Anton Khirnov 1012155722 vf_split: fix description 12 years ago
Anton Khirnov 7cdd737ba8 lavfi: mark filters with dynamic number of inputs or outputs with special flags 12 years ago
Anton Khirnov c43a7ecad9 lavfi: remove now unused args parameter from AVFilter.init 12 years ago
Anton Khirnov 73d5d405d4 split: switch to an AVOptions-based system. 12 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
Mans Rullgard 568c70e79e lavfi: convert input/ouput list compound literals to named objects 12 years ago
Mans Rullgard 1fce361d70 lavfi: replace empty input/output lists with null pointers 12 years ago
Martin Storsjö 1d9c2dc89a Don't include common.h from avutil.h 13 years ago
Anton Khirnov 1dc4205018 lavfi: check all avfilter_ref_buffer() calls for errors. 13 years ago
Anton Khirnov d4f89906e3 lavfi: add error handling to end_frame(). 13 years ago
Anton Khirnov e9b992d035 lavfi: add error handling to draw_slice(). 13 years ago
Anton Khirnov ebc8d97481 lavfi: add error handling to start_frame(). 13 years ago
Ronald S. Bultje 3db407038e lavfi: use const for AVFilterPad declarations in all filters. 13 years ago
Anton Khirnov 07bad27810 lavfi: unref AVFilterLink.cur_buf in ff_end_frame(). 13 years ago
Anton Khirnov cd99146253 lavfi: add error handling to filter_samples(). 13 years ago
Anton Khirnov 083d0f6be8 asplit: don't leak the input buffer. 13 years ago
Anton Khirnov a5e8c41c28 lavfi: remove 'opaque' parameter from AVFilter.init() 13 years ago
Anton Khirnov 9baeff9506 lavfi: replace AVFilterContext.input/output_count with nb_inputs/outputs 13 years ago
Anton Khirnov 803391f719 lavfi: remove request/poll and drawing functions from public API on next bump 13 years ago
Anton Khirnov fa417fcd27 lavfi: make avfilter_insert_pad and pals private on next bump. 13 years ago
Anton Khirnov c04c533f62 lavfi: remove avfilter_null_* from public API on next bump. 13 years ago
Justin Ruggles afeb3590fc lavfi: add an audio split filter 13 years ago
Justin Ruggles cc30080b3f lavfi: rename vf_split.c to split.c 13 years ago
Anton Khirnov fd18ee0ff6 vf_split: support user-specifiable number of outputs. 13 years ago
Bobby Bingham 615baa13e4 lavfi: add split filter from soc. 13 years ago