Commit Graph

4210 Commits

Author SHA1 Message Date
NicknineTheEagle
3515644d73 NSLB: Fixed XMA 2022-02-19 21:46:13 +03:00
NicknineTheEagle
4179c2f0f3 Minor tweaks 2022-02-19 21:46:13 +03:00
bnnm
64cbc9a99e Add HCA key 2022-02-19 12:37:06 +01:00
bnnm
e930c07457 Fix Koei .mic with 4 channels 2022-02-19 12:36:54 +01:00
bnnm
34112d8dbb Fix some MUSX .sfx [Sphinx (PC)] 2022-02-19 12:36:33 +01:00
Greedysky
9958c00b0e Fix ktac.c without VGM_USE_FFMPEG enabled 2022-02-17 16:07:08 +08:00
Julian Xhokaxhiu
b90ace5f9e Fix when the flag -DUSE_MPEG=OFF is used on CMake
When MPEG support is disabled the struct "mpeg_frame_info" becomes unavailable, producing an error when linking, as it is required but some other code which is not protected behind the #ifdef
2022-02-16 00:10:15 +01:00
bnnm
c56dcc59ca Add .sfx FSB extension 2022-02-13 21:18:10 +01:00
bnnm
3261e7897c Add HCA keys 2022-02-13 21:16:36 +01:00
NicknineTheEagle
cd3de0751b NSLB: Fixed Kung Pu Panda (Wii) 2022-02-08 05:01:53 +03:00
bnnm
00441228a5
Fix mpeg.c without VGM_USE_MPEG enabled 2022-02-06 23:21:06 +01:00
bnnm
804837a54c Tweaks 2022-02-06 13:17:05 +01:00
bnnm
b790ef3cec Fix .wav with broken interleave [Rayman 2 (DC)] 2022-02-06 13:15:10 +01:00
bnnm
df1ba64eaf Fix .bnsf key detection in rare cases 2022-02-06 13:14:54 +01:00
bnnm
878b253c76 txth: extra usable fields just in case 2022-02-06 13:14:42 +01:00
bnnm
9b75cc6d83 Add .mp3 parser using mpg123 for consistency 2022-02-06 13:10:07 +01:00
bnnm
484908c57e Fix some .sps [Madden 13 (Vita), Madden 22 (PC)] 2022-02-06 13:07:58 +01:00
NicknineTheEagle
2ca2693cf1 NSLB: Fixed PS2 banks 2022-02-05 19:50:26 +03:00
grj1234
7aaa6e695e
RIFF: uncomment Ogg Vorbis mode 2+ [Only One (PC)] 2022-02-04 11:11:49 +09:00
modusc896d352
9944b04d32
this is the last one i promise
i just removed a single comment, nothing major here.
2022-02-01 21:39:06 -03:00
modusc896d352
77b5b46008
ubi_bao changes (8/?)
remove the sbao flag as file_type already does the job.
2022-02-01 21:21:46 -03:00
modusc896d352
c5e5c0c179
ubi_bao changes (7/?)
minor "fix".
2022-02-01 09:31:16 -03:00
modusc896d352
fd51df32be
ubi_bao changes (6/?)
atomic BAOs now open depending on whether or not said BAO has a "{id}.sbao" name on it.
it's still not perfect but (mostly) works.
2022-02-01 08:39:21 -03:00
modusc896d352
25497b99f3
ubi_bao changes (5/?)
rename variable to something more sensible
2022-01-31 21:31:09 -03:00
modusc896d352
211b2e7a37
ubi_bao changes (4/?)
implement a hack for games with %08x.sbao naming nomenclature for streamed BAOs.
(present in Shaun White Snowboarding and Prince of Persia 2008)
2022-01-31 21:19:45 -03:00
modusc896d352
5f20e3344d
ubi_bao changes (3/3)
try to explain what this new change means.
2022-01-31 20:34:59 -03:00
modusc896d352
6fcc0b4e3e
ubi_bao changes (2/2)
fix formatting issues
2022-01-30 14:48:34 -03:00
modusc896d352
9a4087eff7
ubi_bao changes
this is an attempt to add standard "atomic bao" nomenclature for "streamed BAOs". like %08x.bao/%08x.bao instead of (example) Common_BAO_0x5NNNNNNN, French_BAO_0x5NNNNNNN or Common_BAO_0x0NNNNNNN. this also applies to "memory BAOs" as well.

