shithub: dav1d

RSS feed

ebf39ee1 – Janne Grunau <janne-vlc@jannau.net> authored on 2018/10/05 19:41
unref out picture on decoding error

31d2a9a3 – Janne Grunau <janne-vlc@jannau.net> authored on 2018/10/05 15:39
check dav1d_submit_frame() for errors

540c0a7a – James Almer <jamrial@gmail.com> authored on 2018/10/05 19:34
thread: destroy the thread before freeing the dav1d_win32_thread_t struct

fc8e06d5 – James Almer <jamrial@gmail.com> authored on 2018/10/04 21:08
Reduce code duplication

c0451c8a – James Almer <jamrial@gmail.com> authored on 2018/10/04 21:00
fix skipping ref_order_hint in frame headers

bb505b3e – Henrik Gramner <gramner@twoorioles.com> authored and Jean-Baptiste Kempf <jb@videolan.org> committed on 2018/10/05 11:33
Intra prediction DSP refactoring

7e693a1d – Janne Grunau <janne-vlc@jannau.net> authored and Henrik Gramner <gramner@twoorioles.com> committed on 2018/10/04 20:10
fuzzer: fix ivf parsing

e664029a – Janne Grunau <janne-vlc@jannau.net> authored and Henrik Gramner <gramner@twoorioles.com> committed on 2018/10/04 18:35
fuzzer: use only external API and do not depend on config.h

2faf1016 – skal <pascal.massimino@gmail.com> authored and Ronald S. Bultje <rsbultje@gmail.com> committed on 2018/10/02 14:06
fix -Wsign-compare warnings

2d3e3ef0 – Janne Grunau <janne-vlc@jannau.net> authored and Henrik Gramner <gramner@twoorioles.com> committed on 2018/10/04 17:14
meson: error on nasm < 2.13

a8d24ea1 – Janne Grunau <janne-vlc@jannau.net> authored and Henrik Gramner <gramner@twoorioles.com> committed on 2018/10/03 12:48
API: always unref input buffer after consuming it completely

c5d283bd – Janne Grunau <janne-vlc@jannau.net> authored on 2018/10/03 10:36
tile: check for arithmetic underflow in tile setup

1b5d3359 – Janne Grunau <janne-vlc@jannau.net> authored on 2018/10/03 08:25
parsing: error out when trying to decode a frame without tile data

a32c5086 – David Michael Barr <b@rr-dav.id.au> authored on 2018/10/04 17:59
Lossless segments: allow CfL in 4x4 chroma blocks

da97ba3f – Luc Trudeau <ltrudeau@twoorioles.com> authored on 2018/10/03 12:11
Move delta_lf inside delta_q check

99239678 – Henrik Gramner <gramner@twoorioles.com> authored on 2018/10/04 07:35
Correctly use dav1d_ prefix for global symbols

aa0fc471 – Henrik Gramner <gramner@twoorioles.com> authored on 2018/10/03 16:08
x86: Enable ITX AVX2 asm on 64-bit Windows

2df87489 – Henrik Gramner <gramner@twoorioles.com> authored on 2018/10/03 19:12
x86: Fix out-of-bounds write in ITX asm

858689e1 – Janne Grunau <janne-vlc@jannau.net> authored on 2018/10/02 15:20
tests: add libfuzzer test target

47886aed – Janne Grunau <janne-vlc@jannau.net> authored and Jean-Baptiste Kempf <jb@videolan.org> committed on 2018/10/03 10:38
decode_frame: unref everything on decoding errors

914bf584 – Janne Grunau <janne-vlc@jannau.net> authored on 2018/10/02 19:27
frame header: check for arithmetic underflow in tile data parsing

a9380fee – Janne Grunau <janne-vlc@jannau.net> authored on 2018/10/03 07:41
frame header: fix tile size parsing for non-uniform tiles

a537c5ac – Janne Grunau <janne-vlc@jannau.net> authored on 2018/10/02 17:16
get_bits: avoid infinite loops in get_vlc() at EOF

4ec4605b – Henrik Gramner <gramner@twoorioles.com> authored on 2018/10/02 14:59
x86-64: Inverse transforms AVX2

58caeed2 – Henrik Gramner <gramner@twoorioles.com> authored on 2018/09/28 18:35
checkasm: Add inverse transform unit tests

5a7af87d – Henrik Gramner <gramner@twoorioles.com> authored on 2018/10/03 09:11
build: Fix stack alignment

d2d79ed7 – Henrik Gramner <gramner@twoorioles.com> authored and Jean-Baptiste Kempf <jb@videolan.org> committed on 2018/10/02 16:14
Remove dav1d_init()

c6788ed5 – James Almer <jamrial@gmail.com> authored on 2018/10/02 14:45
Improve public API documentation in data.h