Commit Graph

172 Commits

Author SHA1 Message Date
NicknineTheEagle
b081312831 Migrate to VS 2019 and foobar2000 2022-01-04 SDK 2022-05-01 21:47:58 +03:00
KatieFrogs
38a922a047 Add -2 flag to vgmstream123
Copies vgmstream-cli's -2 flag that outputs the Nth set of stereo channels to vgmstream123
Virtual txtp could already be used, but executable flags are often easier to remember
2022-04-14 15:16:10 +03:00
bnnm
4b4e0ca4d1 CLI: message tweak 2022-04-09 14:58:04 +02:00
bnnm
85745d77c3 Tweaks 2022-02-13 21:18:48 +01:00
bnnm
4e79416764 txtp_dumper: ignore pre-created txtp 2022-01-30 13:33:52 +01:00
bnnm
72e66dbe8a cli: tweak for STREAMFILE logging 2022-01-08 21:05:11 +01:00
bnnm
21f6696354 txtp-maker: rename dupes by default, cut longnames 2021-12-31 16:11:22 +01:00
bnnm
bc68cccc63 vgmstream123: extra subsong options and info 2021-11-30 20:38:46 +01:00
KatieFrogs
55338ccb96 Cli: Json output fixes 2021-11-04 13:56:45 +03:00
KatieFrogs
21af22ac2b Fix jansson not building 2021-10-25 11:03:15 +03:00
KatieFrogs
493c12916c Cmake: Build mpg123 and jansson for wasm target 2021-10-25 10:06:59 +03:00
bnnm
656c70e67b cleanup 2021-10-24 10:28:48 +02:00
bnnm
cfb8309f96 cli: load default name for -t 2021-10-23 13:02:34 +02:00
bnnm
c1b15adc15 vrts: fix total counts 2021-10-23 13:00:32 +02:00
bnnm
c9b9161d0d txtp-maker: improve repeat renaming 2021-10-23 13:00:10 +02:00
KatieFrogs
e51ad8890a V123: Quit when pressing Q 2021-10-18 07:06:21 +03:00
bnnm
e1ec116157 v123: fix negative remaining time with -c 2021-10-15 15:21:05 +02:00
bnnm
d864d0ce45 vgmstream123: make options closer to CLI's 2021-10-10 13:31:28 +02:00
bnnm
472141b1a8 txtp_segmenter: add names with regex 2021-10-10 11:24:03 +02:00
bnnm
d71bbc16be vrts: fix paths with & ! % 2021-10-10 11:23:15 +02:00
bnnm
aab1c498a5 txtp_dumper: fix empty lists exception 2021-10-08 22:24:13 +02:00
bnnm
fcc0461420 CLI: print -h to stdout, parse tweaks 2021-10-01 00:03:48 +02:00
bnnm
bb01c776ac misc fixes 2021-09-26 19:34:12 +02:00
bnnm
e9bfcd29c8 cli: tweaks for emscripten 2021-09-26 19:31:43 +02:00
bnnm
6405113c82 txtp_maker: extra subsong/renaming options 2021-09-19 23:40:31 +02:00
LoveEevee
81ebcddd7b Cmake: Refactor dependency fetching
- Build maiatrac3plus on targets without ffmpeg
2021-09-19 08:46:47 +03:00
LoveEevee
854896cf34 Set default cmake flags for emscripten, support atrac9 2021-09-13 00:17:00 +03:00
LoveEevee
f82bcb5e4b Fail instead of segfault 2021-08-30 12:30:24 +03:00
LoveEevee
a9c398e8c8 Static link more libraries 2021-08-30 07:52:15 +03:00
bnnm
75fac71f7a cmake: unify CLI name 2021-08-27 00:24:26 +02:00
bnnm
d351710887 cli/audacious/foobar: print logs 2021-08-26 18:43:17 +02:00
bnnm
2eb4f91075 Fix CLI smpl chunk with subsongs 2021-08-22 13:14:47 +02:00
bnnm
4d582b09de plugin: unify version format 2021-08-15 19:24:48 +02:00
bnnm
2fbbe32386 builds: fix makefile version issues and cleanup 2021-08-15 19:15:56 +02:00
bnnm
7116ad4071 makefiles: include tweaks 2021-08-14 17:22:47 +02:00
bnnm
ec18e44a54 msvc: remove libvgmstream-only flags and includes 2021-08-14 12:27:47 +02:00
bnnm
bb445efea1 cleanup: minor compiler warnings, etc 2021-08-13 23:53:27 +02:00
bnnm
2084b22564 build: remove some conditional includes 2021-08-12 00:09:33 +02:00
bnnm
c2428c8faa vs: remove faac includes for now 2021-08-12 00:05:30 +02:00
bnnm
e70cc00fac makefiles: fixes to build with external libs 2021-08-10 23:54:04 +02:00
bnnm
0b14f9a446 builds: modify how version.h is used to fix issues
- version.h is now static (should increase on new releases)
- if compiler flag is passed, will try to use version_auto.h (autogen)
(auto only on compiler flag to avoid include'ing a non-existant file)
- avoid clobbered version.h as may force recompiles
2021-08-10 23:51:48 +02:00
NicknineTheEagle
c85579f6a4 Fixups to VS project files 2021-08-10 05:50:20 +03:00
bnnm
38ace8cf7e cmake: version generation fixes and some tweaks 2021-08-08 18:37:52 +02:00
bnnm
25b95c61ae builds: clean version makers a bit 2021-08-08 14:00:58 +02:00
bnnm
e6a8b2c3f5 cleanup 2021-08-08 13:31:39 +02:00
bnnm
d12f137470 Remove unused .vcproj (use CMake if needed) 2021-08-08 09:50:58 +02:00
bnnm
d4e697fdbe builds: missing 2021-08-07 20:50:13 +02:00
bnnm
52f04eef82 build: VERSION fixes
- rename to VERSION to VGMSTREAM_VERSION to avoid some clashes
- improve git-less builds
2021-08-07 20:41:50 +02:00
bnnm
2b7455b87c txtp-dumper: allow set filenames, ignore BOM 2021-08-07 12:36:24 +02:00
bnnm
4340396a5c cli: try to write all subsongs even if some fail 2021-08-07 12:34:40 +02:00