Skip to content
Snippets Groups Projects
Commit 6ed5fafb authored by Janne Grunau's avatar Janne Grunau
Browse files

Update NEWS for 0.8.1

parent 7424f8e8
No related branches found
Tags 0.8.1
No related merge requests found
Changes for 0.8.1 'Eurasian hobby":
-----------------------------------
0.8.1 is a minor update on 0.8.0:
- Keep references to buffers valid after dav1d_close(). Fixes a regression
caused by the picture buffer pool added in 0.8.0.
- ARM32 optimizations for 10bit bitdepth for SGR
- ARM32 optimizations for 16bit bitdepth for blend/w_masl/emu_edge
- ARM64 optimizations for 10bit bitdepth for SGR
- x86 optimizations for wiener in SSE2/SSSE3/AVX2
Changes for 0.8.0 'Eurasian hobby":
-----------------------------------
......
......@@ -23,7 +23,7 @@
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
project('dav1d', ['c'],
version: '0.8.0',
version: '0.8.1',
default_options: ['c_std=c99',
'warning_level=2',
'buildtype=release',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment