shithub: dav1d

RSS feed

76f56606 – Nathan E. Egge <unlord@xiph.org> authored on 2018/11/21 01:23
Rewrite the y4m header to match aomdec.

c5622d89 – Janne Grunau <janne-vlc@jannau.net> authored on 2018/11/20 18:29
CI: use meson's '--werror' instead of CFLAGS

32accaa4 – James Almer <jamrial@gmail.com> authored on 2018/11/20 14:16
dav1d_fuzzer: include config.h before other headers

c4be071d – Ronald S. Bultje <rsbultje@gmail.com> authored on 2018/11/20 11:32
Merge dav1d_picture_alloc() and dav1d_picture_alloc_copy()

b716083c – Janne Grunau <janne-vlc@jannau.net> authored on 2018/11/19 15:13
fuzzer: mask all CPU flags under memory sanitizer

1b536ad4 – Janne Grunau <janne-vlc@jannau.net> authored on 2018/11/20 15:05
mark dav1d_set_cpu_flags_mask visible

d0fa8ce9 – Janne Grunau <janne-vlc@jannau.net> authored on 2018/11/19 14:55
common.h: prefix multiple inclusion guard with DAV1D_

ce258fa4 – Ronald S. Bultje <rsbultje@gmail.com> authored and Janne Grunau <janne-vlc@jannau.net> committed on 2018/11/17 06:05
Normatively allow invalid global motion parameters

bb1a9352 – Ronald S. Bultje <rsbultje@gmail.com> authored and Janne Grunau <janne-vlc@jannau.net> committed on 2018/11/20 02:56
Fix use of uninitialized memory in resize_c()

e8f5a93e – Janne Grunau <janne-vlc@jannau.net> authored on 2018/11/20 03:53
film_grain: replace left shift of a signed value with a multiplication

5098b23a – Janne Grunau <janne-vlc@jannau.net> authored on 2018/11/12 18:59
itx: clip according to spec, fixes #103, #158

c627f16f – Ronald S. Bultje <rsbultje@gmail.com> authored and Janne Grunau <janne-vlc@jannau.net> committed on 2018/11/20 03:28
Don't set LR coefficient defaults at image edges

86fd0b6d – Martin Storsjö <martin@martin.st> authored and Jean-Baptiste Kempf <jb@videolan.org> committed on 2018/11/20 09:22
film_grain: Fix compilation with MSVC

acee4345 – Janne Grunau <janne-vlc@jannau.net> authored on 2018/11/19 17:52
frame mt: mark frame as failed in dav1d_close()

b3c522d5 – Marvin Scholz <epirat07@gmail.com> authored and Jean-Baptiste Kempf <jb@videolan.org> committed on 2018/11/19 12:10
build: Only add libdav1d_nasm_objs if needed

9f77d9c3 – James Almer <jamrial@gmail.com> authored on 2018/11/19 13:03
film_grain: include config.h before other headers

a194d478 – Ronald S. Bultje <rsbultje@gmail.com> authored and Luc Trudeau <ltrudeau@twoorioles.com> committed on 2018/11/16 10:59
Slightly simplify the loop in lr_sbrow()

cfa986fe – Niklas Haas <git@haasn.xyz> authored and Ronald S. Bultje <rsbultje@gmail.com> committed on 2018/11/13 11:53
film_grain: implement film grain synthesis

20e9f4df – Niklas Haas <git@haasn.xyz> authored and Ronald S. Bultje <rsbultje@gmail.com> committed on 2018/11/13 11:52
picture: make the film grain metadata public

df5230ef – Niklas Haas <git@haasn.xyz> authored and Ronald S. Bultje <rsbultje@gmail.com> committed on 2018/10/27 20:45
obu: parse uv_mult etc. as signed integers

5698bc91 – Nathan E. Egge <unlord@xiph.org> authored on 2018/11/18 13:32
Call msac_decode_bool() for 2 element CDFs.

9f812914 – Nathan E. Egge <unlord@xiph.org> authored and Nathan E. Egge <negge@dgql.org> committed on 2018/11/14 05:09
Remove confusing math and redundant computations.

ecf72597 – Ronald S. Bultje <rsbultje@gmail.com> authored and Janne Grunau <janne-vlc@jannau.net> committed on 2018/11/18 11:58
Clip resize height to image size

92020899 – Ronald S. Bultje <rsbultje@gmail.com> authored and Janne Grunau <janne-vlc@jannau.net> committed on 2018/11/18 11:42
Don't initialize the LR values if LR is disabled for a plane

c496fab4 – Janne Grunau <janne-vlc@jannau.net> authored on 2018/11/18 17:02
decode: check once per tile sb row for symbol decoder overreads

4aa0363a – Martin Storsjö <martin@martin.st> authored and Janne Grunau <janne-vlc@jannau.net> committed on 2018/10/26 20:54
arm64: mc: Implement 8tap and bilin functions

842b2074 – James Almer <jamrial@gmail.com> authored on 2018/11/17 07:03
obu: support frame_refs_short_signaling

58bcccc9 – Janne Grunau <janne-vlc@jannau.net> authored on 2018/11/18 12:12
arm: define PIC based on __PIC__ or __pic__ if not defined

1d16d094 – Ronald S. Bultje <rsbultje@gmail.com> authored on 2018/11/17 04:26
Revert "Disable warped motion for invalid warped global motion parameters"

8bef2dc2 – Janne Grunau <janne-vlc@jannau.net> authored on 2018/11/17 05:17
set chroma width/height correctly for 422/444 in dav1d_read_coef_blocks

f1d6eb93 – Janne Grunau <janne-vlc@jannau.net> authored on 2018/11/14 09:38
CI: add asan/msan/ubsan test jobs for oss-fuzz regression testing

623132ac – Janne Grunau <janne-vlc@jannau.net> authored on 2018/11/14 13:42
checkasm: fix undefined signed int left shift by 31 in loopfilter test

014dbe01 – Janne Grunau <janne-vlc@jannau.net> authored on 2018/11/15 17:37
CI: change build-debian-werror job to debug build

31bf9aa1 – Ronald S. Bultje <rsbultje@gmail.com> authored and Janne Grunau <janne-vlc@jannau.net> committed on 2018/11/16 10:56
Fix calculation of unit_idx to identify Av1RestorationUnit

242c35f3 – Ronald S. Bultje <rsbultje@gmail.com> authored on 2018/11/16 11:32
If Y/AC is 0 (but lossless=0), only allow coding DCT_DCT

0fdee4da – Ronald S. Bultje <rsbultje@gmail.com> authored on 2018/11/15 03:11
Add support for super-res

d27598e4 – Ronald S. Bultje <rsbultje@gmail.com> authored