summaryrefslogtreecommitdiff
path: root/libavfilter/vf_lut3d.c
Commit message (Expand)AuthorAgeFilesLines
* 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