mirror of
https://github.com/webmproject/libwebp.git
synced 2025-07-13 06:24:27 +02:00
Merge tag 'v0.4.1'
libwebp 0.4.1 - 7/24/14: version 0.4.1 This is a binary compatible release. * AArch64 (arm64) & MIPS support/optimizations * NEON assembly additions: - ~25% faster lossy decode / encode (-m 4) - ~10% faster lossless decode - ~5-10% faster lossless encode (-m 3/4) * dwebp/vwebp can read from stdin * cwebp/gif2webp can write to stdout * cwebp can read webp files; useful if storing sources as webp lossless * tag 'v0.4.1': update ChangeLog iosbuild.sh: specify optimization flags update ChangeLog makefile.unix: add vwebp.1 to the dist target update ChangeLog gif2webp: dust up the help message remove -noalphadither option from README/vwebp.1 update NEWS for the next release update AUTHORS bump version to 0.4.1 restore mux API compatibility remove the !WEBP_REFERENCE_IMPLEMENTATION tweak in Put8x8uv restore encode API compatibility restore decode API compatibility gif2webp: fix compile with giflib 5.1.0 gif2webp: simplify giflib version checking Change-Id: Icf599f29bc6c0db757bc133aaddb3dbbbc316e08
This commit is contained in:
@ -30,7 +30,7 @@ extern "C" {
|
||||
// version numbers
|
||||
#define ENC_MAJ_VERSION 0
|
||||
#define ENC_MIN_VERSION 4
|
||||
#define ENC_REV_VERSION 0
|
||||
#define ENC_REV_VERSION 1
|
||||
|
||||
// intra prediction modes
|
||||
enum { B_DC_PRED = 0, // 4x4 modes
|
||||
|
Reference in New Issue
Block a user