aboutsummaryrefslogtreecommitdiffstats
path: root/libavfilter/vf_lut3d.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* avfilter/haldclut: fix R/B swap in CLUT loadingClément Bœsch2014-07-051-1/+1
* avfilter/lut3d: move the scale calc out of the inner loop.Clément Bœsch2014-05-141-1/+1
* avfilter/vf_lut3d: check size in parse_dat()Michael Niedermayer2014-05-101-1/+6
* avfilter/lut3d: support 3DLUTSIZE directive for Davinci files.Clément Bœsch2014-05-041-8/+15
* avfilter/lut3d: support slice threading.Clément Bœsch2014-02-131-8/+22
* avfilter/lut3d: inline whole loop in interpolation function.Clément Bœsch2014-02-121-47/+40
* avfilter/lut3d: fix channel order in Iridas format parsing.Clément Bœsch2014-01-041-1/+1
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-10-291-2/+2
* avfilter/dualinput: simplifyPaul B Mahol2013-09-301-10/+4
* lavfi/dualinput: reimplement on top of framesync.Nicolas George2013-09-231-0/+4
* avfilter: various cosmeticsPaul B Mahol2013-09-121-3/+3