bnnm
|
ce1b9539fb
|
Add .awckey support
|
2024-01-07 16:47:12 +01:00 |
|
bnnm
|
786a0d699c
|
Fix some .gtd/ged [Gunslinger Stratos (AC)]
|
2024-01-05 17:34:58 +01:00 |
|
bnnm
|
bf218c08b4
|
cleanup: separate functions
move common functions to its own .h so it's clearer where are they used and don't get copied in all headers
|
2023-05-14 21:20:29 +02:00 |
|
bnnm
|
4bc3f1365d
|
cleanup: separate some util.h functions
also avoid include useless functions when possible (faster compiles)
|
2023-05-07 22:34:35 +02:00 |
|
bnnm
|
3c8dc615ab
|
cleanup: fix UB (left shift promotes to int)
|
2021-10-24 10:28:20 +02:00 |
|
bnnm
|
0c1ae8c9af
|
util: type tweak for linux (missing includes)
|
2021-09-20 00:01:57 +02:00 |
|
bnnm
|
43d89a46a1
|
streamfile: minor performance tweaks
|
2021-09-19 23:48:33 +02:00 |
|
bnnm
|
3b0bbb25bf
|
util: fix get_d64 return value
|
2021-09-16 00:13:52 +02:00 |
|
bnnm
|
af6a1e7469
|
utils: fix get_id32 with non-ascii chars
|
2021-09-12 20:02:21 +02:00 |
|
bnnm
|
227ea3db5e
|
util: tweak float readers
|
2021-09-11 13:10:04 +02:00 |
|
bnnm
|
f799aec0ca
|
Add log functions to show errors to users
|
2021-08-26 18:41:03 +02:00 |
|
bnnm
|
64c95f6842
|
Extra helpers
|
2021-01-23 15:49:29 +01:00 |
|
bnnm
|
1852533ce7
|
Add is_id32le helper
|
2021-01-12 15:13:04 +01:00 |
|
bnnm
|
114de803f6
|
Add test utils for idstring checking
|
2020-12-19 12:51:31 +01:00 |
|
bnnm
|
845e6112e1
|
Add put_uXXbe alias
|
2020-07-21 19:46:27 +02:00 |
|
bnnm
|
7592e72bae
|
Make get_xx functions const
|
2020-07-17 19:09:47 +02:00 |
|
bnnm
|
d8beb1e791
|
Fix inverted get_u64xx utils
|
2020-07-16 21:43:18 +02:00 |
|
bnnm
|
8908eba075
|
Don't make round10 inline
|
2020-06-04 23:11:38 +02:00 |
|
bnnm
|
fcc8cddc62
|
Add encrypted NUS3BANK xma [THE iDOLM@STER 2 (X360)]
|
2019-11-26 20:32:49 +01:00 |
|
bnnm
|
a0a6e0d172
|
Add streamfile helpers
|
2019-10-19 11:07:28 +02:00 |
|
bnnm
|
95a50a3168
|
Minor cleanup
|
2019-09-29 20:09:28 +02:00 |
|
bnnm
|
5140cabe2d
|
Misc tweaks
|
2019-09-02 20:48:33 +02:00 |
|
bnnm
|
8ae4ea3000
|
Round .vs/svs pitch values
|
2018-11-03 18:06:39 +01:00 |
|
bnnm
|
1ec9463235
|
Fix VGM_ASSERT_ONCE
|
2018-07-21 20:12:40 +02:00 |
|
bnnm
|
3380451c80
|
Code cleanup (renames, comments, nitpicks)
|
2017-12-06 15:32:52 +01:00 |
|
bnnm
|
5c4351aa86
|
Add VGM_LOG/ASSERT_ONCE macro for useful-but-repetitive error logging
|
2017-11-23 23:46:33 +01:00 |
|
bnnm
|
e1bb468bd5
|
Remove unnecessary check_sample_rate
|
2017-11-23 23:11:11 +01:00 |
|
bnnm
|
ccc8c53146
|
Add FILE log util
|
2017-09-17 03:38:11 +02:00 |
|
bnnm
|
c4a6e6e194
|
Add read_64bitBE/LE for Rockstar AWC
They use it encode 3 values in 64b and save one byte in the process,
whee.
|
2017-08-28 15:11:52 +02:00 |
|
bnnm
|
adb225c180
|
Add EA SNU + EA-XAS decoder + SNS blocks [Dead Space, The Godfather 2]
|
2017-08-20 02:18:48 +02:00 |
|
bnnm
|
bcc60c3b64
|
Added buffer logging debug util
|
2017-02-04 11:06:35 +01:00 |
|
bnnm
|
b99e37f170
|
Moved make_wav_header from util.c to test.c (only used there)
|
2017-01-14 00:10:45 +01:00 |
|
bnnm
|
cc5657f9c9
|
Remove unused concatn_doublenull / concatn_fitting_doublenull
|
2017-01-03 15:02:42 +01:00 |
|
bnnm
|
c042878a1b
|
One more debug util
|
2016-12-29 13:27:10 +01:00 |
|
bnnm
|
0f2627f8da
|
Added VGM_DEBUG_OUTPUT flag to define debug logging utils
|
2016-12-27 14:28:12 +01:00 |
|
bnnm
|
ce040bbb36
|
Added put_8bit for consistency/clarity
|
2016-12-18 12:46:11 +01: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
|
a095da3965
|
safer extension list construction
1016 didn't fix anything (just caused skipping over every other ext). Winamp's issue was fixed in 5.666.
|
2014-02-25 22:14:13 -08:00 |
|
halleyscometsw
|
d993fbb44b
|
do little endian samples proper
git-svn-id: https://vgmstream.svn.sourceforge.net/svnroot/vgmstream@826 51a99a44-fe44-0410-b1ba-c3e57ba2b86b
|
2010-08-31 04:44:04 +00:00 |
|
halleyscometsw
|
9fb52e42f4
|
RedSpark (MadWorld .rsd)
git-svn-id: https://vgmstream.svn.sourceforge.net/svnroot/vgmstream@605 51a99a44-fe44-0410-b1ba-c3e57ba2b86b
|
2009-03-16 15:45:02 +00:00 |
|
halleyscometsw
|
017b6e9e83
|
revert to rev 68
git-svn-id: https://vgmstream.svn.sourceforge.net/svnroot/vgmstream@70 51a99a44-fe44-0410-b1ba-c3e57ba2b86b
|
2008-04-04 01:24:57 +00:00 |
|
unknownfile
|
91dbfd36f8
|
extension list moved to util.c, winamp plugin now loops indefinitely. will want to change later
git-svn-id: https://vgmstream.svn.sourceforge.net/svnroot/vgmstream@69 51a99a44-fe44-0410-b1ba-c3e57ba2b86b
|
2008-04-03 23:50:06 +00:00 |
|
halleyscometsw
|
a560275dfd
|
dynamic building of extension list, for future user choice
git-svn-id: https://vgmstream.svn.sourceforge.net/svnroot/vgmstream@45 51a99a44-fe44-0410-b1ba-c3e57ba2b86b
|
2008-03-11 02:33:52 +00:00 |
|
halleyscometsw
|
9a3db019b2
|
info box for winamp, generate description in a string rather than
printing
git-svn-id: https://vgmstream.svn.sourceforge.net/svnroot/vgmstream@44 51a99a44-fe44-0410-b1ba-c3e57ba2b86b
|
2008-03-11 01:27:59 +00:00 |
|
halleyscometsw
|
8432b18f41
|
test now generates a .wav output
git-svn-id: https://vgmstream.svn.sourceforge.net/svnroot/vgmstream@7 51a99a44-fe44-0410-b1ba-c3e57ba2b86b
|
2008-02-04 10:34:18 +00:00 |
|
halleyscometsw
|
52e1c97bfe
|
nibble functions needed uint parameter or things get sign extended with -O
git-svn-id: https://vgmstream.svn.sourceforge.net/svnroot/vgmstream@6 51a99a44-fe44-0410-b1ba-c3e57ba2b86b
|
2008-02-04 08:57:44 +00:00 |
|
halleyscometsw
|
b3633585e1
|
Inlined some common stuff for speed.
git-svn-id: https://vgmstream.svn.sourceforge.net/svnroot/vgmstream@4 51a99a44-fe44-0410-b1ba-c3e57ba2b86b
|
2008-01-31 22:26:11 +00:00 |
|
halleyscometsw
|
354d29cf92
|
Move things into src/
git-svn-id: https://vgmstream.svn.sourceforge.net/svnroot/vgmstream@2 51a99a44-fe44-0410-b1ba-c3e57ba2b86b
|
2008-01-31 06:09:11 +00:00 |
|