shithub: dav1d

RSS feed

331d88d3 – James Almer <jamrial@gmail.com> authored on 2018/09/30 05:38
api: add a frame type field to Dav1dPictureParameters

3d7920e6 – Luc Trudeau <ltrudeau@twoorioles.com> authored on 2018/09/28 15:56
Remove VLAs from Loop Restoration

1c9c2534 – James Almer <jamrial@gmail.com> authored on 2018/09/29 15:57
thread: switch mutex wrappers to SRW locks

fac06ece – James Almer <jamrial@gmail.com> authored on 2018/09/29 14:15
thread: Silence warning about unused attr parameter in pthread_create()

ac7367d8 – James Almer <jamrial@gmail.com> authored on 2018/09/29 14:09
threads: Inline some Windows pthreads compat wrappers in the header

755fcdf8 – Marvin Scholz <epirat07@gmail.com> authored on 2018/09/29 16:35
Build: Do not use soversion for windows dll

1ac76dd7 – James Almer <jamrial@gmail.com> authored on 2018/09/29 11:13
winver: Use already defined constants for FILETYPE and FILEOS

fcbc6bbd – James Almer <jamrial@gmail.com> authored on 2018/09/29 11:12
winver: Use dots in the VERSION_NUMBER_STR define

cfbaecc7 – James Almer <jamrial@gmail.com> authored on 2018/09/29 11:11
winver: Add missing required VERSIONINFO resource strings

b1244552 – Marvin Scholz <epirat07@gmail.com> authored on 2018/09/29 15:46
Fix include order of config.h

86039b3b – Marvin Scholz <epirat07@gmail.com> authored and Jean-Baptiste Kempf <jb@videolan.org> committed on 2018/09/29 15:09
Build: Link dav1d with static libdav1d on Windows

b3397e41 – Thierry Foucu <tfoucu@gmail.com> authored and Jean-Baptiste Kempf <jb@videolan.org> committed on 2018/09/25 07:59
Add Macro to make it clear the variable is intended to not be initialized

88bf8edd – Marvin Scholz <epirat07@gmail.com> authored on 2018/09/29 07:58
CI: Run tests on linux

35e777f3 – Janne Grunau <janne-vlc@jannau.net> authored and Henrik Gramner <gramner@twoorioles.com> committed on 2018/09/29 09:57
build: add support for arm/aarch64 asm and integrate checkasm

e72c2e45 – Steve Lhomme <slhomme@videolan.org> authored and Jean-Baptiste Kempf <jb@videolan.org> committed on 2018/09/28 09:06
add simplistic stdatomic.h compatible with MSVC

74c9802f – David Michael Barr <b@rr-dav.id.au> authored and Ronald S. Bultje <rsbultje@gmail.com> committed on 2018/09/29 18:35
Remove DC row buffer for CfL prediction

b865e6c7 – David Michael Barr <b@rr-dav.id.au> authored and Ronald S. Bultje <rsbultje@gmail.com> committed on 2018/09/29 17:07
Simplify conditions for CfL prediction

3aff1a37 – David Michael Barr <b@rr-dav.id.au> authored and Ronald S. Bultje <rsbultje@gmail.com> committed on 2018/09/27 18:48
Introduce single-plane variant of cfl_pred

604e62c9 – Marvin Scholz <epirat07@gmail.com> authored and Henrik Gramner <gramner@twoorioles.com> committed on 2018/09/29 10:26
checkasm: Fix comparison of different int signs

b8be5f64 – Marvin Scholz <epirat07@gmail.com> authored and Henrik Gramner <gramner@twoorioles.com> committed on 2018/09/29 10:25
checkasm: Fix missing-field-initializers warnings

c19d1d74 – Marvin Scholz <epirat07@gmail.com> authored and Jean-Baptiste Kempf <jb@videolan.org> committed on 2018/09/29 09:34
Build: Add build dir to NASM include path

