Commit Graph

473 Commits

Author SHA1 Message Date
bnnm
bae8e1b06e Add encrypted .scd [Final Fantasy XI (X360)] 2022-10-29 17:52:41 +02:00
bnnm
cbd831e658 Add .bigrp [BM Zero 2 (SW), Gunvolt 3 (SW)] 2022-09-23 22:53:45 +02:00
bnnm
e7991bb253 Update and move miniz for future use 2022-09-16 23:38:55 +02:00
bnnm
aae33a4747 Remove fake format .capdsp (use TXTH) 2022-08-21 13:43:15 +02:00
bnnm
d2218c67af Rename ps2_dxh.c to hxd.c 2022-08-14 12:37:48 +02:00
bnnm
b880c480d3 Remove fake .tec extension (use .str + TXTH) 2022-08-14 12:28:46 +02:00
NicknineTheEagle
661217abdf Added PS1 VAB format 2022-08-04 11:14:14 +03:00
bnnm
75a2d840a7 Add encrypted .akb [Final Fantasy Agito (Android)] 2022-07-23 14:49:47 +02:00
bnnm
c091c83c33 Add SNDZ .szd1/3 2022-06-26 17:05:31 +02:00
bnnm
5e8bb25e2b cleanup: rename tun.c to alp.c 2022-05-15 12:23:49 +02:00
bnnm
25c265ef30 Add Bioware fake .wav [Star Wars: KOTOR 1/2 (PC)] 2022-05-13 19:04:26 +02:00
NicknineTheEagle
b081312831 Migrate to VS 2019 and foobar2000 2022-01-04 SDK 2022-05-01 21:47:58 +03:00
bnnm
f4fe1482c9 cleanup 2022-05-01 20:34:58 +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
NicknineTheEagle
5f1cae3beb Added Eurocom ESF format [Mortal Kombat 4 (PC)] 2022-04-29 22:58:19 +03:00
bxaimc
1b4049c445 Add S3V support for SVDX (AC). Fix looping for 2DX9 and SD9. 2022-04-20 23:05:37 -04:00
bnnm
ca04c668a5 utils: add chunked text reader 2022-04-16 22:14:02 +02:00
NicknineTheEagle
49b0c93b54 Fixed VS project 2022-04-09 19:48:37 +03:00
bnnm
68e63b769c Add SSPF .ssp [Metal Gear Solid 4 (PS3)] 2022-04-09 14:57:49 +02:00
bnnm
9b75cc6d83 Add .mp3 parser using mpg123 for consistency 2022-02-06 13:10:07 +01:00
bnnm
13c8649026 Separate some base code 2022-01-14 15:16:45 +01:00
bnnm
41eccd8d3e Merge msv.c and msvp.c 2022-01-12 21:13:56 +01:00
bnnm
ad6a5cab9d Add encrypted .mus from Minecraft v1.6.1< 2022-01-08 20:59:16 +01:00
bnnm
53ca00bc2c Fix some Ubi CKD [Rayman Origins (3DS/Vita)] 2021-12-31 17:33:42 +01:00
bnnm
bda98d71e1 Move custom mp4 code from KTAC 2021-12-11 12:42:17 +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
NicknineTheEagle
385a105426 Added WBK format [Spider-Man 2, Ultimate Spider-Man] 2021-11-21 08:24:13 +03:00
bnnm
ad9d88c5c4 meta: rename str_asr.c to knon.c 2021-11-18 00:22:11 +01:00
bnnm
af6a7a1e0d hca: separate bruteforcer code 2021-10-19 00:40:14 +02:00
bnnm
971ac41dc4 renames 2021-10-09 12:53:42 +02:00
bnnm
67241ebda5 Add LPCM .ladpcm [Melty Blood Type Lumina (Sw)] 2021-10-03 13:48:22 +02:00
bnnm
011aa6c6c1 Add LOPU .lopus [Melty Blood Type Lumina (Switch)] 2021-10-02 18:15:04 +02:00
bnnm
334b607890 util: fix .h clash 2021-10-01 00:33:49 +02:00
bnnm
3f164f74c9 misc 2021-10-01 00:04:32 +02:00
bnnm
6096edcb40 Add M2 .psb [Senxin Aleste, Legend of Mana (PC)] 2021-09-11 16:12:35 +02:00
bnnm
374e1d3c32 utils: chunk parsing helper 2021-08-26 19:52:19 +02:00
bnnm
f799aec0ca Add log functions to show errors to users 2021-08-26 18:41:03 +02:00
bnnm
c3e6afd7b6 Add .xsh+xsd/xss [KS's Pro Surfer (Xbox)] 2021-08-22 13:13:38 +02:00
bnnm
36cf5c18f4 cleanup: move clHCA to coding to simplify
Also has changed a lot from the original so it's barely external now
2021-08-14 11:39:54 +02:00
bnnm
0b14f9a446 builds: modify how version.h is used to fix issues
- version.h is now static (should increase on new releases)
- if compiler flag is passed, will try to use version_auto.h (autogen)
(auto only on compiler flag to avoid include'ing a non-existant file)
- avoid clobbered version.h as may force recompiles
2021-08-10 23:51:48 +02:00
NicknineTheEagle
c85579f6a4 Fixups to VS project files 2021-08-10 05:50:20 +03:00
bnnm
de074e503b relic: clean API for easier external lib usage 2021-08-08 00:11:55 +02:00
bnnm
1f4b532066 cleanup: renames 2021-08-07 22:25:45 +02:00
bnnm
c8e57f07fe cleanup: renames 2021-08-07 20:58:13 +02:00
bnnm
e6c3527ee5 cleanup 2021-08-07 16:59:32 +02:00
bnnm
970139f992 Add Relic .wxd+wxh and .bnk [Homeworld (PC)] 2021-08-07 12:32:42 +02:00
bnnm
93339ba2bc Add Tantalus .tad decoder [House of the Dead (SAT)] 2021-07-23 22:30:57 +02:00
Lukas Cone
be7a8371ba ffmpeg includes from system for unix 2021-07-17 20:09:11 +02:00
bnnm
b299aae547 Add Capcom .sspr [Sengoku Basara 4 (PS3/PS4)] 2021-07-09 00:06:27 +02:00
bnnm
15bad97db5 Renames 2021-06-24 22:26:49 +02:00
bnnm
7eb13c59d5 Fix MSVC includes 2021-06-21 00:41:48 +02:00
bnnm
de8656a445 Remove buggy ngca.c meta (now part of musx.c) 2021-06-20 11:39:06 +02:00
bnnm
ee93b9d59f Rename ads.c to ads_midway.c 2021-06-20 10:56:09 +02:00
bnnm
5e55e78979 Move ps2_rxws.c to rxws.c 2021-06-20 10:35:32 +02:00
bnnm
9a5c116f1c Fix SQEX .scd XMA total samples + cleanup 2021-06-20 10:32:32 +02:00
bnnm
c1b636fcdc Move ngc_gcub.c to gcub.c 2021-04-10 22:48:46 +02:00
bnnm
1f0abe0c64 Add .ogv [Bloody Rondo (PC)] 2021-04-10 22:47:11 +02:00
bnnm
84200c4cb9 Add encrypted .bgm [Nanami to Konomi no Oshiete ABC (PC)] 2021-04-10 19:46:10 +02:00
bnnm
18ae83d656 Add tri-Ace Codec [Star Ocean 3 (PS2), Valkyrie Profile 2 (PS2)] 2021-02-16 23:14:07 +01:00
bnnm
1df00d175d Rename mzrt.c to idtech.c 2021-01-25 21:10:41 +01:00
bnnm
f47b79b0b0 Add MJB+MJH [Star Wars: Bounty Hunter (PS2)] 2021-01-24 21:02:27 +01:00
bnnm
d71c280729 Add .KTAC [Kin'iro no Corda 3 (Vita), Atelier Ryza (PS4)] 2021-01-24 20:17:07 +01:00
bnnm
9d41ef13ac Enable libspeex in foobar/msvc 2021-01-23 16:26:46 +01:00
bnnm
3d87f31361 Add .cwav + decoder [RADIO ZONDE (PC)] 2021-01-23 15:50:32 +01:00
bnnm
ceea5d0d55 Add Speex decoder (disabled) 2021-01-12 15:11:24 +01:00
bnnm
25c48aba22 Add .acx ADX container [Baroque (SAT), Persona 3 (PS2)] 2021-01-03 19:22:32 +01:00
bnnm
3a2cc91891 Add .ifs with bgm subsongs [drummania (AC), GITADORA (AC)] 2020-12-20 15:07:23 +01:00
bnnm
54ed84f96f Fix .sm1+ss1 with garbage streams [Splinter Cell Pandora Tomorrow (PS2)] 2020-12-13 20:48:46 +01:00
bnnm
872475bfc3 Add .awc with Vorbis in sfx mode [Red Dead Redemption 2 (PC)] 2020-12-09 21:19:24 +01:00
NicknineTheEagle
75c400abd9 Added Team17 SBK format [Addiction Pinball (PC)] 2020-12-09 19:36:02 +03:00
bnnm
8da533e815 Add .awb+acb using CPK [MGS3 (3DS), SF vs TK (X360)] 2020-11-15 00:11:48 +01:00
bnnm
6fc5e604e7 Fix Enthusia PCM files and add .lp/ap/lep 2020-10-17 19:00:02 +02:00
bnnm
27fd84ca8c Add .way bgm decoder/meta [Eien no Owari ni (PC)] 2020-10-11 00:01:11 +02:00
bnnm
3097ca83dc Rename vawx to xwav 2020-10-01 22:02:54 +02:00
bnnm
96727a5192 Fix some .nlsd [Disgaea 4 (PC)] 2020-10-01 21:22:34 +02:00
bnnm
d6b6d6fd72 Add old/new .xse [Lost Odyssey (X360), Mindjack (X360/PS3)] 2020-09-25 16:58:59 +02:00
bnnm
55b0854b3e Fix some .sab [Men of Valor (PC), Just Cause (PS2)] 2020-09-04 22:52:43 +02:00
bnnm
dd0fbb0e65 Add silence codec/meta for special cases 2020-08-15 18:23:49 +02:00
bnnm
21a4afdadd Add .bsf [Reign of Fire ((PS2/GC/Xbox)] 2020-08-01 17:04:55 +02:00
bnnm
aa58da7ca1 Add .dsb [Taiko no Tatsujin DS: Dororon! Yokai Daikessen!! (DS)] 2020-08-01 16:04:41 +02:00
bnnm
230aa56a8c Add .zwv [THE iDOLM@STER Shiny TV (PS3)] 2020-08-01 15:28:12 +02:00
bnnm
78ea507e0e Improve EALayer performance a bit by using static bitreader 2020-07-31 16:49:07 +02:00
bnnm
2e9d35b207 Improve Wwise Vorbis bitreader performance 2020-07-30 20:17:14 +02:00
bnnm
079218dca8 Update VS files 2020-07-26 20:13:12 +02:00
bnnm
479e6b8889 Move plugin parts to internal vgmstream code to simplify plugin code 2020-07-21 19:18:53 +02:00
bnnm
09b254006a Add Konami Viper .adp [ParaParaParadise 2ndMIX] 2020-07-16 22:51:58 +02:00
bnnm
b7888bca33 Rename ps2_svag.c to svag_kcet.c / ps2_svag_snk.c to svag_snk.c 2020-07-16 22:08:46 +02:00
bnnm
477666a4f7 Add KTSC [Atelier Ryza (PC)] 2020-07-11 21:25:12 +02:00
bnnm
053e570d97 Rename 2020-06-21 01:21:28 +02:00
bnnm
3ea177e1d7 Add Success PCM [Metal Saga (PS2), Duel Masters: RoSD (PS2)] 2020-06-06 16:15:06 +02:00
bnnm
896b8be202 Cleanup 2020-06-04 20:17:47 +02:00
NicknineTheEagle
eccd67d156 Added Sega KAT format 2020-05-31 21:58:07 +03:00
bnnm
98c450c4b9 Move sadf from ngc_dsp_std.c to sadf.c since it's not very standard 2020-05-24 16:22:40 +02:00
bnnm
45cda9b0ca Rename nds_sad.c to sadl.c 2020-05-24 16:18:43 +02:00
bnnm
2a6babc70a Add .mups [Pier Solar (PC), Ghost Blade HD (PC/Switch)] 2020-05-24 15:50:41 +02:00
bnnm
71bee18a06 Add .ktsl2asbin KTSR [Atelier Ryza (PC/Sw), Attack on Titan (PC/Vita)] 2020-05-23 23:12:45 +02:00
bnnm
60b2ecc21d Add VADPCM for AIFC + .n64 SDK/src samples 2020-05-01 16:04:23 +02:00
bnnm
12c0908667 Add LucasArts VIMA + .IMX/IMS [Curse of Monkey Island, Grim Fandango] 2020-05-01 09:15:01 +02:00