shithub: dav1d

RSS feed

2ecb122a – Marvin Scholz <epirat07@gmail.com> authored and Henrik Gramner <gramner@twoorioles.com> committed on 2018/10/09 10:03
Build: Change default build type to release

e4d0bd41 – Henrik Gramner <gramner@twoorioles.com> authored on 2018/10/08 11:39
x86: Add paeth intra prediction AVX2 asm

701f88b9 – Henrik Gramner <gramner@twoorioles.com> authored on 2018/10/08 09:03
x86: Add dc/h/v intra prediction AVX2 asm

53389fcd – Henrik Gramner <gramner@twoorioles.com> authored on 2018/10/08 09:03
checkasm: Add unit tests for intra prediction

9d1fcef3 – David Michael Barr <b@rr-dav.id.au> authored on 2018/10/06 15:18
Loop filter: mask with exact image width in MI

aec3d25c – Ronald S. Bultje <rsbultje@gmail.com> authored on 2018/10/05 12:29
Add horizontal loopfilter AVX2 SIMD

24effd47 – Ronald S. Bultje <rsbultje@gmail.com> authored on 2018/10/05 12:29
Add horizontal loopfilter to unit test

bf7a4786 – Ronald S. Bultje <rsbultje@gmail.com> authored on 2018/10/05 12:30
Rewrite horizontal loopfilter

04b70ea5 – Ronald S. Bultje <rsbultje@gmail.com> authored on 2018/10/05 13:51
Add vertical loopfilter AVX2 SIMD

a146437d – Ronald S. Bultje <rsbultje@gmail.com> authored on 2018/10/05 13:47
Add vertical loopfilter unit test

36647aaa – Ronald S. Bultje <rsbultje@gmail.com> authored on 2018/10/05 13:44
Vertical loopfilter simplifications

76646c7d – Ronald S. Bultje <rsbultje@gmail.com> authored on 2018/10/06 09:54
Reset entropy/reference state after making a fwd_kf visible

2483af97 – Ronald S. Bultje <rsbultje@gmail.com> authored on 2018/10/07 11:14
Don't clear n_tile_data on first dav1d_frame_task() iteration

44b748f4 – Ronald S. Bultje <rsbultje@gmail.com> authored on 2018/10/07 17:24
Don't read CDF before it is available

8e5c00fe – Ronald S. Bultje <rsbultje@gmail.com> authored on 2018/10/06 11:15
Ensure all tile workers are parked before finishing frame

e293c396 – Ronald S. Bultje <rsbultje@gmail.com> authored on 2018/10/07 05:13
Reduce copied edges on non-subpixel positions

42fc4724 – Henrik Gramner <gramner@twoorioles.com> authored on 2018/10/08 08:55
checkasm: Fix itx coef input ranges

f17c5e08 – Janne Grunau <janne-vlc@jannau.net> authored on 2018/10/07 18:01
check IntraBC displacement vector

57347c19 – Janne Grunau <janne-vlc@jannau.net> authored on 2018/10/06 17:40
decode_b: make sure seg_id is valid

f7830788 – Janne Grunau <janne-vlc@jannau.net> authored on 2018/10/05 20:06
error out if segmentation is enabled but no map available

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