8c987b2b – Jean-Baptiste Kempf <jb@videolan.org> authored on 2018/09/29 09:39
Set build warnings to 2 (-Wextra)

a6ada33b – Marvin Scholz <epirat07@gmail.com> authored on 2018/09/29 08:41
Build: Add missing license header

bebe5ec8 – Marvin Scholz <epirat07@gmail.com> authored on 2018/09/29 08:41
Build: Add option to disable building tests

1a00be48 – Marvin Scholz <epirat07@gmail.com> authored on 2018/09/29 08:40
Build: Add option to disable building tools

6649ca3f – Marvin Scholz <epirat07@gmail.com> authored on 2018/09/29 07:29
Build: Re-structure and cleanup meson.build files

f5b7e2ff – Marvin Scholz <epirat07@gmail.com> authored on 2018/09/29 07:28
Build: Move ext folder to src

dd576607 – James Almer <jamrial@gmail.com> authored on 2018/09/28 13:38
Check for valid input in dav1d_data_unref

65b41008 – Ronald S. Bultje <rsbultje@gmail.com> authored on 2018/09/28 08:01
Workaround two more ubsan warnings.

deab2534 – Henrik Gramner <gramner@twoorioles.com> authored on 2018/09/28 15:40
x86: Enable MC AVX2 asm on 64-bit Windows

7ddd76f7 – Thierry Foucu <tfoucu@gmail.com> authored on 2018/09/28 07:42
Fixed MemorySanitizer: use-of-uninitialized-value

5de9fb91 – Ronald S. Bultje <rsbultje@gmail.com> authored on 2018/09/28 09:46
Fix tile index error

b79c7d45 – Hugo Beauzée-Luyssen <hugo@videolan.org> authored and Ronald S. Bultje <rsbultje@gmail.com> committed on 2018/09/28 13:55
Remove unneeded 'once' guards

f53749e1 – Ronald S. Bultje <rsbultje@gmail.com> authored on 2018/09/28 09:27
Wrappable data structure

f4e88f25 – Marvin Scholz <epirat07@gmail.com> authored on 2018/09/28 15:17
Build: Fix library version

2fe6ba40 – Marvin Scholz <epirat07@gmail.com> authored on 2018/09/28 14:37
Build: Fix thread dependency

afa5479f – Marvin Scholz <epirat07@gmail.com> authored on 2018/09/28 08:52
Build: Add checkasm test

190da6ae – Henrik Gramner <gramner@twoorioles.com> authored and Marvin Scholz <epirat07@gmail.com> committed on 2018/09/28 07:23
checkasm: Add MC unit test

f2ee7a2a – Henrik Gramner <gramner@twoorioles.com> authored and Marvin Scholz <epirat07@gmail.com> committed on 2018/09/28 07:20
Add 'checkasm' asm testing/benchmarking framework

d6e9cb06 – Steve Lhomme <slhomme@videolan.org> authored and Jean-Baptiste Kempf <jb@videolan.org> committed on 2018/09/28 10:30
build: use local getopt for anything system where it's missing

ce0f141e – Marvin Scholz <epirat07@gmail.com> authored and Jean-Baptiste Kempf <jb@videolan.org> committed on 2018/09/28 12:34
CI: Do not run ninja with the verbose flag

4fdb3ea9 – Luc Trudeau <ltrudeau@twoorioles.com> authored on 2018/09/28 07:31
Fix left shift of negative value -1

bb8725fb – Hugo Beauzée-Luyssen <hugo@videolan.org> authored on 2018/09/28 12:59
win32: Generate a resource file & link it with the library

c2ade34f – Hugo Beauzée-Luyssen <hugo@videolan.org> authored on 2018/09/28 07:26
meson: Extract version components

3634ef1f – Hugo Beauzée-Luyssen <hugo@videolan.org> authored on 2018/09/28 07:26
meson: Don't hardcode the version multiple times

0b9808c5 – Hugo Beauzée-Luyssen <hugo@videolan.org> authored on 2018/09/28 13:19
gitlab-ci: Bump the image version

