Clément Bœsch
493ebbd7eb
Update copyrights where my email appears with the new one.
11 years ago
Stefano Sabatini
a8d98377b1
lavfi/geq: prefer symbolic constants
Hopefully enhance readability.
12 years ago
Stefano Sabatini
2210003b7f
lavfi/geq: add aliases for RGB options
12 years ago
Stefano Sabatini
b7be8ea92a
lavfi/geq: mark timeline support
12 years ago
Clément Bœsch
50e66726a2
lavfi: use ceil right shift for chroma width/height.
This should fix several issues with odd dimensions inputs.
lut, vflip, pad and crop video filters also need to be checked for such
issues. It's possible sws is also affected.
12 years ago
Paul B Mahol
1f2baec7bd
lavfi: add gbrap support to some filters
Signed-off-by: Paul B Mahol <onemda@gmail.com>
12 years ago
Michael Niedermayer
8f04220df8
avfilter/geq: rgb support
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
12 years ago
Clément Bœsch
b8a5c76131
lavfi: add frame counter into AVFilterLink and use it in filters.
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
f8eabab04d
lavfi/geq: switch to an AVOptions-based system.
12 years ago
Clément Bœsch
b595819cde
lavfi/geq: use standard options parsing.
12 years ago
Paul B Mahol
eac93932b0
lavfi/geq: improve support for formats with alpha plane
Signed-off-by: Paul B Mahol <onemda@gmail.com>
12 years ago
Stefano Sabatini
13c39e9676
lavfi/geq: add T variable and example
12 years ago
Clément Bœsch
5d170b09d3
lavfi/geq: switch to filter_frame.
12 years ago
Clément Bœsch
b3bf9b1d97
lavfi/geq: fix GPL license header.
100l: original code is GPL, header miscopied. LICENSE file and configure
dependency are fine.
12 years ago
Clément Bœsch
8eecbaf5e4
lavfi: add geq filter.
13 years ago