~libretro/libretro/+git/flycast-libchdr:master

Last commit made on 2023-07-24
Get this branch:
git clone -b master https://git.launchpad.net/~libretro/libretro/+git/flycast-libchdr

Branch merges

Branch information

Recent commits

925400c... by flyinghead <email address hidden>

Merge pull request #1 from scribam/vita

Declare hardware capabilities for the PlayStation Vita

a51f325... by scribam <email address hidden>

Declare hardware capabilities for the PlayStation Vita

The header <sys/auxv.h> does not exist for this system to retrieve the hardware capabilities

8e09bf2... by Raphael Jean-Leconte

check mem alloc failures triggered by invalid chd

The chdv5 raw map and rle tree size are read from the header, which may
be incorrect if the chd is corrupted, resulting in a malloc failure if
huge.
Also check for hunkbytes != 0 to avoid division by zero.

8c319cf... by Raphael Jean-Leconte

libretro windows build fix

24cf95f... by Raphael Jean-Leconte

Merge remote-tracking branch 'upstream/master'

24aee6c... by Raphael Jean-Leconte

lzma-22 switch build fix

fec8ab9... by Romain TISSERAND

Merge pull request #89 from jpd002/huff_codec

4ddae00... by Romain TISSERAND

Merge pull request #91 from flyinghead/master

Avoid huffman tree buffer overrun in huffman_import_tree_rle

de74053... by Raphael Jean-Leconte

Avoid huffman tree buffer overrun in huffman_import_tree_rle

Issue #90

5715077... by Jean-Philip Desjardins <email address hidden>

Add support for 'huff' codec.