Commit Graph

130 Commits

Author SHA1 Message Date
bnnm
cb3e42c0d7 doc 2023-09-15 17:29:42 +02:00
bnnm
344d459d96 txth: extra debug info 2023-08-26 17:39:30 +02:00
bnnm
dcadb19e35 logs 2023-08-15 19:48:54 +02:00
bnnm
204d1f560f Fix TXTH dynamic chunks in some cases 2023-07-08 10:53:12 +02:00
bnnm
35433e6650 Add TXTH ULAW/ALAW codecs 2023-06-10 16:16:32 +02:00
bnnm
372dfbffe5 Add TXTH experimental 'subsong_sum' feature 2023-05-29 00:37:37 +02:00
bnnm
4b0387fb7a cleanup: separate functions 2023-05-14 23:20:20 +02:00
AceKombat
8a9a798051 Test Update:
* coding.h
* pcm_decoder.c
* txth.c
* decode.c
* formats.c

NOTE: TXTH.md is not present in the build solution??
2023-01-25 04:23:22 -06:00
AceKombat
369f7bbe00 Update txth.c 2023-01-24 16:11:43 -06:00
bnnm
af71e611c1 cleanup: riff helpers 2023-01-21 22:08:46 +01:00
bnnm
3c7770bbfb cleanup: add xma2 raw init function 2023-01-21 13:51:27 +01:00
bnnm
41bad49872 Fix hang on full loops with xma1 formats
- happens with FFmpeg n5.1.2
2023-01-19 00:08:33 +01:00
bnnm
5457e3e23c Improve TXTH dynamic dechunking 2022-11-27 00:30:11 +01:00
bnnm
63bc8043ab Add TXTH codec "YMZ" 2022-10-09 20:29:10 +02:00
bnnm
e6df86923c Add TXTH "BE_split" coefs and "debug" flag 2022-08-21 11:07:26 +02:00
bnnm
4bbc970e8b Add TXTH codec "HEVAG" 2022-08-06 20:28:44 +02:00
bnnm
f2d3a426fe Fix TXTH loop behavior positive to include 0 2022-08-06 20:03:25 +02:00
bnnm
ff080c1661 Add TXTH codec PCM8_SB [Sonic CD (SCD)] 2022-06-26 17:03:27 +02:00
bnnm
f2d98c50c6 Add TXTH codec "IMA_HV" [NBA Hangtime (PC)] 2022-05-15 12:25:52 +02:00
bnnm
cdc5753847 Add PCM_FLOAT_LE codec to TXTH 2022-05-01 12:13:02 +02:00
bnnm
c496b4ec90 Improve TXTH/TXTP parser performance 2022-04-16 22:14:19 +02:00
bnnm
878b253c76 txth: extra usable fields just in case 2022-02-06 13:14:42 +01:00
bnnm
8d33a17919 cleanup 2022-01-30 13:34:08 +01:00
bnnm
b0888b184f cleanup 2022-01-14 17:13:22 +01:00
bnnm
bab7d21b3e Add TXTH offset absolute modifier 2021-10-24 16:07:35 +02:00
bnnm
2570fcac4d Add TXTH codec XA_EA [Road Rash videos (SAT)] 2021-10-24 13:12:38 +02:00
bnnm
7847abacce TXTH: allow name_table=* to auto-set .names.txth 2021-10-23 13:27:05 +02:00
bnnm
3d88b965d3 Add TXTH codec CP_YM [Marvel vs SF (SAT)] 2021-10-23 13:16:44 +02:00
bnnm
001befde17 txth: clean detection and remove rare edge case 2021-10-10 17:01:06 +02:00
bnnm
c1e0143881 Add more TXTH chunk options 2021-10-10 13:32:38 +02:00
bnnm
af86aeca74 Add XA in TXTH [Phantasy Star (SAT), Fantavision] 2021-10-09 16:48:45 +02:00
bnnm
cf36348b77 add extra user logs 2021-08-26 19:39:58 +02:00
bnnm
47132ece19 Allow TXTH codec strings in name_table 2021-08-26 18:51:47 +02:00
bnnm
93374f3019 txth: fix wrong name table check 2021-07-29 22:31:08 +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
3741e021b3 Add TXTH first interleave, tweak dual stereo 2021-07-17 19:01:50 +02:00
bnnm
d7b277a671 cleanup: BOM skip function 2021-07-08 22:26:21 +02:00
bnnm
0a6cb11a30 Add TXT multi txth, name table for subsongs, special subsong value 2021-07-04 20:09:52 +02:00
bnnm
89ccb06747 Fix some .aac encoder delay/sample issues 2021-06-01 00:28:04 +02:00
bnnm
6b655d9c53 Minor tweaks 2021-04-18 13:14:06 +02:00
bnnm
98b1c18951 Fix TXTH/TXTM name table not reading filenames with spaces 2021-04-03 17:44:45 +02:00
bnnm
35a6c5c2f9 Fix TXTH name_table wildcard bugs and add subfile auto-loop end 2021-03-21 00:50:33 +01:00
bnnm
52f648d4bb txth/txtp: remove unnecessary memsets 2021-03-14 16:22:44 +01:00
bnnm
e8a3e737e7 Fix TXTH subfiles + subsongs when subfiles only have 1 subsong 2020-12-20 15:08:03 +01:00
Adam Higerd
a9752e3da7 switch nibbles on OKI4s mono, add to TXTH 2020-12-01 21:19:03 -06:00
bnnm
af7cc73685 Add TXTH name_offset_absolute for some subsong cases 2020-11-09 18:49:54 +01:00
bnnm
abb8d3fa1d Rename TXTH subsong_offset to subsong_spacing for clarity
Also add loop_start/end aliases for easier typing
2020-11-09 17:35:38 +01:00
NicknineTheEagle
0df7f8ccca EA SCHl: Unified EA-XA decoder 2020-11-01 07:56:10 +03:00
bnnm
cb1b9f9083 Fix .txth subfiles with subsongs 2020-09-18 23:48:03 +02:00