shithub: dav1d

RSS feed

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