Update NEWS for 0.8.2

This commit is contained in:
Jean-Baptiste Kempf 2021-02-15 13:45:24 +01:00
parent d7d125f17c
commit 54e43f909f
2 changed files with 23 additions and 3 deletions

24
NEWS
View File

@ -1,4 +1,24 @@
Changes for 0.8.1 'Eurasian hobby":
Changes for 0.8.2 'Eurasian hobby':
-----------------------------------
0.8.2 is a middle-size update of the 0.8.0 branch:
- ARM32 optimizations for ipred in 10/12bits, completing most of
the 10b/12b work on ARM
- Give the post-filters their own threads
- ARM64: rewrite the wiener functions
- Speed up coefficient decoding, 0.5%-3% global decoding gain
- x86: rewrite the SGR AVX2 asm
- x86: improve msac speed on SSE2+ machines
- ARM32: improve speed of ipred and warp
- ARM64: improve speed of ipred, cdef_dir, cdef_filter, warp_motion and itx16
- ARM32/64: improve speed of looprestoration
- Add seeking, pausing to the player
- Update the player for rendering of 10b/12b
- Misc speed improvements and fixes on all platforms
- Add a xxh3 muxer in the dav1d application
Changes for 0.8.1 'Eurasian hobby':
-----------------------------------
0.8.1 is a minor update on 0.8.0:
@ -10,7 +30,7 @@ Changes for 0.8.1 'Eurasian hobby":
- x86 optimizations for wiener in SSE2/SSSE3/AVX2
Changes for 0.8.0 'Eurasian hobby":
Changes for 0.8.0 'Eurasian hobby':
-----------------------------------
0.8.0 is a major update for dav1d:

View File

@ -23,7 +23,7 @@
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
project('dav1d', ['c'],
version: '0.8.1',
version: '0.8.2',
default_options: ['c_std=c99',
'warning_level=2',
'buildtype=release',