vgmstream/src/coding
2020-12-19 12:55:19 +01:00
..
acm_decoder_decode.c Update libacm to 1.2 and add .WAVC sfx 2018-09-04 22:42:21 +02:00
acm_decoder_libacm.h Update libacm to 1.2 and add .WAVC sfx 2018-09-04 22:42:21 +02:00
acm_decoder_util.c Update libacm to 1.2 and add .WAVC sfx 2018-09-04 22:42:21 +02:00
acm_decoder.c Cleanup 2020-07-18 00:27:53 +02:00
adx_decoder.c Fix EOF frame in early ADX [Baroque (SAT)] 2020-08-03 23:17:20 +02:00
asf_decoder.c Add Argonaut ASF to TXTH [Croc (SAT)] 2020-04-04 22:24:07 +02:00
at3plus_decoder.c Codec internal cleanup and moved out of vgmstream.h 2020-07-16 21:43:01 +02:00
atrac9_decoder.c Cleanup 2020-07-17 22:35:32 +02:00
celt_fsb_decoder.c CRLF to LF 2020-07-17 22:35:59 +02:00
circus_decoder_lib_data.h Add .xpcm VQ + LZ/deflate codec [Eternal Fantasy (PC)] 2020-03-07 23:14:56 +01:00
circus_decoder_lib.c Fix Circus VQ filtering in some files 2020-03-08 00:34:20 +01:00
circus_decoder_lib.h Add .xpcm VQ + LZ/deflate codec [Eternal Fantasy (PC)] 2020-03-07 23:14:56 +01:00
circus_decoder_lzxpcm.h Add .xpcm VQ + LZ/deflate codec [Eternal Fantasy (PC)] 2020-03-07 23:14:56 +01:00
circus_decoder_miniz.c Add .xpcm VQ + LZ/deflate codec [Eternal Fantasy (PC)] 2020-03-07 23:14:56 +01:00
circus_decoder_miniz.h Add .xpcm VQ + LZ/deflate codec [Eternal Fantasy (PC)] 2020-03-07 23:14:56 +01:00
circus_decoder.c Add .xpcm VQ + LZ/deflate codec [Eternal Fantasy (PC)] 2020-03-07 23:14:56 +01:00
coding_utils.c Remove old bitreader code 2020-07-31 16:54:30 +02:00
coding.h Add .nxa looping + Fixed Opus [Gensou Rougoku no Kaleidoscope (Switch)] 2020-12-19 12:54:14 +01:00
derf_decoder.c Add DERF DPCM decoder [Stupid Invaders (PC)] 2018-09-06 17:45:34 +02:00
dsa_decoder.c Improve AFC/DTK/FADPCM/PROCYON/LSF/ASF/DSF/XMD/MTAF/MTA2 performance 2019-11-02 16:10:23 +01:00
ea_mt_decoder_utk.h Update EA-MT API a bit 2018-09-09 00:51:35 +02:00
ea_mt_decoder.c Fix EA-MT looping for all cases [SSX3 (PS2)] 2018-09-10 13:18:53 +02:00
ea_xa_decoder.c Minor doc 2020-12-02 02:50:13 +03:00
ea_xas_decoder.c Doc 2020-11-15 22:46:17 +01:00
fadpcm_decoder.c Improve AFC/DTK/FADPCM/PROCYON/LSF/ASF/DSF/XMD/MTAF/MTA2 performance 2019-11-02 16:10:23 +01:00
ffmpeg_decoder_custom_opus.c Add .nxa looping + Fixed Opus [Gensou Rougoku no Kaleidoscope (Switch)] 2020-12-19 12:54:14 +01:00
ffmpeg_decoder_utils.c Minor cleanup/comments 2019-11-03 22:58:33 +01:00
ffmpeg_decoder.c Cleanup 2020-07-17 22:35:32 +02:00
g72x_state.h Minor cleanups (no functionality changes) 2017-01-08 01:09:20 +01:00
g719_decoder.c Codec internal cleanup and moved out of vgmstream.h 2020-07-16 21:43:01 +02:00
g721_decoder.c Fix minor compiler warnings (missing const/static/case defaults/etc) 2017-10-28 01:34:32 +02:00
g7221_decoder_aes.c Misc doc 2020-02-22 20:42:25 +01:00
g7221_decoder_aes.h Add BNSF decryption [The Idolmaster 2 (X360/PS3)] 2020-02-09 10:15:17 +01:00
g7221_decoder_lib_data.h Siren14 cleanup 2020-02-08 12:54:13 +01:00
g7221_decoder_lib.c Improve BNSF key detection 2020-02-22 20:41:17 +01:00
g7221_decoder_lib.h Add BNSF decryption [The Idolmaster 2 (X360/PS3)] 2020-02-09 10:15:17 +01:00
g7221_decoder.c Add BNSF decryption [The Idolmaster 2 (X360/PS3)] 2020-02-09 10:15:17 +01:00
hca_decoder.c Cleanup 2020-07-26 20:15:26 +02:00
ima_decoder.c Split Ubi IMA and Ubi SCE IMA into different codecs 2020-12-06 21:05:13 +03:00
imuse_decoder.c Add LucasArts VIMA + .IMX/IMS [Curse of Monkey Island, Grim Fandango] 2020-05-01 09:15:01 +02:00
l5_555_decoder.c Improve Level 5 0x555 codec performance 2020-07-31 17:13:22 +02:00
lsf_decoder.c Improve AFC/DTK/FADPCM/PROCYON/LSF/ASF/DSF/XMD/MTAF/MTA2 performance 2019-11-02 16:10:23 +01:00
Makefile.autotools.am FFmpeg test 2020-08-01 10:31:00 +02:00
mc3_decoder.c Added MC3 decoder/meta [MX Rider, Spy Hunter, T3] (thanks to daemon1) 2017-04-28 17:26:25 +02:00
mp4_aac_decoder.c Add check when calling free/seek/reset codec 2018-03-10 16:59:00 +01:00
mpeg_bitreader.h Improve EALayer performance a bit by using static bitreader 2020-07-31 16:49:07 +02:00
mpeg_custom_utils_ahx.c Fix CRLF<>LF for some files 2019-11-10 21:26:31 +01:00
mpeg_custom_utils_awc.c CRLF to LF 2020-07-17 19:44:20 +02:00
mpeg_custom_utils_ealayer3.c Fix some EALayer3 [FIFA 2014 World Cup Brazil (PS3)] 2020-12-19 12:55:19 +01:00
mpeg_custom_utils_eamp3.c Fix CRLF<>LF for some files 2019-11-10 21:26:31 +01:00
mpeg_custom_utils.c Fix .MSF sample counts with VBR MP3 [Asura's Wrath (PS3)] 2020-11-06 17:43:29 +01:00
mpeg_decoder.c Cleanup 2020-07-17 22:35:32 +02:00
mpeg_decoder.h CRLF to LF 2020-07-17 19:44:20 +02:00
msadpcm_decoder.c Separate part of vgmstream.c to decode.c and render.c 2020-07-26 18:36:47 +02:00
mta2_decoder.c Improve AFC/DTK/FADPCM/PROCYON/LSF/ASF/DSF/XMD/MTAF/MTA2 performance 2019-11-02 16:10:23 +01:00
mtaf_decoder.c Improve AFC/DTK/FADPCM/PROCYON/LSF/ASF/DSF/XMD/MTAF/MTA2 performance 2019-11-02 16:10:23 +01:00
nds_procyon_decoder.c Improve AFC/DTK/FADPCM/PROCYON/LSF/ASF/DSF/XMD/MTAF/MTA2 performance 2019-11-02 16:10:23 +01:00
ngc_afc_decoder.c Fix AFC in AST 2019-11-16 22:32:19 +01:00
ngc_dsp_decoder.c Improve performance of ADX/XA/PSX/HEVAG/DSP decoders 2019-10-05 15:10:40 +02:00
ngc_dtk_decoder.c Improve AFC/DTK/FADPCM/PROCYON/LSF/ASF/DSF/XMD/MTAF/MTA2 performance 2019-11-02 16:10:23 +01:00
nwa_decoder.c Cleanup 2020-07-18 00:27:53 +02:00
nwa_decoder.h NWA cleanup and improve performance 2020-07-17 19:15:35 +02:00
ogg_vorbis_decoder.c Cleanup 2020-07-17 22:35:32 +02:00
oki_decoder.c Doc 2020-12-05 19:25:12 +01:00
pcm_decoder.c Improve streamfile float reading 2019-11-02 20:12:12 +01:00
psv_decoder.c Better decode for PSX & PSV ADPCM 2020-03-02 17:28:56 +03:00
psx_decoder.c Revert changes for extended mode in SPU-ADPCM 2020-03-04 01:53:56 +03:00
ptadpcm_decoder.c Fix PTADPCM missing samples 2020-08-05 00:16:35 +02:00
relic_decoder_mixfft.c Add .fda Relic Codec AIFC [Homeworld 2 (PC)] 2019-12-27 01:29:56 +01:00
relic_decoder.c Fix compiler whining 2020-04-19 00:40:31 +02:00
sassc_decoder.c Rename decode_SASSC to lowercase for consistency 2018-09-02 21:11:15 +02:00
sdx2_decoder.c Minor cleanup 2019-08-12 20:13:53 +02:00
tgcadpcm_decoder.c Use adpcm_history1_32 for consistency 2020-08-16 22:57:38 +10:00
ubi_adpcm_decoder.c Tweak Ubi ADPCM codes and accept 6-bit stereo from XIII (PC) 2019-09-08 20:23:06 +02:00
vadpcm_decoder.c Fix stereo VADPCM 2020-11-01 15:28:04 +01:00
vorbis_bitreader.h Fix infinite loop with bad data in Wwise Vorbis 2020-08-22 13:40:49 +02:00
vorbis_custom_data_fsb.h Rename Vorbis files and cleanup 2017-07-28 23:43:49 +02:00
vorbis_custom_data_wwise.h Rename Vorbis files and cleanup 2017-07-28 23:43:49 +02:00
vorbis_custom_decoder.c Add .awc with Vorbis in sfx mode [Red Dead Redemption 2 (PC)] 2020-12-09 21:19:24 +01:00
vorbis_custom_decoder.h Add .awc with Vorbis in sfx mode [Red Dead Redemption 2 (PC)] 2020-12-09 21:19:24 +01:00
vorbis_custom_utils_awc.c Add .awc with Vorbis in sfx mode [Red Dead Redemption 2 (PC)] 2020-12-09 21:19:24 +01:00
vorbis_custom_utils_fsb.c Cleanup 2020-07-31 16:44:19 +02:00
vorbis_custom_utils_ogl.c Cleanup 2020-07-31 16:44:19 +02:00
vorbis_custom_utils_sk.c Cleanup 2020-07-31 16:44:19 +02:00
vorbis_custom_utils_vid1.c Use newer bitreader 2020-07-31 16:44:45 +02:00
vorbis_custom_utils_wwise.c Fix infinite loop with bad data in Wwise Vorbis 2020-08-22 13:40:49 +02:00
wady_decoder.c Add .way bgm decoder/meta [Eien no Owari ni (PC)] 2020-10-11 00:01:11 +02:00
ws_decoder.c working WS decoder 2008-07-04 00:06:51 +00:00
xa_decoder.c Add raw interleaved XA subsong handling 2019-10-27 23:50:48 +01:00
xmd_decoder.c Improve AFC/DTK/FADPCM/PROCYON/LSF/ASF/DSF/XMD/MTAF/MTA2 performance 2019-11-02 16:10:23 +01:00
yamaha_decoder.c Fix multichannel/variable frame ASKA ADPCM [Resonance of Fate (PC)] 2020-10-17 19:00:33 +02:00