shithub: dav1d

RSS feed

2bc9ba82 – Janne Grunau <janne-vlc@jannau.net> authored on 2019/02/07 18:43
dav1d_fuzzer_mem: test random pthread_* errors

50a2da6d – Janne Grunau <janne-vlc@jannau.net> authored on 2019/02/07 18:40
clean up threads on dav1d_open failures

4679305e – Henrik Gramner <gramner@twoorioles.com> authored and Henrik Gramner <henrik@gramner.com> committed on 2019/02/08 16:08
checkasm: Fix MC strides

ab3da909 – Victorien Le Couviour--Tuffet <victorien.lecouviour.tuffet@gmail.com> authored on 2018/12/05 13:32
looprestoration: add SSSE3 implementation

f250588c – Victorien Le Couviour--Tuffet <victorien.lecouviour.tuffet@gmail.com> authored on 2018/12/21 10:17
looprestoration: correct comment in AVX2 sgr_box5_v

64207f07 – Victorien Le Couviour--Tuffet <victorien.lecouviour.tuffet@gmail.com> authored on 2019/01/16 06:36
looprestoration: fix macro undef in C code

515f5af5 – James Almer <jamrial@gmail.com> authored on 2019/02/08 08:16
Simplify dav1d_thread_picture_alloc()

9a33184d – Henrik Gramner <gramner@twoorioles.com> authored and Henrik Gramner <henrik@gramner.com> committed on 2019/02/08 09:56
Windows: Improve pthread wrapper

f2f89a3b – Xuefeng Jiang <xuefeng@multicorewareinc.com> authored and Jean-Baptiste Kempf <jb@videolan.org> committed on 2019/02/01 13:19
Add SSSE3 implementation for ipred_smooth, ipred_smooth_v and ipred_smooth_h

b1d571f1 – Martin Storsjö <martin@martin.st> authored on 2019/02/07 10:23
tools: Store return values from fread() in a size_t

4aa735b2 – Martin Storsjö <martin@martin.st> authored on 2019/02/07 10:21
Cast the output from strtoul to unsigned int

e3d028fb – Martin Storsjö <martin@martin.st> authored on 2019/02/07 10:19
Use size_t as return value type for strlen() consistently

95233f9e – Martin Storsjö <martin@martin.st> authored on 2019/02/07 10:15
Avoid warnings about variables being truncated by changing the type of variables

61a03c29 – Martin Storsjö <martin@martin.st> authored on 2019/02/07 10:13
decode: Use abs() instead of labs()

e85482ba – Martin Storsjö <martin@martin.st> authored on 2019/02/06 09:20
meson: Check for io.h and include it in dav1d.c if available

67f33e68 – Martin Storsjö <martin@martin.st> authored on 2019/02/07 09:30
meson: Try adding -Wno-missing-field-initializers when building

f6a6b224 – Martin Storsjö <martin@martin.st> authored on 2019/02/07 08:45
arm: looprestoration: Fix register shifting at the end of a vertical run

e0538f04 – James Almer <jamrial@gmail.com> authored on 2019/02/06 19:43
CI: disable logging on test jobs

2502742a – James Almer <jamrial@gmail.com> authored on 2019/02/06 19:43
build: fix defining CONFIG_LOG when logging is disabled

80e1d0cd – Martin Storsjö <martin@martin.st> authored and Jean-Baptiste Kempf <jb@videolan.org> committed on 2019/02/04 10:46
cdef: Add a CDEF_ prefix to the HAVE_LEFT etc enum values

8a19ee0e – Konstantin Pavlov <thresh@videolan.org> authored on 2019/02/02 08:25
CI: Added armv7 build jobs.

b0ef7643 – Martin Storsjö <martin@martin.st> authored and Janne Grunau <janne-vlc@jannau.net> committed on 2019/02/06 06:10
checkasm: cdef: Don't use uninitialized buffer contents for the test

29cae604 – Martin Storsjö <martin@martin.st> authored on 2019/02/04 10:53
arm: looprestoration: Fix a comment to use the right instruction names

caca5725 – Henrik Gramner <gramner@twoorioles.com> authored and Henrik Gramner <henrik@gramner.com> committed on 2019/02/05 10:34
mc: Ensure high bitdepth intermediates fits in int16_t

ad4d1c43 – Martin Storsjö <martin@martin.st> authored and Janne Grunau <janne-vlc@jannau.net> committed on 2019/02/01 08:22
arm64: looprestoration: Optimize loop termination checks in copy_narrow_neon

