]> git.sesse.net Git - movit/shortlog
movit
2017-05-29 Steinar H.... Release Movit 1.5.1. (No ABI break, as only a new non... 1.5.1
2017-05-20 Steinar H.... Fix multiply-defined symbols with multiple YCbCrInputs...
2017-04-29 Steinar H.... Allow YCbCrInput to change input format after finalize.
2017-04-29 Steinar H.... In YCbCrInput, fix an issue where offsets would be...
2017-04-11 Steinar H.... Add a warning on FlatInput::set_texture_num() about...
2017-03-21 Steinar H.... Release Movit 1.5.0, including a small README update. 1.5.0
2017-03-15 Steinar H.... Loosen a test bound slightly for the benefit of NVIDIA...
2017-03-13 Steinar H.... Add an explanatory comment about dither with 16-bit...
2017-03-13 Steinar H.... Support 10-/12-bit Y'CbCr output packed in 16-bit.
2017-03-07 Steinar H.... Don't try to check Cb and Cr positioning for output...
2017-03-06 Steinar H.... Support multiple Y'CbCr outputs.
2017-03-06 Steinar H.... Update another outdated comment.
2017-03-06 Steinar H.... Update an outdated comment.
2017-02-26 Steinar H.... Loosen up the accuracy bounds a tiny bit in some tests...
2017-02-26 Steinar H.... Fix an issue where the last pass would have been render...
2017-02-20 Steinar H.... Fix compiling without C++11.
2017-02-20 Steinar H.... Fix a bad typo.
2017-02-19 Steinar H.... Bump MOVIT_VERSION for all the YCbCr changes.
2017-02-19 Steinar H.... Treat num_levels == 0 as 256, for the benefit of older...
2017-02-19 Steinar H.... Cosmetic tweak in YCbCrInput.
2017-02-19 Steinar H.... Fix a stack buffer overrun in ycbcr_input_test.
2017-02-19 Steinar H.... Implement mipmap generation in YCbCrInput, now that...
2017-02-19 Steinar H.... Loosen up some restrictions on YCbCrInput if we have...
2017-02-14 Steinar H.... Add support for 10- and 12-bit planar Y'CbCr inputs.
2017-02-14 Steinar H.... Some minor comment fixes in ycbcr.h.
2017-02-14 Steinar H.... Add input support for packed 10-bit Y'CbCr.
2017-02-13 Steinar H.... Support interleaved (chunky) 4:4:4 in YCbCrInput.
2017-02-13 Steinar H.... Fix some test breakage.
2017-02-12 Steinar H.... Support 10- and 12-bit Y'CbCr output.
2017-02-11 Steinar H.... Allow adjusting the output Y'CbCr coefficients after...
2016-11-05 Steinar H.... Release Movit 1.4.0. 1.4.0
2016-11-05 Steinar H.... Fix a typo.
2016-11-05 Steinar H.... Fix an issue where a (cached) shader program could...
2016-07-26 Steinar H.... Make the error printed on check_error() slightly friend...
2016-07-21 Steinar H.... Be more defensive about width/height/pitch given to...
2016-04-01 Steinar H.... Remove a very old and outdated comment.
2016-04-01 Steinar H.... Add some clarifying comments about the intermediate...
2016-03-01 Steinar H.... Fix some comment formatting.
2016-02-29 Steinar H.... Rework PaddingEffect alpha handling, which also fixes...
2016-02-28 Steinar H.... Allow storing values in intermediate framebuffers as...
2016-02-28 Steinar H.... Hard-assert on something that has bitten me too many...
2016-02-28 Steinar H.... Fix a typo.
2016-02-27 Steinar H.... Add support for 10-bit RGB framebuffers.
2016-02-27 Steinar H.... Add some sRGB conversion functions to test_util.{h...
2016-02-27 Steinar H.... Bump version after new format support.
2016-02-24 Steinar H.... Add support for some of the more esoteric minifloat...
2016-02-24 Steinar H.... Do not send NULL to glTexSubImage2D if there is no...
2016-02-23 Steinar H.... Merge branch '1.3.x-release'
2016-02-23 Steinar H.... Release Movit 1.3.2. (From a branch, since I do not... 1.3.x-release 1.3.2
2016-02-23 Steinar H.... Make the sRGB intermediate test slightly more stringent...
2016-02-22 Steinar H.... Make sRGBIntermediate test less sensitive to the exact...
2016-02-20 Steinar H.... Require OpenGL 3.0 unconditionally; this is a no-op...
2016-02-20 Steinar H.... Allow setting the intermediate texture format; useful...
2016-02-20 Steinar H.... Make timer query objects polled asynchronously, so...
2016-02-20 Steinar H.... Remove an extern definition that no longer exists.
2016-02-20 Steinar H.... Correct/update a comment on rounding.
2016-02-20 Steinar H.... Make gamma polynomial constants into an array; slightly...
2016-02-17 Jean-Baptiste... Fix initialisation on locale with comma as numerical...
2016-02-16 Steinar H.... Release Movit 1.3.1. 1.3.1
2016-02-09 Steinar H.... Add deinterlace_effect_test from .gitignore. Reported...
2016-02-09 Steinar H.... 2016 README updates.
2016-02-07 Steinar H.... Remove GL_GLEXT_PROTOTYPES from some files, since it...
2016-02-07 Steinar H.... Remove the check for movit_shader_rounding_supported...
2016-02-07 Steinar H.... Do not bother with unbinding vertex attributes; that...
2016-02-07 Steinar H.... Remove a few unneeded shader program switches.
2016-02-07 Steinar H.... Optimize VAO/VBO usage for minimal state changes.
2016-02-06 Steinar H.... Revert "Reuse the VAO across all phases."
2016-01-31 Steinar H.... Release Movit 1.3.0. 1.3.0
2016-01-31 Steinar H.... In OverlayEffect, add support for swapping the inputs.
2016-01-25 Steinar H.... Use ryg's much faster fp16 conversion code.
2016-01-16 Steinar H.... Make all fp16 routines work with fp32 as input instead...
2015-12-24 Steinar H.... Unbreak some effects that were broken by 0c821b2e.
2015-12-24 Steinar H.... Make shader generation more deterministic by removing...
2015-12-24 Steinar H.... Increase version number after YADIF.
2015-12-21 Steinar H.... Add a deinterlacer based on YADIF.
2015-12-21 Steinar H.... Add even long convenience overloads for add_effect().
2015-12-21 Steinar H.... Make register_int call register_uniform_int, now that...
2015-12-14 Steinar H.... Revert "Add a hack to use #version 110 but keep using...
2015-12-14 Steinar H.... Fix a crash in a unit test if nb_NO.UTF-8 is not available.
2015-12-14 Steinar H.... Use libpng instead of the older libpng12; seemingly...
2015-12-13 Steinar H.... Fix some stack overflows in unit tests; found with...
2015-12-13 Steinar H.... Fix a stack overflow in ResampleEffectTest.
2015-12-13 Steinar H.... Work around a rounding precision issue that would cause...
2015-12-13 Steinar H.... Fix a double scaling issue in Y'CbCr conversion.
2015-12-12 Steinar H.... Explicitly bind fragment shader outputs in order.
2015-12-12 Steinar H.... Add a hack to use #version 110 but keep using 130 featu...
2015-11-22 Steinar H.... Stop linking widgets.o into the shared library.
2015-11-22 Steinar H.... Add the missing two array uniform types.
2015-11-21 Steinar H.... Allow setting width/height on FlatInput and YCbCrInput...
2015-11-01 Steinar H.... Forgot to increment version.h for bounce override;...
2015-11-01 Steinar H.... Add a function to let non-input effects override textur...
2015-11-01 Steinar H.... Add some earlier check_error() calls so that we do...
2015-10-08 Steinar H.... Install identity.frag; it is needed for ResizeEffect.
2015-10-07 Steinar H.... Fix another #if issue, this time in dither_effect.frag...
2015-10-07 Steinar H.... Install the new GLSL 1.50 shaders.
2015-10-07 Steinar H.... Make the demo program run with core contexts.
2015-10-07 Steinar H.... Add separate shaders for GLSL 1.50.
2015-10-06 Steinar H.... Fix GLSL compilation errors on some drivers.
2015-10-05 Steinar H.... Make get_current_context_identifier() understand EGL.
2015-10-05 Steinar H.... Disable dither explicitly per frame; fixes some weird...
next