Commit Graph

796 Commits

Author SHA1 Message Date
bnnm
0c77e5bec4 update libcelt
- compiled with mingw-w64 GCC 12.2
- properly stripped and exports external API only
- uses (symbol)_(version) renames for consistency
2023-01-15 17:11:54 +01:00
bnnm
46e6883d25 ahx: fix key detection in some cases 2022-12-31 18:36:11 +01:00
bnnm
c46e23fa1f cleanup: move bitstream reader 2022-12-31 18:34:26 +01:00
bnnm
514517b812 Add AHX key auto-detection and fix decryption 2022-12-31 17:31:46 +01:00
bnnm
1f4a29d29a doc 2022-12-07 21:30:38 +01:00
bnnm
4cbffd0c68 Fix some .his [Nancy Drew: Ghost Dogs of ML (PC)] 2022-12-07 21:28:59 +01:00
bnnm
b5be2e81eb cleanup 2022-10-29 17:51:32 +02:00
Naomi Ahmed
4ec2704496
support opusww > 8 channels when mapping type is 255 2022-10-24 15:37:26 +01:00
bnnm
edaac2c289 cleanup 2022-10-22 15:09:20 +02:00
bnnm
63bc8043ab Add TXTH codec "YMZ" 2022-10-09 20:29:10 +02:00
bnnm
cbd831e658 Add .bigrp [BM Zero 2 (SW), Gunvolt 3 (SW)] 2022-09-23 22:53:45 +02:00
bnnm
791a7de02a Cleanup/doc 2022-09-22 23:20:36 +02:00
bnnm
e7991bb253 Update and move miniz for future use 2022-09-16 23:38:55 +02:00
bnnm
7e8cb33167 Add EA Opus uncoupled .sps [FIFA 22 (PC)] 2022-08-21 11:08:57 +02:00
bnnm
6d43e90332 Cleanup/doc 2022-08-14 12:24:10 +02:00
Adam Gashlin
7adc74392f Reuse matching standard codebooks for aotuv 2022-08-09 12:36:56 -07:00
bnnm
575e6593de Fix some .psb looping clicks 2022-07-31 18:11:07 +02:00
bnnm
4e390bd61a cleanup 2022-07-31 15:14:25 +02:00
bnnm
f87c75299b Improve s14 detection 2022-07-23 15:14:30 +02:00
bnnm
23474dc27c Fix missing end samples in Wwise Vorbis 2022-07-14 23:08:09 +02:00
bnnm
c277932b03 Improve .mp3 loading speed in some cases 2022-06-26 17:03:56 +02:00
bnnm
0dc64cdd8b cleanup: rename ALP_IMA to HV_IMA 2022-05-15 12:12:11 +02:00
bnnm
1849395b8e Improve MPEG parser 2022-05-01 18:56:52 +02:00
bnnm
2c9b8e614b Add .audio_data [Lego SW: The Skywalker Saga (PC)] 2022-05-01 18:10:22 +02:00
bnnm
40c1e59cfe Tweak 2022-04-24 15:19:45 +02:00
bnnm
e2109d2ff0 Fix HCA key misdetection [Iris Mysteria (Android)] 2022-04-24 15:16:51 +02:00
bnnm
f39069ee20 Fix buggy Ubi HX samples 2022-04-24 12:13:38 +02:00
bnnm
8a3379bd40 Improve MTA2 decoding accuracy 2022-04-16 22:18:58 +02:00
bnnm
cfca5c3195 Fix some Ubi HX [Rayman 3/M demo (PC/PS2)] 2022-04-16 22:18:39 +02:00
bnnm
68e63b769c Add SSPF .ssp [Metal Gear Solid 4 (PS3)] 2022-04-09 14:57:49 +02:00
bnnm
34112d8dbb Fix some MUSX .sfx [Sphinx (PC)] 2022-02-19 12:36:33 +01:00
Julian Xhokaxhiu
b90ace5f9e Fix when the flag -DUSE_MPEG=OFF is used on CMake
When MPEG support is disabled the struct "mpeg_frame_info" becomes unavailable, producing an error when linking, as it is required but some other code which is not protected behind the #ifdef
2022-02-16 00:10:15 +01:00
bnnm
df1ba64eaf Fix .bnsf key detection in rare cases 2022-02-06 13:14:54 +01:00
bnnm
9b75cc6d83 Add .mp3 parser using mpg123 for consistency 2022-02-06 13:10:07 +01:00
bnnm
964397c1fb Improve .bnsf key detection in some cases 2022-01-30 13:26:39 +01:00
Christopher Snowhill
2db8e56ef2 Fix FFmpeg reader function
It should return AVERROR_EOF when reaching the end of the stream, rather
than returning zero. When it returns zero, the avformat prober will just
loop endlessly until the process is terminated.

