Paul B Mahol
b211607b5c
avfilter: various cosmetics
Signed-off-by: Paul B Mahol <onemda@gmail.com>
11 years ago
Paul B Mahol
b077d8d908
avfilter: remove redundant .get_(audio/video)_buffer initializations
Signed-off-by: Paul B Mahol <onemda@gmail.com>
11 years ago
Michael Niedermayer
fd6228e657
lavfi: remove now unused args parameter from AVFilter.init and init_opaque
This is mostly automated global search and replace
The deprecated aconvert filter is disabled, if it still has users
it should be updated
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
12 years ago
Clément Bœsch
7c11c21669
lavfi/thumbnail: switch to an AVOptions-based system.
12 years ago
Clément Bœsch
386dc9a3a8
lavfi/thumbnail: add support for named options.
12 years ago
Clément Bœsch
2b27f7fb04
lavfi/thumbnail: replace frame unref with free.
Fixes memleak spotted by FATE.
12 years ago
Clément Bœsch
a95a38793c
lavfi/thumbnail: support flushing.
This makes possible the raise of one picture if the input has less than
the number of frames to analyze.
Fixes Ticket1992.
12 years ago
Clément Bœsch
e7279638e8
lavfi/thumbnail: remove unecessary poll_frame() callback.
12 years ago
Clément Bœsch
5d796270c5
lavfi/thumbnail: re-use ctx instead of inlink->dst.
12 years ago
Clément Bœsch
782993d9e4
lavfi/thumbnail: use avfilter_unref_bufferp() where appropriate.
12 years ago
Clément Bœsch
24f425319d
lavfi/thumbnail: switch to filter_frame.
12 years ago
Clément Bœsch
2d9d444051
lavfi: convert remaining input/output list compound literals to named objects.
This is following 568c70e79e
.
12 years ago
Nicolas George
d37f823207
vf_thumbnail: fix permissions.
12 years ago
Michael Niedermayer
1890853976
vf_thumbnail: prevent premature freeing of ref
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
12 years ago
Stefano Sabatini
fda968aa8f
lavfi: decrease logging level of message showing initial parameters
Reduce log clutter, consistent with 1a49a169eb
.
13 years ago
Stefano Sabatini
abb0a9982f
lavfi: do not pass opaque field to init functions
Fix signature mismatch warnings.
13 years ago
Paul B Mahol
c9e183b490
lavfi: update some deprecated functions
Signed-off-by: Paul B Mahol <onemda@gmail.com>
13 years ago
Nicolas George
69174fad73
vf_thumbnail: forward request_frame at least once.
The current version relied on poll_frame to request
the very first frame, that would not work if the
surrounding code does not call poll_frame.
13 years ago
Clément Bœsch
174880f580
lavfi/thumbnail: rename @url to @see .
@url isn't a valid Doxygen directive.
13 years ago
Clément Bœsch
f1f87439e5
thumbnail: fix error code in case of invalid args.
13 years ago
Clément Bœsch
15a2a29ba3
lavfi: add thumbnail video filter.
13 years ago