vgmstream/src/meta
fastelbja 183089bfcb fix ea psx coding
git-svn-id: https://vgmstream.svn.sourceforge.net/svnroot/vgmstream@278 51a99a44-fe44-0410-b1ba-c3e57ba2b86b
2008-07-03 19:09:53 +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
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 add DVI as an AIFF-C and GENH coding 2008-07-02 01:41:20 +00:00
halpst.c Make closing a VGMSTREAM with duplicate STREAMFILEs safe 2008-05-20 20:19:46 +00:00
Makefile.unix.am add preliminary westwood studios aud support 2008-07-03 02:20:52 +00:00
meta.h add preliminary westwood studios aud support 2008-07-03 02:20:52 +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 wsi history inits were out of bounds 2008-06-29 09:11:40 +00:00
ogg_vorbis_file.c add COMMENT=LOOPPOINT= loop finding for ogg 2008-06-30 19:32:12 +00:00
ps2_ads.c add support for VPK + various fix on VAG + ADS 2008-06-07 21:11:33 +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_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_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_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
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 Rename str_ctrl to str_snds, since a CTRL block is not needed. 2008-07-02 13:39:51 +00:00
ws_aud.c add preliminary westwood studios aud support 2008-07-03 02:20:52 +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