this change was necessary due to the existence of scimitar_new.bms, which handles forge files rather differently as far as sound files are concerned. more specifically, it goes deeper into the BAO files themselves.
2022-01-30 14:47:18 -03:00
bnnm
8d33a17919 cleanup 2022-01-30 13:34:08 +01:00
bnnm
e76ccb6ab7 Redo .rwav/rwar and add .brwav 2022-01-30 13:33:21 +01:00
bnnm
f6a48926b7 Add .pk/spk variation [Michael Jackson TE (X360)] 2022-01-30 13:32:48 +01:00
bnnm
a054692865 Fix Wwise XWMA prefetch 2022-01-30 13:31:06 +01:00
bnnm
ba1743cd3a Remove .04sw fake extension (use .xa) 2022-01-30 13:30:24 +01:00
bnnm
0e2023767b Fix some Reflections .xa [Emergency Heroes (Wii)] 2022-01-30 13:29:23 +01:00
bnnm
6074da0f4c Allow BIK .xmv extension [Emergency Heroes (Wii)] 2022-01-30 13:28:20 +01:00
bnnm
964397c1fb Improve .bnsf key detection in some cases 2022-01-30 13:26:39 +01:00
Christopher Snowhill
2db8e56ef2 Fix FFmpeg reader function
It should return AVERROR_EOF when reaching the end of the stream, rather
than returning zero. When it returns zero, the avformat prober will just
loop endlessly until the process is terminated.

