Christoph Mallon
a5a8833c05
COMMON: Add DisposablePtr<T>, which replaces many repeated implementations of a dispose flag.
2011-08-07 15:19:08 +02:00
strangerke
69b1485a22
GIT: Clean up: Suppress SVN tags, now useless
2011-05-12 01:16:22 +02:00
Max Horn
b737dcbad5
PSP: Fix various forbidden symbol clashes
2011-05-03 11:56:17 +02:00
Ori Avtalion
4d485fc741
BACKENDS: Fix compilation for various backends
...
Affects:
* PS2
* GPH
* ELF
* MOTO
* IPHONE
* N64
* DINGUX
* WINCE
* PSP
2011-04-28 23:24:06 +03:00
Max Horn
42ab839dd6
AUDIO: Rename sound/ dir to audio/
...
svn-id: r55850
2011-02-09 01:09:01 +00:00
Jordi Vilalta Prat
8388e0dfea
JANITORAL: Clean trailing whitespaces.
...
svn-id: r53160
2010-10-12 02:18:11 +00:00
Yotam Barnoy
73c5895ed2
PSP: ME MP3: cache stereo status
...
Bad timing can cause stereo status not to be picked up if at some point a MAD _header is not initialized.
svn-id: r52890
2010-09-25 20:38:40 +00:00
Yotam Barnoy
4807fdb4c7
PSP: fix issue in ME MP3 code. Release and init the ME when seeking.
...
Without this fix, the ME allocates more and more memory with every seek until it can't work.
svn-id: r52868
2010-09-23 21:03:20 +00:00
Yotam Barnoy
70cd6cfda5
PSP: fixed issue in ME MP3 player that prevented different MP3 layers and versions from working.
...
MAD doesn't give enough information to decide the length of the PCM data -- it provides the Layer but not the MPEG version. I had to read the MP3 header directly to figure it out. This fixes issues with any MP3 files that might be used in any of the games.
svn-id: r52191
2010-08-18 16:58:32 +00:00
Yotam Barnoy
023ca7962a
PSP: slight fix to ME MP3 player
...
A bad function call during initialization of a stream was causing rare instances where the ME failed to decode some MP3 data.
svn-id: r52101
2010-08-15 15:31:24 +00:00
Yotam Barnoy
b5a25a6e19
PSP: errors from both ScummVM and the PSP port now print to file by default. This should make debugging easier, especially for users.
...
svn-id: r50113
2010-06-21 13:58:51 +00:00
Yotam Barnoy
57b8e2caaa
PSP: removed default 'using ME' message
...
svn-id: r50112
2010-06-21 13:23:13 +00:00
Yotam Barnoy
6884ffc291
PSP: added preliminary support for using ME hardware to play MP3 files. If the decoder fails to load, MAD is used instead. Disable with DISABLE_PSP_MP3.
...
svn-id: r49319
2010-05-30 09:47:00 +00:00