summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
* SoftFloat: fixed sin/cos/tan to return correct results [Hans Ostermeyer] R. Belmont2012-03-221-3/+3
* Clean-ups and version bump (yes, I know, it's too late)mame0145u4 Angelo Salese2012-03-112-3/+3
* When copying CHDs, preserve the flag that indicates whether the metadata Aaron Giles2012-03-061-2/+2
* Remove libflac++, there's no intention of using the C++ interface, Aaron Giles2012-03-043-2489/+0
* And again (nw) R. Belmont2012-03-0417-133/+78
* Fix big-endian compile (nw) R. Belmont2012-03-042-1/+4
* Rework libflac to play nicer with MAME's build system; should fix compile pro... R. Belmont2012-03-0417-57/+130
* chdman: Correct processing of GDI files, add ability to extractcd to .gdi, ve... R. Belmont2012-03-045-51/+86
* fixed several Visual Studio compiler warnings and 64-bit libflac compilation ... Miodrag Milanovic2012-02-294-5/+6
* Clean-ups and version bumpmame0145u2 Angelo Salese2012-02-261-4/+4
* Better management of FLAC block sizes, aiming to keep them around 2k Aaron Giles2012-02-263-70/+88
* Be more rigorous about parsing invalid hashes. Report them Aaron Giles2012-02-211-0/+4
* chd.c: fix trivial uninitialized variable (nw) R. Belmont2012-02-201-1/+2
* Fix ld tool compilation. Aaron Giles2012-02-202-4/+4
* The right fix is to not compare against array index -1. Aaron Giles2012-02-193-22/+17
* This one visible on clean only (nw) Miodrag Milanovic2012-02-191-1/+1
* compile fix (nw) Miodrag Milanovic2012-02-191-1/+1
* chdcd: Fix crash when parsing bin/cue [R. Belmont] R. Belmont2012-02-192-10/+15
* Clean-ups and version bumpmame0145u1 Angelo Salese2012-02-1956-693/+693
* Compile fix for PPC OSX (nw) R. Belmont2012-02-191-1/+1
* fixed MacOSX compile. no whatsnew. Fabio Priuli2012-02-191-1/+1
* Fix compile under 4.6.2 (no whatsnew) Miodrag Milanovic2012-02-191-0/+1
* free_file_line no longer complains about NULL free's not existing. Aaron Giles2012-02-191-2/+2
* Update CHD error list in chd.c Aaron Giles2012-02-191-1/+5
* Rewrote SAMPLES as a modern device. Updated all callers. FLAC Aaron Giles2012-02-193-5/+35
* Fixed cdrom_file allocation, it contains classes so can't be allocated by mal... Miodrag Milanovic2012-02-181-3/+3
* Delete dynamic_array buffer only if allocated, fixes crash in taitogn, requir... Miodrag Milanovic2012-02-181-2/+2
* Move all-0 detection to the write path. Use hunk_info on the Aaron Giles2012-02-171-18/+23
* Fail initializing the CD-FLAC codec if the hunk size is not CD-compatible. Aaron Giles2012-02-171-0/+8
* Added new CHD codec: CD-FLAC which knows how to shuffle CD data Aaron Giles2012-02-174-5/+254
* Fix char_to_hex upper chars, this fixes listxml output (no whatsnew) Miodrag Milanovic2012-02-171-1/+1
* fix from mess, visible by 32bit mingw 4.4.7 (no whatsnew) Miodrag Milanovic2012-02-171-0/+4
* chdcodec.c: Fix Linux compile (no whatsnew) mahlemiut2012-02-161-2/+2
* Remove redundant hashing code, use hashing.h instead. Aaron Giles2012-02-162-22/+46
* Fix blocksize for FLAC encoder. Aaron Giles2012-02-162-2/+2
* Fix compile on 4.6.2 (no whatsnew) Miodrag Milanovic2012-02-162-4/+4
* Major CHD/chdman update. The CHD version number has been increased Aaron Giles2012-02-1632-6065/+7992
* Sync with MESS, floppy work by OG (no whatsnew) Miodrag Milanovic2012-02-132-30/+138
* Add LZMA codec and .7z container support [David Haywood, R. Belmont] R. Belmont2012-02-1283-0/+19161
* Attempt #2mame0145 Angelo Salese2012-02-051-8/+8
* chd: Fix error where FLAC was encoding 4 times too much data (samples vs. byt... R. Belmont2012-02-011-1/+1
* Sync with MAME (nw) Miodrag Milanovic2012-01-311-1/+1
* Clean-ups and version bumpmame0144u7 Angelo Salese2012-01-2959-1665/+1665
* Keep u7 compatible while we wait for Aaron (nw) R. Belmont2012-01-291-1/+1
* Sync with MESS (no whatsnew) Miodrag Milanovic2012-01-258-6/+255
* Move devices into a proper hierarchy and handle naming Aaron Giles2012-01-244-60/+41
* sync with MESS, it's just cleanup :) (nw) Miodrag Milanovic2012-01-241-1/+1
* Added DMF support in pc_dsk (no whatsnew) Miodrag Milanovic2012-01-241-0/+1
* mess sync (nw) Olivier Galibert2012-01-231-169/+298
* floppy: Do specific UI handling [O. Galibert] Olivier Galibert2012-01-234-5/+49