Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
dav1d
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Thomas Wulz
dav1d
Commits
fc54119c
Commit
fc54119c
authored
5 years ago
by
Jean-Baptiste Kempf
Browse files
Options
Downloads
Patches
Plain Diff
Update NEWS for 0.5.1
parent
103cd220
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
NEWS
+12
-1
12 additions, 1 deletion
NEWS
meson.build
+1
-1
1 addition, 1 deletion
meson.build
with
13 additions
and
2 deletions
NEWS
+
12
−
1
View file @
fc54119c
Changes for 0.5.1 'Asiatic Cheetah':
------------------------------------
0.5.1 is a small release improving speeds and fixing minor issues
compared to 0.5.0:
- SSE2 optimizations for CDEF, wiener and warp_affine
- NEON optimizations for SGR on ARM32
- Fix mismatch issue in x86 asm in inverse identity transforms
- Fix build issue in ARM64 assembly if debug info was enabled
Changes for 0.5.0 'Asiatic Cheetah':
----------------------------
----------------------------
--------
0.5.0 is a medium release fixing regressions and minor issues,
and improving speed significantly:
...
...
This diff is collapsed.
Click to expand it.
meson.build
+
1
−
1
View file @
fc54119c
...
...
@@ -23,7 +23,7 @@
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
project
(
'dav1d'
,
[
'c'
],
version
:
'0.5.
0
'
,
version
:
'0.5.
1
'
,
default_options
:
[
'c_std=c99'
,
'warning_level=2'
,
'buildtype=release'
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment