summaryrefslogtreecommitdiffstats
path: root/libavfilter/vf_lut3d.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* lut3d: Fix reading 3dl files with leading comments.Carl Eugen Hoyos2013-07-181-2/+1
* lavfi/lut3d: add sanity checks.Clément Bœsch2013-06-071-2/+8
* lavfi/lut3d: move lut3d init to its definition scope.Clément Bœsch2013-05-271-54/+51
* lavfi: add haldclut filter.Clément Bœsch2013-05-271-14/+222
* lavfi/lut3d: faster tetrahedral interpolation.Clément Bœsch2013-05-261-6/+12
* lavfi/lut3d: restore original interpolation speed.Clément Bœsch2013-05-261-18/+22
* lavfi/lut3d: avoid overread.Clément Bœsch2013-05-221-1/+1
* lavfi: add lut3d filter.Clément Bœsch2013-05-221-0/+578
OpenPOWER on IntegriCloud