- Update to version 1.8.1: * This release collects incremental improvements to many aspects of the library. * Upgrading: - VP8E_SET_CPUUSED now accepts values up to 9 for vp9. - VPX_CTRL_VP9E_SET_MAX_INTER_BITRATE_PCT had a spelling fix (was VP8E). - The --sdk-path option has been removed. If you were using it to build for Android please read build/make/Android.mk for alternatives. - All PPC optimizations have been disabled: https://bugs.chromium.org/p/webm/issues/detail?id=1522. * Enhancements: Various changes to improve encoder rate control, quality and speed for practically every use case. * Bug fixes: vp9-rtc: Fix color artifacts for speed >= 8. OBS-URL: https://build.opensuse.org/request/show/716652 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libvpx?expand=0&rev=105
16 lines
497 B
Plaintext
16 lines
497 B
Plaintext
<services>
|
|
<service name="obs_scm" mode="disabled">
|
|
<param name="url">https://github.com/webmproject/libvpx.git</param>
|
|
<param name="scm">git</param>
|
|
<param name="version">1.8.1</param>
|
|
<param name="revision">v1.8.1</param>
|
|
</service>
|
|
<service mode="disabled" name="set_version" />
|
|
|
|
<service mode="buildtime" name="tar" />
|
|
<service mode="buildtime" name="recompress">
|
|
<param name="file">*.tar</param>
|
|
<param name="compression">xz</param>
|
|
</service>
|
|
</services>
|