bnnm
|
697e5329c9
|
Minor doc
|
2019-01-13 23:26:39 +01:00 |
|
bnnm
|
62813ec4d2
|
Fix broken .pk subsongs [Scott Pilgrim (PS3)]
|
2019-01-13 23:26:04 +01:00 |
|
bnnm
|
368212bbf8
|
Fix some looping .sps [FIFA 18 (PC)]
|
2019-01-13 23:25:29 +01:00 |
|
bnnm
|
7b9d50e62b
|
Add proper .baf [Project Gotham Racing 4 (X360), Geometry Wars (PC)]
|
2019-01-12 18:01:19 +01:00 |
|
bnnm
|
093fa28a2f
|
Add OKI16 TXTH/GENH decoder [Sweet Legacy (PS2), Hooligan (PS2)]
|
2019-01-12 13:02:08 +01:00 |
|
bnnm
|
1f44c2d2de
|
Rename pcfx_decoder.c to oki_decoder.c
|
2019-01-12 11:38:20 +01:00 |
|
bnnm
|
d56bca12f8
|
Remove ps2_khv.c as it's now parsed in vag.c
|
2019-01-12 02:55:24 +01:00 |
|
bnnm
|
2e68217af2
|
Add .vas VAGp [Kingdom Hearts II (PS2)]
|
2019-01-12 02:51:37 +01:00 |
|
bnnm
|
5d610be086
|
Add .gin and EA-XAS v0 decoder [Need for Speed Most Wanted]
|
2019-01-12 02:26:38 +01:00 |
|
bnnm
|
f90d9c1e5d
|
Fix .fag sample rate
|
2019-01-12 01:02:10 +01:00 |
|
bnnm
|
13643e8c3d
|
Fix some .bnk codec/rates [Fieldrunners (PSP), Wipeout HD (PS3)]
|
2019-01-12 01:02:01 +01:00 |
|
bnnm
|
c9500056a6
|
Fix some .ads looping [Gofun-go no Sekai (PS2)]
|
2019-01-12 01:00:24 +01:00 |
|
bnnm
|
07abb4692d
|
Add TXTH sub-extension (.sub.ext.txth) to simplify extra config
|
2019-01-12 01:00:07 +01:00 |
|
Christopher Snowhill
|
699e1092a0
|
Merge pull request #351 from NicknineTheEagle/pcm4
Added 4-bit PCM decoder
|
2019-01-10 00:21:48 -08:00 |
|
Christopher Snowhill
|
ffcb7da387
|
Merge pull request #350 from bxaimc/master
SD9 meta cleanup and modify loop flag for newer BMIIDX games
|
2019-01-10 00:18:13 -08:00 |
|
Christopher Snowhill
|
1629d624a7
|
Updated FFmpeg, and hopefully restored Windows XP compatibility, for now.
|
2019-01-10 00:15:12 -08:00 |
|
NicknineTheEagle
|
c47ae9632a
|
Changed decode_pcm4 functions to use int16_t instead of uint16_t
|
2019-01-10 02:54:52 +03:00 |
|
NicknineTheEagle
|
a9ad21c77b
|
Updated TXTH doc
|
2019-01-09 23:32:48 +03:00 |
|
NicknineTheEagle
|
5190b362a9
|
Added 4-bit PCM decoder
|
2019-01-09 22:30:15 +03:00 |
|
bxaimc
|
27b26e2d49
|
formatting....thanks Visual Studio
|
2019-01-08 00:52:22 -05:00 |
|
bxaimc
|
38993f6b1e
|
SD9 meta cleanup and modify loop flag for newer BMIIDX games
|
2019-01-08 00:44:10 -05:00 |
|
Christopher Snowhill
|
a7f379d370
|
Merge pull request #349 from bnnm/ubi
ubi
|
2019-01-07 14:44:11 -08:00 |
|
bnnm
|
6505854983
|
Fix some Ubi SB XMA
|
2019-01-07 23:31:18 +01:00 |
|
bnnm
|
75143d5f6b
|
Remove Ubi SB hacks now that it's correctly parsed, fixes
|
2019-01-07 22:10:48 +01:00 |
|
bnnm
|
8f3544d901
|
Fix many Ubi SB bugs, add looping and more games
|
2019-01-07 18:03:47 +01:00 |
|
Christopher Snowhill
|
0638ba6142
|
Merge pull request #348 from NicknineTheEagle/ea-mpf
Ea mpf
|
2019-01-06 17:47:22 -08:00 |
|
Christopher Snowhill
|
34f962ebc3
|
Merge pull request #347 from bnnm/master
vsv fix
|
2019-01-05 20:37:33 -08:00 |
|
bnnm
|
b19ed761a6
|
Rename ps2_psh.c to vsv.c
|
2019-01-05 20:23:12 +01:00 |
|
bnnm
|
78099c096b
|
Fix .vsv/psh decoding and mono files [Dawn of Mana (PS2)]
|
2019-01-05 20:20:08 +01:00 |
|
Christopher Snowhill
|
28c27bc12a
|
Merge pull request #346 from bnnm/smp-sb
smp sb
|
2019-01-04 20:02:49 -08:00 |
|
bnnm
|
3480e49cd4
|
Remove sps frostbite parser (use a good extractor instead)
|
2019-01-05 04:41:36 +01:00 |
|
bnnm
|
be9399b370
|
Redo Infernal Engine .smp [Ghostbusters (multi)]
|
2019-01-05 04:36:20 +01:00 |
|
bnnm
|
113ff85f58
|
Remove debug crap
|
2019-01-05 04:32:32 +01:00 |
|
bnnm
|
94915b90ab
|
Simplify Ubi SB platform parsing
|
2019-01-05 04:32:07 +01:00 |
|
bnnm
|
adea00edab
|
Tweak Ubi sb/xmX for clarity and add more games
|
2019-01-05 04:02:14 +01:00 |
|
NicknineTheEagle
|
cca9789fd0
|
Merge remote-tracking branch 'upstream/master' into ea-mpf
|
2019-01-03 04:46:34 +03:00 |
|
NicknineTheEagle
|
19ff79fac3
|
EA SCHl: MPF fixes
|
2019-01-03 04:46:26 +03:00 |
|
Christopher Snowhill
|
9346ae50ed
|
Merge pull request #345 from bnnm/schl-eacs-etc
schl eacs etc
|
2019-01-02 16:42:59 -08:00 |
|
bnnm
|
7a94ae6bd4
|
Update doc
|
2019-01-02 23:48:31 +01:00 |
|
bnnm
|
af32ec83db
|
Improve Ubi SB/SM (.smN/sbN) parsing speed
|
2019-01-02 23:46:39 +01:00 |
|
bnnm
|
254582b21d
|
Add Ubi SB debug stuff for subtypes/layers
|
2019-01-02 23:31:14 +01:00 |
|
bnnm
|
dd97d29f80
|
Add EA EACS banks [Need for Speed (PC)]
|
2019-01-02 17:17:14 +01:00 |
|
bnnm
|
49628d6198
|
Add SCHl .hab/gsf/abk and custom mpf+mus pairs, remove trj/trm map pair
|
2019-01-02 16:15:03 +01:00 |
|
bnnm
|
7211e0e0ec
|
Merge branch 'master' of https://github.com/kode54/vgmstream into test
|
2019-01-02 11:10:14 +01:00 |
|
Christopher Snowhill
|
4e170af368
|
Merge pull request #344 from NicknineTheEagle/ea-mpf
Fixes
|
2019-01-01 17:28:43 -08:00 |
|
bnnm
|
9e1e4464b0
|
Improve Ubi BAO (.pk) parsing speed
|
2019-01-01 23:21:08 +01:00 |
|
bnnm
|
18fcb5fed7
|
Fix raw .xa validation [Toy Story 2 (PS1)]
|
2019-01-01 23:19:12 +01:00 |
|
bnnm
|
6ccceee033
|
Fix .sdt [Baldur's Gate - Dark Alliance (GC)]
|
2019-01-01 21:01:45 +01:00 |
|
bnnm
|
42ce03a004
|
Add .wd RIFF [Genma Onimusha (Xbox)]
|
2019-01-01 20:59:52 +01:00 |
|
bnnm
|
5066dee488
|
Add extensionless xwb
|
2019-01-01 19:04:39 +01:00 |
|