Commit Graph

63 Commits

Author SHA1 Message Date
bnnm
8097e772f4 Export loop_start/loop_end for foobar's playlist 2024-03-31 16:21:55 +02:00
bnnm
a7dab77b77 Fix foobar .txtp to .ogg issues in rare cases 2023-08-19 23:35:28 +02:00
bnnm
eadaf21bde internal cleanup (move files) 2023-05-14 20:17:51 +02:00
bnnm
48aedeee4e Add foo_input_vgmstream x64 SDK + automated build 2023-02-12 00:10:49 +01:00
NicknineTheEagle
b081312831 Migrate to VS 2019 and foobar2000 2022-01-04 SDK 2022-05-01 21:47:58 +03:00
NicknineTheEagle
d826616983 Fixed a loop flag bug in foobar metadata 2022-04-29 22:30:44 +03:00
bnnm
adc7fe23a2 Fix companion files in foobar 7z/zip archives 2021-12-31 17:44:54 +01:00
bnnm
d351710887 cli/audacious/foobar: print logs 2021-08-26 18:43:17 +02:00
bnnm
4d582b09de plugin: unify version format 2021-08-15 19:24:48 +02:00
bnnm
2084b22564 build: remove some conditional includes 2021-08-12 00:09:33 +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
01eaab1f01 Unity plugin titles and improve TXTP handling 2020-11-02 01:07:39 +01:00
bnnm
6345c3e6ea Fix foobar not disabling loop forever when needed 2020-08-05 21:17:34 +02:00
bnnm
30eef7ed43 Minor renames 2020-07-30 23:50:56 +02:00
bnnm
df0755104b Use internal plugin settings and seeking in foobar 2020-07-29 19:41:17 +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
7a38dabe0a Accept ALBUMARTIST in !tags.m3u for foobar 2019-11-28 23:24:06 +01:00
bnnm
acbc483109 Add options in foobar/winamp to allow any extension 2019-09-30 00:56:29 +02:00
bnnm
a30e28cb94 Fix TXTP 'ignore fade' not working properly in winamp/foobar 2019-09-26 00:13:29 +02:00
bnnm
01269554c5 Fix foobar leak 2019-09-21 13:29:12 +02:00
bnnm
7858cec330 Allow virtual .txtp in playlists (foobar/winamp/cli) for config/tagging
Makes plugins' STREAMFILEs not throw an error on non-existing .txtp
(normally written inside .m3u) treating it like a command/url-ish name.

This lets the TXTP parser to try to opening the virtual file with
commands, as 0-size TXTP with a formatted name is valid, like
"file.adx#l 1.0.txtp" ("play file.adx with 1 loop"), to allow quick
per-file config.
2019-09-15 15:47:41 +02:00
bnnm
8739631792 Enable TXTP mixing 2019-03-24 01:21:09 +01:00
bnnm
d3fc30d408 Add mixing code for foobar and fix loop counts during seek 2019-03-23 22:50:15 +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
92c2c80f5b Tweak tags API 2019-03-04 22:50:05 +01:00
bnnm
c3a44ddd17 Accept replaygain_* in !tags.m3u for foobar 2019-03-04 00:05:56 +01:00
bnnm
d9296c6693 Add multichannel layout for OGG/MP4/WEM/FFmpeg and use in foobar 2019-03-02 15:57:41 +01:00
bnnm
ba0345ceb6 Show loop info even when disabling loops in plugin's config 2019-02-15 23:46:21 +01:00
bnnm
aa337875b7 Fix foobar infinite loop when seeking after max length in some cases 2019-02-10 17:57:34 +01:00
bnnm
46290fe16f Adjust subsong title description and show for TXTP subsongs 2019-02-10 02:54:16 +01:00
Christopher Snowhill
401eb1263d
Fix a crash bug when retrieving info...
...from invalid subsongs, which would otherwise cause a null pointer dereference
2018-12-17 02:00:01 -08:00
bnnm
95534a6886 Adjust foobar comment 2018-11-04 17:30:04 +01:00
bnnm
8438a83cec Set foobar's 'encoding' info to 'lossy/lossless' for fun
vgmstream files are both in a way, plus we really could decode
flac/wav/etc too
2018-11-04 00:41:39 +01:00
bnnm
a81cb6ef5f Add option to disable default TITLE in foobar to allow custom formatting
Exports STREAM_NUMBER/STREAM_COUNT/STREAM_NAME as tags for that config
2018-11-04 00:36:28 +01:00
bnnm
88ae24e83c Remove unnecessary Doom .mus kludge
Those files are ignored by vgmstream (id 0x4D55531A) and play fine in
foobar
2018-11-03 23:04:05 +01:00
bnnm
e5cea34d45 Add text/playlist tags in foobar 2018-11-03 22:58:59 +01:00
bnnm
ea88c85304 Apply TXTP looping/time config in foobar/winamp/test 2018-09-08 01:22:49 +02:00
bnnm
e208e0c0ec Fix plugins sometimes not showing proper time with looping disabled
Also make sure loops are disabled properly, and remove loop_target refs
in foobar, since it's not set automatically anymore.
2018-08-19 09:45:40 +02:00
bnnm
4b621a455f Fix missing end samples in foobar 2018-07-15 01:15:08 +02:00
bnnm
fa26e72af1 Add vgmstream version in foobar's file properties
Can be used to check if vgmstream is *really* playing a file
2018-06-30 17:59:02 +02:00
Shawn Presser
e91703fe6a If a file has no extension, try to play it anyway
This allows fb2k to play Last Of Us (PS3) speech files, which have no
file extension.
2018-06-21 22:53:19 -05:00
bnnm
eebc83a0c8 Add simple channel downmixer to play >8ch files 2018-04-29 23:31:52 +02:00
bnnm
6a12dba228 Fix trying to split single files that are subsongs (for .txtp)
Detects and marks those with a flag and tells foobar they only have 1
subsong, as otherwise foobar tries to unpack those.
2018-04-15 00:54:46 +02:00
bnnm
5d9c5c4ff7 Adjust interleave last block description 2018-03-24 19:30:35 +01:00
bnnm
85c604a1cd Change foobar's "lossless" to "lossy" as people seem confused by it 2018-03-11 21:13:50 +01:00
Christopher Snowhill
cc2944e4f0 Update project files, and update foobar2000 component. 2017-12-30 19:15:34 -08:00
bnnm
d0be7e0c36 Minor tweaks/comments/renames/etc 2017-11-25 00:43:18 +01:00
bnnm
82b1f235de Remove/simplify formats.h and move to vgmstream.h for simpler API 2017-11-10 20:26:44 +01:00
Christopher Snowhill
165cda2287 Minor pedantic fixup. 2017-09-16 20:51:07 -07:00
bnnm
86b7b45c89 Minor rename 2017-08-19 15:59:29 +02:00