summaryrefslogtreecommitdiff
path: root/libavfilter/vf_hue.c
Commit message (Collapse)AuthorAge
...
* lavfi: add priv class to filter definitions and flags to filter internal optionsStefano Sabatini2012-08-18
| | | | | This allows the iteration callbacks to discover the internal class and options, and show them when required.
* lavfi/hue: add verbose debug message showing initial parametersStefano Sabatini2012-08-16
|
* lavfi/hue: reindent after previous commitsStefano Sabatini2012-08-16
|
* lavfi/hue: apply misc fixes to default values settingStefano Sabatini2012-08-16
| | | | In particular: signal error in case of bogus h:s values.
* lavfi/hue: add named options supportJérémy Tran2012-08-16
| | | | | | Old syntax has been kept for compatibility reasons. Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
* lavfi: add hue filterJérémy Tran2012-08-13
This is a port of the MPlayer hue filter (libmpcodecs/vf_hue.c) by Michael Niedermayer. Signed-off-by: Jérémy Tran <tran.jeremy.av@gmail.com> Signed-off-by: Stefano Sabatini <stefasab@gmail.com>