Commit Graph

3910 Commits

Author SHA1 Message Date
bnnm
d02e5ed51c Merge branch 'master' of https://github.com/vgmstream/vgmstream into cleanup-formats 2023-06-25 21:17:25 +02:00
bnnm
a2400271c9 Remove .leg fake ext (use TXTH) [Legaia 2 (PS2)] 2023-06-25 20:59:38 +02:00
EdnessP
0a1e79d27c RWS 0x809: remove size check (PS2 sometimes pads 4 extra bytes) 2023-06-25 17:25:19 +03:00
bnnm
8fe3caba59 cleanup: ps2_omu to omu 2023-06-25 16:22:29 +02:00
bnnm
aa0d5bf9df rename ps2_ild.c to ild.c 2023-06-25 16:20:15 +02:00
bnnm
d18e9b5b35 cleanup: ps2_rstm to rstm_rockstar 2023-06-25 16:18:02 +02:00
EdnessP
90c4724ddb RWS: pre-AWD variant 0x809 (Burnout 2: Point of Impact) 2023-06-25 17:11:01 +03:00
bnnm
803db193b7 Add .pwb [Psychonauts (PS2)]
Also remove .pnb
2023-06-25 16:07:16 +02:00
bnnm
97bf6bf5fe cleanup: simplify VAG meta description 2023-06-25 11:32:11 +02:00
bnnm
bb7176463b cleanup: remove unused bdsp
apparently an attempt to support extracted .hst/hxg files from PK: Out of Shadows
2023-06-25 11:18:17 +02:00
bnnm
c8479a1501 cleanup: ps2_xa2 to xa2_acclaim 2023-06-25 01:59:21 +02:00
bnnm
56c0ece442 cleanup: rename ps2_voi.c to voi.c 2023-06-25 00:59:59 +02:00
bnnm
8db9d8ead3 cleanup: voi 2023-06-25 00:59:10 +02:00
bnnm
842735b8db cleanup: renames 2023-06-24 18:05:31 +02:00
bnnm
c02568d249 cleanup: misc 2023-06-24 17:56:09 +02:00
bnnm
800b654fba cleanup: rename adp_bos to adp_wildfire 2023-06-24 17:01:40 +02:00
bnnm
c65c454d83 cleandup: ws_aud 2023-06-24 16:58:44 +02:00
bnnm
7e5ebbda2a cleanup: rsf.c to raw_rsf.c 2023-06-24 16:40:17 +02:00
bnnm
543ff1d953 cleanup: rename s14_sss.c to raw_s14_sss.c 2023-06-24 16:36:54 +02:00
bnnm
a5b4103a10 cleanup: rwx.c to rwax.c 2023-06-24 16:15:39 +02:00
bnnm
d3d8681a24 cleanup: rwax 2023-06-24 16:14:41 +02:00
bnnm
dd92360096 cleanup: vid1 2023-06-24 15:58:29 +02:00
bnnm
fc2bca92a8 cleanup: .smv 2023-06-24 15:52:32 +02:00
bnnm
716aea3369 Remove fake .pos+.ogg (use TXTP), cleanup 2023-06-24 15:45:39 +02:00
bnnm
4e9b6cd6ec cleanup: ps2_enth.c to lp_ap_lep.c 2023-06-24 15:42:42 +02:00
bnnm
64318e24d4 cleanup: lp_ap_lep 2023-06-24 15:41:59 +02:00
bnnm
be8b74da89 cleanup: ps2_smpl.c to smpl.c 2023-06-24 15:39:37 +02:00
bnnm
d362fe92a4 Remove .smpl fake extension [Homura (PS2)] 2023-06-24 15:35:54 +02:00
bnnm
bb9b20238c Remove .tk5 fake extension (use TXTH + .ovb) 2023-06-24 15:28:42 +02:00
bnnm
8ffae9f070 vag: extra validations and remove Jak 3 hack 2023-06-24 15:24:01 +02:00
bnnm
7b9f1609ba awd: warning cleanup, tweak priority 2023-06-24 15:06:01 +02:00
bnnm
46efa7c044 doc 2023-06-24 14:55:25 +02:00
bnnm
e9df576d51 Allow missing files for .dic [DiRT (PC)] 2023-06-24 14:54:08 +02:00
EdnessP
856bb566ef Merge branch 'master' of https://github.com/EdnessP/vgmstream 2023-06-16 21:30:24 +03:00
EdnessP
66f10a811f AWD: read DSP hist + stricter linked list pointer boundary checks 2023-06-16 21:29:35 +03:00
bnnm
cef5f8ac60
Merge pull request #1372 from hcs64/xnb-lz4-fallthrough
Fallthrough in LZ4 state machine for a MSVC 64 bug
2023-06-14 18:26:54 +02:00
EdnessP
74df0254b1 Some safety checks in the linked list loop 2023-06-13 23:38:52 +03:00
EdnessP
254c9f6eb1 Fix filename paths + Burnout's H/L vehicle sounds for other platforms 2023-06-12 22:54:39 +03:00
EdnessP
16a791c41d AWD: RenderWare Audio Wave Dictionary 2023-06-12 21:15:16 +03:00
Adam Gashlin
0e453b2654 Fallthrough in LZ4 state machine for a MSVC bug
This works around an issue in
"Microsoft (R) C/C++ Optimizing Compiler Version 19.36.32532 for x64"
with /O2. It seems to have trouble tying together the states, this
perhaps links the data and control flow more simply.
2023-06-12 00:18:33 -07:00
bnnm
47feac9eb6 Add Codemasters .DIC [DiRT (PC), F1 2011 (PC)] 2023-06-11 19:41:06 +02:00
bnnm
321321e9b6 Remove .ulw raw format (use TXTH + ULAW) 2023-06-10 16:39:54 +02:00
bnnm
f25905f7a9 Remove .al/al2 raw format (use TXTH + ALAW) 2023-06-10 16:37:20 +02:00
bnnm
627e2310ad Remove .amts/smta/ps2stm fake ext (use .stm/lstm) 2023-06-10 16:34:53 +02:00
bnnm
35433e6650 Add TXTH ULAW/ALAW codecs 2023-06-10 16:16:32 +02:00
bnnm
2e62b638c6 Add HCA key 2023-06-10 16:15:58 +02:00
bnnm
8b02afba85 Fix FSB key 2023-06-03 17:57:46 +02:00
bnnm
392fa5c8f5 build: fix compiling without ffmpeg 2023-06-03 17:57:01 +02:00
bnnm
d5e567072b Fix some SFH/SSPR 2023-06-03 17:56:19 +02:00
bnnm
288d1e57d0 fixes for last pr 2023-06-03 17:55:35 +02:00
Hexagon123
35bdda8c8c
Add .MOV extension [Dora the Explorer JttPP (GC)] 2023-05-31 22:46:57 -05:00
Hexagon123
b7fe021779
Update ngc_adpdtk.c 2023-05-31 22:44:46 -05:00
Hexagon123
404ea26d64
Add .PS3 extension [THPG (PS3)] 2023-05-31 22:42:35 -05:00
Hexagon123
05604ffb82
Fix some .str+wav [Big Bumpin (Xbox)] 2023-05-31 22:16:51 -05:00
Hexagon123
8f63eba693
Fix some few DSP. RSD [Hulk (GC)]
0x1c likely seems to be the proper coef offset.
2023-05-31 22:08:54 -05:00
Hexagon123
bd92018b35
Update ngc_adpdtk.c 2023-05-31 22:06:20 -05:00
Hexagon123
a9247228e5
Update ngc_adpdtk.c
Add known extension [Bloody Roar: Primal Fury (GC)]
2023-05-31 22:03:21 -05:00
bnnm
372dfbffe5 Add TXTH experimental 'subsong_sum' feature 2023-05-29 00:37:37 +02:00
bnnm
ce295d4591 Add FSB Opus [LEGO 2K Drive (Switch)] 2023-05-29 00:31:50 +02:00
bnnm
6d1a0e2895 cleanup: separate functions 2023-05-15 12:04:12 +02:00
bnnm
4b0387fb7a cleanup: separate functions 2023-05-14 23:20:20 +02:00
bnnm
bf218c08b4 cleanup: separate functions
move common functions to its own .h so it's clearer where are they used and don't get copied in all headers
2023-05-14 21:20:29 +02:00
bnnm
ff34edfa91 cleanup: minor tweaks 2023-05-14 20:18:27 +02:00
bnnm
eadaf21bde internal cleanup (move files) 2023-05-14 20:17:51 +02:00
bnnm
5890ab324f Add .opu extension [Ys: Oath in Felghana (Switch)] 2023-05-14 20:13:33 +02:00
bnnm
f3a9c3bdd3 Fix .CSMP loops [Metroid Prime Trilogy (Wii)] 2023-05-14 20:12:25 +02:00
waffle
efca960b35
Add updated Fall Guys key.
Key for the Season 4 update.
2023-05-10 13:05:10 +01:00
bnnm
f70b9cf7e6 cleanup: hide acm internals 2023-05-07 22:12:26 +02:00
bnnm
e839f0635f cleanup: move channel mappings to .h 2023-05-07 22:00:30 +02:00
bnnm
2fb1185b83 Add Opus in .bwav 2023-05-07 21:58:26 +02:00
bnnm
ea2782b667 Fix some Ubi HX [XIII (GC)] 2023-05-07 21:57:40 +02:00
bnnm
da8da91321 Add .wav.sli [Perfect Cherry Blossom Trial+ (PC)] 2023-04-29 22:41:39 +02:00
bnnm
7e25cd6a54
Add HCA keys 2023-04-20 17:59:29 +02:00
bnnm
f9538643b0 Add HCA key 2023-04-09 22:02:01 +02:00
bnnm
486c15fc44 Fix some Sony .bnk [GInga Force (PS4)] 2023-04-09 22:01:53 +02:00
RuRuRu
aed7eb36fc Changed interleave value range check.
Most data is 0x10, but Kessen(JP) is 0x20.
2023-04-09 17:25:23 +09:00
bnnm
610bdcffd3 doc 2023-04-02 20:33:26 +02:00
bnnm
e18b42d98b Relax .bcwav validations for buggy files 2023-04-02 20:32:57 +02:00
bnnm
5b0f7d60cf Fix some MUSX [Disney Infinity (X360)]] 2023-04-02 20:32:41 +02:00
bnnm
a02e927576 Fix some DSP .ckd [Rayman Origins (Wii)] 2023-04-02 20:31:14 +02:00
bnnm
b20c1daf0a Add HCA key 2023-03-26 16:54:50 +02:00
bnnm
67308f3607 Fix some .xwb [Jumper: Griffin's Story (X360)] 2023-03-26 16:53:24 +02:00
punk7890
38b0f1fd95
Add adx key. 2023-03-23 18:06:17 -07:00
kjhmagic
9f00667868
Update hca_keys.h
66 subkeys added for D4DJ Groovy Mix (Android)
2023-03-22 18:31:29 +09:00
makefilex
3820ddb371
Update xwma.c 2023-03-19 18:52:13 -03:00
makefilex
5a18c9cc9e
Update riff.c 2023-03-19 18:50:51 -03:00
bnnm
a5de6d4248
Merge branch 'master' into csb-etc 2023-03-12 15:21:52 +01:00
bnnm
d58604ab8b doc 2023-03-12 14:55:41 +01:00
bnnm
21e08ed253 cleanup 2023-03-12 14:55:34 +01:00
bnnm
bf457a6b29 Fix utf-dsp leak 2023-03-12 14:53:50 +01:00
bnnm
0d754a81b3 Add .csb with AHX [Yakuza: Dead Souls (PS3)] 2023-03-12 14:53:29 +01:00
RuRuRu
792afe8495 Fix support for XWB files without extension [Ikaruga(PC)] 2023-03-12 13:54:20 +09:00
bnnm
0fa0457e63 Add BNSF in .nus3audio [Gundam Extreme Vs 2 (AC)] 2023-03-04 14:06:26 +01:00
bnnm
43fd6ef309 Fix some .nus3audio with dummy entries 2023-03-04 14:00:18 +01:00
bnnm
353b97de5d Fix some .HXX [XIII Early beta (Xbox)] 2023-03-04 14:00:09 +01:00
bnnm
d07aa75d67 Fix some .HXX [XIII Beta (Xbox)] 2023-02-26 00:17:44 +01:00
bnnm
07f26d822a Add DS .wave [Adventure Time: HIKWYSOG (DS)] 2023-02-26 00:17:31 +01:00
bnnm
33c6838e0a Cleanup 2023-02-17 01:04:43 +01:00
bnnm
69d0b1a7f7 Add FSB keys 2023-02-17 01:03:42 +01:00
bnnm
aceda78df5 Fix .fsbkey 2023-02-17 01:02:59 +01:00
unknown
6f7c20e628 Implement RFRM/CSMP support for version 0x1F (Metroid Prime Remastered) 2023-02-12 19:54:26 +01:00
bnnm
23f5f8e98c Fix some .XWS [Ninja Gaiden S2/3RE (PC)] 2023-02-12 01:10:03 +01:00
bnnm
e511f82883 Add .asbin+.stbin ext [Warriors Orochi 4 (PC)] 2023-02-05 22:22:17 +01:00
bnnm
5e12d2af6f Fix some .xse/.xwv [No More Heroes (PS3)] 2023-02-05 22:21:41 +01:00
bnnm
46482d51bc doc 2023-02-02 00:05:30 +01:00
bnnm
778ec9aa9e Fix some .xse [Mindjack (PS3/X360)] 2023-02-02 00:05:15 +01:00
bnnm
5dc5116b5b Fix EA SWVR loops [Rumble Racing (PS2)] 2023-02-02 00:04:15 +01:00
bnnm
40f9aa017c cleanup: renames 2023-01-29 23:00:14 +01:00
bnnm
a77427f907 cleanup: renames 2023-01-29 22:58:13 +01:00
bnnm
0c392714a2 Fix some .opus loops [Fast RMX (Switch)] 2023-01-29 22:57:29 +01:00
AceKombat
8a9a798051 Test Update:
* coding.h
* pcm_decoder.c
* txth.c
* decode.c
* formats.c

NOTE: TXTH.md is not present in the build solution??
2023-01-25 04:23:22 -06:00
AceKombat
369f7bbe00 Update txth.c 2023-01-24 16:11:43 -06:00
bnnm
038fb938cd cleanup: renames 2023-01-23 00:55:13 +01:00
bnnm
fc6e3db33d Add HCA keys 2023-01-23 00:53:17 +01:00
bnnm
7d87155fa3 Add FSB keys, cleanup 2023-01-23 00:52:58 +01:00
bnnm
401b5e469a Add KTSS .ktsl2asbin [Ultra Kaiju Monster Rancher (NS)] 2023-01-23 00:52:16 +01:00
bnnm
4aae3fb78d Add PS3 .gtd [Knight's Contract (PS3)] 2023-01-23 00:50:19 +01:00
bnnm
af71e611c1 cleanup: riff helpers 2023-01-21 22:08:46 +01:00
bnnm
8e39b511eb cleanup: renames, etc 2023-01-21 20:36:19 +01:00
bnnm
7d37126558 Add .snb extension [Def Jam Rapstar (X360)] 2023-01-21 18:56:46 +01:00
bnnm
0f7fcf5965 Fix Valve XWV [Portal 2 (PS3), Orange Box (X360)] 2023-01-21 18:55:56 +01:00
bnnm
a6c59fdd07 remove raw .tra (use .txth) 2023-01-21 18:37:52 +01:00
bnnm
3c7770bbfb cleanup: add xma2 raw init function 2023-01-21 13:51:27 +01:00
bnnm
86dceb51e5 cleanup: tabs, etc 2023-01-20 17:30:17 +01:00
bnnm
5a65422820 cleanup: renames 2023-01-20 16:32:32 +01:00
bnnm
2b0399d7f5 Fix hang on full loops with xma1 formats 2023-01-20 16:09:08 +01:00
bnnm
501af6ad8c Fix hang on full loops with xma1 formats 2023-01-20 01:02:23 +01:00
bnnm
41bad49872 Fix hang on full loops with xma1 formats
- happens with FFmpeg n5.1.2
2023-01-19 00:08:33 +01:00
bnnm
d032b59513 remove fake format .ccc (use .txth) 2023-01-17 18:26:31 +01:00
bnnm
6d8f68b505 remove fake split .rxw (use .xwh+xwb) 2023-01-17 18:17:06 +01:00
bnnm
5f7c5d319e remove fake split PS3 .baf (use proper .baf) 2023-01-17 18:14:52 +01:00
bnnm
872db6072b remove maiatrac3plus code
- hasn't been used for a long time
2023-01-15 18:52:56 +01:00
bnnm
b978800b69 cleanup 2023-01-15 18:42:40 +01:00
bnnm
a1c85b10e8 ffmpeg: fix smacker .smk
- broken in new versions due to buggy seeking
2023-01-15 17:49:57 +01:00
bnnm
daf1f3721e ffmpeg: fix xma hang on seek
- affects a few files that hang forever on loop
- probable related to internal encoder delay bugs
2023-01-15 17:46:05 +01:00
soneek
0bf797cad2
Added new HCA key 2023-01-02 20:43:30 -05:00
bnnm
8b3865ffdb doc 2022-12-31 19:04:34 +01:00
bnnm
514517b812 Add AHX key auto-detection and fix decryption 2022-12-31 17:31:46 +01:00
bnnm
645f0ab4d4 cleanup: remove useless flags 2022-12-31 17:31:20 +01:00
bnnm
f0c430d740 Add RIFF .mus extension [Burnout Legends (PSP)] 2022-12-31 17:21:56 +01:00
bnnm
5c8454aaaf cleanup: use helpers for adx keys 2022-12-31 17:19:47 +01:00
bnnm
d5b0bba8ed cleanup: add CRI helpers 2022-12-31 17:08:02 +01:00
bnnm
93e680910d cleanup 2022-12-31 17:07:02 +01:00
bnnm
5fdb71dbb1 Reject wrong RWSD and lower priority 2022-12-31 17:05:43 +01:00
bnnm
2200c905e3 Fix some .vag [Woody Woodpecker (PS2)] 2022-12-18 22:53:01 +01:00
bnnm
32451ed096 Fix some dual .adp [Tale of Despereaux (Wii)] 2022-12-07 21:30:29 +01:00
bnnm
4cbffd0c68 Fix some .his [Nancy Drew: Ghost Dogs of ML (PC)] 2022-12-07 21:28:59 +01:00
bnnm
af43b496f2 Remove unused aif-loop extension 2022-11-27 00:34:12 +01:00
bnnm
5457e3e23c Improve TXTH dynamic dechunking 2022-11-27 00:30:11 +01:00
bnnm
5faf24e9e9 Add RIFF .xms [Ty the Tasmanian Tiger (Xbox)] 2022-11-27 00:28:50 +01:00
bnnm
f518c4d0b7 Fix Ogg .eno 2022-11-27 00:28:28 +01:00
bnnm
adea971e3d Add NIS .bgm Ogg and cleanup [Yomawari: MS (PC)] 2022-11-27 00:27:32 +01:00
NicknineTheEagle
ede23116df Ubi SB: Added a new version
[Prince of Persia: Warrior Within Demo (Xbox)]
2022-11-21 21:37:34 +03:00
bnnm
66f36b5ad8 cleanup 2022-10-29 17:59:29 +02:00
bnnm
c9483c8c5b Fix some .cstr loops [Star Fox Assault (GC)] 2022-10-29 17:54:39 +02:00
bnnm
bae8e1b06e Add encrypted .scd [Final Fantasy XI (X360)] 2022-10-29 17:52:41 +02:00
bnnm
b5be2e81eb cleanup 2022-10-29 17:51:32 +02:00
bnnm
359d38babc Add HCA key 2022-10-29 17:50:28 +02:00
bnnm
84aae25b10 Fix cavia .cads 2022-10-29 17:50:14 +02:00
kjhmagic
d1c4b6fa2e
Update hca_keys.h
31 subkeys added for D4DJ Groovy Mix (Android)
2022-10-25 23:37:50 +09:00
Naomi Ahmed
4ec2704496
support opusww > 8 channels when mapping type is 255 2022-10-24 15:37:26 +01:00
bnnm
b947f9b9e1 cleanup 2022-10-22 15:14:57 +02:00
bnnm
edaac2c289 cleanup 2022-10-22 15:09:20 +02:00
bnnm
f601ed4ed6 doc 2022-10-22 15:04:47 +02:00
bnnm
ed00ccb1a8 Fix some CPK .awb [Puyo Puyo 20th Anniv. (3DS)] 2022-10-22 15:04:30 +02:00
Michael
e908b22b30
Add adx key 2022-10-21 12:48:02 -07:00
wolfs
be136b9301
Add HCA key for CHUNITHM International Version 2022-10-18 20:23:27 -05:00
bnnm
6680593b16 Add HCA key 2022-10-18 00:06:04 +02:00
bnnm
01d5575c67 Fix some .szd codecs 2022-10-18 00:05:39 +02:00
bxaimc
a67260d215 Add hca key 2022-10-15 19:50:02 -04:00
bnnm
7f08dbb89f Add .cads extension [Drakengard (PS2)] 2022-10-09 21:00:52 +02:00
bnnm
75025e2f08 Fix some Ogg Opus loops [Kuro no Kiseki (PC)] 2022-10-09 20:31:04 +02:00
bnnm
ebafe71889 Add HCA key 2022-10-09 20:30:29 +02:00
bnnm
63bc8043ab Add TXTH codec "YMZ" 2022-10-09 20:29:10 +02:00
NicknineTheEagle
7368ef8d25 EA MPF: Fixed some v5 files 2022-10-07 00:12:29 +03:00
NicknineTheEagle
4a7209ae68 MUSX: Added Xbox variant [Ice Age 2 (Xbox)] 2022-10-01 17:35:46 +03:00
bnnm
6b60136d0b
Fix some .bnk [Tamarin (PC)] 2022-09-29 22:16:36 +02:00
bxaimc
cd5e6c4822 add HCA key for Fairy Fencer F: Refrain Chord 2022-09-25 23:59:19 -04:00
bnnm
cbd831e658 Add .bigrp [BM Zero 2 (SW), Gunvolt 3 (SW)] 2022-09-23 22:53:45 +02:00
bnnm
791a7de02a Cleanup/doc 2022-09-22 23:20:36 +02:00
bnnm
78eafcba70 Show multiple cue names in SQEX .sab
Also allow dummy entries for easier cue<>wave matching
2022-09-22 23:18:41 +02:00
bnnm
8b4bf139b3 Fix some .ccc 2022-09-22 23:17:20 +02:00
NicknineTheEagle
d7d15e6bdb Doc 2022-09-22 09:51:21 +03:00
bnnm
bb4ea0866c Add ATRAC9 .p1d extension 2022-09-16 23:40:27 +02:00
bnnm
2d675476a8 Fix some .awb [Voice of Cards: TBOB (Switch)] 2022-09-16 23:39:44 +02:00
bnnm
919f1e4c0f Allow prefetch .bwav [Splatoon 3 (Switch)] 2022-09-16 23:39:34 +02:00
bnnm
16340744d1 Fix some .GCub [Shrek the Third (GC)] 2022-09-16 23:39:18 +02:00
bnnm
c9da7642b4 Fix some Sony .bnk [Ikaruga (PS4)] 2022-09-16 23:39:05 +02:00
NicknineTheEagle
dc27ebe121 Formatting 2022-09-10 05:42:48 +03:00
NicknineTheEagle
71d53cda3d VAB: Don't use note limits by default 2022-09-10 05:25:09 +03:00
NicknineTheEagle
72916b9c35 VAB: Fixed config parsing 2022-09-10 05:25:08 +03:00
NicknineTheEagle
50cc33c4ae ESF: Added more versions 2022-09-09 14:04:23 +03:00
bnnm
43bd1eac84
Merge pull request #1218 from kjhmagic/patch-1
Update hca_keys.h
2022-09-07 22:11:13 +02:00
Hexagon123
168562c2fc
Merge branch 'vgmstream:master' into master 2022-09-06 21:09:04 -05:00
NicknineTheEagle
e28bc613f4 EA HDR: Show parameters in stream name 2022-09-07 00:22:20 +03:00
NicknineTheEagle
02895483c0 VAB: Added config parameters to use center note 2022-09-07 00:11:41 +03:00
NicknineTheEagle
a4e347c057 EA MPF: Improved format detection 2022-09-07 00:11:41 +03:00
NicknineTheEagle
585dd9a5bb Fixed a warning 2022-09-07 00:11:41 +03:00
Hexagon123
a654a51b4c
Add .PS3 extension (Guitar Hero III: LoR) 2022-09-06 15:35:40 -05:00
Hexagon123
ff7dd2aa80
Add fsb .xen extension 2022-09-06 15:34:30 -05:00
Hexagon123
78d5b8597d
Add .hvqm extension 2022-09-06 15:26:23 -05:00
Hexagon123
9b87f23c79
Found some known extensions 2022-09-06 15:24:31 -05:00
Hexagon123
081460d6b8
Found some known .BIK extensions 2022-09-06 15:18:40 -05:00
kjhmagic
350b808751
Update hca_keys.h
23 subkeys added about D4DJ Groovy Mix (Android)
2022-09-07 02:28:16 +09:00
Hexagon123
51786a9265
Update musx.c
Some games use 32000hz
2022-09-06 02:05:14 -05:00
Hexagon123
fb0beb0f17
Update ngc_dsp_std.c 2022-09-06 01:28:25 -05:00
Hexagon123
fc3bfa209d
Update bik.c 2022-09-06 01:18:26 -05:00
bnnm
e37df805d3 doc 2022-09-04 18:56:05 +02:00
bnnm
6b79957730 Add VAG .xa2/snd extension 2022-09-04 18:55:58 +02:00
bnnm
e54a2b3a71 Fix AWB with HE-VAG 2022-09-04 18:55:38 +02:00
NicknineTheEagle
0d5ced6468 EA MPF: Fixed v4 parsing 2022-09-02 06:04:03 +03:00
NicknineTheEagle
7a7b1105ba Minor fixes 2022-09-02 05:23:21 +03:00
bnnm
aae33a4747 Remove fake format .capdsp (use TXTH) 2022-08-21 13:43:15 +02:00
bnnm
b14f11a09c Add XMA .kmx extension, cleanup 2022-08-21 11:10:05 +02:00
bnnm
7e8cb33167 Add EA Opus uncoupled .sps [FIFA 22 (PC)] 2022-08-21 11:08:57 +02:00
bnnm
4bdf44ad4a Add HCA key 2022-08-21 11:07:43 +02:00
bnnm
e6df86923c Add TXTH "BE_split" coefs and "debug" flag 2022-08-21 11:07:26 +02:00
NicknineTheEagle
6140453cec EA Harmony: Show dataset ID in stream name 2022-08-21 00:06:33 +03:00
NicknineTheEagle
07ad79b345 Fixed warnings 2022-08-20 23:03:39 +03:00
NicknineTheEagle
90626abb7c EA MPF: Implemented RAM tracks for EAAC varaint 2022-08-20 22:59:31 +03:00
NicknineTheEagle
8b0d20663c Ubi SB: Fixed dummy entries in Donald Duck: Goin' Quackers (DC) 2022-08-20 16:43:38 +03:00
NicknineTheEagle
a4a5df8007 OGG: Added .bin extension [Devil May Cry 3: Special Edition (PC)] 2022-08-15 19:30:14 +03:00
bnnm
38b40b5738 Fix warning 2022-08-14 13:26:13 +02:00
bnnm
d2218c67af Rename ps2_dxh.c to hxd.c 2022-08-14 12:37:48 +02:00
bnnm
5a6963ba97 Redo .hxd+str [Fatal Frame 3 (PS2), Tokobot (PS2)] 2022-08-14 12:36:58 +02:00
bnnm
b880c480d3 Remove fake .tec extension (use .str + TXTH) 2022-08-14 12:28:46 +02:00
bnnm
98f07890d8 Merge branch 'master' of https://github.com/vgmstream/vgmstream into hxd-etc 2022-08-14 12:25:56 +02:00
bnnm
3c0b2ed850 Tweak UE4 wav detection [GTA SA Remaster (Switch)] 2022-08-14 12:24:57 +02:00
bnnm
a9fdb0230d Remove .vb from ps_headerless (use TXTH) 2022-08-14 12:24:35 +02:00
bnnm
6d43e90332 Cleanup/doc 2022-08-14 12:24:10 +02:00
NicknineTheEagle
9e8fb3938c VAB: Added companion config format 2022-08-13 21:49:19 +03:00
NicknineTheEagle
8abf8a2861 VAB: Use min and max note values 2022-08-13 02:18:19 +03:00
lico-n
33e2756268
Add HCA Key [Alice Fiction (Android)] 2022-08-10 18:14:40 +02:00
NicknineTheEagle
64fd0f8b66 VAB: Added a hack for empty sounds [Critical Depth (PS1)] 2022-08-09 14:05:04 +03:00
punk7890
5cf3346b1b
Add Shoujo Yoshitsune 2 ADX key. 2022-08-08 13:07:41 -07:00
bnnm
4bbc970e8b Add TXTH codec "HEVAG" 2022-08-06 20:28:44 +02:00
bnnm
f2d3a426fe Fix TXTH loop behavior positive to include 0 2022-08-06 20:03:25 +02:00
bnnm
39285fe4e5 Add FSB key 2022-08-06 20:02:29 +02:00
NicknineTheEagle
951016483d VAB: Fixes, use loop points if present 2022-08-06 15:44:18 +03:00
bnnm
aaed7926ea
Merge pull request #1184 from kjhmagic/patch-1
Update hca_keys.h
2022-08-04 21:24:40 +02:00
kjhmagic
3a6fd6682b
Update hca_keys.h
29 subkeys added about D4DJ Groovy Mix (Android)
2022-08-04 20:42:46 +09:00
NicknineTheEagle
661217abdf Added PS1 VAB format 2022-08-04 11:14:14 +03:00
bnnm
575e6593de Fix some .psb looping clicks 2022-07-31 18:11:07 +02:00
bnnm
6fb54c3429 Reject .wem with excess/incorrect data 2022-07-31 15:16:15 +02:00
bnnm
567c0af18e Fix some .psb crashes 2022-07-31 15:16:02 +02:00
bnnm
4e390bd61a cleanup 2022-07-31 15:14:25 +02:00
bnnm
bd5af18732 Add FSB key 2022-07-31 15:13:24 +02:00
bnnm
84a1053fd3 cleanup 2022-07-23 15:15:16 +02:00
bnnm
f87c75299b Improve s14 detection 2022-07-23 15:14:30 +02:00
bnnm
686f3ae2bb cleanup 2022-07-23 14:55:26 +02:00
bnnm
8d4940daea doc 2022-07-23 14:50:30 +02:00
bnnm
75a2d840a7 Add encrypted .akb [Final Fantasy Agito (Android)] 2022-07-23 14:49:47 +02:00
bnnm
42d94ed6f1 Fix some Koei .wbd+whd [Nights of Azure 2 (PS4)] 2022-07-23 14:48:56 +02:00
bnnm
3c25afab1c Fix some WayForward .wave [Happy Feet Two (3DS)] 2022-07-23 14:47:30 +02:00
bnnm
69aa339a6b Fix some .swav [Face Training (DSi)] 2022-07-23 14:46:31 +02:00
bnnm
2eb0270ae5
Add HCA key 2022-07-17 12:39:32 +02:00
bnnm
a0dff75ed5 doc 2022-07-14 23:09:13 +02:00
bnnm
5c31c62ace Fix truncated ATRAC9 .wem 2022-07-14 23:09:08 +02:00
bnnm
57466697d5 Fix some Wwise Convolution Reverb wem 2022-07-14 23:08:42 +02:00
bnnm
23474dc27c Fix missing end samples in Wwise Vorbis 2022-07-14 23:08:09 +02:00
bnnm
f7ccb96b2f Add SNDZ .szd extension 2022-07-14 23:05:34 +02:00
bnnm
9670b98085 Fix some N1 .opus [Asatsugutori (Switch)] 2022-07-07 23:14:22 +02:00
bnnm
a466959827 Tweak HCA channel mappings 2022-07-07 23:13:53 +02:00
bnnm
10dc2999af Check ACB size 2022-07-07 23:13:35 +02:00
bnnm
887af76ef6 cleanup
- use LF instead of CRLF
- follow common name and code conventions used in other meta
- reduce comment verbosity (should mainly comment unusual points or )
- should declare variables at block level
- skip some checks that are unlikely to matter
- read stream name
2022-07-07 23:13:24 +02:00
modusc896d352
7eea28ae0e
ps2_gcm comment tweaks 2022-07-01 22:49:47 -03:00
modusc896d352
19b714bc6e
ps2_gcm cleanup 2022-07-01 16:34:00 -03:00
modusc896d352
6aee326e6e
Fix some GCM [NamCollection (PS2)]
the PS2 GCM meta needed some updating.
so, new meta update adds some checks, keeps the meta up-to-date with other recently-updated vgmsteam metas, and adds support for Klonoa multi-channel files.
2022-07-01 12:49:38 -03:00
bnnm
c091c83c33 Add SNDZ .szd1/3 2022-06-26 17:05:31 +02:00
bnnm
7c12a4b91a Cabela's African Safari (PSP) 2022-06-26 17:04:40 +02:00
bnnm
c277932b03 Improve .mp3 loading speed in some cases 2022-06-26 17:03:56 +02:00
bnnm
ec3999123c Add RIFF .ogg/logg extension [Luftrausers (Vita)] 2022-06-26 17:03:42 +02:00
bnnm
ff080c1661 Add TXTH codec PCM8_SB [Sonic CD (SCD)] 2022-06-26 17:03:27 +02:00
bnnm
d186193596
Merge pull request #1155 from finict/patch-1
Add .s3v loop detection signatures
2022-06-26 12:41:11 +02:00
finict
28bf3ab3e1
Add .s3v loop detection signatures 2022-06-25 23:08:41 +09:00
finict
607e7ef78b
Fix .2dx9 loop detection 2022-06-25 13:22:45 +09:00
kjhmagic
10c94fab80
Update hca_keys.h
33 subkeys added for D4DJ Groovy Mix (Android)
2022-06-23 04:49:07 +09:00
Skyth
8fca22717c Add HCA key for Sonic Origins 2022-06-22 15:46:30 +03:00
bnnm
2e83e792aa cleanup 2022-06-19 19:51:55 +02:00
bnnm
62dea5e30f doc 2022-06-19 19:37:23 +02:00
bnnm
aed73d4e4f Add FSB key 2022-06-19 19:37:03 +02:00
bnnm
aee2a007ef Fix some .at3 RIFF [Megami no Etsubo (PSP)] 2022-06-19 19:36:44 +02:00
bnnm
08ec6b3655 Improve some Ubi SB detection [Myst IV (PC)] 2022-06-19 19:36:34 +02:00
bnnm
86be2b74ad Fix some .mul [Tomb Raider 2013 (PS4)] 2022-06-19 19:36:11 +02:00
Jean Guyomarc'h
13fd8969c7 Fix sample rate of EA swvr
I am afraid this may depend on games, but for Future Cop LAPD, recorded
voices must be decoded with a sample rate of 22050, not 16000.
2022-06-06 15:10:47 +02:00
bnnm
f696beb0c4
Fix mono ALP .pcm [NBA Inside Drive 2000 (PC)] 2022-05-15 12:44:20 +02:00
bnnm
f2d98c50c6 Add TXTH codec "IMA_HV" [NBA Hangtime (PC)] 2022-05-15 12:25:52 +02:00
bnnm
5e8bb25e2b cleanup: rename tun.c to alp.c 2022-05-15 12:23:49 +02:00
bnnm
b61e94ed3c Fix some .tun [NBA Inside Drive 2000 (PC)] 2022-05-15 12:23:01 +02:00
bnnm
0dc64cdd8b cleanup: rename ALP_IMA to HV_IMA 2022-05-15 12:12:11 +02:00
bnnm
e83d776385 Fix some .atsl, add .atslx [Ken's Rage 2 (X360)] 2022-05-15 12:10:04 +02:00
bnnm
25c265ef30 Add Bioware fake .wav [Star Wars: KOTOR 1/2 (PC)] 2022-05-13 19:04:26 +02:00
bnnm
74a83e224f Extra logs on broken RIFF 2022-05-13 16:40:33 +02:00
bnnm
a16e8e95c7 Fix some .atsl/ktsl2asbin [Nioh (PS4)] 2022-05-13 16:39:50 +02:00
bnnm
e3e6522af5 Tweak truncated .aix to not loop 2022-05-13 16:36:50 +02:00
bnnm
adcd44328d Allow truncated .aix [Metroid: Other M (Wii)] 2022-05-08 13:32:10 +02:00
bxaimc
30ab06b109 Add brwsd & brwav ext. Fix RWSD for Wii Sports 2022-05-03 22:44:42 -04:00
bnnm
c16f305ef6 cleanup 2022-05-01 20:35:11 +02:00
bnnm
f4fe1482c9 cleanup 2022-05-01 20:34:58 +02:00
bnnm
61e82459b2 Improve Tiger .com validations and lower priority 2022-05-01 18:57:22 +02:00
bnnm
1849395b8e Improve MPEG parser 2022-05-01 18:56:52 +02:00
bnnm
2c9b8e614b Add .audio_data [Lego SW: The Skywalker Saga (PC)] 2022-05-01 18:10:22 +02:00
bnnm
2a6dd8d782 Add ADM3 .wem [MotoGP 21 (PC)] 2022-05-01 12:17:57 +02:00
bnnm
2955ab3a81 Fix some SSPF .ssp [Metal Gear Solid 4 (PS3)] 2022-05-01 12:13:11 +02:00
bnnm
cdc5753847 Add PCM_FLOAT_LE codec to TXTH 2022-05-01 12:13:02 +02:00
NicknineTheEagle
5f1cae3beb Added Eurocom ESF format [Mortal Kombat 4 (PC)] 2022-04-29 22:58:19 +03:00
bnnm
e2109d2ff0 Fix HCA key misdetection [Iris Mysteria (Android)] 2022-04-24 15:16:51 +02:00
bnnm
917c5f8189 Fix dialogue .p3d [Prototype 2 (PC)] 2022-04-24 12:14:13 +02:00
bnnm
e9292a1f5f Add HCA key 2022-04-24 12:13:49 +02:00
bnnm
f39069ee20 Fix buggy Ubi HX samples 2022-04-24 12:13:38 +02:00
bxaimc
7bffa1a5cd More 2DX9 loop fixes thanks to IIDX13. Make me suffer Konami. 2022-04-21 00:06:11 -04:00
bxaimc
1b4049c445 Add S3V support for SVDX (AC). Fix looping for 2DX9 and SD9. 2022-04-20 23:05:37 -04:00
bnnm
e93c7ad4c3 Doc 2022-04-16 22:19:08 +02:00
bnnm
cfca5c3195 Fix some Ubi HX [Rayman 3/M demo (PC/PS2)] 2022-04-16 22:18:39 +02:00
bnnm
1faeba40d2 Fix some BKHD .wem detection 2022-04-16 22:14:59 +02:00
bnnm
b4edce5d4f Fix some SSPF .ssp subsongs and sample rate 2022-04-16 22:14:28 +02:00
bnnm
c496b4ec90 Improve TXTH/TXTP parser performance 2022-04-16 22:14:19 +02:00
bnnm
c05ec2d0ab Add .rsnd NSOpus [Birushana (Switch)] 2022-04-09 15:15:43 +02:00
bnnm
9e3fc405d4 Fix some EA 1SNh .asf [NBA Live 95 (PC)] 2022-04-09 15:06:45 +02:00
bnnm
c3f6b754d5 Fix .wav AIFF [Sim City 3000 (Mac)] 2022-04-09 15:06:31 +02:00
bnnm
f412a2c7a3 Merge branch 'master' of https://github.com/vgmstream/vgmstream into sspf-mix 2022-04-09 15:00:14 +02:00
bnnm
fe539edcb4 cleanup 2022-04-09 14:58:23 +02:00
bnnm
68e63b769c Add SSPF .ssp [Metal Gear Solid 4 (PS3)] 2022-04-09 14:57:49 +02:00
bnnm
80d8ce2414 Preserve channel layout when downmixing some cases 2022-04-09 11:32:37 +02:00
modusc896d352
42ba45fc62
add wav extension, again
found some .wav files with the "AIFF" format in the macOS version of the game.
2022-04-03 17:43:56 -03:00
modusc896d352
22edcc7f91
add two extensions [SimCity 3000 (Mac)]
said extensions are .wav and .xa, respectively.
2022-04-03 17:32:28 -03:00
Vilim Lendvaj
c01dc98d39
Update hca_keys.h 2022-04-01 03:05:38 +02:00
bnnm
6c0aff55da
Merge pull request #1101 from kjhmagic/patch-1
Update hca_keys.h
2022-03-31 21:12:06 +02:00
NicknineTheEagle
ef09f4c3b7 EA MPF: Fixed v5 format without track checksum 2022-03-31 16:40:15 +03:00
kjhmagic
e24aabe675
Update hca_keys.h 2022-03-31 03:40:58 +09:00
bnnm
c4d4e60867 doc 2022-03-29 23:45:45 +02:00
bnnm
8bf5ef7c21 Add HCA key 2022-03-29 23:45:04 +02:00
bnnm
fc97f80485 Fix some .psb loops [Senxin Aleste (AC)] 2022-03-29 23:44:56 +02:00
punk7890
cf3fbbc5b2
Added ANNO: Mutationem (PC) 2022-03-26 02:31:06 -07:00
Lukas Cone
fbf7ce2074
fix ktac.c without VGM_USE_FFMPEG enabled 2022-03-20 13:53:13 +01:00
bnnm
a9ca198aad Add RIFF .xvag [Uncharted Golden Abyss (Vita)] 2022-02-28 23:57:51 +01:00
bnnm
ca65796ba6 Fix some broken .wav [Cross Gate (PC)] 2022-02-28 23:54:04 +01:00
bnnm
0f0c1b89ec Fix +2GB Wwise .bnk [Björk Vulnicura VR (PC)] 2022-02-28 23:53:06 +01:00
bnnm
653342c419 Add HCA key 2022-02-28 23:50:10 +01:00
NicknineTheEagle
fa6a569d49 Fixed some EA SBR banks 2022-02-21 06:17:45 +03:00
NicknineTheEagle
218374c8d6 WBK: Added info on string hashing algorithm 2022-02-19 21:46:13 +03:00
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
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