shithub: dav1d

RSS feed

afac3d3f – Derek Buitenhuis <derek.buitenhuis@gmail.com> authored on 2018/09/22 10:43
API: Run dav1d_init under pthread_once

a6853a94 – Derek Buitenhuis <derek.buitenhuis@gmail.com> authored on 2018/09/24 11:26
win32: Add implementation of pthread_once

cbeac008 – Raphael Zumer <rzumer@tebako.net> authored and Ronald S. Bultje <rsbultje@gmail.com> committed on 2018/09/25 21:15
Fix style issues

a0364377 – Raphael Zumer <rzumer@tebako.net> authored and Ronald S. Bultje <rsbultje@gmail.com> committed on 2018/09/25 14:57
Fix attempt to copy chroma for monochrome streams

82f7611b – Janne Grunau <janne-vlc@jannau.net> authored and Ronald S. Bultje <rsbultje@gmail.com> committed on 2018/09/25 17:23
get rid of variable length arrays in intra prediction

c3690990 – Janne Grunau <janne-vlc@jannau.net> authored and Ronald S. Bultje <rsbultje@gmail.com> committed on 2018/09/25 19:20
build: add -Wvla to warn about undesired variable length arrays

d30b9339 – James Almer <jamrial@gmail.com> authored on 2018/09/25 13:09
Use aligned free() in dav1d_open() error code path

0cf63fb7 – James Almer <jamrial@gmail.com> authored on 2018/09/25 14:50
make dav1d_close() write NULL to the Dav1dContext pointer after freeing it

9fd4ede0 – Hugo Beauzée-Luyssen <hugo@videolan.org> authored on 2018/09/25 13:52
gitlab-ci: Check for win32/win64 builds

66220021 – Ronald S. Bultje <rsbultje@gmail.com> authored and Luc Trudeau <ltrudeau@twoorioles.com> committed on 2018/09/24 13:47
Use picture, not block, boundaries for edge extension conditions.

9075f0ee – Konstantin Pavlov <thresh@videolan.org> authored on 2018/09/25 09:56
gitlab-ci: use a newer image which includes nasm.

8d9a85e0 – Hugo Beauzée-Luyssen <hugo@videolan.org> authored on 2018/09/20 09:58
Remove superfluous semicolon

ac6c2868 – Hugo Beauzée-Luyssen <hugo@videolan.org> authored on 2018/09/20 09:57
validate: Don't use __PRETTY_FUNCTION__

3ad41348 – Hugo Beauzée-Luyssen <hugo@videolan.org> authored on 2018/09/20 09:57
validate: Don't name variadic macro parameters

c7141658 – Luc Trudeau <ltrudeau@twoorioles.com> authored on 2018/09/24 14:35
Fix undefined-behavior in obu.c

7b705481 – Marvin Scholz <epirat07@gmail.com> authored on 2018/09/24 18:23
Readme: Document required Meson version

d18bd0d7 – Ronald S. Bultje <rsbultje@gmail.com> authored on 2018/09/24 05:16
Fix stride in ac buffer from 32 to width in padding.

8a015fd0 – Ronald S. Bultje <rsbultje@gmail.com> authored on 2018/09/24 04:37
Don't wait for reference pictures in intrabc.

3c251d45 – Luc Trudeau <ltrudeau@twoorioles.com> authored on 2018/09/24 13:18
Fix 64 pixel super block row loop restoration

3a008361 – Steinar Midtskogen <stemidts@cisco.com> authored and Ronald S. Bultje <rsbultje@gmail.com> committed on 2018/09/23 10:43
Speed up CDEF

133fe1f9 – Marvin Scholz <epirat07@gmail.com> authored on 2018/09/23 11:52
Build: Do not add redundant -Wall flag

5c6c3acc – Martin Storsjö <martin@martin.st> authored and Ronald S. Bultje <rsbultje@gmail.com> committed on 2018/09/24 08:28
Fix muxers writing to stdout

62069f12 – Marvin Scholz <epirat07@gmail.com> authored on 2018/09/24 07:22
Build: Remove _GNU_SOURCE macro

fa89922b – Marvin Scholz <epirat07@gmail.com> authored on 2018/09/24 07:22
Build: Change C standard version to C99

707acf87 – Ronald S. Bultje <rsbultje@gmail.com> authored on 2018/09/24 01:07
Prevent bw/bh from being an odd number.

d83e084c – Marvin Scholz <epirat07@gmail.com> authored and Jean-Baptiste Kempf <jb@videolan.org> committed on 2018/09/23 16:26
Build: Use POSIX.1–2001 (IEEE Std 1003.1-2001)

dc371f98 – Marvin Scholz <epirat07@gmail.com> authored and Jean-Baptiste Kempf <jb@videolan.org> committed on 2018/09/23 16:19
Build: Remove cargo-cult macro definitions

62892a42 – Niklas Haas <git@haasn.xyz> authored and Jean-Baptiste Kempf <jb@videolan.org> committed on 2018/09/23 09:21
Add .gitignore

97b4cf42 – Luc Trudeau <ltrudeau@twoorioles.com> authored on 2018/09/22 04:15
Fix operator precedence issue with chroma subsampling

2a8f2d12 – Luc Trudeau <ltrudeau@twoorioles.com> authored on 2018/09/18 06:58
Adjust LR stripe height at frame boundaries

5e05e657 – Niklas Haas <git@haasn.xyz> authored on 2018/09/23 13:11
build: also install the `dav1d` binary

2142a61e – Konstantin Pavlov <thresh@videolan.org> authored and Administrator <roots@videolan.org> committed on 2018/09/23 10:11
Added gitlab-ci instructions.