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