Commit Graph

189 Commits

Author SHA1 Message Date
bnnm
ea5ac66706 vs: move common config to .props and simplify 2023-02-08 21:06:35 +01:00
bnnm
0e0a871fcd txtp_maker: output name tweak 2023-02-05 22:23:51 +01:00
bnnm
79d95cb0ef vrts: improve performance 2023-01-29 22:55:44 +01:00
KatieFrogs
2e3694e102 CMake: Add stripping
- Strips binaries on gcc/clang
  - Affects Linux binary size: from 14.2mb to 6.1mb for static, and from 3.1mb to 2.6mb for shared
  - Does not affect wasm binary size
- Fix building static linux binaries on Ubuntu 22.10 by renaming a few functions in libcelt that clash with system libopus
- Fix building wasm binaries on systems with Vulkan installed
2023-01-24 17:15:20 +01:00
bnnm
37e20a3ee1 vrts: tweaks 2023-01-17 18:12:08 +01:00
bnnm
16ecf5552c remove unused stack_alloc.h
- see xiph's projects if needed again
2023-01-17 18:11:11 +01:00
bnnm
fd7470fcd1 build: vcxproj cleanup 2023-01-15 22:40:24 +01:00
bnnm
6e25349246 builds: remove useless target in vcxprojs 2023-01-15 21:21:40 +01:00
bnnm
35fcbf2201 build: x64 stuff for makefiles 2023-01-15 21:10:44 +01:00
bnnm
757710e888 move libspeex with other DLLs
- also to libspeex-1.dll for consistency with other autoconf DLLs
2023-01-15 19:13:33 +01:00
bnnm
1c6a9f1072 rename test.exe to vgmstream-cli.exe
- for consistency, plus since users may have to deal with new DLLs better do this now
2023-01-15 18:24:41 +01:00
bnnm
63b96bc53c redo vrts.bat as vrts.py
- portable and easier to modify
- better colored output
- uses fuzzy matching for +-1 PCM samples
2023-01-15 17:41:58 +01:00
bnnm
20902d7409 cleanup 2022-10-09 20:29:59 +02:00
bnnm
6d43e90332 Cleanup/doc 2022-08-14 12:24:10 +02:00
bnnm
4045ad7a49 txtp_segmenter: add inline command 2022-08-06 20:51:54 +02:00
NicknineTheEagle
42353fc425 VS project fixups 2022-08-04 09:30:41 +03:00
bnnm
24abeef7c9 txtp_maker: fix subsongs with unicode 2022-07-23 14:46:48 +02:00
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