shithub: dav1d

RSS feed

172f277b – Ronald S. Bultje <rsbultje@gmail.com> authored and Janne Grunau <janne-vlc@jannau.net> committed on 2018/10/28 04:50
Cast masks to unsigned before upshifting

cacfb8d2 – Janne Grunau <janne-vlc@jannau.net> authored on 2018/10/28 07:25
parse_obu: reset have_{seq,frame}_hdr on new OBU_{SEQ,FRAME}_HDR

ba789ebf – Ronald S. Bultje <rsbultje@gmail.com> authored on 2018/10/27 17:28
Require bits/component to match between picture and references

acde4240 – Ronald S. Bultje <rsbultje@gmail.com> authored on 2018/10/27 14:38
Add AVX2 SIMD implementation for cdef_dir

dd797aa2 – Ronald S. Bultje <rsbultje@gmail.com> authored on 2018/10/23 04:39
Add CDEF unit test

fdf780f7 – Ronald S. Bultje <rsbultje@gmail.com> authored on 2018/10/23 06:06
Rewrite cdef_dir C code

c6e66595 – Janne Grunau <janne-vlc@jannau.net> authored on 2018/10/27 16:37
fix hang in dav1d_close() with more than 31 tile threads

8d5a8121 – James Almer <jamrial@gmail.com> authored on 2018/10/27 06:50
tools/dav1d: don't call write_header and write_trailer when it's not needed

2118bc9f – Thierry Foucu <tfoucu@gmail.com> authored on 2018/10/26 09:02
Add a null muxer which will just drop the packet.

31634e36 – Janne Grunau <janne-vlc@jannau.net> authored on 2018/10/26 05:15
libfuzzer: unbreak oss-fuzz build

36a2d2ca – Janne Grunau <janne-vlc@jannau.net> authored on 2018/10/25 17:13
arm: reverse jump tables

e214351b – Janne Grunau <janne-vlc@jannau.net> authored on 2018/10/25 16:03
rename arch specific bitdepth template files

46e2a2d0 – Marvin Scholz <epirat07@gmail.com> authored and Ronald S. Bultje <rsbultje@gmail.com> committed on 2018/10/25 12:45
Build: Add suffix to templated BITDEPTH files

367d785a – James Almer <jamrial@gmail.com> authored on 2018/10/24 14:02
meson: add "-Werror=missing-prototypes" to the list of optional arguments

6cb362d0 – Martin Storsjö <martin@martin.st> authored and Ronald S. Bultje <rsbultje@gmail.com> committed on 2018/10/25 07:58
attributes: Don't align to more than what assembly needs/benefits from

1bb1ec21 – Janne Grunau <janne-vlc@jannau.net> authored and Ronald S. Bultje <rsbultje@gmail.com> committed on 2018/10/25 05:32
fix unwanted integer promotion in tile data size parsing.

0bdd992e – Janne Grunau <janne-vlc@jannau.net> authored and Ronald S. Bultje <rsbultje@gmail.com> committed on 2018/10/24 18:17
loop restoration: maximal stripe height is 128 + 8

305537ca – Luc Trudeau <ltrudeau@twoorioles.com> authored on 2018/10/24 11:16
Don't call mask_edges_chroma when !bw4 or !bh4

2cce1d26 – Martin Storsjö <martin@martin.st> authored on 2018/10/25 07:54
attributes: Fix leftover mismatched else/endif comments

515e2667 – Martin Storsjö <martin@martin.st> authored on 2018/10/20 20:58
arm/mc: Add 8 bit neon asm for avg, w_avg and mask

128715b5 – Ronald S. Bultje <rsbultje@gmail.com> authored on 2018/10/24 15:21
Make access into loopfilter masks safe across sb64 tile threads

32c62b5f – Ronald S. Bultje <rsbultje@gmail.com> authored on 2018/10/23 16:34
Make access into noskip_mask safe across sb64 tile threads

c163cbdb – Thomas Daede <daede003@umn.edu> authored on 2018/10/24 09:51
Make symbols shared with libaom static.

14c612d0 – Thomas Daede <daede003@umn.edu> authored on 2018/10/23 13:14
Convert PATENTS file from CP1252 to UTF-8.

68f6b177 – Ronald S. Bultje <rsbultje@gmail.com> authored and Janne Grunau <janne-vlc@jannau.net> committed on 2018/10/24 10:26
Prevent right-shift by 32

8e1d06df – Ronald S. Bultje <rsbultje@gmail.com> authored on 2018/10/24 10:19
Revert "Add tile constraint to loopfilter mask fix-up code"

