| Commit message (Expand) | Author | Age | Files | Lines |
* | lavfi/hue: move to ff_filter_frame. | Clément Bœsch | 2012-12-02 | 1 | -37/+14 |
* | lavfi: convert remaining input/output list compound literals to named objects. | Clément Bœsch | 2012-11-28 | 1 | -20/+23 |
* | Replace usage of the deprecated av_pix_fmt_descriptors array with av_pix_fmt_... | Hendrik Leppkes | 2012-10-20 | 1 | -1/+1 |
* | Merge commit '716d413c13981da15323c7a3821860536eefdbbb' | Michael Niedermayer | 2012-10-08 | 1 | -6/+6 |
* | lavfi/hue: simplify/fix setting logic in set_options() | Stefano Sabatini | 2012-09-23 | 1 | -18/+9 |
* | lavfi/hue: set to NULL freed pointers | Stefano Sabatini | 2012-09-21 | 1 | -1/+2 |
* | lavfi/hue: fix crash when resetting the saturation expression | Stefano Sabatini | 2012-09-21 | 1 | -0/+1 |
* | lavfi/hue: add dynamic expression evaluation support | Jérémy Tran | 2012-09-15 | 1 | -50/+195 |
* | vf_hue: fix AVOption defaults | Michael Niedermayer | 2012-09-05 | 1 | -3/+3 |
* | lavfi/hue: add process_command callback | Jérémy Tran | 2012-08-31 | 1 | -4/+41 |
* | lavfi: add priv class to filter definitions and flags to filter internal options | Stefano Sabatini | 2012-08-18 | 1 | -4/+6 |
* | lavfi/hue: add verbose debug message showing initial parameters | Stefano Sabatini | 2012-08-16 | 1 | -0/+2 |
* | lavfi/hue: reindent after previous commits | Stefano Sabatini | 2012-08-16 | 1 | -26/+26 |
* | lavfi/hue: apply misc fixes to default values setting | Stefano Sabatini | 2012-08-16 | 1 | -11/+10 |
* | lavfi/hue: add named options support | Jérémy Tran | 2012-08-16 | 1 | -7/+56 |
* | lavfi: add hue filter | Jérémy Tran | 2012-08-13 | 1 | -0/+202 |