RSS feed
c0351e1b
– Janne Grunau <janne-vlc@jannau.net>
authored
and Jean-Baptiste Kempf <jb@videolan.org>
committed
on 2018/10/25 04:55
CI: add testdata based regression tests
12465310
– Janne Grunau <janne-vlc@jannau.net>
authored
and Jean-Baptiste Kempf <jb@videolan.org>
committed
on 2018/10/30 16:42
fuzzing: limit maximum frame size to 4kx4k
6e796314
– Janne Grunau <janne-vlc@jannau.net>
authored
and Jean-Baptiste Kempf <jb@videolan.org>
committed
on 2018/10/30 17:04
decode: clean up properly after frame allocation error
fa93b8ff
– Martin Storsjö <martin@martin.st>
authored
on 2018/10/30 19:31
meson: Simplify the name of the checkasm test target
8cef1efc
– Marvin Scholz <epirat07@gmail.com>
authored
and Jean-Baptiste Kempf <jb@videolan.org>
committed
on 2018/10/29 19:40
Readme: Add info how to run tests
4a535b9f
– Marvin Scholz <epirat07@gmail.com>
authored
and Jean-Baptiste Kempf <jb@videolan.org>
committed
on 2018/10/29 19:27
Do not run other tests parallel with checkasm test
ea707934
– Marvin Scholz <epirat07@gmail.com>
authored
and Jean-Baptiste Kempf <jb@videolan.org>
committed
on 2018/10/14 11:10
Add option to include extra testdata tests
8fbd87e5
– James Almer <jamrial@gmail.com>
authored
on 2018/10/29 16:44
obu: fix parsing film_grain_present and num_operating_points in Sequence Headers
8fac3029
– Ronald S. Bultje <rsbultje@gmail.com>
authored
and Janne Grunau <janne-vlc@jannau.net>
committed
on 2018/10/28 08:00
Don't use msac_decode_bool() for edge partition parsing
c52cc17a
– Janne Grunau <janne-vlc@jannau.net>
authored
and Jean-Baptiste Kempf <jb@videolan.org>
committed
on 2018/10/28 17:09
API: constify Dav1dData and dav1d_data_wrap()
9f17489c
– Janne Grunau <janne-vlc@jannau.net>
authored
on 2018/10/26 16:48
unref reference pictures after decoding errors
46a3fd20
– Ronald S. Bultje <rsbultje@gmail.com>
authored
on 2018/10/26 13:00
Add a 4x4 cdef_filter AVX2 implementation
e2c6d029
– Ronald S. Bultje <rsbultje@gmail.com>
authored
on 2018/10/29 05:26
Add 8x8 cdef_filter AVX2 implementation
3b02d3a9
– Ronald S. Bultje <rsbultje@gmail.com>
authored
on 2018/10/25 09:55
Add CDEF filter checkasm unit test
8007c79f
– Ronald S. Bultje <rsbultje@gmail.com>
authored
on 2018/10/25 09:22
Simplify/rewrite cdef filtering code
ba08e37c
– Marvin Scholz <epirat07@gmail.com>
authored
on 2018/10/28 22:04
dav1d: Fix theoretical invalid pointer dereference
d8996b18
– Ronald S. Bultje <rsbultje@gmail.com>
authored
and Janne Grunau <janne-vlc@jannau.net>
committed
on 2018/10/28 10:26
Clear reference state upon sequence header change
e74daebe
– Janne Grunau <janne-vlc@jannau.net>
authored
on 2018/10/26 06:15
libfuzzer: build oss-fuzz fuzzer binaries with meson
5ff85043
– James Almer <jamrial@gmail.com>
authored
on 2018/10/28 10:17
picture: make poc the first field in Dav1dPicture
0f4253f2
– Ronald S. Bultje <rsbultje@gmail.com>
authored
and Janne Grunau <janne-vlc@jannau.net>
committed
on 2018/10/28 08:03
Backup extra 8 pixels at bottom of frame
172f277b
– Ronald S. Bultje <rsbultje@gmail.com>
authored
and Janne Grunau <janne-vlc@jannau.net>
committed
on 2018/10/28 04:50
Cast masks to unsigned before upshifting
cacfb8d2
– Janne Grunau <janne-vlc@jannau.net>
authored
on 2018/10/28 07:25
parse_obu: reset have_{seq,frame}_hdr on new OBU_{SEQ,FRAME}_HDR
ba789ebf
– Ronald S. Bultje <rsbultje@gmail.com>
authored
on 2018/10/27 17:28
Require bits/component to match between picture and references
acde4240
– Ronald S. Bultje <rsbultje@gmail.com>
authored
on 2018/10/27 14:38
Add AVX2 SIMD implementation for cdef_dir
dd797aa2
– Ronald S. Bultje <rsbultje@gmail.com>
authored
on 2018/10/23 04:39
Add CDEF unit test
fdf780f7
– Ronald S. Bultje <rsbultje@gmail.com>
authored
on 2018/10/23 06:06
Rewrite cdef_dir C code