summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/util (unfollow)
Commit message (Expand)AuthorFilesLines
4 daysutil/unzip.cpp: Work around spurious maybe uninitialised warning with certain... Vas Crabb1-1/+1
7 daysimagedev/cassette.cpp, formats/flacfile.cpp: Added support for saving cassett... wilbertpol2-0/+38
2024-03-07util/cdrom.cpp: Refactored parse_cue and parse_gdicue (should fix GitHub #120... 9871238791132-468/+158
2024-02-26coreutil.h: Eliminate core_crc32 wrapper function in favor of util::crc32_cre... AJR2-19/+0
2024-02-25util/bitstream.h: Adjust m_doffset based on m_dbitoffs when flushing. (#12060) 9871238791131-1/+9
2024-02-25util/ioprocs.cpp: Added wrappers for common patterns. (#11608) Vas Crabb21-312/+516
2024-02-24util/bitstream.cpp: Fixed cases where bits would be dropped when reading and ... 9871238791131-13/+45
2024-02-24Revert "util/bitstream.cpp: Fixed cases where bits would be dropped when read... Vas Crabb1-45/+13
2024-02-24util/bitstream.cpp: Fixed cases where bits would be dropped when reading and ... 9871238791131-13/+45
2024-02-17util/chd.cpp: Calculate size of buffer needed to store hunk map (fixes #12023... balr0g1-8/+19
2024-02-11imagedev/floppy.cpp: Delete unused getter that leaked details AJR1-1/+1
2024-02-10tools/chdman.cpp: Fixed numerous issues, including: Vas Crabb2-21/+19
2024-02-06util/cdrom.cpp: Removed unreachable additional handler for MODE2/2336 tracks.... stonedDiscord1-5/+0
2024-02-03Miscellaneous cleanups: Vas Crabb2-6/+6
2024-01-26util/cdrom.h: Fixed size of track info array. Vas Crabb2-27/+2
2024-01-26imagedev/cdromimg.cpp: Fixed object lifecycles when loading from softlist or ... Vas Crabb1-1/+1
2024-01-25lib/util/cdrom.h: fix out-of-bounds MAME init crash when disc is 99 tracks angelosa1-1/+1
2024-01-06util/cdrom.cpp: Don't strip pregaps from Redump GD-ROM files (#11913) Maxime Gauduin1-44/+1
2023-12-30lib/util/flac.cpp: Add support for flac data where bits_per_sample != 16. (#1... wilbertpol2-9/+62
2023-12-22ui: remove use of utf8.h hap1-5/+0
2023-12-22misc: remove some use of utf8.h in input defs hap1-29/+0
2023-12-17formats/flacfile.cpp: Added support for compact cassette images in FLAC forma... wilbertpol1-0/+6
2023-12-11Added Zstandard support for zip archives and CHDs. (#11827) Vas Crabb4-10/+269
2023-12-063rdparty/lzma: Updated to version 23.01. Vas Crabb1-3/+3
2023-10-27Revert "chd.cpp, chdcodec.cpp: Minor refactoring" Vas Crabb4-133/+66
2023-10-27Revert "chd.cpp: Refactoring, part 2" Vas Crabb3-124/+137
2023-10-23chd.cpp: Refactoring, part 2 AJR3-137/+124
2023-10-22chd.cpp, chdcodec.cpp: Minor refactoring AJR4-66/+133
2023-10-20Allow clone CHDs to use parent CHDs as parents. Vas Crabb2-35/+78
2023-09-29Miscellaneous change roll-up: Vas Crabb4-283/+273
2023-09-23multibyte.h: Fix shift count bug in 48-bit and 64-bit big-endian functions AJR1-4/+4
2023-09-23multibyte.h: Fix shift count bug in 48-bit and 64-bit big-endian functions AJR1-4/+4
2023-09-24srcclean in preparation for MAME 0.259 release branch Vas Crabb2-40/+40
2023-09-20simh_tape_file: remove unnecessary posix-only header Patrick Mackinlay1-1/+0
2023-09-17chd.cpp, chdcodec.cpp, flac.cpp: Use multibyte.h functions AJR5-133/+160
2023-09-17aviio.cpp: Use std::clamp AJR1-3/+4
2023-09-17avhuff.cpp, cdrom.cpp, msdib.cpp, unzip.cpp, vbiparse.cpp: Use multibyte.h fu... AJR5-124/+71
2023-09-17aviio.cpp: Massive code cleanup AJR2-767/+532
2023-09-17imageutl.h: Retire pick_integer_[bl]e and place_integer_[bl]e in favor of the... AJR1-32/+32
2023-09-14nscsi: Add SCSI tape device based on SIMH tape image format (#11430) Miƫtek Bak4-0/+999
2023-08-23machine/t10mmc.cpp: Implemented most features of T10 MMC read CD (0xbe) comma... 9871238791131-1/+1
2023-08-02-emu/devcb.h: Removed set_log and append_log. Vas Crabb1-4/+7
2023-06-12emu/devfind.h: Added a lookup() member function to device finders. Vas Crabb1-40/+40
2023-06-03Some more sprintf() deprecation warning fixes. [R. Belmont] arbee1-7/+7
2023-05-05cdrom: Bunch of fixes Olivier Galibert1-0/+1
2023-05-04chd: Add dvd support. better abstraction in general, multi-image support in a... Olivier Galibert4-8/+198
2023-05-04util/unzip.cpp: Update for latest LZMA SDK. Vas Crabb1-2/+2
2023-05-043rdparty/lzma: Updated to LZMA SDK version 22.01 Vas Crabb2-16/+29
2023-04-14Miscellaneous improvements: Vas Crabb1-0/+9
2023-04-13Allow loading PNG/JPEG/MS DIB bitmaps from Lua, and cleanup. Vas Crabb9-236/+257