Changelog for
movit-debugsource-1.5.3-2.2.x86_64.rpm :
Fri Aug 11 14:00:00 2017 antoine.belvireAATTopensuse.org
- Update to 1.5.3:
* Various bugfixes.
- Don\'t use gcc6-c++ for Leap anymore: It builds fine with default
compiler again.
Tue Jul 11 14:00:00 2017 olafAATTaepfle.de
- Use gcc6-c++ for Leap42 and SLE12 (C++14 needed).
Mon Jul 10 14:00:00 2017 antoine.belvireAATTopensuse.org
- Update to 1.5.2:
* The texture generation for ResampleEffect (when the size is
changed) now uses less CPU.
* Work around an NVIDIA driver threading bug by aggressively
caching VAOs.
* Update soname to libmovit.so.7.
- Remove call to autogen.sh as we don\'t patch Makefile.in anymore.
Sun Jun 4 14:00:00 2017 antoine.belvireAATTopensuse.org
- Update to 1.5.1:
* Allow YCbCrInput to change input format after finalize.
* Some minor YCbCrInput bugfixes.
Sun Mar 26 14:00:00 2017 antoine.belvireAATTopensuse.org
- Update to 1.5.0:
* Support interleaved Y\'CbCr input (4:4:4 in a single texture).
* Support 10-bit and 12-bit Y\'CbCr, both for input and output.
* Limited support for having multiple Y\'CbCr outputs from a
chain.
* Allow changing the Y\'CbCr output coefficients runtime, i.e.
after finalize.
* Fix an issue where the last pass would have been rendered with
the sRGB flag set, which confused Qt applications running in
certain NVIDIA configurations.
Fri Mar 3 13:00:00 2017 olafAATTaepfle.de
- Remove googletest dependency because tests can not be run without
an X display
- Drop movit-1.2.0-use-gtest-shared-library.patch
Sat Dec 17 13:00:00 2016 antoine.belvireAATTopensuse.org
- Update to 1.4.0:
* Allow setting the intermediate format for chains, instead of
hardcoding it at 16-bit RGBA; advanced users can use this to
e.g. ask for 8-bit sRGB intermediates, reducing the amount of
memory bandwidth needed at the cost of reduced precision.
Whether this is a good tradeoff or not depends on the exact
chain and your requirements.
* Fix an issue where a (cached) shader program could be used
from multiple threads at a time, causing the uniforms to
contain unpredictable values.
* Make the error printed on check_error() slightly friendlier:
Include the enum if possible, and print it to stderr instead
of stdout.
Sun Oct 16 14:00:00 2016 jengelhAATTinai.de
- Trim filler words from descriptions
Tue Oct 11 14:00:00 2016 toddrme2178AATTgmail.com
- Update year
- Fix version testing (\"=\" instead of \"==\")
- Delete unneeded files instead of excluding.
- Split data files into their own subpackage.
Sun Oct 9 14:00:00 2016 antoine.belvireAATTopensuse.org
- Add and install missing license file (COPYING, it\'s the GPLv3)
- Install changelog file (NEWS)
Sat Mar 5 13:00:00 2016 antoine.belvireAATTopensuse.org
- Update to 1.3.2:
* Fix several bugs
Tue Feb 9 13:00:00 2016 antoine.belvireAATTopensuse.org
- Update to 1.3.0:
* Fix several bugs
* Add a deinterlacer based on YADIF
* Add new GLSL 1.50 shaders
* Remove support for GLSL 1.10
- Use the official tarball as source
Mon Dec 21 13:00:00 2015 antoine.belvireAATTopensuse.org
- Initial package: movit-1.2.0