summaryrefslogtreecommitdiff
path: root/libavfilter/vf_lut3d.c
Commit message (Expand)AuthorAgeFilesLines
* avutil/internal: Move avpriv-file API to a header of its ownAndreas Rheinhardt2022-09-031-3/+1
* all: Replace if (ARCH_FOO) checks by #if ARCH_FOOAndreas Rheinhardt2022-06-151-3/+3
* Switch uses of av_fopen_utf8 to avpriv_fopen_utf8Martin Storsjö2022-05-231-2/+2
* avfilter/vf_lut3d: allow to control when to upload CLUT for haldclutPaul B Mahol2022-04-261-6/+14
* configure: Use a separate config_components.h header for $ALL_COMPONENTSMartin Storsjö2022-03-161-0/+2
* avfilter/vf_lut3d: add x86-optimized tetrahedral interpolationMark Reid2021-10-101-56/+5
* avfilter: Reindentation after query_formats changesAndreas Rheinhardt2021-10-051-17/+17
* avfilter/vf_lut3d: Use formats list instead of query functionAndreas Rheinhardt2021-10-051-7/+3
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-051-3/+3
* avfilter/vf_lut3d: Deduplicate optionsAndreas Rheinhardt2021-09-231-7/+15
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-201-12/+6
* avfilter/internal: Factor out executing a filter's execute_funcAndreas Rheinhardt2021-08-151-2/+4
* avfilter/formats: Factor common function combinations outAndreas Rheinhardt2021-08-131-4/+1
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-271-3/+3
* avfilter/vf_lut3d: lut3d, haldclut: add support for commandsPaul B Mahol2021-02-081-6/+20
* avfilter/vf_lut3d: lut1d: add support for commandsPaul B Mahol2021-02-061-7/+27
* avfilter/vf_lut3d: add prism interpolationPaul B Mahol2021-01-291-0/+57
* avfilter/vf_lut3d: add pyramid interpolationPaul B Mahol2021-01-291-0/+62
* avfilter/vf_lut3d: fix sanitizef INF handlingMark Reid2020-11-201-2/+2
* avfilter/vf_lut3d: support remaping negative values in the prelutMark Reid2020-09-071-5/+3
* avfilter/vf_lut3d: Fix mixed declaration and codeAndreas Rheinhardt2020-06-011-6/+6
* avfilter/vf_lut3d: prelut support for 3d cinespace lutsMark Reid2020-05-311-55/+317
* avfilter/vf_lut3d: initial float pixel format supportMark Reid2020-05-231-6/+201
* avfilter/vf_lut3d: use av_fopen_utf8()Paul B Mahol2020-02-141-2/+2
* avfilter/vf_lut3d: simplify codeLimin Wang2019-11-011-48/+6
* avfilter/vf_lut3d: increase max level to upper limit defined by cube format s...Paul B Mahol2019-10-261-1/+1
* avfilter/vf_lut3d: allocate 3d lut dynamicallyPaul B Mahol2019-10-261-59/+111
* avfilter/vf_lut3d: increase MAX_LEVELPaul B Mahol2019-04-281-1/+1
* avfilter/vf_lut3d: fix range domain processing for .cube formatPaul B Mahol2019-04-281-22/+51
* avfilter/vf_lut3d: add cineSpace 3D lut supportPaul B Mahol2019-04-201-0/+91
* avfilter/vf_lut3d: add cineSpace 1D lut parsingPaul B Mahol2019-04-201-0/+77
* avfilter/vf_lut3d: use av_sscanfPaul B Mahol2018-11-161-8/+8
* avfilter/vf_lut3d: ignore last whitespace when comparing LUT size stringPaul B Mahol2018-11-111-2/+2
* avfilter/vf_lut3d: add spline 1D interpolationPaul B Mahol2018-11-101-0/+32
* avfilter/vf_lut3d: add cosine 1D interpolationPaul B Mahol2018-11-101-0/+24
* avfilter/vf_lut3d: do not error out if TITLE is after other linesPaul B Mahol2018-10-251-0/+4
* avfilter: add lut1d filterPaul B Mahol2018-09-071-0/+448
* avfilter/vf_lut3d: unbreak haldclut with planar rgb formatsPaul B Mahol2018-06-021-13/+59
* avfilter/vf_lut3d: fix typoPaul B Mahol2018-05-041-1/+1
* avfilter/vf_lut3d: add planar rgb supportPaul B Mahol2018-05-041-4/+112
* lavfi: Rename local variables "main" as "master".Carl Eugen Hoyos2017-10-071-4/+4
* lavfi: rename framesync2 to framesync.Nicolas George2017-09-121-6/+6
* lavfi/vf_lut3d: convert to framesync2.Nicolas George2017-08-291-23/+26
* avfilter/vf_lut3d: actually skip lines when encountering DOMAIN_ stringPaul B Mahol2017-03-131-1/+2
* avfilter: make use of ff_filter_get_nb_threadsPaul B Mahol2016-08-291-1/+1
* avfilter/haldclut: use AV_OPT_TYPE_BOOL for shortest and repeatlast optionsClément Bœsch2015-09-091-2/+2
* avfilter/lut3d: assert on pixel format descriptorClément Bœsch2015-06-131-0/+2
* avfilter: fix a few 5 spaces indentClément Bœsch2015-06-071-5/+5
* avfilter/vf_lut3d: Change enum to int, which is accessed via AVOption as intMichael Niedermayer2015-03-181-1/+1
* avfilter: handle error in query_formats() of a bunch of random video filtersClément Bœsch2015-03-161-2/+4