Naram Qashat
30506a084a
Add Audacious CMake script, cleanup
...
Also had to fix a few of the audacious files to get them to compile, mainly not using NULL in the input plugin constructor and casting the STREAMFILE functions (maybe some *nix compilers would've accepted those, but FreeBSD 12's Clang did not)
2019-03-18 00:17:08 -04:00
Naram Qashat
4fc51407e9
Add XMPlay CMake script, fix bug, cleanup
2019-03-17 19:38:06 -04:00
Naram Qashat
78748393db
Add CMake scripts
...
Needed to change how version.h was included to let it pick up the one from CMake's build location.
NOTE: Does not build with MinGW-w64 currently, does not have a way to build the audacious or XMPlay plugins.
2019-03-17 14:36:55 -04:00
Christopher Snowhill
d0de011953
Merge pull request #369 from NicknineTheEagle/ea-ubi
...
Ea ubi
2019-03-16 00:00:02 -07:00
NicknineTheEagle
92738358a1
Fixed EA BNK parser
2019-03-13 22:58:05 +03:00
NicknineTheEagle
487f919b77
Resolve merge conflict
2019-03-13 22:58:05 +03:00
NicknineTheEagle
c93ffb7231
Calculate GIN size
2019-03-13 22:58:04 +03:00
NicknineTheEagle
12c82b9ca9
Ubi SB fixes
2019-03-13 22:58:04 +03:00
NicknineTheEagle
4ff41aa0ef
Added support for EA TMX format
2019-03-13 22:58:04 +03:00
NicknineTheEagle
9539eb40e3
Added PCM4 to frame size helper funcs
2019-03-13 22:58:04 +03:00
Christopher Snowhill
0d7af1b9e5
Merge pull request #368 from bnnm/txth-mta-sfh
...
txth mta sfh
2019-03-12 00:49:36 -07:00
bnnm
47f7b8d1d0
Fix Konami XWMA padding
2019-03-12 01:28:42 +01:00
bnnm
9ce54eb4cc
Fix missing ifdef
2019-03-12 00:54:41 +01:00
bnnm
5785d9042f
Update doc
2019-03-12 00:44:12 +01:00
bnnm
ae66dd42a6
Add Konami MSF/XWMA [Metal Gear Solid 3 HD (PS3/X360)]
2019-03-12 00:41:20 +01:00
bnnm
0369a82bfc
Fix references and tweaks
2019-03-12 00:38:48 +01:00
bnnm
bdd695b9f9
Minor cleanup
2019-03-11 14:49:29 +01:00
bnnm
e9688e540a
Rename some files
2019-03-11 14:47:06 +01:00
bnnm
e5d4e2e382
Remove MTAF deblocking code and cleanup
2019-03-11 12:34:23 +01:00
bnnm
5b2af165cf
Add TXTH inline coef_table = NNMM.... for DSP
2019-03-11 02:27:52 +01:00
bnnm
c7a8e25ce8
Validate some bytes-to-samples and shadowing tweaks
2019-03-11 01:34:36 +01:00
bnnm
fd9a33d2d0
Add TXTH mpeg bytes-to-samples and tweaks
2019-03-11 01:22:49 +01:00
bnnm
fa9d7e6cc1
Fix TXTH strings with trailing spaces (math change)
2019-03-11 00:11:12 +01:00
bnnm
f2aa9905d4
Add TXTH subfile_offset for wrapper files
2019-03-10 23:39:48 +01:00
bnnm
d0bb4d964e
Add non-demuxed EA SCHl .vp6 videos with multilang subsongs
2019-03-10 11:11:27 +01:00
bnnm
ddfb46d1bd
Add inline TXTH math: (key) = (number) (op) (number) ... [op: +-*/]
2019-03-10 10:40:06 +01:00
bnnm
97c9df30aa
Add SFH .at3 wrapper [Devil May Cry 4 Demo (PS3), Jojo BA HD (PS3)]
2019-03-10 00:59:59 +01:00
bnnm
7f3c09e533
Tweak minor stuff
2019-03-10 00:28:16 +01:00
bnnm
0719c2cc61
Fix EA SCHl BR and handle multilang better [Battlefield: Hardline (PS3)]
2019-03-09 23:51:56 +01:00
bnnm
b4fff010dd
Add AAC .strm [Cursed Castilla (3DS)]
2019-03-09 23:27:28 +01:00
bnnm
650c3847d2
Parse hex in TXTP loop install
2019-03-09 23:06:53 +01:00
bnnm
2b4570395a
Add AAC codec for TXTH and bytes-to-samples
2019-03-09 22:57:21 +01:00
bnnm
c114dc3ba1
Fix RIFF #ifdef VGM_USE_MAIATRAC3PLUS failing when set
2019-03-09 21:32:51 +01:00
bnnm
2dc5ddc59e
Fix newest .wem channel mask and validate wrong values
2019-03-09 21:31:15 +01:00
bnnm
63e31c1ac0
Fix some 7ch .SPS [BAttlefield 4 (X360)
2019-03-09 20:52:20 +01:00
bnnm
2cdcebf6a7
Add .ilv extension [Star Wars Episode III (PS2)]
2019-03-09 20:52:09 +01:00
bnnm
caba4a95a9
Add ADX key [Bakumatsu Renka: Shinsengumi (PS2)]
2019-03-09 20:51:58 +01:00
bnnm
b5b0ec10a6
Fix some MIB+MIH missing samples [Galaxy Angel II (PS2)]
2019-03-09 20:51:37 +01:00
bnnm
a6e777d120
Update mixing code
2019-03-09 20:50:58 +01:00
Christopher Snowhill
d8ffd7f0d5
Initialize variables so failure doesn't result in a crash
2019-03-05 18:14:57 -08:00
Christopher Snowhill
12ad42378a
Merge pull request #367 from bnnm/ogg-txtp-layout
...
ogg, txtp, layouts
2019-03-04 18:22:39 -08:00
Christopher Snowhill
dcf969e881
Merge pull request #366 from slashiee/subkeys_dgl
...
Add Dragalia subkeys for latest BGM tracks
2019-03-04 18:03:21 -08:00
bnnm
637f6e810d
Update doc
2019-03-04 23:19:05 +01:00
bnnm
90f3e07802
Add $AUTOALBUM !tags.m3u command
2019-03-04 23:13:02 +01:00
bnnm
92c2c80f5b
Tweak tags API
2019-03-04 22:50:05 +01:00
bnnm
186d0c8ebf
Cleanup dsp+sck cleanup
2019-03-04 22:48:51 +01:00
bnnm
9616bdd60e
Rename dc_dcsw_dcs.c to dcs_wav.c
2019-03-04 20:12:02 +01:00
bnnm
f0d3cadf3d
Clean .dcs+wav [Evil Twin (DC)]
2019-03-04 20:08:33 +01:00
bnnm
879f65a864
Fix 3/5ch .SPS [Battlefield 4 (X360)]
2019-03-04 20:07:26 +01:00
bnnm
154198d851
Inherit segment layout
2019-03-04 20:07:05 +01:00