a72f2679 – Ronald S. Bultje <rsbultje@gmail.com> authored on 2018/09/27 05:18
Add flush function

916dc654 – Steve Lhomme <slhomme@videolan.org> authored and Ronald S. Bultje <rsbultje@gmail.com> committed on 2018/09/27 09:29
cdf: init empty brackets to 0

3bef89f5 – Luc Trudeau <ltrudeau@twoorioles.com> authored on 2018/09/28 05:39
Add support for odd number of rows in SGRProj

3d709454 – Ronald S. Bultje <rsbultje@gmail.com> authored on 2018/09/27 15:43
Shift dc_pred in two phases instead of together.

176b153a – Ronald S. Bultje <rsbultje@gmail.com> authored on 2018/09/27 13:24
Reproduce AV1 bitstream bug for UV palette entry contexting.

47be2ce4 – Steve Lhomme <slhomme@videolan.org> authored on 2018/09/27 09:29
cdf: init empty brackets to 0

18b69609 – Steve Lhomme <slhomme@videolan.org> authored on 2018/09/27 09:24
attributes: define the ALIGN() macro for MSVC

92b7e8bd – Steve Lhomme <slhomme@videolan.org> authored on 2018/09/27 10:00
detect unistd.h availability

150b4e2c – Steve Lhomme <slhomme@videolan.org> authored and Ronald S. Bultje <rsbultje@gmail.com> committed on 2018/09/27 09:38
scan: use ALIGN to define the table alignment

449a81e7 – Steve Lhomme <robux4@ycbcr.xyz> authored and Ronald S. Bultje <rsbultje@gmail.com> committed on 2018/09/28 09:13
Don't use hardcoded __attribute__((noinline))

58261250 – Steve Lhomme <slhomme@videolan.org> authored on 2018/09/27 10:02
win32: provide a BSD version of getopt

e2d329fb – Steve Lhomme <robux4@ycbcr.xyz> authored on 2018/09/27 09:55
define builtin clz/ctz calls MSVC equivalents

d262a6ae – Steve Lhomme <robux4@ycbcr.xyz> authored on 2018/09/28 05:43
replace direct calls to __builtin_clz/ctz with generic functions

9a48df2e – Steve Lhomme <robux4@ycbcr.xyz> authored on 2018/09/28 05:41
add helper functions for ctz/clz

79764604 – Raphaël Zumer <rzumer@tebako.net> authored on 2018/09/27 18:05
Nullify the default 4:2:0 8-bit Y4M color space

3fe410b0 – Raphaël Zumer <rzumer@tebako.net> authored on 2018/09/27 17:39
Clip chroma siting in Y4M output

6e5349fa – Raphaël Zumer <rzumer@tebako.net> authored on 2018/09/27 13:23
Output colocated chroma as PAL-DV in Y4M

c1c15e0d – Raphaël Zumer <rzumer@tebako.net> authored on 2018/09/27 10:35
Handle chroma position in 4:2:0 Y4M output

b1adc7cf – Luc Trudeau <ltrudeau@twoorioles.com> authored on 2018/09/27 09:51
Fix more chroma rounding in loopfilter

718bb971 – Ronald S. Bultje <rsbultje@gmail.com> authored on 2018/09/27 09:42
Fix upper bound of loopfilter hev strength.

de3a894a – Jean-Baptiste Kempf <jb@videolan.org> authored on 2018/09/27 14:08
Update README

7416662d – Jean-Baptiste Kempf <jb@videolan.org> authored on 2018/09/27 13:25
Mention coding style in Contribute

d2974539 – Jean-Baptiste Kempf <jb@videolan.org> authored on 2018/09/27 13:24
Add a THANKS file

df5e906b – SmilingWolf <lupo996@gmail.com> authored and Jean-Baptiste Kempf <jb@videolan.org> committed on 2018/09/25 08:38
Update fopen calls for Windows compatibility

