Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/videolan/dav1d.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS2
-rw-r--r--meson.build2
2 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 8d0b4b3..e6e2edd 100644
--- a/NEWS
+++ b/NEWS
@@ -7,7 +7,7 @@ Changes for 0.4.0 'Cheetah':
- Improve speed on 32bits systems
- Optimization in obmc blend
- Reduce RAM usage significantly
- - The initial PPC SIMD code
+ - The initial PPC SIMD code, cdef_filter
- NEON optimizations for blend functions on ARM
- NEON optimizations for w_mask functions on ARM
- NEON optimizations for inverse transforms on ARM64
diff --git a/meson.build b/meson.build
index 2ac98d6..66ff5da 100644
--- a/meson.build
+++ b/meson.build
@@ -23,7 +23,7 @@
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
project('dav1d', ['c'],
- version: '0.3.1',
+ version: '0.4.0',
default_options: ['c_std=c99',
'warning_level=2',
'buildtype=release',