Commit Graph

7 Commits

Author SHA1 Message Date
Pete Batard 2826c784f1 [iso] final fixup before mainline integration 2012-01-31 01:15:56 +00:00
Pete Batard 5cba49453c [iso] align with latest from libcdio-pbatard 2012-01-30 00:05:05 +00:00
Pete Batard b376bd47ca [iso] align to latest libcdio-pbatard 2012-01-29 20:56:23 +00:00
Pete Batard 4a63955e22 [iso9660] workaround for zero sized filename array and MSVC
* use an union of iso711_t and char (same size), and and access the string starting at index 1
2012-01-16 14:05:46 +00:00
Pete Batard e031c630b2 [iso] add ISO support part 3 (MinGW & MinGW64 support) 2012-01-13 11:18:01 +00:00
Pete Batard a7eb3d50f2 [iso] add ISO support part 2 (udf)
* also splits filemode into header + source
* also better handling of cdio_config.h
2012-01-13 01:54:41 +00:00
Pete Batard ab109bf844 [iso] add ISO support part 1 (iso9660)
* uses GNU libcdio
2012-01-12 22:29:27 +00:00