summaryrefslogtreecommitdiff
path: root/libavfilter/vf_lut3d.c
Commit message (Expand)AuthorAge
* avfilter/vf_lut3d: add x86-optimized tetrahedral interpolationMark Reid2021-10-10
* avfilter: Reindentation after query_formats changesAndreas Rheinhardt2021-10-05
* avfilter/vf_lut3d: Use formats list instead of query functionAndreas Rheinhardt2021-10-05
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-05
* avfilter/vf_lut3d: Deduplicate optionsAndreas Rheinhardt2021-09-23
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-20
* avfilter/internal: Factor out executing a filter's execute_funcAndreas Rheinhardt2021-08-15
* avfilter/formats: Factor common function combinations outAndreas Rheinhardt2021-08-13
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-27
* avfilter/vf_lut3d: lut3d, haldclut: add support for commandsPaul B Mahol2021-02-08
* avfilter/vf_lut3d: lut1d: add support for commandsPaul B Mahol2021-02-06
* avfilter/vf_lut3d: add prism interpolationPaul B Mahol2021-01-29
* avfilter/vf_lut3d: add pyramid interpolationPaul B Mahol2021-01-29
* avfilter/vf_lut3d: fix sanitizef INF handlingMark Reid2020-11-20
* avfilter/vf_lut3d: support remaping negative values in the prelutMark Reid2020-09-07
* avfilter/vf_lut3d: Fix mixed declaration and codeAndreas Rheinhardt2020-06-01
* avfilter/vf_lut3d: prelut support for 3d cinespace lutsMark Reid2020-05-31
* avfilter/vf_lut3d: initial float pixel format supportMark Reid2020-05-23
* avfilter/vf_lut3d: use av_fopen_utf8()Paul B Mahol2020-02-14
* avfilter/vf_lut3d: simplify codeLimin Wang2019-11-01
* avfilter/vf_lut3d: increase max level to upper limit defined by cube format s...Paul B Mahol2019-10-26
* avfilter/vf_lut3d: allocate 3d lut dynamicallyPaul B Mahol2019-10-26
* avfilter/vf_lut3d: increase MAX_LEVELPaul B Mahol2019-04-28
* avfilter/vf_lut3d: fix range domain processing for .cube formatPaul B Mahol2019-04-28
* avfilter/vf_lut3d: add cineSpace 3D lut supportPaul B Mahol2019-04-20
* avfilter/vf_lut3d: add cineSpace 1D lut parsingPaul B Mahol2019-04-20
* avfilter/vf_lut3d: use av_sscanfPaul B Mahol2018-11-16
* avfilter/vf_lut3d: ignore last whitespace when comparing LUT size stringPaul B Mahol2018-11-11
* avfilter/vf_lut3d: add spline 1D interpolationPaul B Mahol2018-11-10
* avfilter/vf_lut3d: add cosine 1D interpolationPaul B Mahol2018-11-10
* avfilter/vf_lut3d: do not error out if TITLE is after other linesPaul B Mahol2018-10-25
* avfilter: add lut1d filterPaul B Mahol2018-09-07
* avfilter/vf_lut3d: unbreak haldclut with planar rgb formatsPaul B Mahol2018-06-02
* avfilter/vf_lut3d: fix typoPaul B Mahol2018-05-04
* avfilter/vf_lut3d: add planar rgb supportPaul B Mahol2018-05-04
* lavfi: Rename local variables "main" as "master".Carl Eugen Hoyos2017-10-07
* lavfi: rename framesync2 to framesync.Nicolas George2017-09-12
* lavfi/vf_lut3d: convert to framesync2.Nicolas George2017-08-29
* avfilter/vf_lut3d: actually skip lines when encountering DOMAIN_ stringPaul B Mahol2017-03-13
* avfilter: make use of ff_filter_get_nb_threadsPaul B Mahol2016-08-29
* avfilter/haldclut: use AV_OPT_TYPE_BOOL for shortest and repeatlast optionsClément Bœsch2015-09-09
* avfilter/lut3d: assert on pixel format descriptorClément Bœsch2015-06-13
* avfilter: fix a few 5 spaces indentClément Bœsch2015-06-07
* avfilter/vf_lut3d: Change enum to int, which is accessed via AVOption as intMichael Niedermayer2015-03-18
* avfilter: handle error in query_formats() of a bunch of random video filtersClément Bœsch2015-03-16
* avfilter/haldclut: fix R/B swap in CLUT loadingClément Bœsch2014-07-05
* avfilter/lut3d: move the scale calc out of the inner loop.Clément Bœsch2014-05-14
* avfilter/vf_lut3d: check size in parse_dat()Michael Niedermayer2014-05-10
* avfilter/lut3d: support 3DLUTSIZE directive for Davinci files.Clément Bœsch2014-05-04
* avfilter/lut3d: support slice threading.Clément Bœsch2014-02-13