8a52189f – Luca Barbato <lu_zero@gentoo.org> authored on 2019/02/03 17:41
Make the test section easier to use

96b24495 – Martin Storsjö <martin@martin.st> authored on 2019/01/28 19:35
arm: looprestoration: NEON optimized wiener filter

95cd440a – Janne Grunau <janne-vlc@jannau.net> authored on 2019/02/02 09:17
arm: fix movrel macro for thumb

f1b756ef – James Almer <jamrial@gmail.com> authored on 2019/01/31 14:26
lib: disable logging in dav1d_parse_sequence_header()

532b3a67 – Martin Storsjö <martin@martin.st> authored on 2019/01/31 05:22
arm64: looprestoration: Simplify the horizontal filtering of one pixel at a time

ebfbf4ef – Martin Storsjö <martin@martin.st> authored on 2019/01/29 19:21
arm64: looprestoration: Simplify the setup of wiener_filter_v_neon

acac4c93 – Martin Storsjö <martin@martin.st> authored on 2019/01/30 05:29
arm64: looprestoration: Fix the loop condition in copy_narrow_neon

5898758b – Martin Storsjö <martin@martin.st> authored on 2019/01/29 19:21
arm64: looprestoration: Fix comment typos

cb1e8b10 – Martin Storsjö <martin@martin.st> authored on 2019/01/30 05:35
arm64: looprestoration: Avoid unnecessary alignment of the mid buffer

4d0c2039 – James Almer <jamrial@gmail.com> authored on 2019/01/26 13:08
replace fprintf uses with dav1d_log()

c98bbeb3 – James Almer <jamrial@gmail.com> authored on 2019/01/25 19:41
add a logging callback mechanism

0749f4b0 – Henrik Gramner <gramner@twoorioles.com> authored on 2019/01/27 17:27
x86inc: Support N_PEXT bit on Mach-O

f0b7d999 – Nathan E. Egge <unlord@xiph.org> authored and Ronald S. Bultje <rsbultje@gmail.com> committed on 2018/12/26 12:42
Internalize the EC_PROB_SHIFT precision reduction

45d4fde6 – Nathan E. Egge <unlord@xiph.org> authored and Ronald S. Bultje <rsbultje@gmail.com> committed on 2018/11/19 03:56
Add msac_decode_bool_equi() function

25020403 – Anisse Astier <anisse@astier.eu> authored on 2019/01/20 18:07
Fix broken link to wikis/task-list

191f79d5 – Martin Storsjö <martin@martin.st> authored and Jean-Baptiste Kempf <jb@videolan.org> committed on 2018/12/17 10:24
arm: mc: Implement 8tap and bilin functions

588cbf94 – Martin Storsjö <martin@martin.st> authored and Jean-Baptiste Kempf <jb@videolan.org> committed on 2019/01/10 18:47
arm: Fix the movrel macro for Apple with PIC

9824c5d9 – Ronald S. Bultje <rsbultje@gmail.com> authored on 2019/01/24 05:29
Don't filter top/left intra edge if intra_edge_filter=0

9a550985 – Martin Storsjö <martin@martin.st> authored and Jean-Baptiste Kempf <jb@videolan.org> committed on 2019/01/16 06:52
CI: Add CI jobs for armv7-w64-mingw32 and aarch64-w64-mingw32

e80955cc – Martin Storsjö <martin@martin.st> authored and Jean-Baptiste Kempf <jb@videolan.org> committed on 2019/01/10 05:48
arm64: mc: Optimize mc_8tap_regular_w4_hv_8bpc for A53

72af9329 – Martin Storsjö <martin@martin.st> authored and Jean-Baptiste Kempf <jb@videolan.org> committed on 2019/01/09 18:27
arm64: mc: Simplify the 8tap_2w_hv code slightly

fc5a3728 – Martin Storsjö <martin@martin.st> authored and Jean-Baptiste Kempf <jb@videolan.org> committed on 2019/01/06 17:28
arm64: mc: Optimize the mul_mla_8_* macros for Cortex A53

1407506a – Martin Storsjö <martin@martin.st> authored and Jean-Baptiste Kempf <jb@videolan.org> committed on 2019/01/08 07:13
arm64: mc: Improve a comment

b7a5d2ff – Martin Storsjö <martin@martin.st> authored and Jean-Baptiste Kempf <jb@videolan.org> committed on 2019/01/06 19:15
arm64: mc: Remove unused/unnecessary macro args

