RSS feed
eb37d5cc
– James Almer <jamrial@gmail.com>
authored
on 2019/01/07 11:28
picture: properly handle Dav1dUserData references in Dav1dPicture
8308f4b5
– Michael Bradshaw <mjbshaw@google.com>
authored
and Ronald S. Bultje <rsbultje@gmail.com>
committed
on 2019/01/03 06:07
Only set Dav1dRef's data field in dav1d_ref_create
c7007c92
– Michael Bradshaw <mjbshaw@google.com>
authored
on 2018/12/13 11:57
Add a user data pointer to Dav1dDataProps
9ea56386
– Xuefeng Jiang <xuefeng@multicorewareinc.com>
authored
and Henrik Gramner <gramner@twoorioles.com>
committed
on 2018/12/27 04:13
Add SSSE3 implementations for dav1d_ipred_top, dav1d_ipred_left and dav1d_ipred_128
5fa6c44a
– Liwei Wang <liwei@multicorewareinc.com>
authored
on 2018/12/26 09:57
Add SSSE3 implementation for the 8x8 blocks in itx
71e13008
– Xuefeng Jiang <xuefeng@multicorewareinc.com>
authored
and Henrik Gramner <gramner@twoorioles.com>
committed
on 2018/12/20 06:49
Add SSSE3 implementation for dav1d_ipred_v and dav1d_ipred_dc
8c5d34c8
– Henrik Gramner <gramner@twoorioles.com>
authored
on 2018/12/21 21:45
Add tail call optimizations in SSSE3 itx
1703f21f
– Liwei Wang <liwei@multicorewareinc.com>
authored
and Henrik Gramner <gramner@twoorioles.com>
committed
on 2018/12/18 05:36
Add SSSE3 implementation for the 4x8 and 8x4 blocks in itx
bd8ce19e
– Ronald S. Bultje <rsbultje@gmail.com>
authored
and Janne Grunau <janne-vlc@jannau.net>
committed
on 2018/12/20 07:22
Duplicate LR line if the bottom edge only has one line available
a900ff69
– Henrik Gramner <gramner@twoorioles.com>
authored
on 2018/12/20 16:47
build: Silence some useless MSVC warnings
0f25db1a
– Henrik Gramner <gramner@twoorioles.com>
authored
on 2018/12/19 19:43
Use 16-byte stack alignment on 32-bit x86
276973ec
– Ronald S. Bultje <rsbultje@gmail.com>
authored
on 2018/12/20 07:04
Don't apply QM on lossless blocks
ee8856ff
– Henrik Gramner <gramner@twoorioles.com>
authored
on 2018/12/19 17:22
Perform stack realignment in every API entry point
b10771e9
– Jan Beich <jbeich@FreeBSD.org>
authored
and Janne Grunau <janne-vlc@jannau.net>
committed
on 2018/12/17 15:25
arm: detect NEON on FreeBSD armv6
65305637
– Jan Beich <jbeich@FreeBSD.org>
authored
and Janne Grunau <janne-vlc@jannau.net>
committed
on 2018/12/17 15:18
arm: assume NEON if built with it
a2bda884
– Janne Grunau <janne-vlc@jannau.net>
authored
on 2018/12/18 18:38
intrabc: adjust right border to multiple of the block size
cd57a9a0
– Henrik Gramner <gramner@twoorioles.com>
authored
on 2018/12/19 15:28
Only perform stack allocation on WIN64 in ipred_filter_avx2
763f64cc
– Janne Grunau <janne-vlc@jannau.net>
authored
on 2018/12/15 15:33
memory sanitizer: check all blocks for fully initialized pixel data
3f875e44
– Henrik Gramner <gramner@twoorioles.com>
authored
on 2018/12/18 12:59
Fix stack corruption in 32-bit emu_edge_ssse3
727fff1a
– Janne Grunau <janne-vlc@jannau.net>
authored
on 2018/12/18 10:03
CI: update debian32 image to treat text relocations as error
2fb9ac0a
– Francois Cartegnie <fcartegnie@free.fr>
authored
and Henrik Gramner <gramner@twoorioles.com>
committed
on 2018/12/06 15:59
add SSSE3 emu_edge
f1185fe9
– Henrik Gramner <gramner@twoorioles.com>
authored
on 2018/12/17 17:30
CI: Add a 32-bit Linux build job
c2292efc
– Henrik Gramner <gramner@twoorioles.com>
authored
on 2018/12/16 12:57
Implement support for PIC in x86-32 asm
7cb756ea
– Ronald S. Bultje <rsbultje@gmail.com>
authored
on 2018/12/17 15:06
itx: replace qw_ constant prefix with pw_
121b3bb3
– Ronald S. Bultje <rsbultje@gmail.com>
authored
on 2018/12/17 04:16
CI: enforce lack of carriage return / tab
36f76f42
– Ronald S. Bultje <rsbultje@gmail.com>
authored
on 2018/12/17 04:06
Remove carriage return characters
502e5b92
– Ronald S. Bultje <rsbultje@gmail.com>
authored
on 2018/12/17 04:05
Remove tab
2eee4711
– Henrik Gramner <gramner@twoorioles.com>
authored
on 2018/12/17 17:48
Fix AVX2 itx crash on 64-bit Windows
08b4c9af
– Henrik Gramner <gramner@twoorioles.com>
authored
on 2018/12/17 12:52
Avoid a redundant clip in 8-bit itx
a755b6e3
– Henrik Gramner <gramner@twoorioles.com>
authored
on 2018/12/15 14:02
Clip coefficients in SSSE3/AVX2 inverse transform asm
eb01bdb9
– Henrik Gramner <gramner@twoorioles.com>
authored
on 2018/12/15 14:01
Improve the fast path of IDCT 8x32 AVX2
b53a99b9
– Janne Grunau <janne-vlc@jannau.net>
authored
on 2018/12/16 07:27
arm: define PIC if the compiler uses pic by default
7677c120
– Janne Grunau <janne-vlc@jannau.net>
authored
on 2018/12/15 10:30
intrabc: use visible width/height in mv correction
6a95aa56
– Jean-Baptiste Kempf <jb@videolan.org>
authored
on 2018/12/15 07:53
Update the THANKS file
dd961b1e
– Jean-Baptiste Kempf <jb@videolan.org>
authored
on 2018/12/15 07:47
Update slightly the contribution document.
6b3770ae
– Jean-Baptiste Kempf <jb@videolan.org>
authored
on 2018/12/15 07:43
Various update to the README, post 0.1.0 release
0c173fd1
– Jean-Baptiste Kempf <jb@videolan.org>
authored
on 2018/12/15 07:29
On the road to 0.1.1
6a10a981
– Ronald S. Bultje <rsbultje@gmail.com>
authored
on 2018/12/14 10:38
Rewrite inverse transforms to prevent integer overflows
12dc2be0
– Michael Bradshaw <mjbshaw@google.com>
authored
and Jean-Baptiste Kempf <jb@videolan.org>
committed
on 2018/12/12 21:06
Document the thread context in which Dav1dPicAllocator's functions are called
41874f89
– Fred Barbier <frederic.barbier@allegrodvt.com>
authored
and Ronald S. Bultje <rsbultje@gmail.com>
committed
on 2018/12/12 09:52
Allow redundant sequence header
e5bca59c
– Janne Grunau <janne-vlc@jannau.net>
authored
on 2018/12/12 18:07
itx: cancel 16 out of '(x * 2896) >> 12' to avoid integer overflows
1d3f6364
– Janne Grunau <janne-vlc@jannau.net>
authored
on 2018/12/12 16:49
inv_identity: avoid signed int overflow for 12-bit files
c3ee7290
– David Michael Barr <b@rr-dav.id.au>
authored
and Ronald S. Bultje <rsbultje@gmail.com>
committed
on 2018/12/12 14:33
x86: Add chroma-from-luma AC 4:2:2 AVX2 asm
ec734abd
– Timo Gurr <timo.gurr@gmail.com>
authored
and Janne Grunau <janne-vlc@jannau.net>
committed
on 2018/12/11 13:32
meson: fix installing the includes
73067e5c
– Janne Grunau <janne-vlc@jannau.net>
authored
on 2018/12/11 16:27
allocation fail fuzzer: use a static library and objcopy
a6b903fb
– Jean-Baptiste Kempf <jb@videolan.org>
authored
on 2018/12/11 10:14
Update NEWS