mirror of
https://github.com/webmproject/libwebp.git
synced 2025-04-21 16:26:47 +02:00
Compare commits
No commits in common. "c3d85ce4cf567310b0b8acabae953fde2b334886" and "74cd026edbca2995b2f3ea5b82dd5b5c0a40480a" have entirely different histories.
c3d85ce4cf
...
74cd026edb
4
NEWS
4
NEWS
@ -1,7 +1,5 @@
|
||||
- 12/19/2024 version 1.5.0
|
||||
- 12/13/2024 version 1.5.0
|
||||
This is a binary compatible release.
|
||||
API changes:
|
||||
- `cross_color_transform_bits` added to WebPAuxStats
|
||||
* minor lossless encoder speed and compression improvements
|
||||
* lossless encoding does not use floats anymore
|
||||
* additional Arm optimizations for lossy & lossless + general code generation
|
||||
|
@ -20,7 +20,6 @@
|
||||
#include <cstdint>
|
||||
#include <cstdlib>
|
||||
#include <iostream>
|
||||
#include <string_view>
|
||||
|
||||
#include "imageio/image_dec.h"
|
||||
#include "imageio/metadata.h"
|
||||
|
@ -15,7 +15,6 @@
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#include <cstdint>
|
||||
#include <string_view>
|
||||
|
||||
#include "src/webp/mux_types.h"
|
||||
#include "tests/fuzzer/fuzz_utils.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user