grj1234
c145512f37
Add .nsa extension as RIFF WAWE [Hajimete no Otetsudai (PC)]
2021-10-22 05:44:04 +09:00
NicknineTheEagle
8b52322fb9
BAF: Optimization
2021-10-21 20:10:21 +03:00
NicknineTheEagle
cb235c251b
BAF: Formatting
2021-10-21 00:40:44 +03:00
NicknineTheEagle
247b5109b6
BAF: Added a variation [Blur (Prototype) (PS3)]
2021-10-21 00:33:23 +03:00
bnnm
b6bf846697
Fix some .wav.str
2021-10-19 00:40:40 +02:00
bnnm
13c39edbe8
Add HCA keys
2021-10-19 00:40:30 +02:00
bnnm
af6a7a1e0d
hca: separate bruteforcer code
2021-10-19 00:40:14 +02:00
bnnm
f4c3009a00
hca: optimize key test
2021-10-19 00:35:29 +02:00
bnnm
99eb1c328f
Improve HCA key tester
2021-10-19 00:35:06 +02:00
grj1234
fdf24cbaa4
Add .mse and .koe extension
2021-10-16 23:01:10 +09:00
bnnm
45e04fe988
hca: bruteforcer tweaks
2021-10-15 22:41:51 +02:00
bnnm
0b75db71d0
Add HCA keys
2021-10-15 22:41:37 +02:00
bnnm
0267faea1d
Add HCA key
2021-10-15 15:21:25 +02:00
bnnm
3434f3d7f7
cleanup
2021-10-15 15:21:17 +02:00
grj1234
f0155322e9
Add .ogg_ extension
2021-10-14 22:57:09 +09:00
grj1234
b55efb9dfb
Update ogg_vorbis.c
...
Add .ogg_ extension as rpgmvo format [RPG Maker MZ (PC)]
2021-10-14 21:58:55 +09:00
Skyth
5d6adbfed4
Add HCA key for PC version of NEO: The World Ends With You
2021-10-10 21:30:41 +03:00
bnnm
001befde17
txth: clean detection and remove rare edge case
2021-10-10 17:01:06 +02:00
bnnm
86c31d1481
streamfile cleanup
2021-10-10 15:09:58 +02:00
bnnm
c1e0143881
Add more TXTH chunk options
2021-10-10 13:32:38 +02:00
bnnm
f052c97cfb
cleanup
2021-10-10 13:31:04 +02:00
bnnm
92800e6544
Remove headerless XA and improve detection speed
2021-10-10 13:28:32 +02:00
bnnm
bba0043ce2
util
2021-10-10 13:05:19 +02:00
bnnm
45020c8acf
Fix some .cnk SCHl [NBA Live 97 (PS1)]
2021-10-10 13:04:43 +02:00
bnnm
b8ab88c404
Fix some .cnk 1SNh [Triple Play 97, FIFA 97 (PS1)]
2021-10-10 13:03:38 +02:00
bnnm
af86aeca74
Add XA in TXTH [Phantasy Star (SAT), Fantavision]
2021-10-09 16:48:45 +02:00
bnnm
9d6493dea7
Fix NX Opus with odd rates [Lego Marvel (Sw)]
2021-10-09 16:47:12 +02:00
bnnm
971ac41dc4
renames
2021-10-09 12:53:42 +02:00
bnnm
54dd018c96
Add LPCM .w extension, cleanup
2021-10-09 12:51:33 +02:00
bnnm
d2acaf3994
Fix some LOPU .lopus loops
2021-10-08 22:27:39 +02:00
bnnm
c87816ac59
misc tweaks
2021-10-08 22:24:51 +02:00
KatieFrogs
fa923e16d5
hca: Comment HCA_BRUTEFORCE
2021-10-06 06:43:17 +03:00
bnnm
14673b96f6
Merge branch 'master' into lopus-m4a-hcakey
2021-10-03 13:50:44 +02:00
bnnm
f525c7d550
hca: tweaks
2021-10-03 13:49:23 +02:00
bnnm
511e706f8d
Add HCA key
2021-10-03 13:49:12 +02:00
bnnm
ca8e634819
ffmpeg: tweaks
2021-10-03 13:49:02 +02:00
bnnm
67241ebda5
Add LPCM .ladpcm [Melty Blood Type Lumina (Sw)]
2021-10-03 13:48:22 +02:00
KatieFrogs
6bc168088f
Cmake: Build shared vgmstream library
...
- After running cmake, run `make libvgmstream_shared` to build `src/libvgmstream.so`, in case a developer wants to use the vgmstream library, but does not want to link it statically
- Fixes shared Linux builds
2021-10-03 00:36:19 +03:00
bnnm
fc4f7f8f7f
Fix some .psb loops [G-Darius HD (Switch)]
2021-10-02 18:15:58 +02:00
bnnm
29547af5be
Add M2 looping .m4a [G-Darius HD (Switch)]
2021-10-02 18:15:45 +02:00
bnnm
011aa6c6c1
Add LOPU .lopus [Melty Blood Type Lumina (Switch)]
2021-10-02 18:15:04 +02:00
bnnm
a5355da367
Merge pull request #966 from KatieFrogs/cmake-fixes
...
Cmake: Fixes for dependencies
2021-10-02 11:43:18 +02:00
grj1234
7a5499ecb3
Update the comment of nwa.c
...
Update the comment about the format of Gameexe.ini (information from the official documentation of RealLiveMax, the public version of RealLive)
2021-10-02 15:59:24 +09:00
KatieFrogs
bf89c3503d
Cmake: Fixes for dependencies
...
- Sets dependencies for targets
- Fixes not being able to build single targets, like `make vgmstream_cli`
- Fixes not being able to build with multiple jobs, like `make -j 5`
- Compiles dependencies out of the source directory
- Fixes double lib suffix, renaming liblibvgmstream.a to libvgmstream.a
- Removes zlib dependency from static builds, previously required by ffmpeg
- If ARCHIVE_EXTRACT is not available in cmake, mpg123 will be downloaded through svn, then fall back to git if that is not available either
2021-10-02 09:02:27 +03:00
bnnm
334b607890
util: fix .h clash
2021-10-01 00:33:49 +02:00
bnnm
c51b16b4e1
Fix some Ubi .hxx [XIII (Xbox)]
2021-10-01 00:05:27 +02:00
bnnm
29be8afbb9
Fix .wem with empty chunks
2021-10-01 00:04:43 +02:00
bnnm
3f164f74c9
misc
2021-10-01 00:04:32 +02:00
bnnm
34b25d2e1f
txtm: tweak for multi multi-awb+acb
2021-10-01 00:04:08 +02:00
bnnm
2b52edbc8f
cleanup: don't ifdef vorbis meta
2021-09-27 00:10:28 +02:00