decd4a95 – Marvin Scholz <epirat07@gmail.com> authored on 2018/09/27 12:21
CI: Save artifacts for Windows builds

533dccd9 – Luc Trudeau <ltrudeau@twoorioles.com> authored on 2018/09/25 12:37
Add rounding to Loop filter chroma vertical end

48ccacc1 – Shiz <hi@shiz.me> authored on 2018/09/22 10:19
build: fix incorrect version.h dependency

1abd783b – Marvin Scholz <epirat07@gmail.com> authored on 2018/09/27 11:12
Build: Fix configure fallback for stack alignment

7c43a766 – Hugo Beauzée-Luyssen <hugo@videolan.org> authored on 2018/09/27 10:49
gitlab-ci: Use a newer image with -static-libgcc

e68f19e8 – Hugo Beauzée-Luyssen <hugo@videolan.org> authored on 2018/09/27 07:51
cdef: Add missing libaom header

618a5c0b – Raphael Zumer <rzumer@tebako.net> authored and Ronald S. Bultje <rsbultje@gmail.com> committed on 2018/09/26 18:24
Replace "Two Orioles" with "VideoLAN" in output

c743f8cd – Raphaël Zumer <rzumer@tebako.net> authored and Ronald S. Bultje <rsbultje@gmail.com> committed on 2018/09/26 12:00
Fix non-lowercase references to dav1d

09b05ff2 – Hugo Beauzée-Luyssen <hugo@videolan.org> authored on 2018/09/27 05:51
meson: Don't probe for pthread on windows

11e93ea5 – Hugo Beauzée-Luyssen <hugo@videolan.org> authored on 2018/09/27 05:49
Remove HAVE_PTHREAD_H config macro

98fb45e0 – Janne Grunau <janne-vlc@jannau.net> authored on 2018/09/27 06:41
CI: generate include/version.h explicitly until !3 is merged

b3be34bf – Ronald S. Bultje <rsbultje@gmail.com> authored on 2018/09/25 09:02
Don't read filmgrain parameters for never-visible frames.

19ba5a94 – Ronald S. Bultje <rsbultje@gmail.com> authored on 2018/09/25 04:35
Fix minor reconstruction bugs for 10-bit content.

d88abfec – Henrik Gramner <gramner@twoorioles.com> authored on 2018/09/25 12:36
x86: MC AVX2

14072e73 – Henrik Gramner <gramner@twoorioles.com> authored on 2018/09/23 13:20
Downshift mc subpel multiplier constants

8bfd7f2f – Henrik Gramner <gramner@twoorioles.com> authored on 2018/09/25 05:55
x86 asm infrastructure

ae6b6692 – Marvin Scholz <epirat07@gmail.com> authored and Henrik Gramner <gramner@twoorioles.com> committed on 2018/09/25 08:03
Build: x86 asm support

24518a7e – Nathan E. Egge <unlord@xiph.org> authored and Ronald S. Bultje <rsbultje@gmail.com> committed on 2018/09/27 01:41
Fix spacing in bitfn().

6bd6c2b3 – Jean-Baptiste Kempf <jb@videolan.org> authored on 2018/09/27 07:35
Update CONTRIBUTING.md for TODO

c25e37a9 – Nathan E. Egge <unlord@xiph.org> authored on 2018/09/26 07:19
Fix -Wvla warning in cdef_filter_block_c()

068cddb9 – Nathan E. Egge <unlord@xiph.org> authored on 2018/09/26 06:49
Fix -Wvla warning in inv_txfm_add_c()

3f13730e – Marvin Scholz <epirat07@gmail.com> authored and Jean-Baptiste Kempf <jb@videolan.org> committed on 2018/09/26 10:03
Build: Do not build libdav1dentrypoint by default

34f96e80 – Hugo Beauzée-Luyssen <hugo@videolan.org> authored on 2018/09/26 11:42
win32/thread.c: Fix styling

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

Next