summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/util (follow)
Commit message (Expand)AuthorAgeFilesLines
* util/unzip.cpp: Work around spurious maybe uninitialised warning with certain... Vas Crabb4 days1-1/+1
* imagedev/cassette.cpp, formats/flacfile.cpp: Added support for saving cassett... wilbertpol7 days2-0/+38
* util/cdrom.cpp: Refactored parse_cue and parse_gdicue (should fix GitHub #120... 9871238791132024-03-072-468/+158
* coreutil.h: Eliminate core_crc32 wrapper function in favor of util::crc32_cre... AJR2024-02-262-19/+0
* Merge branch 'release0263' into HEAD Vas Crabb2024-02-261-1/+9
|\
| * util/bitstream.h: Adjust m_doffset based on m_dbitoffs when flushing. (#12060) 9871238791132024-02-251-1/+9
* | util/ioprocs.cpp: Added wrappers for common patterns. (#11608) Vas Crabb2024-02-2521-312/+516
|/
* util/bitstream.cpp: Fixed cases where bits would be dropped when reading and ... 9871238791132024-02-241-13/+45
* Revert "util/bitstream.cpp: Fixed cases where bits would be dropped when read... Vas Crabb2024-02-241-45/+13
* util/bitstream.cpp: Fixed cases where bits would be dropped when reading and ... 9871238791132024-02-241-13/+45
* util/chd.cpp: Calculate size of buffer needed to store hunk map (fixes #12023... balr0g2024-02-171-8/+19
* imagedev/floppy.cpp: Delete unused getter that leaked details AJR2024-02-111-1/+1
* tools/chdman.cpp: Fixed numerous issues, including: Vas Crabb2024-02-102-21/+19
* util/cdrom.cpp: Removed unreachable additional handler for MODE2/2336 tracks.... stonedDiscord2024-02-061-5/+0
* Miscellaneous cleanups: Vas Crabb2024-02-032-6/+6
* util/cdrom.h: Fixed size of track info array. Vas Crabb2024-01-262-27/+2
* imagedev/cdromimg.cpp: Fixed object lifecycles when loading from softlist or ... Vas Crabb2024-01-261-1/+1
* lib/util/cdrom.h: fix out-of-bounds MAME init crash when disc is 99 tracks angelosa2024-01-251-1/+1
* util/cdrom.cpp: Don't strip pregaps from Redump GD-ROM files (#11913) Maxime Gauduin2024-01-061-44/+1
* lib/util/flac.cpp: Add support for flac data where bits_per_sample != 16. (#1... wilbertpol2023-12-302-9/+62
* ui: remove use of utf8.h hap2023-12-221-5/+0
* misc: remove some use of utf8.h in input defs hap2023-12-221-29/+0
* formats/flacfile.cpp: Added support for compact cassette images in FLAC forma... wilbertpol2023-12-171-0/+6
* Added Zstandard support for zip archives and CHDs. (#11827) Vas Crabb2023-12-114-10/+269
* 3rdparty/lzma: Updated to version 23.01. Vas Crabb2023-12-061-3/+3
* Revert "chd.cpp, chdcodec.cpp: Minor refactoring" Vas Crabb2023-10-274-133/+66
* Revert "chd.cpp: Refactoring, part 2" Vas Crabb2023-10-273-124/+137
* chd.cpp: Refactoring, part 2 AJR2023-10-233-137/+124
* chd.cpp, chdcodec.cpp: Minor refactoring AJR2023-10-224-66/+133
* Allow clone CHDs to use parent CHDs as parents. Vas Crabb2023-10-202-35/+78
* Miscellaneous change roll-up: Vas Crabb2023-09-294-283/+273
* multibyte.h: Fix shift count bug in 48-bit and 64-bit big-endian functions AJR2023-09-231-4/+4
* srcclean in preparation for MAME 0.259 release branch Vas Crabb2023-09-242-40/+40
* simh_tape_file: remove unnecessary posix-only header Patrick Mackinlay2023-09-201-1/+0
* chd.cpp, chdcodec.cpp, flac.cpp: Use multibyte.h functions AJR2023-09-175-133/+160
* aviio.cpp: Use std::clamp AJR2023-09-171-3/+4
* avhuff.cpp, cdrom.cpp, msdib.cpp, unzip.cpp, vbiparse.cpp: Use multibyte.h fu... AJR2023-09-175-124/+71
* aviio.cpp: Massive code cleanup AJR2023-09-172-767/+532
* imageutl.h: Retire pick_integer_[bl]e and place_integer_[bl]e in favor of the... AJR2023-09-171-32/+32
* nscsi: Add SCSI tape device based on SIMH tape image format (#11430) Miƫtek Bak2023-09-144-0/+999
* machine/t10mmc.cpp: Implemented most features of T10 MMC read CD (0xbe) comma... 9871238791132023-08-231-1/+1
* -emu/devcb.h: Removed set_log and append_log. Vas Crabb2023-08-021-4/+7
* emu/devfind.h: Added a lookup() member function to device finders. Vas Crabb2023-06-121-40/+40
* Some more sprintf() deprecation warning fixes. [R. Belmont] arbee2023-06-031-7/+7
* cdrom: Bunch of fixes Olivier Galibert2023-05-051-0/+1
* chd: Add dvd support. better abstraction in general, multi-image support in a... Olivier Galibert2023-05-044-8/+198
* util/unzip.cpp: Update for latest LZMA SDK. Vas Crabb2023-05-041-2/+2
* 3rdparty/lzma: Updated to LZMA SDK version 22.01 Vas Crabb2023-05-042-16/+29
* Miscellaneous improvements: Vas Crabb2023-04-141-0/+9
* Allow loading PNG/JPEG/MS DIB bitmaps from Lua, and cleanup. Vas Crabb2023-04-139-236/+257