summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/util
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Pacify clang, and more noexcept. Vas Crabb2023-03-262-20/+0
* Various optimisations to code generaton. Vas Crabb2023-03-268-1524/+498
* Add vendor-specific Read TOC command for Apple SCSI CD-ROM drive AJR2023-03-091-4/+3
* Replaced most simple uses of sprintf with type-safe equivalents. (#10948) Erik2023-03-102-50/+33
* ROM label updates and new dumps: Vas Crabb2023-03-021-5/+46
* Various cleanups: Vas Crabb2023-02-271-1/+1
* xmlfile.cpp: Replace implementation of normalize_string with similar one in i... AJR2023-02-122-18/+14
* unzip.cpp: Minor logging improvement AJR2023-02-111-1/+1
* Small batch of input refactoring: Vas Crabb2023-02-051-0/+3
* util/options.cpp: Fixed issue when copying options that don't carry values. Vas Crabb2022-12-221-10/+22
* util/options.cpp: Fixed overriden default option values from OSD. Vas Crabb2022-12-191-1/+1
* osd/modules/file: Don't magically substitute environment variables when openi... npwoods2022-12-172-31/+193
* -debugger: Improved session save/restore. Vas Crabb2022-12-021-2/+8
* Merge branch 'release0250' into mainline-master Vas Crabb2022-11-281-2/+2
|\
| * util/path.h: Fixed narrowing warning from older versions of clang. Vas Crabb2022-11-271-2/+2
* | harddisk.h: #include shuffling AJR2022-11-262-2/+8
|/
* aviio.cpp, msdib.cpp: Use core inline functions as appropriate AJR2022-11-152-12/+6
* Fixed a few issues identified by Coverity: Vas Crabb2022-11-062-50/+10