2c1eba5e – Martin Storsjö <martin@martin.st> authored and Jean-Baptiste Kempf <jb@videolan.org> committed on 2019/01/05 15:27
arm64: mc: Use ubfx instead of ubfm, for consistency with arm

1ef86e1b – Martin Storsjö <martin@martin.st> authored and Jean-Baptiste Kempf <jb@videolan.org> committed on 2019/01/10 18:00
arm: Create proper .rdata sections for COFF

337d8f94 – James Almer <jamrial@gmail.com> authored on 2019/01/23 19:40
data: factorize setting Dav1dDataProps to default values

bf659082 – Liwei Wang <liwei@multicorewareinc.com> authored and Henrik Gramner <gramner@twoorioles.com> committed on 2019/01/14 11:46
Add SSSE3 implementation for the 4x16 and 16x4 blocks in itx

205b723e – Henrik Gramner <gramner@twoorioles.com> authored and Henrik Gramner <henrik@gramner.com> committed on 2019/01/18 14:52
Add SGR optimizations

33ce3829 – Marvin Scholz <epirat07@gmail.com> authored and Ronald S. Bultje <rsbultje@gmail.com> committed on 2019/01/15 10:21
build: Change required nasm version to 2.13.02

46435a53 – James Almer <jamrial@gmail.com> authored on 2019/01/15 12:39
allocate Tile Group cache dynamically

f753caea – Henrik Gramner <gramner@twoorioles.com> authored on 2019/01/14 10:47
Add minor x86 bilin mc optimizations

f813285c – Henrik Gramner <gramner@twoorioles.com> authored on 2019/01/13 18:04
Shrink dav1d_dr_intra_derivative[]

a440af4a – Henrik Gramner <gramner@twoorioles.com> authored on 2019/01/12 16:38
Add ipred_z3 AVX2 asm

18d2d750 – James Almer <jamrial@gmail.com> authored on 2019/01/12 16:08
obu: fix separate_uv_delta_q for RGB

e19c7699 – James Almer <jamrial@gmail.com> authored on 2019/01/12 15:52
obu: set subsampling to 1 for monochrome

8f87eebe – Ronald S. Bultje <rsbultje@gmail.com> authored on 2019/01/12 03:41
Set subsampling to 0 for RGB.

60ff3002 – James Almer <jamrial@gmail.com> authored on 2019/01/10 18:38
ref: properly free the data buffer in dav1d_ref_create on failure

93550d88 – Steve Lhomme <robux4@ycbcr.xyz> authored and Ronald S. Bultje <rsbultje@gmail.com> committed on 2019/01/11 11:42
pass the sequence header corresponding to the picture being allocated

ee58d65d – Francois Cartegnie <fcvlcdev@free.fr> authored and Henrik Gramner <gramner@twoorioles.com> committed on 2018/12/24 10:54
Add SSSE3 put_bilin

aaba9f8e – James Almer <jamrial@gmail.com> authored on 2019/01/07 14:39
data: add dav1d_data_ref()

eb37d5cc – James Almer <jamrial@gmail.com> authored on 2019/01/07 11:28
picture: properly handle Dav1dUserData references in Dav1dPicture

8308f4b5 – Michael Bradshaw <mjbshaw@google.com> authored and Ronald S. Bultje <rsbultje@gmail.com> committed on 2019/01/03 06:07
Only set Dav1dRef's data field in dav1d_ref_create

c7007c92 – Michael Bradshaw <mjbshaw@google.com> authored on 2018/12/13 11:57
Add a user data pointer to Dav1dDataProps

9ea56386 – Xuefeng Jiang <xuefeng@multicorewareinc.com> authored and Henrik Gramner <gramner@twoorioles.com> committed on 2018/12/27 04:13
Add SSSE3 implementations for dav1d_ipred_top, dav1d_ipred_left and dav1d_ipred_128

5fa6c44a – Liwei Wang <liwei@multicorewareinc.com> authored on 2018/12/26 09:57
Add SSSE3 implementation for the 8x8 blocks in itx

71e13008 – Xuefeng Jiang <xuefeng@multicorewareinc.com> authored and Henrik Gramner <gramner@twoorioles.com> committed on 2018/12/20 06:49
Add SSSE3 implementation for dav1d_ipred_v and dav1d_ipred_dc

8c5d34c8 – Henrik Gramner <gramner@twoorioles.com> authored on 2018/12/21 21:45
Add tail call optimizations in SSSE3 itx

