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