summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/util/chdcd.c
Commit message (Expand)AuthorAgeFilesLines
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-1339/+0
* Cleanups and version bumpmame0163 Miodrag Milanovic2015-06-241-75/+75
* Licenses for Raphael Nabet (nw) Miodrag Milanovic2015-06-071-0/+159
* updating remaining for RB (nw) Miodrag Milanovic2015-05-211-2/+2
* few more resolved in lib/util (nw) Miodrag Milanovic2015-05-091-4/+1
* Missed lib for adding licenses (nw) Miodrag Milanovic2015-05-071-0/+2
* moved all to std::string (nw) Miodrag Milanovic2015-04-221-18/+18
* removed bool conversion and implicit empty check (nw) Miodrag Milanovic2015-04-191-2/+2
* There is no implicit conversion to char* in std::string (nw) Miodrag Milanovic2015-04-121-4/+4
* cstr() - > c_str() as preparation for move to std::string (nw) Miodrag Milanovic2015-04-111-7/+7
* moved assert replacement inside emucore.h so it is actually used / removed as... Oliver Stöneberg2015-03-201-0/+1
* chd updates: [MetalliC] R. Belmont2014-04-181-0/+2
* reverting, sorry for this vconv needs to be updated (nw) Miodrag Milanovic2014-03-311-1/+1
* VS2013 x64 is little bit more anal about signed/unsigned comparison (nw) Miodrag Milanovic2014-03-311-1/+1
* fixed reading of bits/sample in parse_wav_sample() on big-endian systems (nw) Oliver Stöneberg2014-03-061-1/+2
* Cleanups and version bumpmame0148u5 Miodrag Milanovic2013-05-201-2/+1
* Various CD-ROM / CHDMAN improvements: [R. Belmont] R. Belmont2013-05-181-3/+31
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-26/+26
* fixed some cppcheck warnings about format identifiers and duplicated enum (nw) Oliver Stöneberg2013-01-061-3/+3
* more chdcd.c errormessage enhancements / adapted error messages for emu/sound... Oliver Stöneberg2013-01-061-5/+8
* improved some error messages (nw) Oliver Stöneberg2013-01-061-3/+3
* corrected comment and log message in parse_wav_sample() about channels / corr... Oliver Stöneberg2013-01-061-6/+6
* improved error reporting of parse_wav_sample() and fixed potential resource l... Oliver Stöneberg2013-01-061-24/+61
* read ISO as binary as well (nw) Oliver Stöneberg2013-01-061-1/+1
* skip without reading (nw) smf-2013-01-051-4/+3
* fixed NRG reading for good (accidentally removed some non-debug code before c... Oliver Stöneberg2013-01-051-4/+5
* cleaned up some chdcd.c error messages (nw) Oliver Stöneberg2013-01-051-5/+5
* fixed reading of NRG images / bail out on unsupported tracks in NRG images / ... Oliver Stöneberg2013-01-051-13/+39
* fixed filename set in NRG track parsing / added NRG test to chdman unit test ... Oliver Stöneberg2013-01-051-1/+1
* Cleanups and version bumpmame0147u4 Miodrag Milanovic2012-12-171-2/+2
* Give error in cases when track size is not one of supported (no whatsnew) Miodrag Milanovic2012-12-061-2/+5
* Added .cdr as a synonym for .iso, as seen on e.g. archive.org (nw) Justin Kerk2012-12-061-1/+1
* Added ISO support to chdman and as mountable image device [Miodrag Milanovic] Miodrag Milanovic2012-12-051-0/+67
* chdman: Correct processing of GDI files, add ability to extractcd to .gdi, ve... R. Belmont2012-03-041-30/+20
* fixed several Visual Studio compiler warnings and 64-bit libflac compilation ... Miodrag Milanovic2012-02-291-2/+2
* The right fix is to not compare against array index -1. Aaron Giles2012-02-191-19/+14
* compile fix (nw) Miodrag Milanovic2012-02-191-1/+1
* chdcd: Fix crash when parsing bin/cue [R. Belmont] R. Belmont2012-02-191-8/+13
* Major CHD/chdman update. The CHD version number has been increased Aaron Giles2012-02-161-132/+129
* chdman: don't be case sensitive on the input type extension [R. Belmont] R. Belmont2012-01-041-3/+10
* tokenize function makes trouble if linebuffer and token buffer size are not s... Miodrag Milanovic2011-12-211-2/+2
* Cleanups and version bump Angelo Salese2011-08-251-9/+9
* Added support for loading other image types to cdrom device, with use of chdm... Miodrag Milanovic2011-08-201-0/+1020