| Commit message (Expand) | Author | Age | Files | Lines |
* | avfilter/vf_lut3d: increase MAX_LEVEL | Paul B Mahol | 2019-04-28 | 1 | -1/+1 |
* | avfilter/vf_lut3d: fix range domain processing for .cube format | Paul B Mahol | 2019-04-28 | 1 | -22/+51 |
* | avfilter/vf_lut3d: add cineSpace 3D lut support | Paul B Mahol | 2019-04-20 | 1 | -0/+91 |
* | avfilter/vf_lut3d: add cineSpace 1D lut parsing | Paul B Mahol | 2019-04-20 | 1 | -0/+77 |
* | avfilter/vf_lut3d: use av_sscanf | Paul B Mahol | 2018-11-16 | 1 | -8/+8 |
* | avfilter/vf_lut3d: ignore last whitespace when comparing LUT size string | Paul B Mahol | 2018-11-11 | 1 | -2/+2 |
* | avfilter/vf_lut3d: add spline 1D interpolation | Paul B Mahol | 2018-11-10 | 1 | -0/+32 |
* | avfilter/vf_lut3d: add cosine 1D interpolation | Paul B Mahol | 2018-11-10 | 1 | -0/+24 |
* | avfilter/vf_lut3d: do not error out if TITLE is after other lines | Paul B Mahol | 2018-10-25 | 1 | -0/+4 |
* | avfilter: add lut1d filter | Paul B Mahol | 2018-09-07 | 1 | -0/+448 |
* | avfilter/vf_lut3d: unbreak haldclut with planar rgb formats | Paul B Mahol | 2018-06-02 | 1 | -13/+59 |
* | avfilter/vf_lut3d: fix typo | Paul B Mahol | 2018-05-04 | 1 | -1/+1 |
* | avfilter/vf_lut3d: add planar rgb support | Paul B Mahol | 2018-05-04 | 1 | -4/+112 |
* | lavfi: Rename local variables "main" as "master". | Carl Eugen Hoyos | 2017-10-07 | 1 | -4/+4 |
* | lavfi: rename framesync2 to framesync. | Nicolas George | 2017-09-12 | 1 | -6/+6 |
* | lavfi/vf_lut3d: convert to framesync2. | Nicolas George | 2017-08-29 | 1 | -23/+26 |
* | avfilter/vf_lut3d: actually skip lines when encountering DOMAIN_ string | Paul B Mahol | 2017-03-13 | 1 | -1/+2 |
* | 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 |