Signed-off-by: Christopher Snowhill <kode54@gmail.com>
2022-01-26 20:55:28 -08:00
bnnm
f03d78046c misc cleanup 2021-12-11 17:22:23 +01:00
bnnm
f681916ff0 Add Ubi LyN custom MP4 [Zombie U (WiiU)] 2021-12-11 15:02:21 +01:00
bnnm
05cdd0bbf5 Clean HCA subkey code 2021-12-11 12:43:06 +01:00
bnnm
bda98d71e1 Move custom mp4 code from KTAC 2021-12-11 12:42:17 +01:00
bnnm
4805987bb3 Fix some HCA v3 [Megaton Musashi (Switch)] 2021-11-18 00:12:52 +01:00
bnnm
ee2739f996 Improve FSB4 MPEG full loops [Deadpool (PS3)] 2021-10-31 20:12:57 +01:00
bnnm
e32630efda hca: improve key finder in edge cases 2021-10-31 20:10:13 +01:00
bnnm
d51e78d571 Add .u0 encrypted Ogg 2021-10-31 20:09:18 +01:00
bnnm
2570fcac4d Add TXTH codec XA_EA [Road Rash videos (SAT)] 2021-10-24 13:12:38 +02:00
bnnm
be7e4821d7 xa: tweak decoding to be closer to PSX 2021-10-24 10:54:03 +02:00
bnnm
3e2f7aab75 xa cleanup 2021-10-24 10:29:00 +02:00
bnnm
3c8dc615ab cleanup: fix UB (left shift promotes to int) 2021-10-24 10:28:20 +02:00
bnnm
3d88b965d3 Add TXTH codec CP_YM [Marvel vs SF (SAT)] 2021-10-23 13:16:44 +02:00
bnnm
8ae722b9e9 cleanup 2021-10-23 13:02:53 +02:00
bnnm
f4c3009a00 hca: optimize key test 2021-10-19 00:35:29 +02:00
bnnm
99eb1c328f Improve HCA key tester 2021-10-19 00:35:06 +02:00
bnnm
86c31d1481 streamfile cleanup 2021-10-10 15:09:58 +02:00
bnnm
f052c97cfb cleanup 2021-10-10 13:31:04 +02:00
bnnm
ca8e634819 ffmpeg: tweaks 2021-10-03 13:49:02 +02:00
bnnm
2b52edbc8f cleanup: don't ifdef vorbis meta 2021-09-27 00:10:28 +02:00
bnnm
bb01c776ac misc fixes 2021-09-26 19:34:12 +02:00
bnnm
8a4e111710 ffmpeg: tweak io buf to lower memory
no real difference in performance and was affecting wasm
2021-09-26 19:33:13 +02:00
LoveEevee
81ebcddd7b Cmake: Refactor dependency fetching
- Build maiatrac3plus on targets without ffmpeg
2021-09-19 08:46:47 +03:00
bnnm
7bb2434b56 misc issues and cleanup 2021-09-15 23:22:17 +02:00
bnnm
d1c78d18c0 doc 2021-09-11 16:54:57 +02:00
bnnm
c859482dcd Add PCM24 codec [Legend of Mana (PC)] 2021-09-11 15:49:37 +02:00
bnnm
58b6b16e3a Tweak some XWMA total samples 2021-09-11 13:11:29 +02:00
bnnm
abb9acaf4f cleanup: remove tabs 2021-09-04 22:19:36 +02:00
bnnm
1d758db7d4 Tweak STREAMFILES to read +2GB files 2021-09-04 21:57:23 +02:00
bnnm
a4fe6a9352 Cleanup and logs 2021-09-04 20:31:11 +02:00
bnnm
8bfd247eac build: autotools cleanup and log fixes 2021-08-26 22:16:31 +02:00
bnnm
2489d1e17b cleanup 2021-08-22 13:15:06 +02:00
bnnm
e54d9ed20b Fix Ubi Lyn .wav MPEG last interleave 2021-08-22 12:23:50 +02:00
bnnm
36cf5c18f4 cleanup: move clHCA to coding to simplify
Also has changed a lot from the original so it's barely external now
2021-08-14 11:39:54 +02:00
bnnm
bb445efea1 cleanup: minor compiler warnings, etc 2021-08-13 23:53:27 +02:00
bnnm
700b49391b build: fix wrong ifdef 2021-08-12 22:41:54 +02:00
bnnm
a008645c0f build: fix building with ffmpeg + without mpeg 2021-08-12 20:03:14 +02:00
bnnm
e6a8b2c3f5 cleanup 2021-08-08 13:31:39 +02:00
bnnm
de074e503b relic: clean API for easier external lib usage 2021-08-08 00:11:55 +02:00
bnnm
adf3d3d3b0 relic decoder: fix some issues 2021-08-07 12:31:15 +02:00
bnnm
3c03891d13 cleanup: etc 2021-07-29 23:41:27 +02:00
bnnm
4ea05e512a cleanup: simplify ogg vorbis meta call 2021-07-29 23:20:43 +02:00
bnnm
bfd1d28745 cleanup: misc 2021-07-29 22:46:34 +02:00
bnnm
39dfdee9e4 cleanup: function defs, unused vars 2021-07-29 22:29:49 +02:00
bnnm
20d523055a cleanup: includes 2021-07-29 17:36:43 +02:00
bnnm
0ac5959234 cleanup: fix compiler warning, etc 2021-07-29 17:08:30 +02:00
bnnm
93339ba2bc Add Tantalus .tad decoder [House of the Dead (SAT)] 2021-07-23 22:30:57 +02:00
bnnm
039541f881 ffmpeg: internals cleanup 2021-07-23 18:55:03 +02:00
bnnm
4a178e4e44 ffmpeg: AAC cleanup and doc 2021-07-23 15:52:31 +02:00
bnnm
4927761e52 Fix FFmpeg 4.4 encoder delay issues and cleanup 2021-07-23 15:52:05 +02:00
Christopher Snowhill
54f06ba69a FFmpeg decoder: Fix building against FFmpeg 4.4 or newer, fixes #899 2021-07-22 13:22:38 -07:00
bnnm
53f43b9f38 Add .sps new EA-OPUS [FIFA 21 (PC)] 2021-07-13 23:49:40 +02:00
bnnm
ac23eab7ed Fix some auto L+R issues [Gift: Prism (PS2)] 2021-07-08 22:17:13 +02:00
bnnm
6fb4178103 Optimize PSX padding finder 2021-07-08 22:16:43 +02:00
bnnm
d49aacbf52 Improve MSADPCM accuracy 2021-06-20 18:10:34 +02:00
bnnm
3fa029ef19 MSADPCM cleanup 2021-06-20 17:29:41 +02:00
bnnm
05ff8464fd Extra helpers 2021-06-20 11:24:32 +02:00
bnnm
d6e3e8dac9 Fix some .MSB+MSH 2021-06-17 22:49:02 +02:00
bnnm
89ccb06747 Fix some .aac encoder delay/sample issues 2021-06-01 00:28:04 +02:00
bnnm
4bb3d2f2dc Fix .mpc/mp+ total samples and encoder delay 2021-05-31 22:23:32 +02:00
bnnm
82518328ed Fix speex segfault on init fail with bad data 2021-05-25 23:34:22 +02:00
bnnm
300a80107b Fix very small MP3 .msf [Mirror's Edge (PS3)] 2021-05-08 15:31:01 +02:00
bnnm
c6a2184048 Fix XMA sample counting in big files [Dead Island (X360)] 2021-05-05 23:42:48 +02:00
bnnm
faafd5b955 Improve MSADPCM performance (~50%) + doc spec diffs 2021-03-27 18:15:43 +01:00