7c56793a – Janne Grunau <janne-vlc@jannau.net> authored on 2018/10/24 16:52
fix debug build after 16ec1057342

18335a4d – James Almer <jamrial@gmail.com> authored on 2018/10/24 10:07
obu: don't abort OBU_REDUNDANT_FRAME_HDR if no frame header has been parsed

5f8b6d0c – James Almer <jamrial@gmail.com> authored on 2018/10/24 10:01
obu: abort parsing OBU_FRAME if show_existing_frame=1

4cfd948d – Janne Grunau <janne-vlc@jannau.net> authored on 2018/10/24 04:43
CI: add -Werror to all warning free jobs and add clang-7 job

16ec1057 – Janne Grunau <janne-vlc@jannau.net> authored on 2018/10/24 14:47
remove unused function av1_clamp_mv()

e6d7400b – Ronald S. Bultje <rsbultje@gmail.com> authored on 2018/10/24 09:03
Don't fix chroma loopfilter masks for grayscale content

9cdb54c5 – Ronald S. Bultje <rsbultje@gmail.com> authored on 2018/10/24 09:02
Simplify code to fix-up the tile boundary loopfilter masks

6fa9df9c – Ronald S. Bultje <rsbultje@gmail.com> authored and Janne Grunau <janne-vlc@jannau.net> committed on 2018/10/24 09:14
Add tile constraint to loopfilter mask fix-up code

2e991b14 – Ronald S. Bultje <rsbultje@gmail.com> authored and Janne Grunau <janne-vlc@jannau.net> committed on 2018/10/24 05:13
Exit frame data decoding for OBU_FRAME if show_existing_frame=1

a0364323 – Ronald S. Bultje <rsbultje@gmail.com> authored and Janne Grunau <janne-vlc@jannau.net> committed on 2018/10/24 08:22
Fix compiler warning in checkasm/looprestoration.c

e5baa042 – Ronald S. Bultje <rsbultje@gmail.com> authored and Janne Grunau <janne-vlc@jannau.net> committed on 2018/10/24 05:22
Initialize restoration.type to RESTORATION_NONE for grayscale content

1ccf6c1f – Ronald S. Bultje <rsbultje@gmail.com> authored and Janne Grunau <janne-vlc@jannau.net> committed on 2018/10/24 07:15
Use max value for all trailing palette entries

7b101d4f – Ronald S. Bultje <rsbultje@gmail.com> authored on 2018/10/24 06:08
Require refs and curpic to share the same chroma subsampling

2982ef92 – James Almer <jamrial@gmail.com> authored on 2018/10/23 15:56
libfuzzer: fix a -Wformat warning

aa8e9123 – Janne Grunau <janne-vlc@jannau.net> authored and Ronald S. Bultje <rsbultje@gmail.com> committed on 2018/10/22 21:09
CI: add a -Werror build without checkasm

c3fce69f – Janne Grunau <janne-vlc@jannau.net> authored and Ronald S. Bultje <rsbultje@gmail.com> committed on 2018/10/22 20:59
fix sign compare warnings in dav1d_loopfilter_sbrow

0bb53898 – Martin Storsjö <martin@martin.st> authored and Janne Grunau <janne-vlc@jannau.net> committed on 2018/10/21 18:15
arm64: mc: Make the jump tables local symbols

859ae6aa – Janne Grunau <janne-vlc@jannau.net> authored and Ronald S. Bultje <rsbultje@gmail.com> committed on 2018/10/22 20:20
remove unused unused code from src/ref_mvs.c

6e9ca034 – James Almer <jamrial@gmail.com> authored on 2018/10/23 12:08
obu: support parsing Redundant Frame Header OBUs

09de524c – Henrik Gramner <gramner@twoorioles.com> authored on 2018/10/23 18:58
Align wedge mask buffers

bc803f00 – Janne Grunau <janne-vlc@jannau.net> authored and Ronald S. Bultje <rsbultje@gmail.com> committed on 2018/10/23 14:58
fuzzer: add a multithreaded fuzzer using 2 frame and tile threads

f8e918a9 – Janne Grunau <janne-vlc@jannau.net> authored and Ronald S. Bultje <rsbultje@gmail.com> committed on 2018/10/23 14:46
fuzzer: add a standalone fuzzing engine 'none'

a7bc6b8f – Janne Grunau <janne-vlc@jannau.net> authored and Ronald S. Bultje <rsbultje@gmail.com> committed on 2018/10/11 18:13
fuzzer: improve coverage of lib.c

