minjaesong
|
8279b15b43
|
TAV using subtitle parsing of TEV
|
2025-09-17 09:37:00 +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
|
9ca575eee4
|
show_usage change
|
2025-09-16 23:11:31 +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
|
a639e116c5
|
TEV-like statistics
|
2025-09-16 22:40:58 +09:00 |
|
minjaesong
|
9e8aeeb112
|
audio handling
|
2025-09-16 22:23:31 +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
|
391adffad4
|
encoder optimisation
|
2025-09-16 15:20:28 +09:00 |
|
minjaesong
|
dab56ee55d
|
decoder optimisation
|
2025-09-16 14:46:56 +09:00 |
|
minjaesong
|
3011c73168
|
code cleanup
|
2025-09-16 10:26:03 +09:00 |
|
minjaesong
|
a5da200507
|
wavelet deblocking using simulated overlapping tiles
|
2025-09-16 10:03:17 +09:00 |
|
minjaesong
|
54f335e3de
|
working wavelet encoder
|
2025-09-16 02:51:00 +09:00 |
|
minjaesong
|
4bb234a89b
|
wip
|
2025-09-15 23:47:28 +09:00 |
|
minjaesong
|
4c0a282de7
|
removing any reference on interlaced
|
2025-09-15 19:14:51 +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
|
b497570a3b
|
using "correct" colourimetry
(cherry picked from commit ded609e65e)
|
2025-09-15 13:00:58 +09:00 |
|
minjaesong
|
9f901681a6
|
first working version
|
2025-09-15 12:56:42 +09:00 |
|
minjaesong
|
ded609e65e
|
using "correct" colourimetry
|
2025-09-15 10:14: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
|
db57516a46
|
wip5
|
2025-09-13 23:06:31 +09:00 |
|
minjaesong
|
712506c91c
|
wip4
|
2025-09-13 22:02:56 +09:00 |
|
minjaesong
|
722e8e893f
|
wip3
|
2025-09-13 15:24:32 +09:00 |
|
minjaesong
|
dca09cf4a3
|
wip2
|
2025-09-13 13:32:14 +09:00 |
|
minjaesong
|
62d6ee94cf
|
tav wip
|
2025-09-13 13:28:01 +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
|
433e3ea3ae
|
Impl Knusperli deblocking decoding
https://github.com/google/knusperli
|
2025-09-12 13:50:37 +09:00 |
|
minjaesong
|
dc223fe00b
|
encoder example text update
|
2025-09-12 09:24:41 +09:00 |
|
minjaesong
|
190cb130bf
|
two pass coding for Knusperli deblocking
|
2025-09-11 00:23:45 +09:00 |
|
minjaesong
|
29907ec357
|
TEV doc update
|
2025-09-10 02:08:10 +09:00 |
|
minjaesong
|
8601f614b4
|
optimised tevDecode
|
2025-09-10 01:49:32 +09:00 |
|
minjaesong
|
3f9747ebf0
|
optimised deinterlacing
|
2025-09-10 01:33:31 +09:00 |
|
minjaesong
|
c498526a90
|
uploadRGBToFramebuffer optimisation with bulk mem access
|
2025-09-10 01:21:16 +09:00 |
|
minjaesong
|
5a5ac8ef74
|
complexity calculation now considers chroma
|
2025-09-09 19:02:15 +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
|
cf1ee80aa1
|
fixing another stupid bug
|
2025-09-09 00:11:45 +09:00 |
|
minjaesong
|
b80d5b858a
|
encoder complexity function update
|
2025-09-08 23:58:25 +09:00 |
|
minjaesong
|
79f8a25f41
|
video resize
|
2025-09-08 17:33:25 +09:00 |
|
minjaesong
|
0c26d12d65
|
faster init time
|
2025-09-08 00:35:34 +09:00 |
|
minjaesong
|
4dfea6df11
|
experimental deblocking filter
|
2025-09-06 00:31:55 +09:00 |
|
minjaesong
|
99e5183b42
|
fix: broken NTSC framerate detection
|
2025-09-06 00:05:55 +09:00 |
|
minjaesong
|
2a54384d52
|
bias lighting on smaller video dimension
|
2025-09-05 20:01:59 +09:00 |
|