| Commit message (Expand) | Author | Age | Files | Lines |
* | avfilter/internal: Factor out executing a filter's execute_func | Andreas Rheinhardt | 2021-08-15 | 1 | -2/+4 |
* | avfilter/formats: Factor common function combinations out | Andreas Rheinhardt | 2021-08-13 | 1 | -4/+1 |
* | avfilter: Constify all AVFilters | Andreas Rheinhardt | 2021-04-27 | 1 | -3/+3 |
* | avfilter/vf_lut3d: lut3d, haldclut: add support for commands | Paul B Mahol | 2021-02-08 | 1 | -6/+20 |
* | avfilter/vf_lut3d: lut1d: add support for commands | Paul B Mahol | 2021-02-06 | 1 | -7/+27 |
* | avfilter/vf_lut3d: add prism interpolation | Paul B Mahol | 2021-01-29 | 1 | -0/+57 |
* | avfilter/vf_lut3d: add pyramid interpolation | Paul B Mahol | 2021-01-29 | 1 | -0/+62 |
* | avfilter/vf_lut3d: fix sanitizef INF handling | Mark Reid | 2020-11-20 | 1 | -2/+2 |
* | avfilter/vf_lut3d: support remaping negative values in the prelut | Mark Reid | 2020-09-07 | 1 | -5/+3 |
* | avfilter/vf_lut3d: Fix mixed declaration and code | Andreas Rheinhardt | 2020-06-01 | 1 | -6/+6 |
* | avfilter/vf_lut3d: prelut support for 3d cinespace luts | Mark Reid | 2020-05-31 | 1 | -55/+317 |
* | avfilter/vf_lut3d: initial float pixel format support | Mark Reid | 2020-05-23 | 1 | -6/+201 |
* | avfilter/vf_lut3d: use av_fopen_utf8() | Paul B Mahol | 2020-02-14 | 1 | -2/+2 |
* | avfilter/vf_lut3d: simplify code | Limin Wang | 2019-11-01 | 1 | -48/+6 |
* | avfilter/vf_lut3d: increase max level to upper limit defined by cube format s... | Paul B Mahol | 2019-10-26 | 1 | -1/+1 |
* | avfilter/vf_lut3d: allocate 3d lut dynamically | Paul B Mahol | 2019-10-26 | 1 | -59/+111 |
* | 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 |