shithub: dav1d

RSS feed

8b8e9fe8 – Janne Grunau <janne-vlc@jannau.net> authored on 2018/11/09 14:57
lf mask: calculate vertical mask correctly

b3291ede – Derek Buitenhuis <derek.buitenhuis@gmail.com> authored on 2018/11/07 14:55
MSVC Compat: Move stdatomic fallback to its own directory

f225ad7a – Derek Buitenhuis <derek.buitenhuis@gmail.com> authored on 2018/11/07 12:34
Add stdatomic fallback for GCC 4.7/4.8

d253401a – Janne Grunau <janne-vlc@jannau.net> authored on 2018/11/09 13:13
frame-mt: do not derive_warpmv intrabc blocks

4d3b6c15 – Janne Grunau <janne-vlc@jannau.net> authored on 2018/11/08 18:55
reduce size of Av1FrameHeader by 7940 bytes

8c95771d – Janne Grunau <janne-vlc@jannau.net> authored on 2018/11/08 18:04
frame-mt: set b->filter2d for intra bc blocks

1ddd4cb8 – Ronald S. Bultje <rsbultje@gmail.com> authored on 2018/11/08 11:20
Always free references upon sequence header refresh

39b35e34 – Janne Grunau <janne-vlc@jannau.net> authored on 2018/11/07 16:26
fix backup of t->l.tx_lpf_uv at tile boundaries for 4:2:2 and 4:4:4

a9a09b70 – Ronald S. Bultje <rsbultje@gmail.com> authored on 2018/11/08 08:18
cdef: simplify sec_taps

7775e15a – Ronald S. Bultje <rsbultje@gmail.com> authored on 2018/11/08 09:39
Fix context for comp_type and intrabc

ba5eecc4 – Henrik Gramner <gramner@twoorioles.com> authored on 2018/11/08 12:05
Align blend masks

e4fbbbce – Henrik Gramner <gramner@twoorioles.com> authored and Jean-Baptiste Kempf <jb@videolan.org> committed on 2018/11/07 16:42
Add blend AVX2 asm

8676fda3 – Henrik Gramner <gramner@twoorioles.com> authored and Jean-Baptiste Kempf <jb@videolan.org> committed on 2018/11/07 16:41
Add blend checkasm unit test

bbc11c99 – Ronald S. Bultje <rsbultje@gmail.com> authored and Janne Grunau <janne-vlc@jannau.net> committed on 2018/11/07 13:12
cdef: make scalar types non-sized

7fe3b037 – James Almer <jamrial@gmail.com> authored on 2018/11/07 15:08
decode: clear the temporal tile data cache in Dav1dContext after copying to the frame context

1e852dc1 – Ronald S. Bultje <rsbultje@gmail.com> authored on 2018/11/06 06:42
AVX2 for emu_edge

ed129818 – Ronald S. Bultje <rsbultje@gmail.com> authored on 2018/11/07 04:22
Change stride of emu_edge buffer from 160 to 192

47a581a5 – Ronald S. Bultje <rsbultje@gmail.com> authored on 2018/11/06 06:42
Change emu_edge function argument order for easier SIMD

404a8fbf – Ronald S. Bultje <rsbultje@gmail.com> authored on 2018/11/06 02:49
Add emu_edge checkasm unit test

b8b56a17 – Ronald S. Bultje <rsbultje@gmail.com> authored on 2018/11/07 09:47
Fix crash if --muxer is not set

fac1a1af – Tristan Laurent <t.laurent@ateme.com> authored and Ronald S. Bultje <rsbultje@gmail.com> committed on 2018/11/07 12:56
Add 'null' muxer in help

55d512c7 – Janne Grunau <janne-vlc@jannau.net> authored on 2018/11/07 15:20
recon: fix bilinear entry in dav1d_filter_dir table

5945f34f – Janne Grunau <janne-vlc@jannau.net> authored on 2018/11/07 11:58
coef/dequant: clip coefs before and after dequantization

48a7486a – James Almer <jamrial@gmail.com> authored on 2018/11/06 17:59
picture: add dav1d_picture_move_ref()

2044016e – Steve Lhomme <robux4@videolan.org> authored on 2018/11/07 03:37
Make the public headers C++ friendly

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