bnnm
95239dca62
Fix dependencies dir, again
2018-03-04 01:12:31 +01:00
bnnm
d21793bf22
Add UserMacro to make changing dependencies easier
2018-03-03 20:45:32 +01:00
bnnm
b97fc632be
Fix minor compiler warnings
2018-03-03 19:07:59 +01:00
bnnm
41283a47b0
Add downmix option; update UNICODE (unfinished), cleanup
2018-02-10 17:50:14 +01:00
Christopher Snowhill
03745aa8cc
Disabled MAIATRAC3Plus library and removed its binaries from distribution.
2018-02-06 17:29:51 -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
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
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
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
29fc9386d6
Update Makefiles for ATRAC9, clean and remove .mingw variations
2018-01-07 20:13:20 +01:00
bnnm
6f05777b8e
Add compiler flag to enable Winamp unicode
...
MSVC seems to compile with the UNICODE Windows flag enabled, unlike GCC,
causing some problems when Winamp's unicode is enabled, so until they
are fixed it can be enabled conditionally to build with GCC
2017-11-10 21:01:29 +01:00
bnnm
82b1f235de
Remove/simplify formats.h and move to vgmstream.h for simpler API
2017-11-10 20:26:44 +01:00
bnnm
c3568ffd26
Fix MSVC compiling, remove UNICODE as there may be issues with MSVC
2017-09-30 01:26:44 +02:00
bnnm
02be212c54
Update VS project files for FFmpeg Opus (swresample.dll)
2017-09-24 19:15:24 +02:00
bnnm
c48a7236ca
Update Makefiles for FFmpeg Opus (swresample.dll)
2017-09-24 19:14:19 +02:00
bnnm
82a9198fc5
winamp: Fix old bug when seeking past file
2017-09-17 03:37:18 +02:00
bnnm
1cfb9bfb9d
Enable subsongs for Winamp and add config option to disable them
2017-08-19 11:05:01 +02:00
bnnm
3d90731c2c
Add Winamp subsong handling (disabled)
2017-08-19 10:26:21 +02:00
bnnm
e1a79b68dc
Add unicode support for dual files (via WINAMP_STREAMFILE)
2017-08-13 19:58:28 +02:00
bnnm
24021514ed
plugin cleanup in preparation of future changes
2017-08-12 19:24:18 +02:00
bnnm
a0777c65f0
Unify plugin descriptions
2017-05-01 14:18:33 +02:00
bnnm
0e59e6de4c
Minor Winamp unicode preps
2017-04-30 02:09:35 +02:00
bnnm
3fc6db0414
Update Winamp plugin with the "latest" (2008) SDK defs [unicode preps]
2017-04-28 16:15:32 +02:00
bnnm
2c9acb9cf2
Move version.bat/h to root and use it for all Visual Studio modules
2017-01-15 23:09:37 +01:00
bnnm
95ac35fff9
Update test/winamp VS project files so they are similar to foobar's
2017-01-15 21:12:43 +01:00
bnnm
7e520162a3
FFmpeg: remove ACCURATE_LOOPING flag now it's battle-tested
...
It's fast enough and the older looping code would need to be redone
anyway
2017-01-08 02:54:18 +01:00
bnnm
dce063bb96
Add a single, unified format list; plugins build their own using it
...
To simplify adding new formats, for now it's a simple list and could
improve later. Some missing formats were indirectly added:
- Winamp: aifcl
- foobar: aifcl, b1s, bdsp, ffw, iadp, wb, xag
- XMPlay: many
2017-01-03 13:34:20 +01:00
Christopher Snowhill
afe81ca836
Merge pull request #57 from bnnm/format-fsb4-misc
...
Formats: FSB4, etc
2017-01-02 10:18:32 -08:00
Christopher Snowhill
4b508ef75b
Added .xwm file name extension, which are XMA files.
2017-01-01 21:16:49 -08:00
bnnm
1be0f5f03d
Added external EXTRA_CFLAGS/LDFLAGS
2016-12-27 14:28:52 +01:00
bnnm
aee2aa78f3
Removed .vgms (not .vgmstream), as I feel one hack-extension is enough
2016-12-26 14:04:44 +01:00
bnnm
709d6aae60
Enable FFmpeg by default and use internal FFmpeg DLLs
2016-12-26 13:57:15 +01:00
bnnm
8140800587
Added proper/looped .XMA
2016-12-18 18:12:27 +01:00
bnnm
a212cabac4
Added generic .vgmstream/.vgms passthrough extension
...
Meant to hijack common extensions so they play via vgmstream
(song.mp3.vgmstream)
2016-12-04 20:53:37 +01:00
bnnm
4ad87a0b77
Update FFmpeg path; add flag to disable MPEG
...
Also FFMPEG_ACCURATE_LOOP added until some crash issues with MPEG are
fixed
2016-11-27 16:14:19 +01:00
bnnm
6381858c2f
Added optional FFMPEG support in text.exe/winamp
2016-11-15 00:05:19 +01:00
Chris Moeller
be6437bb45
And add a few missing things.
2016-06-28 00:28:29 -07:00
libertyernie
418d1942d4
Create project files for VS2015
2015-08-30 10:27:27 -05:00
codebase7
f4494770ac
Make output directories for libvgmstream and in_vgmstream VC projects
...
relative to the project directory to allow building them to succeed.
(Not every one has Winamp installed on a H:\ partition.)
2015-05-20 02:23:18 -04:00
Joseph Gibbs
51dfc3339a
Added support for Xenoblade Chronicles 3D adx
2015-05-16 15:30:15 -07:00
Soneek
3826cd0f8e
Add LWAV output option to test, fix so that we need at3plusdecoder.dll, not .def in test and winamp builds
2015-05-11 15:02:21 -07:00
Chris Moeller
3c808a3433
Added bitrate reporting to all of the plugins which should support it
2015-02-08 19:08:40 -08:00
Chris Moeller
1ad884287b
Added G.719 decoding support to BNSF input
2015-01-24 21:08:25 -08:00
Chris Moeller
a4f8a09541
Change the first use of variable length array declarations to use a xiph.org stack_alloc.h header, and define how to use it for MinGW, Unix (-DVAR_ARRAYS) and for MSVC (-DUSE_ALLOCA)
2015-01-21 17:50:27 -08:00
soneek
46f21d977b
Update to build with mingw, added at3plus support to Winamp plugin, Capcom mca, WiiU btsnd, MH3U dspw
2015-01-21 19:28:43 -05:00
Chris Moeller
a562f781a9
Added .NUS3BANK extension to all three plugins
2014-12-13 17:39:30 -08:00
Chris Moeller
bb76ff11b8
Added missing file name extensions
2014-10-19 16:47:04 -07:00
soneek
76062dbbdc
Add Hyrule Warriors G1L
2014-10-19 17:10:31 -04:00
soneek
52d3f06162
First BFSTM support (needs work for 9+ channels), experimental NSMBU bfwav support
2014-10-18 17:54:31 -04:00
Chris Moeller
64bdd4c943
fix missing dependency when built with i586-mingw32msvc-gcc 4.8.2
2014-09-16 16:29:32 -07:00