520894c6 – Janne Grunau <janne-vlc@jannau.net> authored and Ronald S. Bultje <rsbultje@gmail.com> committed on 2018/10/19 07:01
fuzzer: prevent unwanted integer promotion in r32le

13f3658b – James Almer <jamrial@gmail.com> authored on 2018/10/23 08:17
obu: fix parsing of decoder model info bits

4abd6949 – Janne Grunau <janne-vlc@jannau.net> authored and Ronald S. Bultje <rsbultje@gmail.com> committed on 2018/10/19 07:44
getbits: do not call get_bits(0) for coded value 0 in dav1d_get_vlc

887c0269 – Luc Trudeau <ltrudeau@twoorioles.com> authored on 2018/10/23 05:41
Fix negative shift exponent in get_poc_diff

5186abdb – Luc Trudeau <ltrudeau@twoorioles.com> authored on 2018/10/18 17:58
Avoid calling get_uniform(max=1)

8eed0b67 – Ronald S. Bultje <rsbultje@gmail.com> authored and Jean-Baptiste Kempf <jb@videolan.org> committed on 2018/10/23 03:49
Order skipmode references incrementally

690ed688 – Ronald S. Bultje <rsbultje@gmail.com> authored on 2018/10/22 17:20
Clamp bottom end of vertical tile length

74f574ea – Ronald S. Bultje <rsbultje@gmail.com> authored on 2018/10/22 15:45
Rename unset_hp_bit() to fix_mv_precision() and add integer-mv support.

e9bb49f5 – Nathan E. Egge <unlord@xiph.org> authored and Ronald S. Bultje <rsbultje@gmail.com> committed on 2018/10/15 09:50
Add --demuxer CLI parameter.

6d2e29a9 – Ronald S. Bultje <rsbultje@gmail.com> authored on 2018/10/22 04:30
Use aligned image edges for intrabc

68c15b19 – Ronald S. Bultje <rsbultje@gmail.com> authored on 2018/10/22 04:30
Tiny refactoring to make intra_edge more readable

550fe5d2 – Ronald S. Bultje <rsbultje@gmail.com> authored on 2018/10/21 16:20
Fix palette values when we reach max plane values

c9b91bee – James Almer <jamrial@gmail.com> authored on 2018/10/21 15:25
obu: fix parsing force_integer_mv on frame headers

91e0b478 – Martin Storsjö <martin@martin.st> authored on 2018/10/21 18:09
arm64: Don't use uxth for extending a register

3eff6189 – Ronald S. Bultje <rsbultje@gmail.com> authored on 2018/10/21 09:54
Fill refpoc even if use_ref_frame_mvs=0.

dcdb50b8 – Ronald S. Bultje <rsbultje@gmail.com> authored on 2018/10/21 04:23
Update txpart/inter_txtp tables for intra frames also.

d41c68cf – Ronald S. Bultje <rsbultje@gmail.com> authored on 2018/10/20 16:17
Fix looprestoration intermediate upper limit

80e47425 – Janne Grunau <janne-vlc@jannau.net> authored on 2018/09/29 10:49
arm64/mc: add 8-bit neon asm for avg, w_avg and mask

1400b028 – Janne Grunau <janne-vlc@jannau.net> authored on 2018/10/20 17:00
looprestoration/x86: use x86 dsp init only if HAVE_ASM is 1

fb8078a6 – James Almer <jamrial@gmail.com> authored on 2018/10/20 08:11
x86: fix redefinition of _WIN32_WINNT in looprestoration

53194dbc – Henrik Gramner <gramner@twoorioles.com> authored on 2018/10/19 20:12
x86: Add filter intra prediction AVX2 asm

77c52be0 – Henrik Gramner <gramner@twoorioles.com> authored on 2018/10/19 20:11
Reorder the dav1d_filter_intra_taps array

93c4bea2 – Henrik Gramner <gramner@twoorioles.com> authored on 2018/10/19 21:32
x86: Add pal_pred AVX2 asm

0ba64ee5 – Janne Grunau <janne-vlc@jannau.net> authored and Ronald S. Bultje <rsbultje@gmail.com> committed on 2018/10/18 19:43
obu/tile_group: simplify tile group order to check

b004c1a7 – James Almer <jamrial@gmail.com> authored on 2018/10/19 20:29
ivf: fix the conversion specifier in printed error message strings