Signed-off-by: Christopher Snowhill <kode54@gmail.com>
2022-01-26 20:55:28 -08:00
bnnm
0415b263a3
Fix broken .rwsd 2022-01-25 23:29:58 +01:00
bnnm
6f5da72f2e Fix some Sony .bnk pitch [Sly Collection (PS3)] 2022-01-22 22:58:19 +01:00
bnnm
098937ffeb .mjh+mjh cleanup 2022-01-22 22:56:35 +01:00
bnnm
f565083502 Fix some AIFF 2022-01-22 22:56:20 +01:00
bnnm
0f6ce99e2b Allow XA with emphasis flag, add .an2 [Croc (PS1)] 2022-01-16 23:04:35 +01:00
bnnm
3146647934 Fix some dual stereo [Animal Crossing DLC (NSW)] 2022-01-14 17:22:31 +01:00
bnnm
dd84f89d7f Remove .bfwavnsmbu fake extension (use TXTP) 2022-01-14 17:16:39 +01:00
bnnm
b0888b184f cleanup 2022-01-14 17:13:22 +01:00
bnnm
66a51fccb4 Add helper 2022-01-14 17:13:14 +01:00
bnnm
55307d393f Merge bcwav with bfwav and cleanup 2022-01-14 17:12:41 +01:00
bnnm
13c8649026 Separate some base code 2022-01-14 15:16:45 +01:00
bnnm
adecc8a514 Remove msvp 2022-01-12 22:01:10 +01:00
bnnm
f61a6f1fda Fix some .rws [kill.switch (PS2)] 2022-01-12 21:19:09 +01:00
bnnm
1411fba54f Fix some .adp [Wave Race Blue Storm (GC)] 2022-01-12 21:14:36 +01:00
bnnm
f8f3d8d463 Fix some WIIADPCM [Angry Birds Star Wars (Wii)] 2022-01-12 21:14:10 +01:00
bnnm
41eccd8d3e Merge msv.c and msvp.c 2022-01-12 21:13:56 +01:00
bnnm
c194a9674c sgxd/rxws: improve companion file handling 2022-01-08 21:04:43 +01:00
bnnm
8572c62b12 Add .wav with MP3 [Bear's Imagine That! (PC)] 2022-01-08 21:00:13 +01:00
bnnm
ad6a5cab9d Add encrypted .mus from Minecraft v1.6.1< 2022-01-08 20:59:16 +01:00
bnnm
4e90dd24e7 Improve STDIO for TXTP that open many small files 2022-01-08 20:57:45 +01:00
bnnm
adc7fe23a2 Fix companion files in foobar 7z/zip archives 2021-12-31 17:44:54 +01:00
bnnm
53ca00bc2c Fix some Ubi CKD [Rayman Origins (3DS/Vita)] 2021-12-31 17:33:42 +01:00
bnnm
382b0d2929 Fix some Ubi CKD [Rayman Origins (3DS/Vita)] 2021-12-31 16:20:52 +01:00
bnnm
0f5b806792 Add HCA key 2021-12-31 16:12:09 +01:00
bnnm
6ea7e4a256 SLI: ignore comments and cleanup 2021-12-31 16:11:47 +01:00
PolarManne
16892482ac Add HCA key 2021-12-25 09:39:54 -07:00
bnnm
b40e48128f Remove .psw fake extension (use waa/wac/wam) 2021-12-18 12:18:36 +01:00
bnnm
599004276f Fix some Ubi Lyn with Ogg [Rabbids Go Home (PC)] 2021-12-18 12:18:22 +01:00
bnnm
45f14a8a7b Fix some Ubi Jade .waa/wac/wam [King Kong GE (PC)] 2021-12-18 12:17:47 +01:00
kjhmagic
16c091464b
Update hca_keys.h
15 subkey added about D4DJ Groovy Mix (Android)
2021-12-16 22:31:00 +09:00
bnnm
05b044c889 Remove .xag/cvs/snds from PSX hack (use TXTH) 2021-12-11 17:37:38 +01:00
bnnm
7c28ecd09e Lower priority of simpler headers, cleanup 2021-12-11 17:35:27 +01:00
bnnm
f03d78046c misc cleanup 2021-12-11 17:22:23 +01:00
bnnm
f681916ff0 Add Ubi LyN custom MP4 [Zombie U (WiiU)] 2021-12-11 15:02:21 +01:00
bnnm
e56a761482 riff: reject Ubi LyN 2021-12-11 12:47:00 +01:00
bnnm
07c7f4a55c Fix some Wwise .bnk DSP [Luigi's Mansion 2 (3DS)] 2021-12-11 12:45:19 +01:00
bnnm
e283384dcd Add .TUN ACM [Descent to Undermountain (PC)] 2021-12-11 12:43:31 +01:00
bnnm
48c67ecfd8 Add HCA key 2021-12-11 12:43:13 +01:00
bnnm
05cdd0bbf5 Clean HCA subkey code 2021-12-11 12:43:06 +01:00
bnnm
bda98d71e1 Move custom mp4 code from KTAC 2021-12-11 12:42:17 +01:00
bxaimc
c314a74853 Add dual file stereo for ACNH: Happy Home Paradise 2021-12-09 12:27:41 -05:00
NicknineTheEagle
ec2373a98d Formatting tweaks 2021-12-08 16:50:05 +03:00
NicknineTheEagle
f277dfe27e EA SCHl: Added missing defines 2021-12-08 16:42:25 +03:00
NicknineTheEagle
ae101e80e2 EAAC: Fixed potential infinite loop on bad data 2021-12-08 16:41:59 +03:00
NicknineTheEagle
b52b9425b7 Added Treyarch NSLB bank format [Call of Duty 3] 2021-12-07 13:14:06 +03:00
NicknineTheEagle
ad28329418 MSF: Added .str extension 2021-12-07 12:17:09 +03:00
bnnm
ae79bca161
Fix some looping issues [Legend of Mana (PC)] 2021-12-06 23:43:27 +01:00
bnnm
f5502186e8 Rename ps2_sfs.c to ster.c 2021-12-06 13:21:35 +01:00
bnnm
7a6af2ee0e Unify dupe STER meta [Baroque, Star Soldier (PS2)] 2021-12-06 13:20:36 +01:00
bnnm
9bd3574548 Fix some .pk DSP in Ubi BAO [We Dare (Wii)] 2021-12-06 13:17:00 +01:00
modusc896d352
776c168257
ubi_bao.c
documentation update, nothing major.
2021-11-29 14:29:41 -03:00
modusc896d352
fad5224bb9
ubi_bao.c
do some documentation update on ubi_bao.c
2021-11-28 20:48:57 -03:00
bnnm
30a4dd0e09 Add WiiU .XWS [Ninja Gaiden 3 Razor's Edge (WiiU)] 2021-11-28 14:01:22 +01:00
bnnm
1fda26f9a3 Fix some .ATSL [Dynasty Warriors 9 DLC (PC)] 2021-11-28 14:00:28 +01:00
NicknineTheEagle
385a105426 Added WBK format [Spider-Man 2, Ultimate Spider-Man] 2021-11-21 08:24:13 +03:00
bnnm
fc301e4f47 Add .res extension 2021-11-18 00:23:52 +01:00
bnnm
ad9d88c5c4 meta: rename str_asr.c to knon.c 2021-11-18 00:22:11 +01:00
bnnm
240e9c00b0 cleanup 2021-11-18 00:21:29 +01:00
bnnm
0fd994abb9 meta: lower priority for some meta 2021-11-18 00:17:40 +01:00
bnnm
3a00376590 meta: fix some validations and cleanup 2021-11-18 00:17:17 +01:00
bnnm
156be80ada Add ADX key, tweaks 2021-11-18 00:13:11 +01:00
bnnm
4805987bb3 Fix some HCA v3 [Megaton Musashi (Switch)] 2021-11-18 00:12:52 +01:00
punk7890
f6e3b49819
Add .sem extension [Oretachi Game Center Zoku: Sonic Wings (PS2)] 2021-11-14 03:39:28 -08:00