]> git.sesse.net Git - movit/history
movit
2017-11-13 Steinar H. GundersonThere's no need to #undef PREFIX, since we do the token...
2017-11-12 Steinar H. GundersonFix some invalid code in DeinterlaceTest; GCC 7 would...
2017-11-11 Steinar H. GundersonSome refactoring in ResourcePool.
2017-09-16 Steinar H. GundersonAdd the GPLv2 license text.
2017-09-14 Pascal Massiminofix compile error: "error: variable-sized object ‘red_d...
2017-09-13 Steinar H. GundersonSupport negative values for lift in LiftGammaGainEffect.
2017-08-10 Steinar H. GundersonFix a typo.
2017-08-10 Steinar H. GundersonRelease Movit 1.5.3. 1.5.3
2017-08-08 Steinar H. GundersonAdd a notice to render_to_screen() that it might be...
2017-08-07 Steinar H. GundersonFix a leak if ResampleEffect is destroyed before being...
2017-08-03 Steinar H. GundersonFix fp16_test compilation _without_ f16c-enabled compil...
2017-08-01 Steinar H. GundersonFix fp16_test compilation with f16c-enabled compilation...
2017-08-01 Steinar H. GundersonRemove C++11 dependency from ResampleEffect.
2017-07-28 Steinar H. GundersonFix a double-unlock.
2017-07-05 Steinar H. GundersonRelease Movit 1.5.2. 1.5.2
2017-07-05 Steinar H. GundersonAdd some room for future expansion in ResampleEffect...
2017-07-04 Steinar H. GundersonCache VAOs between runs.
2017-07-02 Steinar H. GundersonFix Makefile after fp16 removal.
2017-07-02 Steinar H. GundersonInline the fp16 conversion routines. Helps 18% on Resam...
2017-07-02 Steinar H. GundersonInline combine_two_samples (and remove an obsolete...
2017-07-02 Steinar H. GundersonSome microoptimizations in combine_two_samples(). Saves...
2017-07-01 Steinar H. GundersonRemove some unneeded conversions from ResampleEffect...
2017-07-01 Steinar H. GundersonIn ResampleEffect, split the weight calculation out...
2017-05-29 Steinar H. GundersonRelease Movit 1.5.1. (No ABI break, as only a new non... 1.5.1
2017-05-20 Steinar H. GundersonFix multiply-defined symbols with multiple YCbCrInputs...
2017-04-29 Steinar H. GundersonAllow YCbCrInput to change input format after finalize.
2017-04-29 Steinar H. GundersonIn YCbCrInput, fix an issue where offsets would be...
2017-04-11 Steinar H. GundersonAdd a warning on FlatInput::set_texture_num() about...
2017-03-21 Steinar H. GundersonRelease Movit 1.5.0, including a small README update. 1.5.0
2017-03-15 Steinar H. GundersonLoosen a test bound slightly for the benefit of NVIDIA...
2017-03-13 Steinar H. GundersonAdd an explanatory comment about dither with 16-bit...
2017-03-13 Steinar H. GundersonSupport 10-/12-bit Y'CbCr output packed in 16-bit.
2017-03-07 Steinar H. GundersonDon't try to check Cb and Cr positioning for output...
2017-03-06 Steinar H. GundersonSupport multiple Y'CbCr outputs.
2017-03-06 Steinar H. GundersonUpdate another outdated comment.
2017-03-06 Steinar H. GundersonUpdate an outdated comment.
2017-02-26 Steinar H. GundersonLoosen up the accuracy bounds a tiny bit in some tests...
2017-02-26 Steinar H. GundersonFix an issue where the last pass would have been render...
2017-02-20 Steinar H. GundersonFix compiling without C++11.
2017-02-20 Steinar H. GundersonFix a bad typo.
2017-02-19 Steinar H. GundersonBump MOVIT_VERSION for all the YCbCr changes.
2017-02-19 Steinar H. GundersonTreat num_levels == 0 as 256, for the benefit of older...
2017-02-19 Steinar H. GundersonCosmetic tweak in YCbCrInput.
2017-02-19 Steinar H. GundersonFix a stack buffer overrun in ycbcr_input_test.
2017-02-19 Steinar H. GundersonImplement mipmap generation in YCbCrInput, now that...
2017-02-19 Steinar H. GundersonLoosen up some restrictions on YCbCrInput if we have...
2017-02-14 Steinar H. GundersonAdd support for 10- and 12-bit planar Y'CbCr inputs.
2017-02-14 Steinar H. GundersonSome minor comment fixes in ycbcr.h.
2017-02-14 Steinar H. GundersonAdd input support for packed 10-bit Y'CbCr.
2017-02-13 Steinar H. GundersonSupport interleaved (chunky) 4:4:4 in YCbCrInput.
2017-02-13 Steinar H. GundersonFix some test breakage.
2017-02-12 Steinar H. GundersonSupport 10- and 12-bit Y'CbCr output.
2017-02-11 Steinar H. GundersonAllow adjusting the output Y'CbCr coefficients after...
2016-11-05 Steinar H. GundersonRelease Movit 1.4.0. 1.4.0
2016-11-05 Steinar H. GundersonFix a typo.
2016-11-05 Steinar H. GundersonFix an issue where a (cached) shader program could...
2016-07-26 Steinar H. GundersonMake the error printed on check_error() slightly friend...
2016-07-21 Steinar H. GundersonBe more defensive about width/height/pitch given to...
2016-04-01 Steinar H. GundersonRemove a very old and outdated comment.
2016-04-01 Steinar H. GundersonAdd some clarifying comments about the intermediate...
2016-03-01 Steinar H. GundersonFix some comment formatting.
2016-02-29 Steinar H. GundersonRework PaddingEffect alpha handling, which also fixes...
2016-02-28 Steinar H. GundersonAllow storing values in intermediate framebuffers as...
2016-02-28 Steinar H. GundersonHard-assert on something that has bitten me too many...
2016-02-28 Steinar H. GundersonFix a typo.
2016-02-27 Steinar H. GundersonAdd support for 10-bit RGB framebuffers.
2016-02-27 Steinar H. GundersonAdd some sRGB conversion functions to test_util.{h...
2016-02-27 Steinar H. GundersonBump version after new format support.
2016-02-24 Steinar H. GundersonAdd support for some of the more esoteric minifloat...
2016-02-24 Steinar H. GundersonDo not send NULL to glTexSubImage2D if there is no...
2016-02-23 Steinar H. GundersonMerge branch '1.3.x-release'
2016-02-23 Steinar H. GundersonRelease Movit 1.3.2. (From a branch, since I do not... 1.3.x-release 1.3.2
2016-02-23 Steinar H. GundersonMake the sRGB intermediate test slightly more stringent...
2016-02-22 Steinar H. GundersonMake sRGBIntermediate test less sensitive to the exact...
2016-02-20 Steinar H. GundersonRequire OpenGL 3.0 unconditionally; this is a no-op...
2016-02-20 Steinar H. GundersonAllow setting the intermediate texture format; useful...
2016-02-20 Steinar H. GundersonMake timer query objects polled asynchronously, so...
2016-02-20 Steinar H. GundersonRemove an extern definition that no longer exists.
2016-02-20 Steinar H. GundersonCorrect/update a comment on rounding.
2016-02-20 Steinar H. GundersonMake gamma polynomial constants into an array; slightly...
2016-02-17 Jean-Baptiste MardelleFix initialisation on locale with comma as numerical...
2016-02-16 Steinar H. GundersonRelease Movit 1.3.1. 1.3.1
2016-02-09 Steinar H. GundersonAdd deinterlace_effect_test from .gitignore. Reported...
2016-02-09 Steinar H. Gunderson2016 README updates.
2016-02-07 Steinar H. GundersonRemove GL_GLEXT_PROTOTYPES from some files, since it...
2016-02-07 Steinar H. GundersonRemove the check for movit_shader_rounding_supported...
2016-02-07 Steinar H. GundersonDo not bother with unbinding vertex attributes; that...
2016-02-07 Steinar H. GundersonRemove a few unneeded shader program switches.
2016-02-07 Steinar H. GundersonOptimize VAO/VBO usage for minimal state changes.
2016-02-06 Steinar H. GundersonRevert "Reuse the VAO across all phases."
2016-01-31 Steinar H. GundersonRelease Movit 1.3.0. 1.3.0
2016-01-31 Steinar H. GundersonIn OverlayEffect, add support for swapping the inputs.
2016-01-25 Steinar H. GundersonUse ryg's much faster fp16 conversion code.
2016-01-16 Steinar H. GundersonMake all fp16 routines work with fp32 as input instead...
2015-12-24 Steinar H. GundersonUnbreak some effects that were broken by 0c821b2e.
2015-12-24 Steinar H. GundersonMake shader generation more deterministic by removing...
2015-12-24 Steinar H. GundersonIncrease version number after YADIF.
2015-12-21 Steinar H. GundersonAdd a deinterlacer based on YADIF.
2015-12-21 Steinar H. GundersonAdd even long convenience overloads for add_effect().
2015-12-21 Steinar H. GundersonMake register_int call register_uniform_int, now that...
next