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:
authorJean-Baptiste Kempf <jb@videolan.org>2019-08-03 00:35:51 +0300
committerJean-Baptiste Kempf <jb@videolan.org>2019-08-03 00:35:51 +0300
commit5f63e531b9d10a09afe0a6b4875ca4852a7e58c1 (patch)
tree609286e7bdb31669539c95bb36ce2b55c9e1b4c3
parentafee1ac744864f31b2ff3da5ef48ddb186a00dad (diff)
dav1d 0.4.00.4.0
-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',