File libwebp.changes of Package libwebp
1
-------------------------------------------------------------------
2
Mon Jun 29 16:21:01 UTC 2015 - jengelh@inai.de
3
4
- Add libwebp-devel to baselibs.conf [bnc#936417]
5
6
-------------------------------------------------------------------
7
Sat Jun 13 10:48:36 UTC 2015 - dmueller@suse.com
8
9
- remove aarch64-disable-neon.diff: compiler was fixed, neon
10
can be compiled now
11
12
-------------------------------------------------------------------
13
Sun Mar 29 12:44:43 UTC 2015 - jengelh@inai.de
14
15
- Update to new upstream release 0.4.3
16
* lossless decode fix and a multi-threading fix
17
* documentation / vwebp updates for animation
18
19
-------------------------------------------------------------------
20
Wed Oct 29 08:21:16 UTC 2014 - dimstar@opensuse.org
21
22
- Update baselibs.conf: make it match the currently build library
23
packages.
24
25
-------------------------------------------------------------------
26
Tue Oct 28 06:45:02 UTC 2014 - dmueller@suse.com
27
28
- update to 0.4.2:
29
This is a binary compatible release.
30
* Android / gcc build fixes
31
* (Windows) fix reading from stdin and writing to stdout
32
* gif2webp: miscellaneous fixes
33
* fix 'alpha-leak' with lossy compression (issue #220)
34
* the lossless bitstream spec has been amended to reflect the current code
35
- add aarch64-disable-neon.diff: work around compile failure with
36
neon on aarch64.
37
- add libwebpdecoder1 subpackage
38
39
-------------------------------------------------------------------
40
Mon Aug 11 01:50:52 UTC 2014 - jengelh@inai.de
41
42
- Update to new upstream release 0.4.1
43
* AArch64 (arm64) & MIPS support/optimizations
44
* NEON assembly additions: ~25% faster lossy decode/encode (-m 4);
45
~10% faster lossless decode;~5-10% faster lossless encode (-m 3/4)
46
* dwebp/vwebp can read from stdin
47
* cwebp/gif2webp can write to stdout
48
* cwebp can read webp files; useful if storing sources as webp
49
lossless
50
51
-------------------------------------------------------------------
52
Thu Jan 9 14:21:55 UTC 2014 - jengelh@inai.de
53
54
- Update to new upstream release 0.4.0
55
* improved gif2webp tool
56
* numerous fixes, compression improvement and speed-up
57
* dither option added to decoder (dwebp -dither 50 ...)
58
* improved multi-threaded modes (-mt option)
59
* improved filtering strength determination
60
* BMP and TIFF format output added to 'dwebp'
61
* Significant memory reduction for decoding lossy images with alpha.
62
* Intertwined decoding of RGB and alpha for a shorter
63
time-to-first-decoded-pixel.
64
* WebPIterator has a new member 'has_alpha' denoting whether the
65
frame contains transparency.
66
* Container spec amended with new 'blending method' for animation.
67
68
-------------------------------------------------------------------
69
Wed Jun 26 10:22:32 UTC 2013 - jengelh@inai.de
70
71
- Update to new upstream release 0.3.1
72
* Add incremental decoding support for images containing
73
ALPH and ICCP chunks.
74
- Enable libwebpmux, libwebpdemux
75
76
-------------------------------------------------------------------
77
Tue Apr 16 09:49:31 UTC 2013 - jengelh@inai.de
78
79
- Update to new upstream release 0.3.0
80
* WebPINewRGB/WebPINewYUVA accept being passed a NULL output buffer
81
and will perform auto-allocation.
82
* Default filter option is now "-strong -f 60"
83
* Encoding speed-up for lossy methods 3 to 6
84
* Alpha encoding can be done in parallel to lossy using
85
`cwebp -mt ...`
86
* Color profile, metadata (XMP/EXIF) and animation support in the
87
container was finalized.
88
* Various NEON assembly additions
89
- Tool updates / additions:
90
* gif2webp added
91
* vwebp given color profile & animation support
92
* cwebp can preserve color profile / metadata with "-metadata"
93
94
-------------------------------------------------------------------
95
Sun Dec 9 13:21:00 UTC 2012 - mailaender@opensuse.org
96
97
- Update to version 0.2.1
98
* libwebp: validate chunk size in ParseOptionalChunks
99
* cwebp (windows): fix alpha image import on XP
100
* autoconf/libwebp: enable dll builds for mingw
101
* [cd]webp: always output windows errors
102
* fix double to float conversion warning
103
* cwebp: fix jpg encodes on XP
104
* VP8LAllocateHistogramSet: fix overflow in size calculation
105
* GetHistoBits: fix integer overflow
106
* EncodeImageInternal: fix uninitialized free
107
* fix the -g/O3 discrepancy for 32bit compile
108
* fix the BITS=8 case
109
* Make *InitSSE2() functions be empty on non-SSE2 platform
110
* make *InitSSE2() functions be empty on non-SSE2 platform
111
* make VP8DspInitNEON() public
112
113
-------------------------------------------------------------------
114
Fri Aug 31 08:57:43 UTC 2012 - dimstar@opensuse.org
115
116
- Update to version 0.2.0:
117
* Add support for ARGB -> YUVA conversion for lossless decoder
118
* Add stats for lossless and alpha encoding
119
* Security related hardening: allocation and size checks
120
* Add PAM output support to dwebp
121
* Alpha channel encode/decode support
122
* Lossless encoder/decoder
123
* Add TIFF input support to cwebp
124
* Incompatible changes:
125
- The encode ABI has been modified to support alpha encoding
126
- Deprecated function WebPINew() has been removed
127
- Decode function signatures have changed to consistently use
128
size_t over int/uint32_t
129
- decode_vp8.h is no longer installed system-wide
130
- cwebp will encode the alpha channel if present.
131
* Add libtiff-devel BuildRequires for the new tiff input support.
132
* Rename libwebp2 subpackage to libwebp4 (by changing lname
133
defines), following upstreams soname bump (incl. baselibs.conf).
134
* No reason to run autogen
135
136
-------------------------------------------------------------------
137
Mon Jan 30 12:51:06 UTC 2012 - jengelh@medozas.de
138
139
- Rename webp-tools to libwebp-tools to follow scheme of other
140
lib*-tools packages.
141
142
-------------------------------------------------------------------
143
Wed Nov 23 09:26:59 UTC 2011 - coolo@suse.com
144
145
- add libtool as buildrequire to avoid implicit dependency
146
147
-------------------------------------------------------------------
148
Mon Oct 31 13:37:08 UTC 2011 - pgajdos@suse.com
149
150
- update to 0.1.3:
151
* Advanced decoding APIs.
152
* On-the-fly cropping and rescaling of images.
153
* SSE2 instructions for decoding performance optimizations on x86 based platforms.
154
* Support Multi-threaded decoding.
155
* 40% improvement in Decoding performance.
156
* Add support for RGB565, RGBA4444 & ARGB image colorspace.
157
* Better handling of large picture encoding.
158
159
-------------------------------------------------------------------
160
Fri Sep 16 11:24:15 UTC 2011 - coolo@suse.com
161
162
- add baselibs.conf and use original tar
163
164
-------------------------------------------------------------------
165
Sat Aug 6 18:57:59 UTC 2011 - jengelh@medozas.de
166
167
- Rename subpackage libwebp-tools to webp-tools to get out of
168
rpmlint's pedant observation that it does not contain libraries.
169