summaryrefslogtreecommitdiff
path: root/libavfilter/vf_lut3d.c
Commit message (Collapse)AuthorAge
* avfilter/vf_lut3d: lut3d, haldclut: add support for commandsPaul B Mahol2021-02-08
|
* avfilter/vf_lut3d: lut1d: add support for commandsPaul B Mahol2021-02-06
|
* avfilter/vf_lut3d: add prism interpolationPaul B Mahol2021-01-29
|
* avfilter/vf_lut3d: add pyramid interpolationPaul B Mahol2021-01-29
|
* avfilter/vf_lut3d: fix sanitizef INF handlingMark Reid2020-11-20
| | | | Signed-off-by: Anton Khirnov <anton@khirnov.net>
* avfilter/vf_lut3d: support remaping negative values in the prelutMark Reid2020-09-07
|
* avfilter/vf_lut3d: Fix mixed declaration and codeAndreas Rheinhardt2020-06-01
| | | | | Reviewed-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
* avfilter/vf_lut3d: prelut support for 3d cinespace lutsMark Reid2020-05-31
| | | | | Reviewed-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* avfilter/vf_lut3d: initial float pixel format supportMark Reid2020-05-23
| | | | | Reviewed-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* avfilter/vf_lut3d: use av_fopen_utf8()Paul B Mahol2020-02-14
|
* avfilter/vf_lut3d: simplify codeLimin Wang2019-11-01
| | | | | | | Signed-off-by: Limin Wang <lance.lmwang@gmail.com> Reviewed-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* avfilter/vf_lut3d: increase max level to upper limit defined by cube format ↵Paul B Mahol2019-10-26
| | | | specification
* avfilter/vf_lut3d: allocate 3d lut dynamicallyPaul B Mahol2019-10-26
|
* avfilter/vf_lut3d: increase MAX_LEVELPaul B Mahol2019-04-28
|
* avfilter/vf_lut3d: fix range domain processing for .cube formatPaul B Mahol2019-04-28
| | | | The ranges are for input, not for output.
* avfilter/vf_lut3d: add cineSpace 3D lut supportPaul B Mahol2019-04-20
|
* avfilter/vf_lut3d: add cineSpace 1D lut parsingPaul B Mahol2019-04-20
|
* avfilter/vf_lut3d: use av_sscanfPaul B Mahol2018-11-16
|
* avfilter/vf_lut3d: ignore last whitespace when comparing LUT size stringPaul B Mahol2018-11-11
| | | | In some situations it might be tab character and in others normal space.
* avfilter/vf_lut3d: add spline 1D interpolationPaul B Mahol2018-11-10
|
* avfilter/vf_lut3d: add cosine 1D interpolationPaul B Mahol2018-11-10
|
* avfilter/vf_lut3d: do not error out if TITLE is after other linesPaul B Mahol2018-10-25
|
* avfilter: add lut1d filterPaul B Mahol2018-09-07
|
* avfilter/vf_lut3d: unbreak haldclut with planar rgb formatsPaul B Mahol2018-06-02
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter/vf_lut3d: fix typoPaul B Mahol2018-05-04
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter/vf_lut3d: add planar rgb supportPaul B Mahol2018-05-04
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* lavfi: Rename local variables "main" as "master".Carl Eugen Hoyos2017-10-07
| | | | | Silences several warnings: main is usually a function
* lavfi: rename framesync2 to framesync.Nicolas George2017-09-12
|
* lavfi/vf_lut3d: convert to framesync2.Nicolas George2017-08-29
|
* avfilter/vf_lut3d: actually skip lines when encountering DOMAIN_ stringPaul B Mahol2017-03-13
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter: make use of ff_filter_get_nb_threadsPaul B Mahol2016-08-29
|
* 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
| | | | inlink->format is supposed to be set to a valid format controlled by query_formats().
* 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
| | | | | | This fixes depending on implementation defined behavior Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* 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
| | | | Fixes Ticket #3751.
* 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
| | | | | | Fixes CID1212261 Reviewed-by: Clément Bœsch <u@pkh.me> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avfilter/lut3d: support 3DLUTSIZE directive for Davinci files.Clément Bœsch2014-05-04
| | | | Fixes Ticket #2847.
* 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
| | | | 84 → 92 fps here.
* avfilter/lut3d: fix channel order in Iridas format parsing.Clément Bœsch2014-01-04
| | | | | | | | | | According to http://doc.iridas.com/index.php?title=LUT_Formats for 3D textures, the data is also RGB, and ordered in such a way that the red coordinate changes fastest, then the green coordinate, and finally, the blue coordinate changes slowest: Fixes Ticket #3236.
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-10-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * qatar/master: lavfi: do not export the filters from shared objects Conflicts: libavfilter/af_amix.c libavfilter/af_anull.c libavfilter/asrc_anullsrc.c libavfilter/f_select.c libavfilter/f_settb.c libavfilter/split.c libavfilter/src_movie.c libavfilter/vf_aspect.c libavfilter/vf_blackframe.c libavfilter/vf_colorbalance.c libavfilter/vf_copy.c libavfilter/vf_crop.c libavfilter/vf_cropdetect.c libavfilter/vf_drawbox.c libavfilter/vf_format.c libavfilter/vf_framestep.c libavfilter/vf_frei0r.c libavfilter/vf_hflip.c libavfilter/vf_libopencv.c libavfilter/vf_lut.c libavfilter/vf_null.c libavfilter/vf_overlay.c libavfilter/vf_scale.c libavfilter/vf_transpose.c libavfilter/vf_unsharp.c libavfilter/vf_vflip.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
* avfilter/dualinput: simplifyPaul B Mahol2013-09-30
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* lavfi/dualinput: reimplement on top of framesync.Nicolas George2013-09-23
|
* avfilter: various cosmeticsPaul B Mahol2013-09-12
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* lut3d: Fix reading 3dl files with leading comments.Carl Eugen Hoyos2013-07-18
| | | | Fixes ticket #2787.
* lavfi/lut3d: add sanity checks.Clément Bœsch2013-06-07
| | | | Should fix CID1026775 and CID1026774.
* lavfi/lut3d: move lut3d init to its definition scope.Clément Bœsch2013-05-27
|