Commit Graph

59 Commits

Author SHA1 Message Date
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
4340396a5c cli: try to write all subsongs even if some fail 2021-08-07 12:34:40 +02:00
bnnm
0fcf134cfd cleanup: remove getopt repeats 2021-07-29 23:21:59 +02:00
bnnm
bbc55c2036 Add CLI option to write multiple subsongs 2021-07-08 22:12:35 +02:00
bnnm
bafd973329 CLI cleanup 2021-06-17 22:54:33 +02:00
bnnm
4605bcaedf Fix some CLI result code issues 2021-05-17 00:59:22 +02:00
bnnm
93a7c0d21e Allow multiple files in CLI 2021-05-09 23:27:10 +02:00
NicknineTheEagle
54933050cb Ship pre-compiled jansson library 2020-11-16 02:12:58 +03:00
bnnm
01eaab1f01 Unity plugin titles and improve TXTP handling 2020-11-02 01:07:39 +01:00
bnnm
76f8a3973a Add CLI "-k -2" for loop testing 2020-10-12 23:30:39 +02:00
Kevin López Brante
8e04679fa9 Added common extensions to JSON version dump 2020-09-29 04:17:03 -03:00
Kevin López Brante
9e92ee1acf Tweaked JSON format a bit 2020-09-29 04:11:19 -03:00
Kevin López Brante
65bd9a921e Added JSON dumping capabilities to the CLI.
Co-authored-by: kode54@gmail.com <kode54@gmail.com>
2020-09-28 23:10:23 -03:00
Christopher Snowhill
6c9de061f3 Implement skeleton JSON code 2020-09-27 18:07:10 -07:00
bnnm
bc80041925 Add subsongs and !tags.m3u support for Audacious 2020-09-12 15:03:22 +02:00
bnnm
1946823200 Add CLI -D for downmixing testing 2020-08-01 12:25:00 +02:00
bnnm
79944f56c6 Fix CLI wildcards conflicting with paths 2020-07-31 00:02:45 +02:00
bnnm
a63dccc72e Fix CLI -L generating looping .wav with loop end off by +1 2020-07-29 20:55:24 +02:00
bnnm
1aba10efd4 Add CLI -o wildcards ":s" (subsong), ":n" (name), ":f" (infile)
Also validate that output filename isn't the same as input filename
2020-07-29 20:50:49 +02:00
bnnm
1814abd500 cli: add test option for backwards seeking 2020-07-29 19:42:23 +02:00
bnnm
4ec6acb4a6 Add internal simple seeking 2020-07-26 20:15:13 +02:00
bnnm
aeb866fcf7 Adjust check 2020-07-26 11:20:49 +02:00
bnnm
b6e06f1bca Use internal plugin settings in CLI 2020-07-21 19:46:55 +02:00
bnnm
cb38467380 Add TXTP e/L options to alter loop config, tweak priority/consistency 2020-06-21 00:33:21 +02:00
bnnm
bb08f17e3f Tweak test code 2019-12-15 23:26:42 +01:00
bnnm
e06e2f2bb2 Fix uncommon handle leak when opening too many files 2019-11-03 17:55:47 +01:00
bnnm
6e7977772d Tweaks 2019-10-20 23:51:06 +02:00
bnnm
4a338564e6 Minor doc 2019-10-14 00:32:07 +02:00
bnnm
e90e65ae52 Add CLI -O flag for performance testing 2019-10-05 15:02:45 +02:00
bnnm
acbc483109 Add options in foobar/winamp to allow any extension 2019-09-30 00:56:29 +02:00
bnnm
95a50a3168 Minor cleanup 2019-09-29 20:09:28 +02:00
bnnm
29b4f33fa0 Fix TXTP fade time in CLI 2019-04-14 21:38:09 +02:00
bnnm
8739631792 Enable TXTP mixing 2019-03-24 01:21:09 +01:00
bnnm
229f98bae4 Add CLI -k (seek) config for debugging 2019-03-22 00:37:59 +01:00
Christopher Snowhill
a236069775
Merge pull request #370 from CyberBotX/CMake
Add CMake scripts
2019-03-20 22:15:34 -07:00
bnnm
151de6a39c Update mixing code 2019-03-18 00:05:44 +01:00
Naram Qashat
78748393db Add CMake scripts
Needed to change how version.h was included to let it pick up the one from CMake's build location.

NOTE: Does not build with MinGW-w64 currently, does not have a way to build the audacious or XMPlay plugins.
2019-03-17 14:36:55 -04:00
bnnm
bdd695b9f9 Minor cleanup 2019-03-11 14:49:29 +01:00
bnnm
a6e777d120 Update mixing code 2019-03-09 20:50:58 +01:00
bnnm
92c2c80f5b Tweak tags API 2019-03-04 22:50:05 +01:00
bnnm
810435cb68 Show mm:ss in samples info and adjustments 2019-03-03 22:24:29 +01:00
bnnm
c99034cff8 Update mixing code 2019-02-25 00:38:35 +01:00
bnnm
111c4dd97c Change some sample to sample_t 2019-02-23 02:54:23 +01:00
bnnm
ac4aae7fce Tweak CLI shadowing 2019-02-18 00:53:08 +01:00
bnnm
fa4e56a6b1 Prepare parts for mixing 2019-02-17 20:28:27 +01:00
John Regan
b781d01aa1 vgmstream-cli: prevent segfault when printing metadata 2018-11-29 23:22:30 +00:00
bnnm
151ea81128 Add text/playlist tags in test 2018-11-03 19:29:45 +01:00
Christopher Snowhill
fd7208422d
Update vgmstream_cli.c
Fix formatting.
2018-10-09 15:41:43 -07:00
style_of_2001
107f9a658e Add konami / sony VA3 support (fix crash in cli :P) 2018-10-09 09:53:10 -05:00
bnnm
ea88c85304 Apply TXTP looping/time config in foobar/winamp/test 2018-09-08 01:22:49 +02:00