summaryrefslogtreecommitdiff
path: root/libavfilter/vf_lut3d.c
Commit message (Expand)AuthorAge
* 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
* avfilter/lut3d: inline whole loop in interpolation function.Clément Bœsch2014-02-12
* avfilter/lut3d: fix channel order in Iridas format parsing.Clément Bœsch2014-01-04
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-10-29
* avfilter/dualinput: simplifyPaul B Mahol2013-09-30
* lavfi/dualinput: reimplement on top of framesync.Nicolas George2013-09-23
* avfilter: various cosmeticsPaul B Mahol2013-09-12
* lut3d: Fix reading 3dl files with leading comments.Carl Eugen Hoyos2013-07-18
* lavfi/lut3d: add sanity checks.Clément Bœsch2013-06-07
* lavfi/lut3d: move lut3d init to its definition scope.Clément Bœsch2013-05-27
* lavfi: add haldclut filter.Clément Bœsch2013-05-27
* lavfi/lut3d: faster tetrahedral interpolation.Clément Bœsch2013-05-26
* lavfi/lut3d: restore original interpolation speed.Clément Bœsch2013-05-26
* lavfi/lut3d: avoid overread.Clément Bœsch2013-05-22
* lavfi: add lut3d filter.Clément Bœsch2013-05-22