Skip to content
Snippets Groups Projects
  1. May 12, 2021
  2. Mar 29, 2021
  3. Feb 15, 2021
  4. Jan 21, 2021
  5. Jan 20, 2021
  6. Jan 18, 2021
  7. Jul 02, 2020
  8. Jun 02, 2020
  9. Apr 03, 2020
  10. Apr 02, 2020
  11. Mar 21, 2020
  12. Mar 07, 2020
  13. Mar 03, 2020
  14. Feb 20, 2020
  15. Feb 18, 2020
  16. Jan 21, 2020
  17. Jan 10, 2020
  18. Jan 02, 2020
  19. Jan 01, 2020
  20. Dec 31, 2019
  21. Dec 29, 2019
  22. Dec 28, 2019
  23. Nov 21, 2019
  24. Nov 16, 2019
  25. Sep 05, 2019
  26. Sep 04, 2019
  27. Sep 01, 2019
    • Janne Grunau's avatar
      add wrapping script for testing with frame/tile-threads · f51f12bd
      Janne Grunau authored and Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf committed
      Use the wrapping capabilities of meson test.
      `meson test --wrap ../tests/dav1d-test-data/wrap_mt.sh` will append
      the values of the environment variables FRAMETHREADS and TILETHREADS
      as '--framethreads' and '--tilethreads' command line parameters.
      If the varables are not set it will default to 2 frame and tile threads.
      f51f12bd
    • Ronald S. Bultje's avatar
      add new film grain test vector from aom · 39d18517
      Ronald S. Bultje authored and Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf committed
      39d18517
    • Janne Grunau's avatar
      oss-fuzz: add testcase integer overflow in warp_affine() · 5fa4ee71
      Janne Grunau authored
      Reported in dav1d#288
      
       ../../src/dav1d/src/recon_tmpl.c:786:54: runtime error: signed integer overflow: 65524 * 65348 cannot be represented in type 'int'
          #0 0x58cd72 in warp_affine /src/dav1d/src/recon_tmpl.c:786:54
          #1 0x5877c1 in dav1d_recon_b_inter_16bpc /src/dav1d/src/recon_tmpl.c:1271:19
          #2 0x4e24f4 in decode_b /src/dav1d/src/decode.c:1859:17
          #3 0x4d20b8 in decode_sb /src/dav1d/src/decode.c:2248:17
          #4 0x4d136d in dav1d_decode_tile_sbrow /src/dav1d/src/decode.c:2557:13
          #5 0x4cd2f7 in dav1d_tile_task /src/dav1d/src/thread_task.c:95:29
          #6 0x7ff0337736b9 in start_thread
          #7 0x7ff032b7e41c in clone /build/glibc-LK5gWL/glibc-2.23/sysdeps/unix/sysv/linux/x86_64/clone.S:109
      5fa4ee71
Loading