Clément Bœsch
11e490334e
avfilter/edgedetect: reuse already defined ctx.
11 years ago
Clément Bœsch
d53e87a837
avfilter/edgedetect: update copyright.
11 years ago
Clément Bœsch
365c79bd4e
avfilter/edgedetect: reindent after previous commit.
11 years ago
Clément Bœsch
b17e98ded0
avfilter/edgedetect: add a colormix mode.
11 years ago
Clément Bœsch
3f3c3318be
avfilter/edgedetect: make processing functions context free.
11 years ago
Paul B Mahol
b211607b5c
avfilter: various cosmetics
Signed-off-by: Paul B Mahol <onemda@gmail.com>
11 years ago
Clément Bœsch
1776177b7f
lavfi: replace passthrough_filter_frame with a flag.
With the introduction of AVFilterContext->is_disabled, we can simplify
the custom passthrough mode in filters.
This commit is technically a small compat break, but the timeline was
introduced very recently.
Doxy by Stefano Sabatini.
12 years ago
Clément Bœsch
fdd93eabfb
lavfi: add timeline support.
Flag added in a few simple filters. A bunch of other filters can likely
use the feature as well.
12 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
1cdb9f48db
lavfi/edgedetect: switch to an AVOptions-based system.
12 years ago
Clément Bœsch
e7692a9bac
lavfi/edgedetect: reindent after previous commit.
12 years ago
Clément Bœsch
e366aec030
lavfi/edgedetect: add direct path.
12 years ago
Clément Bœsch
a5b765236b
lavfi: add priv_class for some forgotten filters.
This allows to print the options available when using commands such as
ffmpeg -help full.
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
Clément Bœsch
57d9c86bf3
lavfi/edgedetect: switch to filter_frame.
12 years ago
Clément Bœsch
2308c5bb25
lavfi/edgedetect: add missing minus in a comment.
12 years ago
Clément Bœsch
3899e49955
lavfi/edgedetect: use "@see" instead of the invalid "@url".
12 years ago
Stefano Sabatini
42d621d131
lavfi: add priv class to filter definitions and flags to filter internal options
This allows the iteration callbacks to discover the internal class and
options, and show them when required.
12 years ago
Clément Bœsch
517a2bbcf1
lavfi/edgedetect: add rounding for high/low threshold.
This should fix the 32-bit FATE instances where low_u8=19 and high_u8=49.
12 years ago
Clément Bœsch
3250231a02
lavfi: add edgedetect filter.
12 years ago