Commit Graph

2189 Commits

Author SHA1 Message Date
bnnm
e5f52135db Rename test/ to cli/ with latest changes 2018-01-20 14:07:10 +01:00
bnnm
0c016e6667 Merge branch 'master' of https://github.com/kode54/vgmstream.git into io
Conflicts:
	test/test.vcxproj
2018-01-20 13:49:54 +01:00
Christopher Snowhill
1cc6a23116
Merge pull request #182 from Thealexbarney/add-adx-key
Add ADX key
2018-01-20 01:44:54 -08:00
Alex Barney
a2a053e225 Add ADX key 2018-01-19 23:20:31 -06:00
Christopher Snowhill
f75ea71ed8
Merge pull request #181 from Thealexbarney/docs-update
Update build documentation
2018-01-19 20:40:09 -08:00
Alex Barney
eb02108d32 Update build instructions 2018-01-19 22:26:28 -06:00
Alex Barney
d6d7e8e029
Update AppVeyor link 2018-01-19 22:06:41 -06:00
Christopher Snowhill
6872242a0a
Update README.md 2018-01-19 19:48:23 -08:00
Christopher Snowhill
0f887f08ab
Update README.md 2018-01-19 19:48:05 -08:00
Christopher Snowhill
beb73d6996
Update documentation
Add AppVeyor button to README.md.
2018-01-19 19:47:34 -08:00
Christopher Snowhill
85785966ef
Merge pull request #180 from Thealexbarney/build-update
Automate MSVC builds, and setup continuous integration
2018-01-19 19:30:45 -08:00
Alex Barney
bcfcb71f47 Automate MSVC builds
- Add a script to download dependencies
- Move dependencies to "/dependencies"
- Update solution file so it contains all projects
- Add a script for building and packaging the MSVC builds
- Add information for using AppVeyor's continuous integration service
2018-01-19 20:58:58 -06:00
bnnm
75a1023b60 Add new streamfile definitions; don't segfault on close_streamfile(NULL) 2018-01-20 01:59:36 +01:00
bnnm
7d51693177 Clean FSB variable names and code 2018-01-20 01:40:42 +01:00
bnnm
8607c7a952 Change init_vgmstream_fsb4_wav to use custom IO, as a test 2018-01-20 00:55:37 +01:00
bnnm
dfbeee2cf3 Improve/add streamfile custom IO (subfiles, decryption, etc)
Adds some special streamfiles that do custom IO, meant to be chained
together.
2018-01-20 00:54:08 +01:00
bnnm
23998b0b97 Change ./test folder references to ./cli 2018-01-19 00:39:04 +01:00
bnnm
94d361bbdd Rename ./test folder to ./cli for clarity 2018-01-19 00:32:30 +01:00
bnnm
927a3b5f39 Remove PROFILE_STREAMFILE to simplify further changes, not used anymore 2018-01-19 00:16:14 +01:00
bnnm
a590fb7bf5 Make vgmstream123 player compilable on Windows 2018-01-18 23:29:11 +01:00
Christopher Snowhill
986fab7d4d Update libatrac9.dll and signature. 2018-01-16 23:21:32 -08:00
Christopher Snowhill
a5b19acfb8 Revert DLL runtime change, at least until foobar2000 hits v1.4 stable. 2018-01-16 23:19:37 -08:00
Christopher Snowhill
3389ff7c78
Merge pull request #178 from bxaimc/master
Some fixes for MSVC discombobulations
2018-01-16 23:12:50 -08:00
bxaimc
8dc66f37a6 Some fixes for MSVC discombobulations 2018-01-17 01:09:30 -05:00
Christopher Snowhill
809a557707
Merge pull request #177 from soneek/master
Added KTSS v3 support
2018-01-16 15:09:47 -08:00
soneek
8477f88290 Added KTSS v3 support 2018-01-15 22:39:58 -05:00
Christopher Snowhill
61724c8e93
Merge pull request #176 from soneek/master
Added looping support for Vita GTD
2018-01-15 17:09:56 -08:00
soneek
c87c62b04f Added looping support for Vita GTD 2018-01-15 19:30:27 -05:00
Christopher Snowhill
a32687eaf9 Update project file to include shared.lib from foobar2000 SDK. 2018-01-13 20:23:02 -08:00
Christopher Snowhill
5e504a7734
Merge pull request #175 from bnnm/hcakey
HCAKEY
2018-01-13 16:18:42 -08:00
bnnm
09f263f9cf Fix compiler warning 2018-01-14 01:12:58 +01:00
bnnm
9607feacca Add HCA key 2018-01-14 01:12:38 +01:00
Christopher Snowhill
40ffa3e1d6
Merge pull request #174 from bnnm/scd-xvag-sngw-isd-km9
SCD, XVAG, SNGW, ISD, KM9
2018-01-13 16:03:27 -08:00
bnnm
cbe4b19b92 Add .KM9 [Nobunaga no Yabou - Souzou (Vita)] 2018-01-13 17:47:40 +01:00
bnnm
3c37267732 Fix compiler warning 2018-01-13 15:23:17 +01:00
bnnm
149d4292a6 Add .ISD encrypted Ogg Vorbis (missing looping) [Gunvolt PC] 2018-01-13 15:22:58 +01:00
bnnm
3236676d5d Fix some XVAG interleave/subsongs/multichannel [God of War 3 (PS4)] 2018-01-13 11:36:35 +01:00
bnnm
b7d65f21dd Fix SCD Ogg subsong sizes, detection and V3 not decrypting last frames 2018-01-11 23:26:24 +01:00
bnnm
018ea2fc92 Fix Ogg Vorbis streamfile size to allow subsongs 2018-01-11 22:55:23 +01:00
bnnm
e26f66858c Rename ogg_vorbis_file.c to ogg_vorbis.c for consistence 2018-01-10 22:37:02 +01:00
bnnm
a67a83b9ed Add .SNGW Ogg Vorbis (normal and encrypted) [Capcom PC games]
Also remove ifdefs for meta_OGG_x, there was no benefit
2018-01-10 22:34:14 +01:00
bnnm
7134610495 Clean Ogg Vorbis code and IO/decryption callbacks for future changes 2018-01-10 21:12:23 +01:00
bnnm
bcad321b6d Fix SCD with dummy entries and add PS-ADPCM [Final Fantasy Type-0] 2018-01-10 20:31:57 +01:00
Christopher Snowhill
2b92a562a5
Merge pull request #172 from bxaimc/master
Updated additional project files to match current build tools.
2018-01-08 16:07:52 -08:00
Christopher Snowhill
c1255095e6
Merge pull request #170 from bnnm/makefiles-etc
Makefiles, etc
2018-01-08 16:06:26 -08:00
bnnm
6027c8bc7d Fix wrong flag in Makefile 2018-01-08 19:40:38 +01:00
bxaimc
6cd9bfb71b Quick interleave block size fix for OrbiPCM 2018-01-08 13:09:26 -05:00
bxaimc
6b7908e42c Updated additional project files to match toolsets used in libvgmstream and foo_input_vgmstream. This keeps msvc from freaking out 2018-01-08 12:01:10 -05:00
bnnm
d85bca24ae Remove unused flag 2018-01-07 20:15:49 +01:00
bnnm
aa1134d5a2 Add missing ktss.c 2018-01-07 20:15:08 +01:00