shithub: dav1d

RSS feed

0ddaaf8e – Henrik Gramner <gramner@twoorioles.com> authored on 2018/11/06 18:18
Fix GCC aliasing warnings

67436a48 – Janne Grunau <janne-vlc@jannau.net> authored on 2018/11/06 16:45
threading: fix deadlock with multiple tile rows

704a5252 – Janne Grunau <janne-vlc@jannau.net> authored on 2018/11/04 17:19
frame threading: signal reference frame decoding errors

6f979f81 – Janne Grunau <janne-vlc@jannau.net> authored on 2018/11/05 15:03
tile threading: pass decoding errors through progress tracking

82cce09a – Janne Grunau <janne-vlc@jannau.net> authored on 2018/11/05 18:38
do not use the picture after an allocation error

014b0a06 – Janne Grunau <janne-vlc@jannau.net> authored on 2018/11/05 16:28
submit_frame: frame threading cleanup on decoding errors

2366b77a – Janne Grunau <janne-vlc@jannau.net> authored on 2018/11/05 18:35
submit_frame: always 'goto error' for proper cleanup

e3b5d4d0 – Ronald S. Bultje <rsbultje@gmail.com> authored on 2018/11/05 04:27
Use grouped context setting

01386d4c – Ronald S. Bultje <rsbultje@gmail.com> authored and Jean-Baptiste Kempf <jb@videolan.org> committed on 2018/11/06 00:52
Move emu_edge() from recon_tmpl.c to Dav1dMCDSPContext in mc_tmpl.c

17426a6a – Martin Storsjö <martin@martin.st> authored and Jean-Baptiste Kempf <jb@videolan.org> committed on 2018/10/28 19:33
checkasm: Don't benchmark all the 8tap filters

84b7a861 – Martin Storsjö <martin@martin.st> authored and Jean-Baptiste Kempf <jb@videolan.org> committed on 2018/11/06 09:08
checkasm: Extend mc testing for any combination of 2-32 x 2-32, for OBMC

d9470160 – Tristan Laurent <t.laurent@ateme.com> authored and Ronald S. Bultje <rsbultje@gmail.com> committed on 2018/11/06 08:38
Add "disable_cdf_update" support

bd747b11 – James Almer <jamrial@gmail.com> authored on 2018/11/05 19:14
getbits: prevent undefined shift in dav1d_get_vlc()

44ad79e9 – Henrik Gramner <gramner@twoorioles.com> authored on 2018/11/05 13:48
Fix SGR AVX2 asm on Windows

973d11bf – Henrik Gramner <gramner@twoorioles.com> authored on 2018/11/05 09:13
x86: Add warp8x8 and warp8x8t AVX2 asm

22e144fb – Henrik Gramner <gramner@twoorioles.com> authored on 2018/11/05 09:11
Add checkasm unit tests for warp8x8 and warp8x8t

a0692eb8 – Henrik Gramner <gramner@twoorioles.com> authored on 2018/11/05 09:11
Reorder the mc warp filter array

4a499fd5 – Ronald S. Bultje <rsbultje@gmail.com> authored on 2018/11/02 11:39
Add AVX2 implementation for SGR looprestoration

bfdfd1aa – Ronald S. Bultje <rsbultje@gmail.com> authored on 2018/11/01 11:48
Simplify SGR C code

7d1d7d28 – Ronald S. Bultje <rsbultje@gmail.com> authored on 2018/11/01 11:44
Add unit test for SGR looprestoration