1. 29 Dec, 2023 29 commits
  2. 27 Dec, 2023 1 commit
    • Leo Izen's avatar
      avcodec/jpegxl_parser: check ANS cluster alphabet size vs bundle size · 1a3ec3f2
      Leo Izen authored
      
      The specification doesn't mention that clusters cannot have alphabet
      sizes greater than 1 << bundle->log_alphabet_size, but the reference
      implementation rejects these entropy streams as invalid, so we should
      too. Refusing to do so can overflow a stack variable that should be
      large enough otherwise.
      
      Fixes #10738.
      
      Found-by: Zeng Yunxiang and Li Zeyuan
      Signed-off-by: default avatarLeo Izen <leo.izen@gmail.com>
      1a3ec3f2
  3. 19 Dec, 2023 1 commit
  4. 11 Dec, 2023 1 commit
    • Benjamin Cheng's avatar
      hwcontext_vulkan: guard unistd.h include · 884a660c
      Benjamin Cheng authored
      win32 typically doesn't have unistd.h, so always including it will break
      MSVC builds. The usage of those POSIX functions are already guarded by
      _WIN32, so use that to guard unistd.h include as well.
      
      (cherry picked from commit 185871fd)
      884a660c
  5. 04 Dec, 2023 1 commit
  6. 02 Dec, 2023 1 commit
  7. 22 Nov, 2023 1 commit
  8. 12 Nov, 2023 2 commits
  9. 10 Nov, 2023 3 commits