Skip to content
Snippets Groups Projects
Commit 8a6f054e authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf
Browse files

Update NEWS for 1.2.1

parent fbdd3ed0
No related branches found
No related tags found
No related merge requests found
Changes for 1.2.1 'Arctic Peregrine Falcon':
-------------------------------------------
1.2.1 is a small release of dav1d, adding more SIMD and fixes
- Fix a threading race on task_thread.init_done
- NEON z2 8bpc and high bit-depth optimizations
- SSSE3 z2 high bit-depth optimziations
- Fix a desynced luma/chroma planes issue with Film Grain
- Reduce memory consumption
- Improve dav1d_parse_sequence_header() speed
- OBU: Improve header parsing and fix potential overflows
- OBU: Improve ITU-T T.35 parsing speed
- Misc buildsystems, CI and headers fixes
Changes for 1.2.0 'Arctic Peregrine Falcon':
-------------------------------------------
......
......@@ -23,7 +23,7 @@
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
project('dav1d', ['c'],
version: '1.2.0',
version: '1.2.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