summaryrefslogtreecommitdiff
path: root/libpcsxcore/cdriso.c
Commit message (Collapse)AuthorAgeFilesLines
* * Fix file and folder permissionsStelios Tsampas2018-03-191-0/+0
|
* Bring cdriso.c up to date to enable CCDDAStelios Tsampas2017-07-161-269/+336
|
* Fix compilation on linux.Stelios Tsampas2017-07-161-2/+4
|
* Added:Robert Krawczyk2016-04-011-151/+155
| | | | | | | | - per game memory card support (improved version) - save state pictures (F2) - Wipeout MemHack (improved version) Fixed LTCG build and set as default.
* Small fixes. 11836 (Lioncash);SND\edgbla_cp2014-08-221-2/+2
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@91276 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Loose 2352 value replaced with constant CD_FRAMESIZE_RAWSND\ckain_cp2014-07-241-1/+1
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@91051 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Patch 16583 (MaddTheSane);SND\edgbla_cp2014-07-121-2/+2
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@90937 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* cdriso: cbn/cbin detection fix;SND\edgbla_cp2014-05-301-0/+4
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@90558 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* ecm lut fix: resident evil cut scenes now work.SND\ckain_cp2014-05-231-1/+6
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@90499 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Big endian CDDA support. Uses Config.Cdda (previously bool). Now enum. Gtk ↵SND\ckain_cp2014-04-161-3/+3
| | | | | | gui was modified for new enum, but compatibility was kept so that other guis don't go nuts. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@90008 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Enabled loading archive file from cue sheet & avcodec_frame_free deprecated.SND\ckain_cp2014-04-151-112/+34
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@89981 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* cdriso: warning dialog popup regarding tracks that could not be loaded from ↵SND\ckain_cp2014-04-151-1/+1
| | | | | | cue sheet. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@89980 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* ecm lut build fix - now games like Alundra should work also.SND\ckain_cp2014-04-101-1/+1
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@89873 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* CDRISO: support for common archive formats (7z, rar, zip, etc) via ↵SND\ckain_cp2014-02-041-32/+193
| | | | | | libarchive. Streams requested sectors on-fly and eventually buffers whole image in-memory. In some optimal cases reading compressed data without any noticable delays, but however usually with long decompression delays. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@88838 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* CDRISO: when finding .sub, check if .img has two dot suffix. image.img.ecm > ↵SND\ckain_cp2014-02-011-2/+9
| | | | | | image.img.sub > image.sub git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@88766 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* CDRISO: Limit compressed CDDA support to multifile CUEs only & ECM LUT fix.SND\ckain_cp2013-10-241-9/+17
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@87647 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* ECM file support: fixed seeking errors that some games were causing.SND\ckain_cp2013-09-231-1/+1
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@87272 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* compilation errors was fixed (cdriso);SND\edgbla_cp2013-09-161-1/+2
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@87207 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* ECM file support: mature enough so it can be now integrated with other ↵SND\ckain_cp2013-09-161-48/+75
| | | | | | platforms aswell. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@87188 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* ECM file support: fixed handling inside CUE and with CDDA tracks.SND\ckain_cp2013-09-131-27/+38
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@87153 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Experimental on-fly decoding of ECM file format. For now compiles also with ↵SND\ckain_cp2013-09-121-0/+207
| | | | | | --enable-ccdda git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@87140 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* small fix (windows);SND\edgbla_cp2013-09-061-1/+2
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@87093 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Experimetal decoding of compressed CDDA tracks (APE,FLAC,MP3,...) via ↵SND\ckain_cp2013-09-051-5/+310
| | | | | | ffmpeg. Compile with --enable-ccdda git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@87080 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* cdriso: handle no disk state betterSND\notaz_cp2013-03-141-1/+8
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@83609 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* cdriso: fix path handling bugSND\notaz_cp2013-01-211-3/+5
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@82425 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* fix win32 buildSND\notaz_cp2013-01-211-0/+1
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@82424 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* cdriso: improve .toc handling yet moreSND\notaz_cp2013-01-121-10/+32
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@82225 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* cdriso: handle cdda playback on data tracksSND\notaz_cp2013-01-121-1/+9
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@82224 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* cdriso: attempt to fix .toc handlingSND\notaz_cp2013-01-121-6/+7
| | | | | | 'FILE' token not documented, from old version? git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@82214 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Fixing an uninitialized variable pointed out by Xcode's Static Analyser.SND\MaddTheSane_cp2013-01-101-1/+1
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@82191 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* cdriso: merge code from PCSX ReARMedSND\notaz_cp2013-01-081-124/+682
| | | | | | | | | | | this gives the following benefits: - support for split/multifile/redump .cue/.bin images - support for PSP EBOOT PSX images - support for .cbin/.cbn compressed images - .sbi loading from ROM dir without rename if redump.org set is used - fixes for .toc and .mdf handling git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@82101 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* cdriso: remove threaded cdda codeSND\notaz_cp2013-01-081-234/+9
| | | | | | | cdrom code now reads with ISOreadCDDA() and sends to SPU, thread code is not used. This will also make a merge from PCSX ReARMed easier. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@82099 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Unix style EOL (thanks to darktjm);SND\edgbla_cp2012-11-181-1025/+1025
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@81299 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Updated Free Software Foundation address (Jem256).SND\dario86_cp2012-02-191-1/+1
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@75156 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Patch 10767 (Durandal_1707).SND\edgbla_cp2011-11-091-1/+2
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@72138 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Temporarily reverted r64524 until I (or someone else) find the time to sort ↵SND\weimingzhi_cp2011-03-131-1035/+1024
| | | | | | out the stuff. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@64536 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Commited patch in issue #8171 (by darktjm).SND\dario86_cp2011-03-121-102/+113
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@64524 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* - big endian audio data (cdrdao bin/toc image).SND\weimingzhi_cp2011-01-141-0/+12
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@62078 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* - Added -slowboot parameter.SND\weimingzhi_cp2011-01-121-60/+0
| | | | | | | | | - Load SBI file from patches/SLUS_xxx.xx.sbi instead. - Inlined the I-cache code for performance improvement. - Fixed endianness issue (not tested). git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@62024 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* hopkatSND\shalma_cp2010-12-311-7/+26
| | | | | | -cdrom- cdda sync (2/x) git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@61647 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Quick endianness fix.SND\weimingzhi_cp2010-12-201-1/+1
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@61343 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* cdriso.cSND\shalma_cp2010-12-191-12/+15
| | | | | | - (utunnels) 2048 tweaks git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@61321 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* cdriso.cSND\shalma_cp2010-12-191-2/+28
| | | | | | - (utunnels) Add 2048 ISO mode git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@61318 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Redump.org SBI - cdrom.c, cdriso.cSND\shalma_cp2010-12-021-0/+59
| | | | | | | | | | | | | | | | | | | | | | - native support (LibCrypt) ex. TOCA World Touring Cars (Europe) 1) Run CDROM - download SBI from redump.org - place in emu folder - name "redump.sbi" - run CDROM (subchannel optional) 2) Run ISO - download SBI from redump.org - place in iso folder - "toca world cars.bin", "toca world cars.cue", "toca world cars.sbi" or "toca world cars.img", "toca world cars.ccd", "toca world cars.sbi" - run ISO (subchannel file optional) git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@60534 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* cdriso.cSND\shalma_cp2010-11-201-2/+2
| | | | | | - one more commit (static function) git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@59830 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* V-Rally 2 - cdrom.cSND\shalma_cp2010-11-091-1/+1
| | | | | | | - set data/cdda track type - fixes LibCrypt git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@59331 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@58936 ↵SND\edgbla_cp2010-10-301-83/+83
| | | | e17a0e51-4ae3-4d35-97c3-1a29b211df97
* cdriso.cSND\shalma_cp2010-10-301-7/+7
| | | | | | | - parse ccd/mdf then cue/toc - fixes cdda playback when both ccd/cue found git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@58931 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Vib Ribbon: cdrom.cSND\shalma_cp2010-10-301-0/+14
| | | | | | | | - Use own decoded buffer IRQ handling, fix CD swapping, demute cd-xa volume - Game mostly playable (original + music modes) git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@58927 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* BIOS: cdrom.cSND\shalma_cp2010-10-051-11/+2
| | | | | | | - Better GetStatus CD type detection git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@58105 e17a0e51-4ae3-4d35-97c3-1a29b211df97