1703f21f – Liwei Wang <liwei@multicorewareinc.com> authored and Henrik Gramner <gramner@twoorioles.com> committed on 2018/12/18 05:36
Add SSSE3 implementation for the 4x8 and 8x4 blocks in itx

bd8ce19e – Ronald S. Bultje <rsbultje@gmail.com> authored and Janne Grunau <janne-vlc@jannau.net> committed on 2018/12/20 07:22
Duplicate LR line if the bottom edge only has one line available

a900ff69 – Henrik Gramner <gramner@twoorioles.com> authored on 2018/12/20 16:47
build: Silence some useless MSVC warnings

0f25db1a – Henrik Gramner <gramner@twoorioles.com> authored on 2018/12/19 19:43
Use 16-byte stack alignment on 32-bit x86

276973ec – Ronald S. Bultje <rsbultje@gmail.com> authored on 2018/12/20 07:04
Don't apply QM on lossless blocks

ee8856ff – Henrik Gramner <gramner@twoorioles.com> authored on 2018/12/19 17:22
Perform stack realignment in every API entry point

b10771e9 – Jan Beich <jbeich@FreeBSD.org> authored and Janne Grunau <janne-vlc@jannau.net> committed on 2018/12/17 15:25
arm: detect NEON on FreeBSD armv6

65305637 – Jan Beich <jbeich@FreeBSD.org> authored and Janne Grunau <janne-vlc@jannau.net> committed on 2018/12/17 15:18
arm: assume NEON if built with it

a2bda884 – Janne Grunau <janne-vlc@jannau.net> authored on 2018/12/18 18:38
intrabc: adjust right border to multiple of the block size

cd57a9a0 – Henrik Gramner <gramner@twoorioles.com> authored on 2018/12/19 15:28
Only perform stack allocation on WIN64 in ipred_filter_avx2

763f64cc – Janne Grunau <janne-vlc@jannau.net> authored on 2018/12/15 15:33
memory sanitizer: check all blocks for fully initialized pixel data

3f875e44 – Henrik Gramner <gramner@twoorioles.com> authored on 2018/12/18 12:59
Fix stack corruption in 32-bit emu_edge_ssse3

727fff1a – Janne Grunau <janne-vlc@jannau.net> authored on 2018/12/18 10:03
CI: update debian32 image to treat text relocations as error

2fb9ac0a – Francois Cartegnie <fcartegnie@free.fr> authored and Henrik Gramner <gramner@twoorioles.com> committed on 2018/12/06 15:59
add SSSE3 emu_edge

f1185fe9 – Henrik Gramner <gramner@twoorioles.com> authored on 2018/12/17 17:30
CI: Add a 32-bit Linux build job

c2292efc – Henrik Gramner <gramner@twoorioles.com> authored on 2018/12/16 12:57
Implement support for PIC in x86-32 asm

7cb756ea – Ronald S. Bultje <rsbultje@gmail.com> authored on 2018/12/17 15:06
itx: replace qw_ constant prefix with pw_

121b3bb3 – Ronald S. Bultje <rsbultje@gmail.com> authored on 2018/12/17 04:16
CI: enforce lack of carriage return / tab

36f76f42 – Ronald S. Bultje <rsbultje@gmail.com> authored on 2018/12/17 04:06
Remove carriage return characters

502e5b92 – Ronald S. Bultje <rsbultje@gmail.com> authored on 2018/12/17 04:05
Remove tab

2eee4711 – Henrik Gramner <gramner@twoorioles.com> authored on 2018/12/17 17:48
Fix AVX2 itx crash on 64-bit Windows

08b4c9af – Henrik Gramner <gramner@twoorioles.com> authored on 2018/12/17 12:52
Avoid a redundant clip in 8-bit itx

a755b6e3 – Henrik Gramner <gramner@twoorioles.com> authored on 2018/12/15 14:02
Clip coefficients in SSSE3/AVX2 inverse transform asm

eb01bdb9 – Henrik Gramner <gramner@twoorioles.com> authored on 2018/12/15 14:01
Improve the fast path of IDCT 8x32 AVX2

b53a99b9 – Janne Grunau <janne-vlc@jannau.net> authored on 2018/12/16 07:27
arm: define PIC if the compiler uses pic by default

7677c120 – Janne Grunau <janne-vlc@jannau.net> authored on 2018/12/15 10:30
intrabc: use visible width/height in mv correction

6a95aa56 – Jean-Baptiste Kempf <jb@videolan.org> authored on 2018/12/15 07:53
Update the THANKS file

Next