| Commit message (Expand) | Author | Age | Files | Lines |
* | cdrom: fixed wrong track number in error messages [Robbbert] |  hap | 2025-02-21 | 1 | -14/+24 |
* | util/cdrom.cpp: Change fprintf(stderr, ...) calls to osd_printf_error |  AJR | 2024-11-08 | 1 | -3/+3 |
* | -util/cdrom.cpp: Fixed issues with CUE, TOC and GDI parsers. (#12948) |  987123879113 | 2024-11-09 | 1 | -429/+506 |
* | machine/t10mmc.cpp: Added stub CD-TEXT TOC read; util/cdrom.cpp: Handle contr... |  987123879113 | 2024-11-09 | 1 | -1/+37 |
* | Cleanup: |  Vas Crabb | 2024-05-22 | 1 | -71/+76 |
* | util/cdrom, machine/t10mmc: Add preliminary support for multisession CD-ROMs,... |  987123879113 | 2024-05-12 | 1 | -128/+300 |
* | util/cdrom.cpp: Zero entire output TOC structure in cdrom_file::parse_metadat... |  MetalSlug | 2024-04-09 | 1 | -1/+2 |
* | util/cdrom.cpp: Refactored parse_cue and parse_gdicue (should fix GitHub #120... |  987123879113 | 2024-03-07 | 1 | -466/+157 |
* | util/ioprocs.cpp: Added wrappers for common patterns. (#11608) |  Vas Crabb | 2024-02-25 | 1 | -4/+6 |
* | util/cdrom.cpp: Removed unreachable additional handler for MODE2/2336 tracks.... |  stonedDiscord | 2024-02-06 | 1 | -5/+0 |
* | util/cdrom.h: Fixed size of track info array. |  Vas Crabb | 2024-01-26 | 1 | -26/+1 |
* | util/cdrom.cpp: Don't strip pregaps from Redump GD-ROM files (#11913) |  Maxime Gauduin | 2024-01-06 | 1 | -44/+1 |
* | avhuff.cpp, cdrom.cpp, msdib.cpp, unzip.cpp, vbiparse.cpp: Use multibyte.h fu... |  AJR | 2023-09-17 | 1 | -21/+7 |
* | Add vendor-specific Read TOC command for Apple SCSI CD-ROM drive |  AJR | 2023-03-09 | 1 | -4/+3 |
* | cdrom: Pass phys flag to read_partial_sector in read_subcode (#10231) |  987123879113 | 2022-08-15 | 1 | -2/+3 |
* | srcclean in preparation for 0.243 |  Vas Crabb | 2022-04-24 | 1 | -14/+14 |
* | cdrom.cpp: Bothering by integer types |  AJR | 2022-04-01 | 1 | -1/+1 |
* | cdrom.cpp: Clean up code somewhat |  AJR | 2022-04-01 | 1 | -185/+184 |
* | cdrom_file: classify. Could use more internal work, but it's a step |  Olivier Galibert | 2022-04-01 | 1 | -527/+2060 |
* | -Significant updates to the CD-i driver [Ryan Holtz] (#9102) |  MooglyGuy | 2022-01-08 | 1 | -0/+5 |
* | util: Further API cleanups: (#8661) |  Vas Crabb | 2021-10-05 | 1 | -2/+5 |
* | formats, osd, util: Started refactoring file I/O stuff. (#8456) |  Vas Crabb | 2021-08-22 | 1 | -45/+46 |
* | util/cdrom.cpp: Disable debug log message when parsing TOC. |  Vas Crabb | 2021-04-24 | 1 | -24/+20 |
* | Miscellaneous formatting adjustments |  Vas Crabb | 2021-03-31 | 1 | -5/+6 |
* | util/cdrom.cpp: Return index 1/start of track data instead of index 0/start o... |  987123879113 | 2021-03-31 | 1 | -22/+50 |
* | Low-level #include overhaul |  AJR | 2021-01-02 | 1 | -2/+2 |
* | fixed some modernize-use-auto clang-tidy warnings (nw) (#6238) |  Oliver Stöneberg | 2020-01-30 | 1 | -2/+2 |
* | use C++ library includes (nw) |  firewave | 2020-01-22 | 1 | -2/+2 |
* | Renamed flipendian -> swapendian, as I spent minutes trying to find the funct... |  mooglyguy | 2018-11-05 | 1 | -8/+8 |
* | needed for external work (nw) |  MetalliC | 2017-08-26 | 1 | -0/+10 |
* | cdrom: translate from 2336 to 2048 (nw) |  cracyc | 2017-04-10 | 1 | -0/+6 |
* | Misc typo fixes. |  Jordi Mallach | 2016-10-27 | 1 | -1/+1 |
* | NOTICE (TYPE NAME CONSOLIDATION) |  Miodrag Milanovic | 2016-10-22 | 1 | -62/+62 |
* | dynamic_buffer is just std::vector<UINT8> (nw) |  Miodrag Milanovic | 2016-10-21 | 1 | -1/+1 |
* | std::min and std:max instead of MIN and MAX, also some more macros converted ... |  Miodrag Milanovic | 2016-07-31 | 1 | -8/+8 |
* | cdrom: declared (std::nothrow) some allocations. (nw) |  dankan1890 | 2016-04-15 | 1 | -3/+3 |
* | * Remove confusing method from vectorstreams that hide base_ios method (fixes... |  Vas Crabb | 2016-03-18 | 1 | -1/+1 |
* | Make osd_file a polymorphic class that's held with smart pointers |  Vas Crabb | 2016-03-14 | 1 | -2/+2 |
* | Turn core_file into a proper class that gets cleaned up safely using unique_ptr |  Vas Crabb | 2016-03-06 | 1 | -6/+6 |
* | Replace strformat, strprintf and strcatprintf with type-safe steam_format and... |  Vas Crabb | 2016-02-28 | 1 | -4/+3 |
* | chd-cd: when chdman wants only the original sectors, give it only the origina... |  arbee | 2015-12-27 | 1 | -12/+15 |
* | macro removal INLINE -> static inline (nw) |  Miodrag Milanovic | 2015-12-12 | 1 | -4/+4 |
* | clang-modernize part 1 (nw) |  Miodrag Milanovic | 2015-12-03 | 1 | -24/+24 |
* | Rename *.c -> *.cpp in our source (nw) |  Miodrag Milanovic | 2015-11-08 | 1 | -0/+1646 |