| Commit message (Expand) | Author | Age | Files | Lines |
| * | tools/chdman.cpp: Fixed numerous issues, including: |  Vas Crabb | 2024-02-10 | 1 | -4/+4 |
| * | Revert "chd.cpp, chdcodec.cpp: Minor refactoring" |  Vas Crabb | 2023-10-27 | 1 | -8/+8 |
| * | Revert "chd.cpp: Refactoring, part 2" |  Vas Crabb | 2023-10-27 | 1 | -6/+6 |
| * | chd.cpp: Refactoring, part 2 |  AJR | 2023-10-23 | 1 | -6/+6 |
| * | chd.cpp, chdcodec.cpp: Minor refactoring |  AJR | 2023-10-22 | 1 | -8/+8 |
| * | Allow clone CHDs to use parent CHDs as parents. |  Vas Crabb | 2023-10-20 | 1 | -13/+18 |
| * | chd.cpp, chdcodec.cpp, flac.cpp: Use multibyte.h functions |  AJR | 2023-09-17 | 1 | -2/+0 |
| * | chd: Add dvd support. better abstraction in general, multi-image support in a... |  Olivier Galibert | 2023-05-04 | 1 | -4/+14 |
| * | formats, osd, util: Started refactoring file I/O stuff. (#8456) |  Vas Crabb | 2021-08-22 | 1 | -138/+136 |
| * | Low-level #include overhaul |  AJR | 2021-01-02 | 1 | -3/+0 |
| * | Better support for screen orientation/geometry: |  Vas Crabb | 2018-07-26 | 1 | -5/+4 |
| * | NOTICE (TYPE NAME CONSOLIDATION) |  Miodrag Milanovic | 2016-10-22 | 1 | -161/+161 |
| * | dynamic_buffer is just std::vector<UINT8> (nw) |  Miodrag Milanovic | 2016-10-21 | 1 | -8/+8 |
| * | Moved src/emu/hash.[cpp|h] into src/lib/util, and namespaced that code (and h... |  Nathan Woods | 2016-07-23 | 1 | -18/+18 |
| * | Various cleanups suggested by static analyzer (nw) |  Miodrag Milanovic | 2016-04-24 | 1 | -1/+1 |
| * | chd: initialized m_hunknum inside the constructor. (nw) |  dankan1890 | 2016-04-15 | 1 | -0/+1 |
| * | Turn core_file into a proper class that gets cleaned up safely using unique_ptr |  Vas Crabb | 2016-03-06 | 1 | -5/+5 |
| * | use std::atomic in chd.cpp/h (nw) |  Miodrag Milanovic | 2016-03-01 | 1 | -2/+2 |
| * | clang-modernize part 1 (nw) |  Miodrag Milanovic | 2015-12-03 | 1 | -8/+8 |
| * | moved all to std::string (nw) |  Miodrag Milanovic | 2015-04-22 | 1 | -3/+4 |
| * | Replace dynamic_array with std::vector [O. Galibert] |  Olivier Galibert | 2015-04-14 | 1 | -2/+2 |
| * | cstr() - > c_str() as preparation for move to std::string (nw) |  Miodrag Milanovic | 2015-04-11 | 1 | -1/+1 |
| * | more ThreadSanitizer data race warning "fixes" (nw) |  Oliver Stöneberg | 2014-12-31 | 1 | -1/+3 |
| * | chd updates: [MetalliC] |  R. Belmont | 2014-04-18 | 1 | -1/+2 |
| * | Cleanups and version bumpmame0153 |  Miodrag Milanovic | 2014-04-07 | 1 | -1/+1 |
| * | fixed ubsan invalid vptr error with dynamic_array<hash_pair> in struct work_i... |  Oliver Stöneberg | 2014-02-26 | 1 | -0/+11 |
| * | Bulk convert files that already had standard BSD license in my name |  Aaron Giles | 2013-10-16 | 1 | -31/+2 |
| * | Cleanups and version bumpmame0148 |  Miodrag Milanovic | 2013-01-11 | 1 | -66/+66 |
| * | When copying CHDs, preserve the flag that indicates whether the metadata |  Aaron Giles | 2012-03-06 | 1 | -2/+2 |
| * | chdman: Correct processing of GDI files, add ability to extractcd to .gdi, ve... |  R. Belmont | 2012-03-04 | 1 | -0/+2 |
| * | Clean-ups and version bumpmame0145u1 |  Angelo Salese | 2012-02-19 | 1 | -74/+74 |
| * | Major CHD/chdman update. The CHD version number has been increased |  Aaron Giles | 2012-02-16 | 1 | -226/+430 |
| * | Missing files from the last checkin (nw) |  R. Belmont | 2012-01-22 | 1 | -5/+6 |
| * | Cleanups and version bump. |  Aaron Giles | 2010-06-17 | 1 | -1/+1 |
| * | chdman/cdrom updates: [R. Belmont] |  R. Belmont | 2010-05-30 | 1 | -1/+3 |
| * | Cleanups and version bump.mame0134u3 |  Aaron Giles | 2009-10-12 | 1 | -13/+13 |
| * | Assert copyright ownership of core library files, and relicense |  Aaron Giles | 2009-10-09 | 1 | -2/+30 |
| * | Fix chdman -update to leave the write protect state alone when updating |  Aaron Giles | 2009-08-02 | 1 | -1/+1 |
| * | V4 header format is no longer proposed. |  Aaron Giles | 2009-03-20 | 1 | -1/+1 |
| * | Moved chd_clone_metadata code into chdman.c so that it can intelligently |  Aaron Giles | 2009-03-10 | 1 | -0/+9 |
| * | Redid metadata hashing. A digest of tags and hashes for each |  Aaron Giles | 2009-03-10 | 1 | -4/+2 |
| * | NOTE: With the change, all existing CHD diff files are invalid. |  Aaron Giles | 2009-03-09 | 1 | -7/+21 |
| * | Added flags to the metadata entries, encoded in the top bit. Right now |  Aaron Giles | 2009-03-05 | 1 | -2/+22 |
| * | Changed requirements for laserdisc CHDs to require a new chunk of |  Aaron Giles | 2008-09-18 | 1 | -0/+3 |
| * | Rejiggered huffman.c to support multiple interleaving |  Aaron Giles | 2008-08-12 | 1 | -31/+21 |
| * | Removed obsolete makemeta tool. Replaced it with new ldverify |  Aaron Giles | 2008-08-05 | 1 | -0/+3 |
| * | Removed per-frame metadata support from chdman. Creating an A/V |  Aaron Giles | 2008-08-01 | 1 | -1/+1 |
| * | Normalized function pointer typedefs: they are now all |  Aaron Giles | 2008-03-03 | 1 | -4/+0 |
| * | From: Atari Ace [mailto:atari_ace@verizon.net] |  Aaron Giles | 2008-02-03 | 1 | -0/+2 |
| * | Copyright cleanup: |  Aaron Giles | 2008-01-06 | 1 | -1/+1 |