Commit Graph

679 Commits

Author SHA1 Message Date
minjaesong
5012ca4085 TAV: decompression done on GPU 2025-09-29 01:35:19 +09:00
minjaesong
6ff634cc12 more wavelets for experimentation 2025-09-28 08:55:15 +09:00
minjaesong
4d9981ec23 TAV: now writes encoder q-value to the header 2025-09-25 18:15:53 +09:00
minjaesong
21fd10d2b6 predictive delta encoding wip 2025-09-24 16:55:23 +09:00
minjaesong
0b3497b013 tav playing concatenated video streams (fixed) 2025-09-24 00:41:49 +09:00
minjaesong
a9ba57c09a tav playing concatenated video streams 2025-09-22 23:40:33 +09:00
minjaesong
05101ecd08 turns out extra sync packet at the end of video was a terrible idea 2025-09-22 22:38:32 +09:00
minjaesong
e001445095 more perceptual optimisation 2025-09-22 14:45:59 +09:00
minjaesong
d3a18c081a TAV: base code for adding psychovisual model 2025-09-20 02:02:59 +09:00
minjaesong
f4b03b55b6 monoblock TAV 2025-09-17 23:36:37 +09:00
minjaesong
9652143d93 more code cleanup 2025-09-17 01:24:05 +09:00
minjaesong
89e8fc39ce final encoder code cleanup 2025-09-17 00:55:23 +09:00
minjaesong
953de6feb6 Merge wavelet_video branch: Add TAV encoder with audio buffer management and NTSC frame duplication
- Implemented TAV (TSVM Advanced Video) encoder with DWT-based compression
- Added sophisticated audio buffer deficit tracking system ported from TEV
- Fixed NTSC frame duplication ghosting by emitting extra sync packets
- Resolved merge conflicts in GraphicsJSR223Delegate.kt

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-16 23:05:20 +09:00
minjaesong
ae59946883 ntsc framerate handling 2025-09-16 22:59:45 +09:00
minjaesong
47f93194a7 p-frame for tav 2025-09-16 18:57:11 +09:00
minjaesong
be193269d8 280x224 macrotile 2025-09-16 16:18:01 +09:00
minjaesong
4bb234a89b wip 2025-09-15 23:47:28 +09:00
minjaesong
113c01b851 112x112 blocks for TAV, which greatly improves the encoding speed 2025-09-15 19:08:53 +09:00
minjaesong
1343dd10cf TAV with ICtCp colour space 2025-09-15 16:35:44 +09:00
minjaesong
34cf5cb591 ICtCp colour space impl 2025-09-15 09:52:23 +09:00
minjaesong
9c2aa96b73 ICtCp colour space wip 2025-09-15 02:12:16 +09:00
minjaesong
d446a4e2f5 wip6 2025-09-14 22:26:02 +09:00
minjaesong
712506c91c wip4 2025-09-13 22:02:56 +09:00
minjaesong
198e951102 various encoder bug fixes 2025-09-13 00:39:12 +09:00
minjaesong
1f5f72733a dead code pruning 2025-09-12 19:13:12 +09:00
minjaesong
957522a460 Knusperli-esque post deblocking filter 2025-09-12 14:32:12 +09:00
minjaesong
9f7a4ef2e7 tev rate factor impl fix 2025-09-09 10:07:52 +09:00
minjaesong
3495dfca5e tev slight optimisation 2025-09-09 09:47:56 +09:00
minjaesong
79f8a25f41 video resize 2025-09-08 17:33:25 +09:00
minjaesong
4dfea6df11 experimental deblocking filter 2025-09-06 00:31:55 +09:00
minjaesong
2a54384d52 bias lighting on smaller video dimension 2025-09-05 20:01:59 +09:00
minjaesong
9ff12edecd fix: FPS conversion not changing video header 2025-09-05 00:30:17 +09:00
minjaesong
c89b977e91 NTSC framerate detection 2025-09-03 11:08:37 +09:00
minjaesong
8abdb8b9a6 More or less working deinterlacer 2025-09-02 22:23:27 +09:00
minjaesong
4fb849d794 interlacing optimisation with more memcpy 2025-09-02 21:09:44 +09:00
minjaesong
b8311685d7 interlacing wip3 2025-09-02 17:53:01 +09:00
minjaesong
c1f3a7182e interlacing wip2 2025-09-02 15:18:01 +09:00
minjaesong
09e665f560 interlacing wip 2025-09-02 10:47:23 +09:00
minjaesong
f66e537d79 fix: subtitles disappear with the notification; padding on subtitle block 2025-08-28 16:59:03 +09:00
minjaesong
313122c01e support for SAMI subtitles; b/i tags for SAMI and SubRip 2025-08-28 13:57:00 +09:00
minjaesong
16ced55661 minor subtitle format changes 2025-08-28 13:28:09 +09:00
minjaesong
c1d7a8e982 proper subtitle handling 2025-08-28 11:03:57 +09:00
minjaesong
6f7e407a1c Better tev preset table 2025-08-27 17:45:37 +09:00
minjaesong
33e77e378e Changed video format; added TEV version 3 (XYB colour space) 2025-08-26 22:17:45 +09:00
minjaesong
6d982a9786 subtitle wip 2025-08-26 00:35:53 +09:00
minjaesong
0e5a778fe5 bias lighting on playtev 2025-08-24 18:20:26 +09:00
minjaesong
cb07ab1f3b rate control not quite working but committing anyway due to format change 2025-08-24 13:35:08 +09:00
minjaesong
6f6d10cc1b MP2 decoding 2025-08-23 01:24:01 +09:00
minjaesong
270864ef0f optimised IDCT on decoding 2025-08-22 00:28:19 +09:00
minjaesong
f783ef934f tev format working with better motion compensation 2025-08-21 20:52:27 +09:00