Commit Graph

1514 Commits

Author SHA1 Message Date
Chris Moeller
355ed06781 Made HCA decoder endian safe. 2016-06-28 16:25:08 -07:00
Chris Moeller
be6437bb45 And add a few missing things. 2016-06-28 00:28:29 -07:00
Chris Moeller
33563f4e7c Add HCA support. 2016-06-28 00:20:37 -07:00
Chris Moeller
f55a23f2e0 Update XMPlay plugin with slight fix. 2016-06-28 00:20:22 -07:00
Chris Moeller
d53030faf8 And back to 2015 again. 2016-06-26 13:28:42 -07:00
Adam Gashlin
d3b3b9623d Add Dragon Ball Z: Dokkan Battle ADX key 2016-05-03 02:25:43 -04:00
Christopher Snowhill
62ba01904f Merge branch 'cwav_flex' into 'master'
Accept 0x00010102 in header for CWAV

This is supposedly in files from Fire Emblem Fates and
Hyrule Warriors Legends.

See https://hcs64.com/mboard/forum.php?showthread=45018

See merge request !1
2016-05-03 01:38:41 -04:00
Adam Gashlin
fa6c98696b Accept 0x00010102 in header for CWAV
This is supposedly in files from Fire Emblem Fates and
Hyrule Warriors Legends.
2016-04-26 11:02:11 -04:00
Chris Moeller
12c375e43f Switch back to MSVC 2010 2015-10-04 09:41:07 +00:00
Chris Moeller
fb74b39086 Merge pull request #26 from libertyernie/master
Update readme.txt
2015-09-21 18:10:45 -07:00
libertyernie
f688c3823c Update readme.txt to point to new ext_libs location and include more test.exe options 2015-09-21 09:10:04 -05:00
Chris Moeller
ec99511d38 Update libg719_decode.dll with a copy that should work on Windows XP 2015-09-21 01:53:20 +00:00
Chris Moeller
bdbe4fd8c3 Fix version.mk references in version.bat 2015-08-30 18:45:47 -07:00
Chris Moeller
7dbf982f2f Fix version.bat search and replace 2015-08-30 18:43:50 -07:00
Chris Moeller
9cd2d32090 Rename genversion.bat to version.bat and change it just a bit 2015-08-30 18:33:29 -07:00
Chris Moeller
0f805b5ab3 Merge libertyernie/vgmstream 2015-08-30 18:06:37 -07:00
libertyernie
91ba6cf2ba Remove replacement unistd.h - only getopt.h and STDOUT_FILENO are used in test.c. Also remove version.bat since it doesn't grab the git information that version.sh does - instead I'll just leave VERSION empty for now when compiling from VS. 2015-08-30 14:37:34 -05:00
libertyernie
e990461f77 Merge branch 'testfix1'
Conflicts:
	test/test.c
2015-08-30 13:52:22 -05:00
libertyernie
cc17090f43 Merge branch 'with_test_vcxproj' 2015-08-30 13:50:48 -05:00
libertyernie
c91e1e6015 Write smpl chunk with -L even when writing to stdout with -p 2015-08-30 13:50:14 -05:00
libertyernie
2e28098b95 Use i686 instead of i586 in Makefile and use LF in version.sh 2015-08-30 13:47:35 -05:00
libertyernie
418d1942d4 Create project files for VS2015 2015-08-30 10:27:27 -05:00
libertyernie
930c82edbf Merge branch 'master' of https://github.com/codebase7/vgmstream into with_test_vcxproj 2015-08-30 10:16:46 -05:00
libertyernie
1cdb67dd88 Use built-in snprintf on VS2015 2015-08-30 10:10:26 -05:00
Chris Moeller
ed0b66fcf0 Further fix for MSVC 2015 2015-08-23 23:48:43 +00:00
Chris Moeller
cf0e1c5f2b Add a guard on the bitrate calculator 2015-08-23 23:44:23 +00:00
Chris Moeller
d22043e0f7 Blah merge 2015-08-21 04:03:15 +00:00
Chris Moeller
5bc8e8b161 Replace references to long with int32_t, fixing several sample decoders on 64 bit platforms 2015-08-13 00:31:49 -07:00
Chris Moeller
d0a476a99c Updated to reflect actual mp4v2 API 2015-08-13 00:31:49 -07:00
Chris Moeller
6e4207f9a3 Updated for Visual Studio 2015 2015-08-13 00:31:49 -07:00
Chris Moeller
8104fb0c4d Merge pull request #23 from libertyernie/master
Small fixes for Visual Studio
2015-08-13 00:27:40 -07:00
libertyernie
8ec83e1a6f Merge branch 'master' of https://github.com/kode54/vgmstream 2015-08-12 18:19:11 -05:00
libertyernie
18726cbc4b Include a missing file in the libvgmstream project 2015-08-12 18:11:04 -05:00
libertyernie
ed06d9fbcd Remove trailing colon from ifdef 2015-08-12 18:09:10 -05:00
libertyernie
87c50104b4 Use the real stdint.h in Visual Studio environments that include it 2015-08-12 18:08:40 -05:00
Chris Moeller
df52f05761 Massive update to bring the XMPlay plugin up to working order 2015-08-06 06:31:49 +00:00
Chris Moeller
4bfa73f31a Replace references to long with int32_t, fixing several sample decoders on 64 bit platforms 2015-08-02 00:20:57 -07:00
Chris Moeller
961e57d8d0 Updated to reflect actual mp4v2 API 2015-08-01 05:45:19 +00:00
Chris Moeller
6a9dadc544 Updated for Visual Studio 2015 2015-08-01 03:28:53 +00:00
Chris Moeller
833a7a20a5 Fix inline array declaration for MSVC 2015-07-14 08:01:46 +00:00
Chris Moeller
5d8a49ab02 Merge pull request #21 from TricksterGuy/master
Fix compile error in audacious plugin
2015-07-09 20:56:19 -07:00
Brandon
9c727e59bb Merge branch 'master' of https://github.com/TricksterGuy/vgmstream 2015-07-09 19:41:02 -07:00
Brandon
e213d35911 Better reformatting of code 2015-07-09 19:40:42 -07:00
Brandon
db32b38f4c Remove EXPORT Macro, ran code through a formattter 2015-07-09 19:34:00 -07:00
Chris Moeller
6e4be8dafd Merge pull request #20 from soneek/master
Update to fix PCM16 decoding in BCSTM and BFSTM
2015-07-07 21:23:16 -07:00
Joseph Gibbs
9600e5f7d1 Fix typo 2015-07-07 15:54:23 -07:00
Joseph Gibbs
50bf81d269 Updated reading of sections for bcstm and bfstm. Fixed start offset for PCM16 b(c/f)stms 2015-07-07 15:46:08 -07:00
Chris Moeller
b365337aef Merge pull request #19 from snakemeat/master
Add new ADX key.
2015-07-06 20:51:28 -07:00
smt
e101fc8dc8 Add new ADX key. 2015-07-06 09:06:41 -07:00
Chris Moeller
5e18b99484 Merge pull request #18 from TricksterGuy/master
Update audacious plugin for audacious 3.6
2015-06-22 17:14:35 -07:00