679754e7 – Ronald S. Bultje <rsbultje@gmail.com> authored on 2018/10/19 06:28
Fix wiener overflow (#79).

ce6f1f77 – Marvin Scholz <epirat07@gmail.com> authored on 2018/10/19 14:36
meson: Disable asserts in release builds

89c3f53f – Ronald S. Bultje <rsbultje@gmail.com> authored on 2018/10/19 04:07
Fix wiener AVX2 SIMD and related unit test.

1c42f8bf – Steve Lhomme <robux4@ycbcr.xyz> authored and Ronald S. Bultje <rsbultje@gmail.com> committed on 2018/10/19 13:34
Add support for external picture buffer allocation

793c5048 – David Michael Barr <b@rr-dav.id.au> authored on 2018/10/16 16:24
x86: Add chroma-from-luma intra prediction AVX2 asm

acfa495a – David Michael Barr <b@rr-dav.id.au> authored on 2018/10/16 16:14
checkasm: Add unit tests for chroma-from-luma

2df2aab9 – David Michael Barr <b@rr-dav.id.au> authored on 2018/10/16 21:34
Move chroma-from-luma alpha to last parameter

5cfbafea – Martin Storsjö <martin@martin.st> authored and Marvin Scholz <epirat07@gmail.com> committed on 2018/10/19 06:17
meson: Define CONFIG_xBPC to 0 for the bitdepths that aren't enabled

227b7eae – Martin Storsjö <martin@martin.st> authored on 2018/10/19 07:51
attributes: Don't try to use _BitScanReverse64 on MSVC/ARM

9dcdf20c – Martin Storsjö <martin@martin.st> authored and Janne Grunau <janne-vlc@jannau.net> committed on 2018/10/18 20:45
checkasm: Fix building with some bitdepths disabled

38da7af6 – Martin Storsjö <martin@martin.st> authored on 2018/10/18 20:47
checkasm: Include windows.h for the MSVC ARM64 readtime macro

04d9277e – James Almer <jamrial@gmail.com> authored on 2018/10/18 13:59
data: remove unnecessary internal header

6ac49461 – Janne Grunau <janne-vlc@jannau.net> authored and Ronald S. Bultje <rsbultje@gmail.com> committed on 2018/10/17 18:37
fix skip_mode_params parsing if enable_order_hint == 0

5b67e1a2 – Janne Grunau <janne-vlc@jannau.net> authored and Ronald S. Bultje <rsbultje@gmail.com> committed on 2018/10/17 17:44
parse obu_size/leb128 as unsigned 32-bit integer

43b10aff – Janne Grunau <janne-vlc@jannau.net> authored and Ronald S. Bultje <rsbultje@gmail.com> committed on 2018/10/17 16:35
dav1d/ivf: return an error when fread fails

7d7b8d42 – Janne Grunau <janne-vlc@jannau.net> authored and Ronald S. Bultje <rsbultje@gmail.com> committed on 2018/10/17 17:07
dav1d_decode: avoid broken and unecessary int cast in assert

7b826d71 – Janne Grunau <janne-vlc@jannau.net> authored and Ronald S. Bultje <rsbultje@gmail.com> committed on 2018/10/17 16:09
check segmap of primary reference frame before referencing it

5c416dce – Janne Grunau <janne-vlc@jannau.net> authored and Ronald S. Bultje <rsbultje@gmail.com> committed on 2018/10/15 18:01
intrabc: clip displacement vector to current tile

c38b3923 – Janne Grunau <janne-vlc@jannau.net> authored and Ronald S. Bultje <rsbultje@gmail.com> committed on 2018/10/17 14:07
decode: allow returning an error from decode_b and pass it on

1f32abd2 – Ronald S. Bultje <rsbultje@gmail.com> authored on 2018/10/16 04:46
Add infrastructure for LR SIMD and unit tests.

1d775483 – Ronald S. Bultje <rsbultje@gmail.com> authored on 2018/10/12 09:12
Refactor left edge copying to reduce data copies by 50%.

acd90b71 – Luc Trudeau <ltrudeau@twoorioles.com> authored on 2018/10/10 11:29
Small clean up in loop filter code

f4ad2720 – David Michael Barr <b@rr-dav.id.au> authored on 2018/10/12 21:25
Defer DC_PRED for zero-alpha CFL_PRED

677dcb7c – David Michael Barr <b@rr-dav.id.au> authored on 2018/10/12 06:17
Remove cfl_uvtx and cfl_uv_t_dim

9c4d7782 – David Michael Barr <b@rr-dav.id.au> authored on 2018/10/10 20:40
Compute DC within chroma-from-luma prediction

8d238cdd – David Michael Barr <b@rr-dav.id.au> authored on 2018/10/12 04:50
Remove dual-plane chroma-from-luma prediction

Next