Commit Graph

1165 Commits

Author SHA1 Message Date
minjaesong
7848357cf2 TAV-DT doc 2025-12-02 00:36:46 +09:00
minjaesong
a3f8be9773 additional noise on post shader 2025-12-01 21:23:56 +09:00
minjaesong
8adf44e5ae more TAV doc 2025-12-01 18:43:37 +09:00
minjaesong
602b42c6ff JS impl tav_inspector 2025-12-01 14:58:32 +09:00
minjaesong
79eb81e8d0 tav: D1 res is 720x480 2025-12-01 01:52:39 +09:00
minjaesong
c522244574 tav: fix: incorrect brightness jumping on MT mode 2025-11-30 23:46:59 +09:00
minjaesong
28b391cfd4 tav: multithread mode progress indicator 2025-11-30 18:19:06 +09:00
minjaesong
26d216ca13 tav: lean memory usage 2025-11-30 14:23:00 +09:00
minjaesong
f598daec1e tav: mt by default 2025-11-30 13:59:39 +09:00
minjaesong
3f8cf6a38c tav: lean memory usage 2025-11-30 13:41:41 +09:00
minjaesong
902d971ae7 tav: first working multithreaded encoder 2025-11-30 13:24:24 +09:00
minjaesong
5ecf2dcadd tav: multithread wip 2025-11-30 09:58:21 +09:00
minjaesong
9edeca929d tav: encoder ENDT fix 2025-11-29 01:58:54 +09:00
minjaesong
3b401139e9 more experiments for avx512 2025-11-26 02:36:49 +09:00
minjaesong
acaade1062 better CRT/Composite shader 2025-11-26 01:03:40 +09:00
minjaesong
e3099195e4 gpu: 5bpp mode 2025-11-25 09:53:53 +09:00
minjaesong
08bb33bf27 TAV: preset implementation 2025-11-24 20:01:08 +09:00
minjaesong
6132012e74 TAV: code cleanup, better preset selection 2025-11-24 11:16:19 +09:00
minjaesong
dbbb471a11 TAV: decomp level 4 for default res is optimal (fast enc/dec, minimal filesize change) 2025-11-24 03:34:08 +09:00
minjaesong
53b87ff735 TAV: avx512 intrinsic 2025-11-24 03:14:29 +09:00
minjaesong
d49ec39b73 TAV: interlaced 3d dwt decoding 2025-11-24 01:04:58 +09:00
minjaesong
dd60b2c569 TAV update: D1 and D1PAL as an acceptable resolution keyword 2025-11-23 23:22:14 +09:00
minjaesong
1c7ab17b1c TAV update: CDF 5/3 for motion coder 2025-11-23 18:16:12 +09:00
minjaesong
e928d2d3ec TAV fix: '--intra-only --interlaced' would cause crash due to buffer size mismatch 2025-11-22 21:11:54 +09:00
minjaesong
5129e354bb TAV: new resolution keyword: original" 2025-11-22 02:25:17 +09:00
minjaesong
be1b92f188 TAV: fixed memory bugs on intra-only coding 2025-11-21 21:58:07 +09:00
minjaesong
2533b2dc19 TAV: videotex mode; TSVM documentation fix 2025-11-21 16:53:35 +09:00
minjaesong
a61a21d28b TAV: lax scene detection algo 2025-11-20 02:42:11 +09:00
minjaesong
92274a8e19 TAV: letterbox detection encoding complete 2025-11-20 02:36:35 +09:00
minjaesong
44cc54264a TAV: letterbox detection 2 2025-11-17 11:47:36 +09:00
minjaesong
8199cbc955 TAV: letterbox detection 2025-11-17 04:26:52 +09:00
minjaesong
aa7e20695d fix: wrong timecode calculation on NTSC framerates 2025-11-16 02:49:03 +09:00
minjaesong
5c87325366 fix: wrong subtitle timecode on certain SRT files 2025-11-15 19:54:53 +09:00
minjaesong
64e100e532 fix: audio and subtitles don't sync up
note: it seems encoder outputs malformed subtitle on Tom Scott video
2025-11-15 14:16:12 +09:00
minjaesong
233f1e7dcd more authentic CRT shader 2025-11-14 17:54:20 +09:00
minjaesong
19f813eb7d TAV: dead code removal 2025-11-13 11:10:39 +09:00
minjaesong
a45a919c84 zfm: size string for gigabytes 2025-11-13 10:35:45 +09:00
minjaesong
9247471bf2 more TAV/TAD documentation update 2025-11-11 21:15:27 +09:00
minjaesong
6add391d07 TAV encoder: vendor string update 2025-11-11 14:54:28 +09:00
minjaesong
b19afdae3a TAV decoder: no need for dequant rounding now 2025-11-11 14:08:35 +09:00
minjaesong
bd530f803f fix: TAV C decoder outputting wrong brightness 2025-11-11 13:28:11 +09:00
minjaesong
901f6b52b4 fix: TAV decomposition level errenously calculating on monoblock when it shouldn't 2025-11-11 10:00:29 +09:00
minjaesong
bff5021a7a fix: EZBC for TAV producing dark bloches on white background due to coeff clipping 2025-11-11 03:22:10 +09:00
minjaesong
9425c58e53 TAV/TAD fix wip 2025-11-11 00:17:51 +09:00
minjaesong
c1d6a959f5 TAV/TAD doc update 2025-11-10 17:01:44 +09:00
minjaesong
edb951fb1a removing obsolete makefile directives 2025-11-10 10:52:25 +09:00
minjaesong
0f5875d45b fix: TAD for TSVM producing distorted audio 2025-11-10 10:43:49 +09:00
minjaesong
0e6f2162c8 TAV and TAD now shares same code for encoding and decoding 2025-11-10 10:35:17 +09:00
minjaesong
28e9a88f8d TAD: EZBC with fixes 2025-11-10 01:45:33 +09:00
minjaesong
3f97f1a59e TAD: embedded zero tree coding (basically 1D EZBC) 2025-11-09 13:34:28 +09:00