Christopher Snowhill
c3cfe98ced
Merge pull request #88 from bnnm/xwh-xwb-gtd-mss-ace
...
XWH/XWB, GTD, MSS, ACE
2017-05-13 16:17:06 -07:00
Alex Barney
5d43080167
ADX decoding accuracy improvements
...
Can't factor out a bit shift like you can division because of negative numbers.
Coefficients should be rounded toward 0, not negative infinity
2017-05-13 18:16:32 -05:00
Alex Barney
89cdaa83e9
Add support for encoding type 4 ADX
2017-05-13 17:37:24 -05:00
bnnm
3527dbcdb0
Add RXWS (.XWB+XWH/.XWS) with ADPCM/PCM/ATRAC3 [Sony/SCEI PS2 games]
2017-05-13 23:54:09 +02:00
Alex Barney
ab647cc155
Add support for type 2 ADX files
2017-05-13 16:04:30 -05:00
Alex Barney
ef1499f480
Add support for varying ADX frame sizes
2017-05-13 15:17:27 -05:00
bnnm
21c9f44273
Rename ps2_rxw to ps2_rxws and do some cleanup
2017-05-13 13:01:16 +02:00
bnnm
8759d42928
Add .ace (fake) for tri-Ace games
2017-05-13 11:30:30 +02:00
bnnm
a79b874f82
Add RSD6XMA and tri-Ace's PS3/X360 support (by bxaimc)
2017-05-13 02:22:15 +02:00
bnnm
e2cc352238
Add GTD support [Knights Contract X360]
2017-05-13 01:55:31 +02:00
bnnm
64b4631ded
Add some missing #ifdef VGM_USE_VORBIS
2017-05-12 19:25:20 +02:00
bnnm
1cd259a010
Rename ps2_mss.c to mss.c
2017-05-12 19:16:46 +02:00
bnnm
b8f2efadc4
Add partial support for Xbox MSS [Shellshock Nam 67], update names
...
Needs a new "stereo interleave" layout so it only plays as a 2ch stream
for now.
2017-05-12 19:15:18 +02:00
Christopher Snowhill
121226c66a
Merge pull request #87 from bnnm/plugins
...
Plugin cleanup
2017-05-01 21:36:34 -07:00
bnnm
95ccac3f3d
Actually remove xmplay gitignore, base gitignore does everything
2017-05-01 17:37:40 +02:00
bnnm
5eac052f7c
Add gitignore
2017-05-01 17:36:56 +02:00
bnnm
6763744597
Update readme
2017-05-01 17:33:50 +02:00
bnnm
24d8e228c7
Update audacious build instructions
2017-05-01 17:33:22 +02:00
bnnm
f62e6b8b0f
Rename xmp-vgmstream to xmplay
2017-05-01 17:22:36 +02:00
bnnm
8c39ad62cb
Rename unix to audacious (folder and makefiles)
2017-05-01 17:08:52 +02:00
bnnm
1e793e577e
Move HEVAG decoder to its own file
2017-05-01 16:58:33 +02:00
bnnm
56f68dd089
Rename ngc_waa_wac_wad_wam.c to waa_wac_wad_wam.c
2017-05-01 16:37:30 +02:00
bnnm
244adbeeae
Rename foobar and xmplay files for consistence
2017-05-01 16:32:00 +02:00
bnnm
2e02545ad1
Remove xmp-vgmstream.sln as XMPlay can be built with vgmstream_full.sln
2017-05-01 14:59:04 +02:00
bnnm
a0777c65f0
Unify plugin descriptions
2017-05-01 14:18:33 +02:00
bnnm
1885f6e889
Autoupdate Audacious makefiles with .c list and git version on build
2017-05-01 13:33:45 +02:00
bnnm
16cc0c4131
Update Audacious scripts
2017-05-01 11:00:56 +02:00
bnnm
825ebbdec9
Update Audacious plugin
...
- make extension list use formats.c and remove exts.cc
- Audacious 3.8 preparations (untested)
- cleanup
2017-05-01 10:56:40 +02:00
Christopher Snowhill
b37bdeff01
Merge pull request #86 from bnnm/mc3-akb-cleanup
...
MC3, AKB, cleanup
2017-04-29 18:45:34 -07:00
bnnm
0e59e6de4c
Minor Winamp unicode preps
2017-04-30 02:09:35 +02:00
bnnm
6cf0195d25
Move reset/seek/free code to decoders (vgmstream.c cleanup)
2017-04-29 22:37:15 +02:00
bnnm
cac3af887a
Allow mono MSADPCM; validate interleave for endless loops in some codecs
2017-04-29 20:28:14 +02:00
bnnm
af2b5d4e76
Fix AKB MSADPCM loop samples
2017-04-29 16:54:13 +02:00
bnnm
779bf68ab1
Fix some compiler errors with -Werror=format-security
2017-04-29 16:23:50 +02:00
bnnm
fd72f6120a
Adjust EOF reads; minor cleanup
...
When reading over filesize (buggy metas that request more samples than
possible) it returned inconsistent results under some
conditions/interleave sizes (the effect was minimal though)
2017-04-29 16:03:11 +02:00
bnnm
d5aee307f0
Rename coding_INT_X to coding_X_int for consistency with other codecs
2017-04-29 02:53:36 +02:00
bnnm
086a47cd76
Add compiler flag VGM_DISABLE_VORBIS (as Vorbis is enabled by default)
2017-04-29 02:20:24 +02:00
bnnm
75d079f389
Add block size (interleave) description for MSAPDCM/MS-IMA/etc
2017-04-29 02:19:27 +02:00
bnnm
3d9e48a03f
Remove unused 2dx.c, 2dx9 is used instead
2017-04-29 02:04:10 +02:00
bnnm
d364cf5a8d
Add AKB MSADPCM [various SFX]; improve AKB header parsing
2017-04-28 20:10:18 +02:00
bnnm
6389493992
Build object list automatically using a make wildcard
2017-04-28 18:33:33 +02:00
bnnm
4a83de7dae
Added MC3 decoder/meta [MX Rider, Spy Hunter, T3] (thanks to daemon1)
2017-04-28 17:26:25 +02:00
bnnm
c630f14ce3
Fix some "short" MPDS
2017-04-28 16:16:10 +02:00
bnnm
3fc6db0414
Update Winamp plugin with the "latest" (2008) SDK defs [unicode preps]
2017-04-28 16:15:32 +02:00
bnnm
fa829d49f7
Relax XWB size checks for padded files [BlazBlue Centralfiction PC]
2017-04-28 16:10:16 +02:00
Christopher Snowhill
d2fac79106
Updated FFmpeg.
2017-04-22 14:52:10 -07:00
Christopher Snowhill
e8c1c899e3
Merge pull request #85 from bnnm/ogl-sxd-xwbv1-misc
...
OGL, SXD, XWB v1, misc
2017-04-22 12:52:43 -07:00
bnnm
f153479383
Add OGL Vorbis decoder/meta [Jett Rocket (Wii), FAST Racing NEO (WiiU)]
2017-04-22 19:25:54 +02:00
bnnm
f68a0484c6
Remove test code for truncated Wwise Vorbis
2017-04-22 17:22:48 +02:00
bnnm
460beeb141
Remove unneeded TODO
2017-04-22 16:23:40 +02:00