Christopher Snowhill
|
8d72756f45
|
Merge pull request #304 from bnnm/xwma-ffmpeg-lse-sps
xwma ffmpeg lse sps
|
2018-10-07 15:44:35 -07:00 |
|
bnnm
|
fc39012e17
|
Clean Nippon Ichi SPS/NLSD/PPP/DSP
|
2018-10-07 23:59:42 +02:00 |
|
bnnm
|
9e7cdfb9a1
|
Fix XWB buf/size differences
|
2018-10-07 23:28:01 +02:00 |
|
bnnm
|
80aad4f15a
|
Add/fix XWMA start and num samples
|
2018-10-07 23:27:31 +02:00 |
|
Christopher Snowhill
|
27268bcaaf
|
Merge pull request #303 from AnonBaiter/patch-2
new extensions!
|
2018-10-07 13:33:27 -07:00 |
|
RIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIDGE RACERRRRRRRRRRRRRRRRRRRRRRRRRRRRR
|
0caea55067
|
update formats.c with two new extensions
these new extensions being "ADC" and "MVB"
|
2018-10-07 17:03:43 -03:00 |
|
bnnm
|
edd7226ee0
|
Fix EA XMA with actual looping [The Simpsons Game (X360)]
|
2018-10-07 21:18:46 +02:00 |
|
bnnm
|
4e45cbd571
|
Add FFmpeg encoder delay logs
|
2018-10-07 21:16:57 +02:00 |
|
bnnm
|
a63dd9eae0
|
Fix XWMA with buggy bit rates [Saints Row 2 (PC)]
|
2018-10-07 03:26:31 +02:00 |
|
bnnm
|
65aca53cb5
|
Fix some XWB + FFmpeg subsongs
|
2018-10-07 03:26:05 +02:00 |
|
bnnm
|
14ba35b70a
|
Fix missing 1 sample in RIFF loops
|
2018-10-07 02:24:37 +02:00 |
|
bnnm
|
34676bbdc6
|
Prepare XMA adjusted loops
|
2018-10-07 02:23:05 +02:00 |
|
bnnm
|
9f6c1c4da2
|
Fix rare FFmpeg codecs decoding more samples after data EOF, cleanup
|
2018-10-06 22:39:34 +02:00 |
|
bnnm
|
c82058f112
|
Fix XMPlay compiler warning
|
2018-10-06 22:33:10 +02:00 |
|
bnnm
|
f59faa0c07
|
Fix some .lse [Operation Abyss (PC), Operation Babel (PC)]
|
2018-10-04 20:43:23 +02:00 |
|
bnnm
|
a7e29c8be1
|
Fix some PDT [Mario Party 4 (GC)]
|
2018-10-04 19:48:13 +02:00 |
|
bnnm
|
140a9cd778
|
Minor doc
|
2018-10-04 19:43:44 +02:00 |
|
bnnm
|
1056092bf3
|
Fix Final Fantasy Tactics A2 IMA decoding
|
2018-10-04 19:43:37 +02:00 |
|
Christopher Snowhill
|
011e3760ff
|
Merge pull request #302 from bnnm/g7221
g7221
|
2018-09-30 17:22:44 -07:00 |
|
bnnm
|
259c3b7d7e
|
Update G.722.1C (Siren14) decoder DLL to fix volume and others
|
2018-09-30 20:59:21 +02:00 |
|
Christopher Snowhill
|
2723008fc1
|
Merge pull request #301 from bnnm/eaopus-lse-bnk
eaopus lse bnk
|
2018-09-28 14:40:18 -07:00 |
|
bnnm
|
af196a558c
|
Add Sony .BNK v14 [Yakuza 6's Puyo Puyo (PS4)]
|
2018-09-28 19:17:05 +02:00 |
|
bnnm
|
2a5516fe7c
|
Restore G719 max frame size as 2560 bits (0x140) is decoder max
|
2018-09-27 23:56:44 +02:00 |
|
bnnm
|
c0d484a715
|
Add .lse Ogg [Labyrinth of Refrain (PC)]
|
2018-09-27 23:41:26 +02:00 |
|
bnnm
|
5594f5068e
|
Fix .wem Opus encoder delay/gapless [Mario Rabbids (Switch)]
|
2018-09-27 23:40:42 +02:00 |
|
bnnm
|
d2798c946a
|
Simplify switch_opus_get_samples usage
|
2018-09-27 23:39:37 +02:00 |
|
bnnm
|
d7c5c3feaf
|
Improve UE4Opus/EAOpus encoder delay calculations
|
2018-09-27 23:31:03 +02:00 |
|
bnnm
|
3269649eec
|
Add EAOpus [FIFA 17 (PC), FIFA 19 (Switch)]
|
2018-09-27 23:10:01 +02:00 |
|
Christopher Snowhill
|
5b99d40cf3
|
Merge pull request #300 from bnnm/ue4opus-bnsf-csmp
ue4opus bnsf csmp
|
2018-09-25 15:15:23 -07:00 |
|
bnnm
|
c5b514b577
|
Improve UE4OPUS encoder delay and fix get_opus_samples_per_frame
|
2018-09-23 12:17:23 +02:00 |
|
bnnm
|
d717f21189
|
Add UE4OPUS decoder [Fortnite (PC), ARK: Survival Evolved (PC)]
|
2018-09-23 04:26:11 +02:00 |
|
bnnm
|
5f3ab0a5fc
|
Rename *_utils_switch_opus.c to *_custom_opus.c for future changes
|
2018-09-23 04:22:16 +02:00 |
|
bnnm
|
70ba297606
|
Tweak comment
|
2018-09-23 03:09:46 +02:00 |
|
bnnm
|
7d91ef1432
|
Cast off_t to off64_t when printf'ing for future 4GB file support
|
2018-09-23 03:01:13 +02:00 |
|
Christopher Snowhill
|
f9c334cf91
|
Fix goto statement for compilation without libvorbis.
|
2018-09-22 17:35:48 -07:00 |
|
Christopher Snowhill
|
249a1bbb4c
|
Fix compilation of LibAtrac9 interface on Unix.
|
2018-09-22 17:35:30 -07:00 |
|
bnnm
|
79e60556a8
|
Add minor doc
|
2018-09-22 18:06:15 +02:00 |
|
bnnm
|
f29012edb7
|
Add Capcom .adpcm [Resident Evil: Revelations (Switch)]
|
2018-09-22 17:45:02 +02:00 |
|
bnnm
|
0e4ee632b9
|
Remove standard G.722.1 (Siren7), since no game uses it
Siren14 wasn't affected by this
|
2018-09-22 16:32:21 +02:00 |
|
bnnm
|
1e9dbb851b
|
Fix some FSB5 subsong offsets
|
2018-09-22 16:13:18 +02:00 |
|
bnnm
|
bcc1661491
|
Add fake RIFF IMA [MX vs. ATV Unleashed (PC)]
|
2018-09-22 16:12:36 +02:00 |
|
bnnm
|
eb4e871a05
|
Fix CSMP [DKC Tropical Freeze (Switch)]
|
2018-09-22 16:12:06 +02:00 |
|
bnnm
|
00370a813d
|
Improve BNSF looping
|
2018-09-22 16:11:39 +02:00 |
|
bnnm
|
e411916a5e
|
Add ADX key [Tensei Hakkenshi - Fuumaroku (PS2)]
|
2018-09-22 16:11:16 +02:00 |
|
Christopher Snowhill
|
25f82da164
|
Merge pull request #299 from NicknineTheEagle/cue-loop
RIFF: Looping info from CUE chunk
|
2018-09-21 17:38:02 -07:00 |
|
Christopher Snowhill
|
771b539291
|
Merge pull request #298 from bxaimc/master
Add .POS looping for .Ogg (SNK Heroines, Sonic Mania)
|
2018-09-21 17:37:03 -07:00 |
|
NicknineTheEagle
|
b4a71cd5aa
|
RIFF: implemented looping info from CUE chunk
|
2018-09-21 14:31:56 +03:00 |
|
bxaimc
|
c7487d010e
|
Add .POS looping for .Ogg (SNK Heroines, Sonic Mania)
|
2018-09-20 15:16:07 -04:00 |
|
Christopher Snowhill
|
9b267630ad
|
Merge pull request #296 from bnnm/bnsf-txth-txtp-ffmpeg
bnsf, txth, txtp, ffmpeg
|
2018-09-14 19:54:26 -07:00 |
|
bnnm
|
170eed3ea8
|
Add extra lib docs and tweaks
|
2018-09-12 22:59:49 +02:00 |
|