Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-03-13avfilter/vf_lut3d: actually skip lines when encountering DOMAIN_ stringPaul B Mahol
2016-08-29avfilter: make use of ff_filter_get_nb_threadsPaul B Mahol
2015-09-09avfilter/haldclut: use AV_OPT_TYPE_BOOL for shortest and repeatlast optionsClément Bœsch
2015-06-13avfilter/lut3d: assert on pixel format descriptorClément Bœsch
2015-06-07avfilter: fix a few 5 spaces indentClément Bœsch
2015-03-18avfilter/vf_lut3d: Change enum to int, which is accessed via AVOption as intMichael Niedermayer
2015-03-17avfilter: handle error in query_formats() of a bunch of random video filtersClément Bœsch
2014-07-05avfilter/haldclut: fix R/B swap in CLUT loadingClément Bœsch
2014-05-14avfilter/lut3d: move the scale calc out of the inner loop.Clément Bœsch
2014-05-10avfilter/vf_lut3d: check size in parse_dat()Michael Niedermayer
2014-05-04avfilter/lut3d: support 3DLUTSIZE directive for Davinci files.Clément Bœsch
2014-02-13avfilter/lut3d: support slice threading.Clément Bœsch
2014-02-12avfilter/lut3d: inline whole loop in interpolation function.Clément Bœsch
2014-01-04avfilter/lut3d: fix channel order in Iridas format parsing.Clément Bœsch
2013-10-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-09-30avfilter/dualinput: simplifyPaul B Mahol
2013-09-23lavfi/dualinput: reimplement on top of framesync.Nicolas George
2013-09-12avfilter: various cosmeticsPaul B Mahol
2013-07-18lut3d: Fix reading 3dl files with leading comments.Carl Eugen Hoyos
2013-06-07lavfi/lut3d: add sanity checks.Clément Bœsch
2013-05-27lavfi/lut3d: move lut3d init to its definition scope.Clément Bœsch
2013-05-27lavfi: add haldclut filter.Clément Bœsch
2013-05-26lavfi/lut3d: faster tetrahedral interpolation.Clément Bœsch
2013-05-26lavfi/lut3d: restore original interpolation speed.Clément Bœsch
2013-05-23lavfi/lut3d: avoid overread.Clément Bœsch
2013-05-22lavfi: add lut3d filter.Clément Bœsch