| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-10-18 | 1 | -3/+9 |
|\ |
|
| * | lavfi: add negate filter | Stefano Sabatini | 2011-10-17 | 1 | -0/+23 |
| * | lavfi: add LUT (LookUp Table) generic filters | Stefano Sabatini | 2011-10-17 | 1 | -0/+371 |
* | AVOptions: rename remaining FF_OPT_TYPE_* to AV_OPT_TYPE_*. | Clément Bœsch | 2011-10-17 | 1 | -11/+11 |
* | vf_lut: remove mathematical constants now redundant. | Nicolas George | 2011-10-13 | 1 | -10/+0 |
* | lavfi: remove usage of deprecated av_opt_set_defaults2() function | Stefano Sabatini | 2011-10-02 | 1 | -1/+1 |
* | libavfilter: fix --enable-small | Michael Niedermayer | 2011-07-21 | 1 | -2/+2 |
* | vf_lut: set minimum and maximum alpha value for yuva420p | Stefano Sabatini | 2011-07-02 | 1 | -0/+1 |
* | vf_lut: add plane validity check in draw_slice() | Stefano Sabatini | 2011-07-02 | 1 | -1/+1 |
* | lavfi: make pix_fmt_is_in() in vf_lut.c an internal function | Stefano Sabatini | 2011-07-01 | 1 | -12/+3 |
* | vf_lut: fix draw_slice() in case of non packed image data for packed RGB | Stefano Sabatini | 2011-06-27 | 1 | -3/+7 |
* | lavfi: add layout negotiation fields and helper functions. | Mina Nagy Zaki | 2011-06-19 | 1 | -1/+1 |
* | lavfi: add negate filter | Stefano Sabatini | 2011-06-19 | 1 | -0/+23 |
* | lavfi: add LUT (LookUp Table) generic filters | Stefano Sabatini | 2011-06-19 | 1 | -0/+368 |