| Commit message (Expand) | Author | Age | Files | Lines |
* | avfilter: make use of ff_filter_get_nb_threads | Paul B Mahol | 2016-08-29 | 1 | -1/+1 |
* | avfilter/haldclut: use AV_OPT_TYPE_BOOL for shortest and repeatlast options | Clément Bœsch | 2015-09-09 | 1 | -2/+2 |
* | avfilter/lut3d: assert on pixel format descriptor | Clément Bœsch | 2015-06-13 | 1 | -0/+2 |
* | avfilter: fix a few 5 spaces indent | Clément Bœsch | 2015-06-07 | 1 | -5/+5 |
* | avfilter/vf_lut3d: Change enum to int, which is accessed via AVOption as int | Michael Niedermayer | 2015-03-18 | 1 | -1/+1 |
* | avfilter: handle error in query_formats() of a bunch of random video filters | Clément Bœsch | 2015-03-16 | 1 | -2/+4 |
* | avfilter/haldclut: fix R/B swap in CLUT loading | Clément Bœsch | 2014-07-05 | 1 | -1/+1 |
* | avfilter/lut3d: move the scale calc out of the inner loop. | Clément Bœsch | 2014-05-14 | 1 | -1/+1 |
* | avfilter/vf_lut3d: check size in parse_dat() | Michael Niedermayer | 2014-05-10 | 1 | -1/+6 |
* | avfilter/lut3d: support 3DLUTSIZE directive for Davinci files. | Clément Bœsch | 2014-05-04 | 1 | -8/+15 |
* | avfilter/lut3d: support slice threading. | Clément Bœsch | 2014-02-13 | 1 | -8/+22 |
* | avfilter/lut3d: inline whole loop in interpolation function. | Clément Bœsch | 2014-02-12 | 1 | -47/+40 |
* | avfilter/lut3d: fix channel order in Iridas format parsing. | Clément Bœsch | 2014-01-04 | 1 | -1/+1 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-10-29 | 1 | -2/+2 |
* | avfilter/dualinput: simplify | Paul B Mahol | 2013-09-30 | 1 | -10/+4 |
* | lavfi/dualinput: reimplement on top of framesync. | Nicolas George | 2013-09-23 | 1 | -0/+4 |
* | avfilter: various cosmetics | Paul B Mahol | 2013-09-12 | 1 | -3/+3 |
* | lut3d: Fix reading 3dl files with leading comments. | Carl Eugen Hoyos | 2013-07-18 | 1 | -2/+1 |
* | lavfi/lut3d: add sanity checks. | Clément Bœsch | 2013-06-07 | 1 | -2/+8 |
* | lavfi/lut3d: move lut3d init to its definition scope. | Clément Bœsch | 2013-05-27 | 1 | -54/+51 |
* | lavfi: add haldclut filter. | Clément Bœsch | 2013-05-27 | 1 | -14/+222 |
* | lavfi/lut3d: faster tetrahedral interpolation. | Clément Bœsch | 2013-05-26 | 1 | -6/+12 |
* | lavfi/lut3d: restore original interpolation speed. | Clément Bœsch | 2013-05-26 | 1 | -18/+22 |
* | lavfi/lut3d: avoid overread. | Clément Bœsch | 2013-05-22 | 1 | -1/+1 |
* | lavfi: add lut3d filter. | Clément Bœsch | 2013-05-22 | 1 | -0/+578 |