shithub: dav1d

RSS feed

1dc2dc7d – B Krishnan Iyer <krishnaniyer97@gmail.com> authored on 2019/07/22 19:20
arm64: mc: NEON implementation of blend, blend_h and blend_v function

d20d70e8 – Michael Bradshaw <mjbshaw@google.com> authored and Henrik Gramner <gramner@twoorioles.com> committed on 2019/08/13 22:12
Prefer `do {} while (0);` over `while (0);`

0f4edbff – Henrik Gramner <gramner@twoorioles.com> authored and Henrik Gramner <henrik@gramner.com> committed on 2019/08/07 10:47
Cosmetics: CDF tables

61dcd11b – Henrik Gramner <gramner@twoorioles.com> authored and Henrik Gramner <henrik@gramner.com> committed on 2019/08/10 10:34
x86: Add an msac function for coefficient hi_tok decoding

e29fd5c0 – Henrik Gramner <gramner@twoorioles.com> authored and Henrik Gramner <henrik@gramner.com> committed on 2019/08/06 11:17
Add msac optimizations

a819653e – Henrik Gramner <gramner@twoorioles.com> authored and Henrik Gramner <henrik@gramner.com> committed on 2019/08/08 21:45
Remove unused CDF:s

dff0a08c – James Almer <jamrial@gmail.com> authored on 2019/08/10 11:50
dav1dplay: abort if no input filename is provided

3a77c57b – James Almer <jamrial@gmail.com> authored on 2019/08/09 12:56
meson: move dav1dplay to a new examples section

42ea146f – Luc Trudeau <ltrudeau@twoorioles.com> authored and Henrik Gramner <gramner@twoorioles.com> committed on 2019/07/29 08:12
decode_coefs reuse lossless variable

ad0c0412 – Luc Trudeau <ltrudeau@twoorioles.com> authored and Henrik Gramner <gramner@twoorioles.com> committed on 2019/07/26 06:06
Unroll hi_token loop in decode_coeff

5a4ae342 – Luc Trudeau <ltrudeau@twoorioles.com> authored on 2019/08/08 13:23
Quick out if seg_id == 0 in get_prev_frame_segid

d8799d94 – Henrik Gramner <gramner@twoorioles.com> authored on 2019/08/06 18:50
Avoid CDF overreads in gather_top_partition_prob()

fa32f2de – Henrik Gramner <gramner@twoorioles.com> authored and Henrik Gramner <henrik@gramner.com> committed on 2019/07/29 11:46
Set thread names on MacOS

6c3e85de – Henrik Gramner <gramner@twoorioles.com> authored and Henrik Gramner <henrik@gramner.com> committed on 2019/07/29 11:12
Set thread names on Windows 10

b0d00020 – B Krishnan Iyer <krishnaniyer97@gmail.com> authored and Martin Storsjö <martin@martin.st> committed on 2019/08/06 16:30
arm: mc: Speed up due to memory alignment in ldr/str instructions

2ef970a8 – Martin Storsjö <martin@martin.st> authored on 2019/08/07 18:19
checkasm: Catch SIGBUS in addition to the other signals

9a9c0c7e – James Almer <jamrial@gmail.com> authored on 2019/08/06 10:59
Export frame ITU-T T.35 Metadata

857232e4 – Michail Alvanos <malvanos@gmail.com> authored and Henrik Gramner <gramner@twoorioles.com> committed on 2019/08/02 15:04
Improve wiener filter C implementation using loop interchange

5f63e531 – Jean-Baptiste Kempf <jb@videolan.org> authored on 2019/08/02 19:35
dav1d 0.4.0

afee1ac7 – Marvin Scholz <epirat07@gmail.com> authored on 2019/07/27 23:15
tools: player: Add missing string.h header

4806492a – Jan Beich <jbeich@FreeBSD.org> authored and Jean-Baptiste Kempf <jb@videolan.org> committed on 2019/07/18 14:36
Set thread names on BSDs

a0eb045c – Luca Barbato <lu_zero@gentoo.org> authored on 2019/07/17 15:31
vsx: Add cdef_filter

60869f8a – Luca Barbato <lu_zero@gentoo.org> authored and Luca Barbato <lu_zero@videolan.org> committed on 2019/07/17 15:27
vsx: Add shorter types and unpack helpers

d12418b3 – Luca Barbato <lu_zero@gentoo.org> authored and Luca Barbato <lu_zero@videolan.org> committed on 2019/07/17 15:26
vsx: Set the correct alignment constraints

d04eab15 – Jean-Baptiste Kempf <jb@videolan.org> authored on 2019/07/27 10:08
Update NEWS for 0.4.0

55e1edc7 – Luc Trudeau <ltrudeau@twoorioles.com> authored on 2019/07/25 09:16
Change SDL include in dav1dplay

407c27db – B Krishnan Iyer <krishnaniyer97@gmail.com> authored and Martin Storsjö <martin@martin.st> committed on 2019/07/23 12:54
arm: mc: neon: Merge load and other related operations in blend/blend_h/blend_v functions

d4df8619 – B Krishnan Iyer <krishnaniyer97@gmail.com> authored and Martin Storsjö <martin@martin.st> committed on 2019/07/23 12:07
arm: mc: neon: Reduce usage of general purpose registers in blend/blend_v functions

b704a993 – B Krishnan Iyer <krishnaniyer97@gmail.com> authored and Martin Storsjö <martin@martin.st> committed on 2019/07/22 17:08
arm: mc: neon: Use vld with ! post-increment instead of a register in blend/blend_h/blend_v function