RSS feed
3d166b97
– Ronald S. Bultje <rsbultje@gmail.com>
authored
on 2020/01/01 12:42
Prevent shift by >= 32
acadacfa
– Ronald S. Bultje <rsbultje@gmail.com>
authored
on 2019/12/31 14:46
Take lossless into account when assigning loopfilter strength
de6e3170
– Ronald S. Bultje <rsbultje@gmail.com>
authored
on 2019/12/31 07:15
Deal with chroma coefficients that are exactly 0x100000
f306f969
– Henrik Gramner <gramner@twoorioles.com>
authored
and Henrik Gramner <henrik@gramner.com>
committed
on 2019/12/30 23:14
x86: Fix inverse (flip)adst 8x4 clipping
81aba493
– Henrik Gramner <gramner@twoorioles.com>
authored
and Henrik Gramner <henrik@gramner.com>
committed
on 2019/12/30 23:13
Fix C inverse ADST clipping
a4178cc2
– Ronald S. Bultje <rsbultje@gmail.com>
authored
on 2019/12/28 10:12
av1: use chroma txtp inference over default DCT_DCT if qidx=0
1d36922f
– Ronald S. Bultje <rsbultje@gmail.com>
authored
and James Almer <jamrial@gmail.com>
committed
on 2019/12/28 10:04
av1: skip super-resolution upscaling if width < 16
7aea6858
– Ronald S. Bultje <rsbultje@gmail.com>
authored
on 2019/12/28 12:00
av1: do C inverse transforms in int32_t precision
cdf4a3bc
– Michael Bradshaw <mjbshaw@google.com>
authored
and Ronald S. Bultje <rsbultje@gmail.com>
committed
on 2019/12/28 17:26
Allow skip mode
dfcd6ea9
– Michael Bradshaw <mjbshaw@google.com>
authored
and Ronald S. Bultje <rsbultje@gmail.com>
committed
on 2019/12/28 17:04
Disable warping on scaled references
a57b0777
– Ronald S. Bultje <rsbultje@gmail.com>
authored
on 2019/12/23 10:30
Check skip flag before setting tx context to TX_4X4 in lossless frames
14d586ac
– Martin Storsjö <martin@martin.st>
authored
on 2019/12/18 05:18
Don't assume dlsym exists on linux
6b611d36
– Henrik Gramner <gramner@twoorioles.com>
authored
on 2019/12/12 18:09
Linux: Add a workaround for a glibc stack size issue
eb211838
– Henrik Gramner <gramner@twoorioles.com>
authored
and Henrik Gramner <henrik@gramner.com>
committed
on 2019/12/14 16:48
x86: Disable AVX-512 by default
2d608a5f
– Henrik Gramner <gramner@twoorioles.com>
authored
and Henrik Gramner <henrik@gramner.com>
committed
on 2019/12/14 11:02
Fix potential race condition in dav1d_get_cpu_flags()
7b208fa8
– Henrik Gramner <gramner@twoorioles.com>
authored
and Henrik Gramner <henrik@gramner.com>
committed
on 2019/12/14 10:53
x86: Remove unused cpu flags
481c0592
– Ewout ter Hoeven <e.m.terhoeven@student.tudelft.nl>
authored
and Henrik Gramner <gramner@twoorioles.com>
committed
on 2019/12/14 16:34
Add support for Ice Lake AVX-512 cpu flags
003f17d8
– Raphaël Zumer <rzumer@tebako.net>
authored
on 2019/12/13 17:09
Correct the edge buffer documentation
9bd31820
– Luc Trudeau <ltrudeau@twoorioles.com>
authored
on 2019/12/05 10:06
Move lvl variable in cdef_brow to outer loop
562f1958
– Ronald S. Bultje <rsbultje@gmail.com>
authored
on 2019/11/03 02:52
Simplify shifting in generate_grain_y/uv AVX2
940eee48
– Henrik Gramner <gramner@twoorioles.com>
authored
and Henrik Gramner <henrik@gramner.com>
committed
on 2019/12/05 14:33
Avoid adding offsets to NULL chroma pointers in 4:0:0
39667c75
– Jean-Baptiste Kempf <jb@videolan.org>
authored
on 2019/12/02 13:19
Update NEWS
162ba33d
– Martin Storsjö <martin@martin.st>
authored
on 2019/11/30 19:09
arm: 32: ipred: Fix assembling with older binutils
82eda83a
– Henrik Gramner <gramner@twoorioles.com>
authored
and Henrik Gramner <henrik@gramner.com>
committed
on 2019/11/22 15:50
Avoid excessive L2 collisions with certain frame widths
2e5e05b7
– Janne Grunau <janne-vlc@jannau.net>
authored
and Henrik Gramner <gramner@twoorioles.com>
committed
on 2019/11/25 00:35
build: do not error out if clock_gettime is not found on darwin
fc6c2578
– Henrik Gramner <gramner@twoorioles.com>
authored
on 2019/11/22 12:34
Specify inlining decisions for common ipred_z C functions
246c2803
– Justin Bull <me@justinbull.ca>
authored
and Henrik Gramner <gramner@twoorioles.com>
committed
on 2019/11/26 17:40
cli: Return only EXIT_SUCCESS or EXIT_FAILURE from main
f59b5713
– Henrik Gramner <gramner@twoorioles.com>
authored
and Jean-Baptiste Kempf <jb@videolan.org>
committed
on 2019/11/22 21:29
tools: simplify get_seed on macOS
a52459b3
– Jan Beich <jbeich@FreeBSD.org>
authored
and Jean-Baptiste Kempf <jb@videolan.org>
committed
on 2019/07/29 14:37
checkasm: replace gettimeofday with clock_gettime
cf4b381a
– Jan Beich <jbeich@FreeBSD.org>
authored
and Jean-Baptiste Kempf <jb@videolan.org>
committed
on 2019/11/22 17:06
tools: prefer mach_absolute_time on macOS for forward compatibility
eaa3be9a
– Jan Beich <jbeich@FreeBSD.org>
authored
and Jean-Baptiste Kempf <jb@videolan.org>
committed
on 2019/11/22 17:05
tools: mach_absolute_time is not portable, so stop checking at configure
b9a43c60
– Luc Trudeau <ltrudeau@twoorioles.com>
authored
and Jean-Baptiste Kempf <jb@videolan.org>
committed
on 2019/11/21 11:48
Avoid adding offsets to NULL pointers
5e8eccf2
– Konstantin Pavlov <thresh@videolan.org>
authored
and Jean-Baptiste Kempf <jb@videolan.org>
committed
on 2019/11/22 18:22
snap: bump grade to stable
59a28b19
– Henrik Gramner <gramner@twoorioles.com>
authored
and Henrik Gramner <henrik@gramner.com>
committed
on 2019/11/22 22:01
input: Use EIO instead of ENODATA
52c7427e
– Martin Storsjö <martin@martin.st>
authored
on 2019/11/22 03:32
annexb: Cast size_t to int before adding to an int
c99c27ea
– Ronald S. Bultje <rsbultje@gmail.com>
authored
on 2019/11/17 04:37
Fix accidental capital letter in variable name
35d3d2b6
– Ronald S. Bultje <rsbultje@gmail.com>
authored
on 2019/11/21 08:52
Fix stride type
4d9c990e
– Martin Storsjö <martin@martin.st>
authored
on 2019/11/21 18:08
section5: use signed type for seeking backwards
46d092ae
– Ronald S. Bultje <rsbultje@gmail.com>
authored
on 2019/11/16 09:45
Add demuxer probing
eb4a8f6d
– Ronald S. Bultje <rsbultje@gmail.com>
authored
on 2019/11/15 05:36
Add section-5 raw OBU demuxer
4bf52cb5
– Ronald S. Bultje <rsbultje@gmail.com>
authored
on 2019/11/16 09:45
Make OBU_* types public
7f30c67f
– Henrik Gramner <gramner@twoorioles.com>
authored
and Henrik Gramner <henrik@gramner.com>
committed
on 2019/11/18 19:06
Increase DAV1D_PICTURE_ALIGNMENT to 64
564d3d91
– Ronald S. Bultje <rsbultje@gmail.com>
authored
on 2019/11/15 17:33
Don't run film grain generation beyond visible luma border
fc968cc9
– Ronald S. Bultje <rsbultje@gmail.com>
authored
on 2019/11/03 02:53
Explicitly specify rodata section alignment
5dc8503f
– Luc Trudeau <ltrudeau@twoorioles.com>
authored
and Jean-Baptiste Kempf <jb@videolan.org>
committed
on 2019/11/16 14:46
NEAREST, NEARER, NEAR, NEARISH
91d324eb
– B Krishnan Iyer <krishnaniyer97@gmail.com>
authored
and Martin Storsjö <martin@martin.st>
committed
on 2019/10/10 15:48
arm: ipred: NEON implementation of dc/h/v prediction functions
dcbbf775
– Martin Storsjö <martin@martin.st>
authored
on 2019/11/10 06:02
arm: 64: loopfilter: Avoid nested ifdefs where easily possible
564482b6
– Martin Storsjö <martin@martin.st>
authored
on 2019/11/10 05:59
arm: 64: loopfilter: Fix a typo in a macro parameter condition
3069ab94
– Martin Storsjö <martin@martin.st>
authored
on 2019/11/06 19:10
arm64: loopfilter: Reorder instructions and tweak register use to match the arm32 port
abd07c67
– Martin Storsjö <martin@martin.st>
authored
on 2019/11/06 19:09
arm64: loopfilter: Remove a stray double newline
9a100261
– Martin Storsjö <martin@martin.st>
authored
on 2019/11/05 17:40
arm: 32: Port the arm64 NEON loopfilter to arm32
c02ec6cf
– Martin Storsjö <martin@martin.st>
authored
on 2019/11/09 12:33
arm: 32: Use more unique temporary labels within movrel_local
a1647a59
– Ronald S. Bultje <rsbultje@gmail.com>
authored
on 2019/11/01 07:22
Tiny improvements to generate_grain_uv_420
07dab8cb
– Jean-Baptiste Kempf <jb@videolan.org>
authored
on 2019/10/27 23:54
Update README.md section on Roadmap
bb160f09
– Henrik Gramner <gramner@twoorioles.com>
authored
on 2019/10/25 15:47
build: Add a workaround for Xcode 11 -fstack-check bug
fc54119c
– Jean-Baptiste Kempf <jb@videolan.org>
authored
on 2019/10/25 14:46
Update NEWS for 0.5.1
103cd220
– Henrik Gramner <gramner@twoorioles.com>
authored
and Henrik Gramner <henrik@gramner.com>
committed
on 2019/10/24 20:17
x86: Fix overflows in inverse identity SSSE3 transforms
a20b5757
– Henrik Gramner <gramner@twoorioles.com>
authored
and Henrik Gramner <henrik@gramner.com>
committed
on 2019/10/24 12:58
x86: Fix overflows in inverse identity AVX2 transforms
36d615d1
– Victorien Le Couviour--Tuffet <victorien@videolan.org>
authored
on 2019/10/22 09:57
x86: adapt SSSE3 wiener filter to SSE2
4866abab
– Victorien Le Couviour--Tuffet <victorien@videolan.org>
authored
on 2019/10/21 07:12
x86: adapt SSSE3 warp_affine_8x8{,t} to SSE2
0526e1ea
– Martin Storsjö <martin@martin.st>
authored
and Jean-Baptiste Kempf <jb@videolan.org>
committed
on 2019/10/22 13:10
arm: looprestoration: Fix register names in a comment
06ca5744
– Martin Storsjö <martin@martin.st>
authored
and Jean-Baptiste Kempf <jb@videolan.org>
committed
on 2019/10/10 11:33
arm64: looprestoration: Minimal scheduling improvements
8b3985fd
– Martin Storsjö <martin@martin.st>
authored
and Jean-Baptiste Kempf <jb@videolan.org>
committed
on 2019/10/22 08:24
arm64: looprestoration: Fix a typo
cf9146c3
– Martin Storsjö <martin@martin.st>
authored
and Jean-Baptiste Kempf <jb@videolan.org>
committed
on 2019/10/21 19:24
arm64: looprestoration: Fix register references in comments
a3641268
– Martin Storsjö <martin@martin.st>
authored
and Jean-Baptiste Kempf <jb@videolan.org>
committed
on 2019/10/08 05:40
arm64: looprestoration: Use ld2r instead of ld1+dup+dup
2eaabafc
– Martin Storsjö <martin@martin.st>
authored
and Jean-Baptiste Kempf <jb@videolan.org>
committed
on 2019/10/07 19:21
arm64: looprestoration: Pass a correct height parameter to sgr_box3_h_neon for the top slice