Commit Graph

5392 Commits

Author SHA1 Message Date
bnnm
08dc607e2d
Merge pull request #975 from bnnm/lpcm-txth-ea
- Fix some LOPU .lopus loops [Melty Blood Type Lumina (Switch)]
- Add LPCM .w extension, cleanup
- Fix NX Opus with odd rates [Lego Marvel (Sw)]
- Add XA in TXTH [Phantasy Star (SAT), Fantavision (PS2)]
- Remove headerless XA (use TXTH) and improve detection speed
- Fix some .cnk 1SNh [Triple Play 97, FIFA 97 (PS1)]
- Fix some .cnk SCHl [NBA Live 97 (PS1)]
- vgmstream123: make options closer to CLI's
- Add more TXTH chunk options
- txth: clean detection and remove rare edge case
- cleanup
2021-10-10 17:11:27 +02: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
ce7ae456ce doc 2021-10-10 13:32:49 +02:00
bnnm
c1e0143881 Add more TXTH chunk options 2021-10-10 13:32:38 +02:00
bnnm
d864d0ce45 vgmstream123: make options closer to CLI's 2021-10-10 13:31:28 +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
472141b1a8 txtp_segmenter: add names with regex 2021-10-10 11:24:03 +02:00
bnnm
d71bbc16be vrts: fix paths with & ! % 2021-10-10 11:23:15 +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
bnnm
aab1c498a5 txtp_dumper: fix empty lists exception 2021-10-08 22:24:13 +02:00
bnnm
ddeecbff7f doc 2021-10-08 22:21:42 +02:00
Kevin López Brante
a9ff4099c0
Removed updater action 2021-10-06 16:39:22 -03:00
bnnm
766022cb14
Merge pull request #972 from KatieFrogs/no-hca-bruteforce
hca: Comment HCA_BRUTEFORCE
2021-10-06 17:40:27 +02:00
KatieFrogs
fa923e16d5 hca: Comment HCA_BRUTEFORCE 2021-10-06 06:43:17 +03:00
bnnm
c92e4f8538
Merge pull request #970 from KatieFrogs/improve-docs
Improve docs
2021-10-05 21:09:36 +02:00
KatieFrogs
105a7b0651 Remove unofficial links from readme 2021-10-04 21:49:19 +03:00
KatieFrogs
ca3d664229 Fix links 2021-10-04 13:28:49 +03:00
KatieFrogs
020566fa69 Improve docs 2021-10-04 13:03:05 +03:00
bnnm
c014254531
Merge pull request #969 from bnnm/lopus-m4a-hcakey
- Add LOPU .lopus [Melty Blood Type Lumina (Switch)]
- Add LPCM .ladpcm [Melty Blood Type Lumina (Switch)]
- Add M2 looping .m4a [G-Darius HD (Switch)]
- Add HCA keys
- Fix some .psb loops [G-Darius HD (Switch)]
2021-10-03 14:01:19 +02:00
bnnm
14673b96f6
Merge branch 'master' into lopus-m4a-hcakey 2021-10-03 13:50:44 +02:00
bnnm
fc95eec0cc
Merge pull request #968 from KatieFrogs/cmake-shared-lib
Cmake: Build shared vgmstream library
2021-10-03 13:50:35 +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
bnnm
1a3af867ec
Merge pull request #967 from grj1234/nwa-gameexe-ini
Update the comment of nwa.c
2021-10-02 11:42:54 +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
fe316bb24c
Merge pull request #965 from bnnm/cli-misc
- CLI: print -h to stdout, parse tweaks
- txtm: tweak for multi multi-awb+acb
- Fix .wem with empty chunks
- Fix some Ubi .hxx [XIII (Xbox)]
2021-10-01 00:44:38 +02:00
bnnm
334b607890 util: fix .h clash 2021-10-01 00:33:49 +02:00
bnnm
a46606fddb cmake: mpg123 downloads in v3.18< 2021-10-01 00:06:19 +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