summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/util/cdrom.cpp
Commit message (Expand)AuthorAgeFilesLines
* cdrom: fixed wrong track number in error messages [Robbbert] hap2025-02-211-14/+24
* util/cdrom.cpp: Change fprintf(stderr, ...) calls to osd_printf_error AJR2024-11-081-3/+3
* -util/cdrom.cpp: Fixed issues with CUE, TOC and GDI parsers. (#12948) 9871238791132024-11-091-429/+506
* machine/t10mmc.cpp: Added stub CD-TEXT TOC read; util/cdrom.cpp: Handle contr... 9871238791132024-11-091-1/+37
* Cleanup: Vas Crabb2024-05-221-71/+76
* util/cdrom, machine/t10mmc: Add preliminary support for multisession CD-ROMs,... 9871238791132024-05-121-128/+300
* util/cdrom.cpp: Zero entire output TOC structure in cdrom_file::parse_metadat... MetalSlug2024-04-091-1/+2
* util/cdrom.cpp: Refactored parse_cue and parse_gdicue (should fix GitHub #120... 9871238791132024-03-071-466/+157
* util/ioprocs.cpp: Added wrappers for common patterns. (#11608) Vas Crabb2024-02-251-4/+6
* util/cdrom.cpp: Removed unreachable additional handler for MODE2/2336 tracks.... stonedDiscord2024-02-061-5/+0
* util/cdrom.h: Fixed size of track info array. Vas Crabb2024-01-261-26/+1
* util/cdrom.cpp: Don't strip pregaps from Redump GD-ROM files (#11913) Maxime Gauduin2024-01-061-44/+1
* avhuff.cpp, cdrom.cpp, msdib.cpp, unzip.cpp, vbiparse.cpp: Use multibyte.h fu... AJR2023-09-171-21/+7
* Add vendor-specific Read TOC command for Apple SCSI CD-ROM drive AJR2023-03-091-4/+3
* cdrom: Pass phys flag to read_partial_sector in read_subcode (#10231) 9871238791132022-08-151-2/+3
* srcclean in preparation for 0.243 Vas Crabb2022-04-241-14/+14
* cdrom.cpp: Bothering by integer types AJR2022-04-011-1/+1
* cdrom.cpp: Clean up code somewhat AJR2022-04-011-185/+184
* cdrom_file: classify. Could use more internal work, but it's a step Olivier Galibert2022-04-011-527/+2060
* -Significant updates to the CD-i driver [Ryan Holtz] (#9102) MooglyGuy2022-01-081-0/+5
* util: Further API cleanups: (#8661) Vas Crabb2021-10-051-2/+5
* formats, osd, util: Started refactoring file I/O stuff. (#8456) Vas Crabb2021-08-221-45/+46
* util/cdrom.cpp: Disable debug log message when parsing TOC. Vas Crabb2021-04-241-24/+20
* Miscellaneous formatting adjustments Vas Crabb2021-03-311-5/+6
* util/cdrom.cpp: Return index 1/start of track data instead of index 0/start o... 9871238791132021-03-311-22/+50
* Low-level #include overhaul AJR2021-01-021-2/+2
* fixed some modernize-use-auto clang-tidy warnings (nw) (#6238) Oliver Stöneberg2020-01-301-2/+2
* use C++ library includes (nw) firewave2020-01-221-2/+2
* Renamed flipendian -> swapendian, as I spent minutes trying to find the funct... mooglyguy2018-11-051-8/+8
* needed for external work (nw) MetalliC2017-08-261-0/+10
* cdrom: translate from 2336 to 2048 (nw) cracyc2017-04-101-0/+6
* Misc typo fixes. Jordi Mallach2016-10-271-1/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-62/+62
* dynamic_buffer is just std::vector<UINT8> (nw) Miodrag Milanovic2016-10-211-1/+1
* std::min and std:max instead of MIN and MAX, also some more macros converted ... Miodrag Milanovic2016-07-311-8/+8
* cdrom: declared (std::nothrow) some allocations. (nw) dankan18902016-04-151-3/+3
* * Remove confusing method from vectorstreams that hide base_ios method (fixes... Vas Crabb2016-03-181-1/+1
* Make osd_file a polymorphic class that's held with smart pointers Vas Crabb2016-03-141-2/+2
* Turn core_file into a proper class that gets cleaned up safely using unique_ptr Vas Crabb2016-03-061-6/+6
* Replace strformat, strprintf and strcatprintf with type-safe steam_format and... Vas Crabb2016-02-281-4/+3
* chd-cd: when chdman wants only the original sectors, give it only the origina... arbee2015-12-271-12/+15
* macro removal INLINE -> static inline (nw) Miodrag Milanovic2015-12-121-4/+4
* clang-modernize part 1 (nw) Miodrag Milanovic2015-12-031-24/+24
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+1646