vgmstream/src/meta
2008-07-12 15:20:39 +00:00
..
adx_header.c Make closing a VGMSTREAM with duplicate STREAMFILEs safe 2008-05-20 20:19:46 +00:00
afc_header.c add AIFF support (8 and 16 bit) and theoretically looping, if the Instrument chunk would only cooperate 2008-07-01 16:11:59 +00:00
agsc.c Changed STREAMFILE to be an abstract structure with function pointers for file operations. These changes have been done to support the audacious plugin which will use audacious-VFS I/O instead of stdio. The winamp plugin uses stdio, and has been tested and is working. 2008-05-20 15:18:38 +00:00
ahx.c support for mpeg audio in genh 2008-07-06 15:33:38 +00:00
aifc.c check for zero loop points is useless 2008-07-02 21:44:23 +00:00
ast.c Changed STREAMFILE to be an abstract structure with function pointers for file operations. These changes have been done to support the audacious plugin which will use audacious-VFS I/O instead of stdio. The winamp plugin uses stdio, and has been tested and is working. 2008-05-20 15:18:38 +00:00
brstm.c Changed STREAMFILE to be an abstract structure with function pointers for file operations. These changes have been done to support the audacious plugin which will use audacious-VFS I/O instead of stdio. The winamp plugin uses stdio, and has been tested and is working. 2008-05-20 15:18:38 +00:00
Cstr.c Changed STREAMFILE to be an abstract structure with function pointers for file operations. These changes have been done to support the audacious plugin which will use audacious-VFS I/O instead of stdio. The winamp plugin uses stdio, and has been tested and is working. 2008-05-20 15:18:38 +00:00
ea_header.c fix ea psx coding 2008-07-03 19:09:53 +00:00
gcsw.c Changed STREAMFILE to be an abstract structure with function pointers for file operations. These changes have been done to support the audacious plugin which will use audacious-VFS I/O instead of stdio. The winamp plugin uses stdio, and has been tested and is working. 2008-05-20 15:18:38 +00:00
genh.c fix mpeg loop (I think) and disable gapless playback in mpg123 so it doesn't throw out samples 2008-07-10 14:37:09 +00:00
halpst.c Make closing a VGMSTREAM with duplicate STREAMFILEs safe 2008-05-20 20:19:46 +00:00
ivb.c .ivb 2008-07-06 08:59:14 +00:00
Makefile.unix.am Add some new metadata formats (rws,hgC1,xss,sl3,aus) from Ronny Elfert (manakoAT), add him to the license, change license file to COPYING 2008-07-12 15:20:39 +00:00
meta.h Add some new metadata formats (rws,hgC1,xss,sl3,aus) from Ronny Elfert (manakoAT), add him to the license, change license file to COPYING 2008-07-12 15:20:39 +00:00
nds_strm.c Changed STREAMFILE to be an abstract structure with function pointers for file operations. These changes have been done to support the audacious plugin which will use audacious-VFS I/O instead of stdio. The winamp plugin uses stdio, and has been tested and is working. 2008-05-20 15:18:38 +00:00
ngc_adpdtk.c Make closing a VGMSTREAM with duplicate STREAMFILEs safe 2008-05-20 20:19:46 +00:00
ngc_caf.c add new files to src/Makefile, fix some warnings 2008-06-08 02:03:05 +00:00
ngc_dsp_std.c git-svn-id: https://vgmstream.svn.sourceforge.net/svnroot/vgmstream@290 51a99a44-fe44-0410-b1ba-c3e57ba2b86b 2008-07-06 11:24:14 +00:00
nwa.c Add get_realname() to streamfile, so that we can get the plain name of the file even if the file names handled by the streamfile are encoded somehow. Needed for nwa. 2008-07-11 08:29:04 +00:00
ogg_vorbis_file.c now that we are searching for two classes of tags we can't abort after finding one 2008-07-09 21:15:05 +00:00
pos.c close the streamfile we had passed on to the wav initer 2008-07-06 19:44:18 +00:00
ps2_ads.c add support for VPK + various fix on VAG + ADS 2008-06-07 21:11:33 +00:00
ps2_aus.c Add some new metadata formats (rws,hgC1,xss,sl3,aus) from Ronny Elfert (manakoAT), add him to the license, change license file to COPYING 2008-07-12 15:20:39 +00:00
ps2_bmdx.c Experimental mutant psx codec 2008-06-25 20:39:15 +00:00
ps2_exst.c Changed STREAMFILE to be an abstract structure with function pointers for file operations. These changes have been done to support the audacious plugin which will use audacious-VFS I/O instead of stdio. The winamp plugin uses stdio, and has been tested and is working. 2008-05-20 15:18:38 +00:00
ps2_hgc1.c Add some new metadata formats (rws,hgC1,xss,sl3,aus) from Ronny Elfert (manakoAT), add him to the license, change license file to COPYING 2008-07-12 15:20:39 +00:00
ps2_ild.c Adding ILD Support 2008-05-21 21:26:52 +00:00
ps2_int.c add support for WP2 (4 channels INT File) 2008-05-24 20:22:54 +00:00
ps2_mib.c adding CFN support + misc fixes 2008-06-03 18:41:26 +00:00
ps2_mic.c Changed STREAMFILE to be an abstract structure with function pointers for file operations. These changes have been done to support the audacious plugin which will use audacious-VFS I/O instead of stdio. The winamp plugin uses stdio, and has been tested and is working. 2008-05-20 15:18:38 +00:00
ps2_npsf.c Changed STREAMFILE to be an abstract structure with function pointers for file operations. These changes have been done to support the audacious plugin which will use audacious-VFS I/O instead of stdio. The winamp plugin uses stdio, and has been tested and is working. 2008-05-20 15:18:38 +00:00
ps2_pnb.c add PS2_PNB for PsychoNauts Bgm Files 2008-05-22 19:08:49 +00:00
ps2_rws.c Add some new metadata formats (rws,hgC1,xss,sl3,aus) from Ronny Elfert (manakoAT), add him to the license, change license file to COPYING 2008-07-12 15:20:39 +00:00
ps2_rxw.c Changed STREAMFILE to be an abstract structure with function pointers for file operations. These changes have been done to support the audacious plugin which will use audacious-VFS I/O instead of stdio. The winamp plugin uses stdio, and has been tested and is working. 2008-05-20 15:18:38 +00:00
ps2_sl3.c Add some new metadata formats (rws,hgC1,xss,sl3,aus) from Ronny Elfert (manakoAT), add him to the license, change license file to COPYING 2008-07-12 15:20:39 +00:00
ps2_str.c adding CFN support + misc fixes 2008-06-03 18:41:26 +00:00
ps2_svag.c Changed STREAMFILE to be an abstract structure with function pointers for file operations. These changes have been done to support the audacious plugin which will use audacious-VFS I/O instead of stdio. The winamp plugin uses stdio, and has been tested and is working. 2008-05-20 15:18:38 +00:00
ps2_vag.c add support for VPK + various fix on VAG + ADS 2008-06-07 21:11:33 +00:00
ps2_vpk.c add support for VPK + various fix on VAG + ADS 2008-06-07 21:11:33 +00:00
psx_cdxa.c adding CFN support + misc fixes 2008-06-03 18:41:26 +00:00
psx_gms.c Changed STREAMFILE to be an abstract structure with function pointers for file operations. These changes have been done to support the audacious plugin which will use audacious-VFS I/O instead of stdio. The winamp plugin uses stdio, and has been tested and is working. 2008-05-20 15:18:38 +00:00
raw.c Make closing a VGMSTREAM with duplicate STREAMFILEs safe 2008-05-20 20:19:46 +00:00
riff.c stray printf 2008-07-08 13:57:57 +00:00
rs03.c Changed STREAMFILE to be an abstract structure with function pointers for file operations. These changes have been done to support the audacious plugin which will use audacious-VFS I/O instead of stdio. The winamp plugin uses stdio, and has been tested and is working. 2008-05-20 15:18:38 +00:00
rsf.c Changed STREAMFILE to be an abstract structure with function pointers for file operations. These changes have been done to support the audacious plugin which will use audacious-VFS I/O instead of stdio. The winamp plugin uses stdio, and has been tested and is working. 2008-05-20 15:18:38 +00:00
rwsd.c Changed STREAMFILE to be an abstract structure with function pointers for file operations. These changes have been done to support the audacious plugin which will use audacious-VFS I/O instead of stdio. The winamp plugin uses stdio, and has been tested and is working. 2008-05-20 15:18:38 +00:00
str_snds.c alternate sample count calculation for .strs with larger CTRL block... 2008-07-03 19:26:53 +00:00
svs.c I have reason to believe that the looping should be more like this, though it does throw certain tracks (03.SVS) off. 2008-07-07 15:20:29 +00:00
ws_aud.c starting support for WS ADPCM, decoder not in place but layout is handled properly 2008-07-03 21:21:01 +00:00
xbox_wavm.c Add xbox ima genh support. 2008-06-10 01:20:54 +00:00
xbox_xwav.c Add xbox ima genh support. 2008-06-10 01:20:54 +00:00
xss.c Add some new metadata formats (rws,hgC1,xss,sl3,aus) from Ronny Elfert (manakoAT), add him to the license, change license file to COPYING 2008-07-12 15:20:39 +00:00