Commit Graph

14 Commits

Author SHA1 Message Date
Henrik Rydgard
30ed5110e5 Possible iOS build fix, see #2418 2013-06-23 18:01:11 +02:00
oioitff
ffc3db1429 Bug fix for sceMp3, make sceMp3 work fine. (dunno why this didn't merge before)
Conflicts:
	Core/HLE/sceMp3.cpp
2013-06-23 16:07:37 +02:00
Henrik Rydgard
4eb1638cc3 Merge remote-tracking branch 'origin' into mp3-support
Conflicts:
	Core/HLE/sceAudio.cpp
	Core/HLE/sceMp3.cpp
2013-06-22 18:08:43 +02:00
The Dax
cc60b892a4 Fix logging typos in sceMp3InitResource and sceMp3TermResource. 2013-06-05 20:50:04 -04:00
Unknown W. Brackets
8580780194 Add more unknown syscalls from reporting. 2013-05-22 01:19:25 -07:00
Unknown W. Brackets
cdacdee030 Match syscall names to nids ot be safe.
Don't want any more mistakes like the sceVaudio one.
2013-05-19 22:12:39 -07:00
Unknown W. Brackets
86ce95a658 Add some syscall entries from reporting. 2013-05-19 22:12:38 -07:00
Unknown W. Brackets
ded3fb5e12 Add reporting to a bunch of unimpl functions.
Also some comment/logging fixes along the way.
2013-05-19 22:12:37 -07:00
Henrik Rydgard
f864e81e72 Get mp3 sample rate and channels from FFMPEG instead of trying to detect ourselves. 2013-05-12 22:29:43 +02:00
Unknown W. Brackets
780e252059 Fix crash in mp3 reading. 2013-05-12 11:41:51 -07:00
Henrik Rydgård
0e1b6d8488 Fix sceMp3 build without USE_FFMPEG 2013-05-12 20:13:07 +02:00
Henrik Rydgard
e65390184e Uncomment some unused stack-corrupting code from sceMp3Decode. Update ffmpeg. 2013-05-12 19:48:12 +02:00
Florent Castelli
501f705ba3 Merge mp3 support from Orphis' old FFMPEG code.
Conflicts:
	CMakeLists.txt
	Core/HLE/sceAudio.cpp
	Core/HLE/sceMp3.cpp
	Core/HLE/sceMpeg.cpp
2013-05-12 19:13:10 +02:00
Jacky TSUI
95addc09b1 Separate sceMp3 from sceMpeg 2013-05-06 21:14:58 +08:00