52 Commits (0b539da4c74b412af21099a608abad2707e9e27b)

Author SHA1 Message Date
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
Stefano Sabatini ba32afd70e lavfi/split: use AVFILTER_DEFINE_CLASS to define class 12 years ago
Stefano Sabatini 3453b0196f lavfi/split: fix minor documentation issues 12 years ago
Anton Khirnov d69a4177b9 lavfi: remove now unused args parameter from AVFilter.init 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
Clément Bœsch 96e4b00d62 lavfi: remove remaining forgotten min/rej perms. 12 years ago
Anton Khirnov 7e350379f8 lavfi: switch to AVFrame. 12 years ago
Anton Khirnov 69d4420aea libavfilter/split: switch to filter_frame 12 years ago
Michael Niedermayer cd7febd33f lavfi: replace filter_samples by filter_frame 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
Nicolas George a9cfe656d7 lavfi/split: handle closed outputs. 12 years ago
Nicolas George a34eb393fc split: set rej_perms = AV_PERM_WRITE on outputs. 12 years ago
Martin Storsjö 1d9c2dc89a Don't include common.h from avutil.h 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
Ronald S. Bultje 3db407038e lavfi: use const for AVFilterPad declarations in all filters. 12 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
Stefano Sabatini 93bbe53c44 lavfi/asplit: fix memleak 13 years ago
Stefano Sabatini e20530add7 lavfi/split: give a more accurate description to split 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
Stefano Sabatini 0e82d317eb lavfi: rename vf_split.c -> f_split.c 13 years ago
Stefano Sabatini 150227e8ed lavfi/asplit: move asplit code to vf_split.c, and make it support N outputs 13 years ago
Anton Khirnov fd18ee0ff6 vf_split: support user-specifiable number of outputs. 13 years ago
Reimar Döffinger 5af7daabc4 Mark AVFilterPad[] compound literals as const. 13 years ago
Bobby Bingham 615baa13e4 lavfi: add split filter from soc. 13 years ago
Stefano Sabatini 6f5a145be1 vf_split: give more meaningful names to the output pads 14 years ago
Stefano Sabatini de1100a00a vf_split: define draw_slice() before end_frame() 14 years ago
Stefano Sabatini 88fc2e411e vf_split: add description 14 years ago
Stefano Sabatini 7d5297b343 vf_split: fix various nits 14 years ago
Bobby Bingham a38a00eddf libavfilter: vf_split from soc. 14 years ago