summaryrefslogtreecommitdiff
path: root/libpcsxcore/cdriso.c
Commit message (Collapse)AuthorAgeFilesLines
* 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
* BIOS: cdriso.cSND\shalma_cp2010-10-051-3/+9
| | | | | | | | - use faster seeking times - GetStatus fix for BIOS ID (startup) git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@58103 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* quick compile fixSND\weimingzhi_cp2010-09-291-2/+2
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@57851 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Rayman, BIOS Music Player, GameShark Music PlayersSND\shalma_cp2010-09-281-19/+66
| | | | | | | | | | | | - cdriso.c: Forward + Backward (rewind) support, Data track wiping during audio play, GetStatus (time) fixes - cdrom.c: CdlForward, CdlBackward, CdlID (auto boot Music CDs with BIOS), CdlStop, CdlPause, CdlPlay (support BIOS play + pause / resume), CdlGetlocP (timing, output results), REPPLAY (report play times - Rayman, BIOS) now work - cdrom.h: Forward, Backward states; Larger result buffer NOTE: Must use iso images with subchannel data for Rayman and Music Players to work. And use latest PCSX-r PEOPS DSound plugin. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@57823 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Updated MSVC and Dev-C++ projects, got rid of the GNU-style changelog.SND\weimingzhi_cp2010-09-061-3/+0
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@56865 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* cdriso - fix cdda play (subq reading). Thanks edgbla.SND\shalma_cp2010-09-051-4/+6
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@56852 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Fix missings (cdriso.c->sec?).SND\edgbla_cp2010-09-051-28/+29
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@56851 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Vib Ribbon CD swapping needed fixing (CDROM)SND\shalma_cp2010-09-051-3/+29
| | | | | | | | | - Game still not working (SPU CDDA timing problems.. maybe) dfsound: feed CDDA data to SPU RAM for decoded buffer IRQs git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@56823 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* I was really stupid... just use libcdio and everything's fine, no need to ↵SND\weimingzhi_cp2010-07-101-65/+13
| | | | | | deal with different OSes at all. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@54442 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@54051 ↵SND\weimingzhi_cp2010-07-021-1/+1
| | | | e17a0e51-4ae3-4d35-97c3-1a29b211df97
* support for subchannel data ripped by cdrdaoSND\weimingzhi_cp2010-07-021-7/+43
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@54050 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* quick cdda fixSND\weimingzhi_cp2010-07-011-3/+25
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@53981 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Added support for images ripped with cdrdao with "--read-subchan rw_raw" for ↵SND\weimingzhi_cp2010-07-011-16/+20
| | | | | | subchannel data. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@53979 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* got rid of cdrfilename & cdOpenCase, windows broken for nowSND\weimingzhi_cp2010-05-101-8/+8
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@47753 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* preparing for refactor/cleanup, moved all definations into .c files, other ↵SND\weimingzhi_cp2010-05-071-6/+8
| | | | | | minor cleanups. (Breaks Mac OS X and maybe windows as well for now, will fix later.) git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@47542 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@46936 ↵SND\weimingzhi_cp2010-04-301-1/+1
| | | | e17a0e51-4ae3-4d35-97c3-1a29b211df97