shithub: dav1d

RSS feed

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 and Janne Grunau <janne-vlc@jannau.net> committed on 2018/11/15 10:24
Clip unscaled output pixels in put_8tap_scaled_c()

14388c3c – Janne Grunau <janne-vlc@jannau.net> authored on 2018/11/15 15:35
call dav1d_get_picture() until it returns -EAGAIN for draining

e890a66f – Janne Grunau <janne-vlc@jannau.net> authored on 2018/11/15 16:40
frame mt: fix memleak caused by race between dav1d_close and dav1d_decode_frame

597a6eb9 – Ronald S. Bultje <rsbultje@gmail.com> authored and Janne Grunau <janne-vlc@jannau.net> committed on 2018/11/15 03:38
Disable warped motion for invalid warped global motion parameters

ae1eb5f2 – Ronald S. Bultje <rsbultje@gmail.com> authored and Janne Grunau <janne-vlc@jannau.net> committed on 2018/11/15 03:12
Use seg->globalmv/skip in determining is_comp

e5510796 – Ronald S. Bultje <rsbultje@gmail.com> authored on 2018/11/15 07:47
Don't clip in prep_8tap_scaled_c

4149c72b – James Almer <jamrial@gmail.com> authored on 2018/11/15 06:58
obu: add support for OBUs with no size field

6c27b662 – Boyuan Xiao <boyuan.xiao@argondesign.com> authored and Ronald S. Bultje <rsbultje@gmail.com> committed on 2018/11/09 08:43
Only do intra edge filtering/upsampling if enable_intra_edge set

2c3eaffd – Boyuan Xiao <boyuan.xiao@argondesign.com> authored and Ronald S. Bultje <rsbultje@gmail.com> committed on 2018/11/13 12:06
Correct the condition for freeing references in dav1d_parse_obus

a1e945ca – Janne Grunau <janne-vlc@jannau.net> authored on 2018/11/15 05:10
obu: tile_group and frame OBUs do not have trailing bits

a6b94ca9 – Janne Grunau <janne-vlc@jannau.net> authored and Marvin Scholz <epirat07@gmail.com> committed on 2018/11/14 10:52
meson: fix disabling asm for arm/arm64

949853f2 – Konstantin Pavlov <thresh@videolan.org> authored on 2018/11/14 18:12
CI: bump the dav1d-debian-unstable image version.

ca33a9b7 – Rupert Swarbrick <rupert.swarbrick@argondesign.com> authored on 2018/11/14 12:15
Fix operator order in obu.c

a79cebf2 – Janne Grunau <janne-vlc@jannau.net> authored and Ronald S. Bultje <rsbultje@gmail.com> committed on 2018/11/14 05:27
dav1d_fuzzer: skip empty frames to avoid assertions after 026069693ef

c59f1940 – Rupert Swarbrick <rupert.swarbrick@argondesign.com> authored and Ronald S. Bultje <rsbultje@gmail.com> committed on 2018/10/17 13:49
Correctly flush at the end of OBUs

2532642b – Rupert Swarbrick <rupert.swarbrick@argondesign.com> authored and Ronald S. Bultje <rsbultje@gmail.com> committed on 2018/10/17 14:16
Fix how we read the UV quantization level

066b02c2 – Boyuan Xiao <boyuan.xiao@argondesign.com> authored and Ronald S. Bultje <rsbultje@gmail.com> committed on 2018/10/15 12:37
Segmentation map reference logic

2f7eb1e9 – Boyuan Xiao <boyuan.xiao@argondesign.com> authored and Ronald S. Bultje <rsbultje@gmail.com> committed on 2018/10/15 12:37
Fix parsing segmentation data in parse_frame_hdr

0bf59f09 – Ronald S. Bultje <rsbultje@gmail.com> authored and Janne Grunau <janne-vlc@jannau.net> committed on 2018/11/13 15:09
Fix segmentation map size check

cf9ec49a – Janne Grunau <janne-vlc@jannau.net> authored on 2018/11/14 08:58
mc: use width/height of reference frame in warp_affine