Package Release Info

movit-1.5.1-2.1

Update Info: openSUSE-2017-1018
Available in Package Hub : 12 SP3-SP5

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

libmovit6
movit-data
movit-devel

Change Logs

* Sun Jun 04 2017 antoine.belvire@opensuse.org
- Update to 1.5.1:
  * Allow YCbCrInput to change input format after finalize.
  * Some minor YCbCrInput bugfixes.
* Sun Mar 26 2017 antoine.belvire@opensuse.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 03 2017 olaf@aepfle.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 2016 antoine.belvire@opensuse.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 2016 jengelh@inai.de
- Trim filler words from descriptions
* Tue Oct 11 2016 toddrme2178@gmail.com
- Update year
- Fix version testing ("=" instead of "==")
- Delete unneeded files instead of excluding.
- Split data files into their own subpackage.
* Sun Oct 09 2016 antoine.belvire@opensuse.org
- Add and install missing license file (COPYING, it's the GPLv3)
- Install changelog file (NEWS)
* Sat Mar 05 2016 antoine.belvire@laposte.net
- Update to 1.3.2:
  * Fix several bugs
* Tue Feb 09 2016 antoine.belvire@laposte.net
- 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 2015 antoine.belvire@laposte.net
- Initial package: movit-1.2.0