Commit Graph

  • 21e3fe4c1e TAV: default Zstd level to 9 for faster encoding minjaesong 2025-10-06 20:47:53 +09:00
  • 364e33eede better hangul print minjaesong 2025-10-06 20:43:45 +09:00
  • 5d4e775ad0 TAV: default quality and zstd level change minjaesong 2025-10-06 20:43:35 +09:00
  • f7d98e74e3 quantisation deadzonning (massive compression gain) minjaesong 2025-10-05 20:47:17 +09:00
  • d6019019dc filter preset change minjaesong 2025-10-05 19:17:20 +09:00
  • 6c83c925cb terranmon.txt update minjaesong 2025-10-05 18:46:04 +09:00
  • 5c3a3a112c new: unicode.visualStrlen minjaesong 2025-10-04 22:39:17 +09:00
  • 71102f1d70 fixing hangul print functions minjaesong 2025-10-04 01:10:14 +09:00
  • 6222e9d8bd revived unicode print function minjaesong 2025-10-03 23:28:23 +09:00
  • 60e0ff9e61 fix: font rom not uploading minjaesong 2025-10-03 22:42:42 +09:00
  • 7d61074a13 Faster ICtCp colour conversion using extensive LUT minjaesong 2025-10-03 14:50:52 +09:00
  • 5f14169e6b encoder preset change (more quality) minjaesong 2025-10-03 14:41:23 +09:00
  • 29b3da1dbc ICtCp float math minjaesong 2025-10-03 02:00:14 +09:00
  • 27ad3361ea UCF reading and writing minjaesong 2025-10-02 23:49:57 +09:00
  • d4fae0071b tav: ictcp decoding fix minjaesong 2025-10-02 20:20:11 +09:00
  • 0666734c9d tav: --dump-frame minjaesong 2025-10-01 22:54:12 +09:00
  • f1cad6d9fa tav: coefficient dump visualiser minjaesong 2025-10-01 22:48:57 +09:00
  • 027d3289ca media player gui wip minjaesong 2025-10-01 19:52:33 +09:00
  • b9f38dfa08 TAV: revised psychovisual model minjaesong 2025-10-01 12:21:04 +09:00
  • 3e40b048a7 TAV: allowing multi-title if video is larger than default size minjaesong 2025-10-01 09:32:34 +09:00
  • 70dfc7bf13 TAV: better initial q-index prediction for target bitrate mode minjaesong 2025-10-01 01:53:25 +09:00
  • 8c7550e581 TAV: removed quantiser halving for non-CDF9/7 filters minjaesong 2025-10-01 01:31:54 +09:00
  • ff6821eb55 better preservation of high frequency diagonals minjaesong 2025-10-01 01:07:05 +09:00
  • 4e219d1a71 much better bitrate control minjaesong 2025-09-30 17:53:46 +09:00
  • 8688fc3742 better bitrate control minjaesong 2025-09-30 17:05:15 +09:00
  • 0f784eb741 bitrate mode wip minjaesong 2025-09-30 16:06:58 +09:00
  • 7f22ec8cc7 quality preset change minjaesong 2025-09-30 03:19:58 +09:00
  • b457be4bbf minor fix minjaesong 2025-09-30 01:41:42 +09:00
  • 41a8b578b5 Apparently you can push the chroma extremely far minjaesong 2025-09-30 01:05:14 +09:00
  • 836e69a40b CoCg-only channel handling minjaesong 2025-09-29 22:16:44 +09:00
  • 8b808ca297 TAV sharpen filters minjaesong 2025-09-29 21:38:23 +09:00
  • 7608e7433a TAV: channel layouts minjaesong 2025-09-29 16:34:08 +09:00
  • 907cc37b01 TAV: more format doc updates minjaesong 2025-09-29 14:51:11 +09:00
  • 1d3d218238 TAV: channel-concatenated coeffs preprocessing minjaesong 2025-09-29 14:42:52 +09:00
  • 5012ca4085 TAV: decompression done on GPU minjaesong 2025-09-29 01:35:19 +09:00
  • 66909537a0 TAV: improved compression using some coefficient preprocessing minjaesong 2025-09-29 01:17:53 +09:00
  • 01278815c7 added CLAUDE.md minjaesong 2025-09-29 00:27:32 +09:00
  • 65a01f36a4 more encoder param tuning minjaesong 2025-09-28 20:28:11 +09:00
  • 6ff634cc12 more wavelets for experimentation minjaesong 2025-09-28 08:55:15 +09:00
  • d85f8002cc perceptual model copied to TAV decoder_tav.c minjaesong 2025-09-27 00:50:25 +09:00
  • c50d015515 TAV decoder for ffmpeg/ffplay minjaesong 2025-09-26 17:17:48 +09:00
  • efab1c3a88 TAV: more documentation minjaesong 2025-09-25 18:27:46 +09:00
  • 4d9981ec23 TAV: now writes encoder q-value to the header minjaesong 2025-09-25 18:15:53 +09:00
  • ca18595134 TAV: GOP length adjustment minjaesong 2025-09-25 16:20:50 +09:00
  • b4e9d84f5f TAV decoder visual "hack" (increasing acutance) minjaesong 2025-09-25 15:49:58 +09:00
  • e2dd0744d2 simpler method of delta coding minjaesong 2025-09-25 00:47:39 +09:00
  • 2b59d5dd8d Revert "predictive delta encoding wip" minjaesong 2025-09-25 00:43:03 +09:00
  • bb3f715ad6 spatial delta prediction minjaesong 2025-09-25 00:03:06 +09:00
  • 699c6394a1 multiframe-based delta prediction minjaesong 2025-09-24 23:39:34 +09:00
  • d117b15e0f better NTSC framerate handling minjaesong 2025-09-24 21:53:01 +09:00
  • 5564fa5c9b predictive delta encoding with dithering minjaesong 2025-09-24 21:37:20 +09:00
  • 21fd10d2b6 predictive delta encoding wip minjaesong 2025-09-24 16:55:04 +09:00
  • 338a0b2e5d tev/tav spec update minjaesong 2025-09-24 02:43:26 +09:00
  • 0b3497b013 tav playing concatenated video streams (fixed) minjaesong 2025-09-24 00:41:49 +09:00
  • a9ba57c09a tav playing concatenated video streams minjaesong 2025-09-22 23:40:33 +09:00
  • 05101ecd08 turns out extra sync packet at the end of video was a terrible idea minjaesong 2025-09-22 22:38:32 +09:00
  • e001445095 more perceptual optimisation minjaesong 2025-09-22 14:45:59 +09:00
  • 4851f61c56 how far can i push the chroma subquantisation? minjaesong 2025-09-22 10:37:33 +09:00
  • be43384968 resurrecting delta encoding minjaesong 2025-09-22 02:47:46 +09:00
  • 28624309d7 even more psychovisual model minjaesong 2025-09-22 01:01:15 +09:00
  • 3584520ff9 more psychovisual model minjaesong 2025-09-22 00:03:45 +09:00
  • 613b8a97dd still working on the psychovisual model minjaesong 2025-09-21 21:13:39 +09:00
  • 5d48cc62eb still working on the psychovisual model minjaesong 2025-09-21 01:36:31 +09:00
  • 206e43a308 TAV: first working psychovisual tuning minjaesong 2025-09-20 11:15:04 +09:00
  • d3a18c081a TAV: base code for adding psychovisual model minjaesong 2025-09-20 02:02:59 +09:00
  • c14b692114 --arate option to override audio bitrate minjaesong 2025-09-18 01:28:02 +09:00
  • 89aada888d i hate ntsc framerate minjaesong 2025-09-18 00:57:49 +09:00
  • b373471629 fix: framerate conversion not working as it should for TAV minjaesong 2025-09-18 00:54:23 +09:00
  • 35f1a0c2f2 monoblock TAV minjaesong 2025-09-18 00:07:03 +09:00
  • f4b03b55b6 monoblock TAV minjaesong 2025-09-17 21:49:32 +09:00
  • 8279b15b43 TAV using subtitle parsing of TEV minjaesong 2025-09-17 09:37:00 +09:00
  • 9652143d93 more code cleanup minjaesong 2025-09-17 01:24:05 +09:00
  • 89e8fc39ce final encoder code cleanup minjaesong 2025-09-17 00:55:23 +09:00
  • 9ca575eee4 show_usage change minjaesong 2025-09-16 23:11:31 +09:00
  • 953de6feb6 Merge wavelet_video branch: Add TAV encoder with audio buffer management and NTSC frame duplication minjaesong 2025-09-16 23:05:20 +09:00
  • ae59946883 ntsc framerate handling minjaesong 2025-09-16 22:59:45 +09:00
  • a639e116c5 TEV-like statistics minjaesong 2025-09-16 22:40:58 +09:00
  • 9e8aeeb112 audio handling minjaesong 2025-09-16 22:23:31 +09:00
  • 47f93194a7 p-frame for tav minjaesong 2025-09-16 18:57:11 +09:00
  • be193269d8 280x224 macrotile minjaesong 2025-09-16 15:59:39 +09:00
  • 391adffad4 encoder optimisation minjaesong 2025-09-16 15:20:28 +09:00
  • dab56ee55d decoder optimisation minjaesong 2025-09-16 14:46:56 +09:00
  • 3011c73168 code cleanup minjaesong 2025-09-16 10:26:03 +09:00
  • a5da200507 wavelet deblocking using simulated overlapping tiles minjaesong 2025-09-16 10:03:17 +09:00
  • 54f335e3de working wavelet encoder minjaesong 2025-09-16 02:51:00 +09:00
  • 4bb234a89b wip minjaesong 2025-09-15 23:47:28 +09:00
  • 4c0a282de7 removing any reference on interlaced minjaesong 2025-09-15 19:14:51 +09:00
  • 113c01b851 112x112 blocks for TAV, which greatly improves the encoding speed minjaesong 2025-09-15 19:08:46 +09:00
  • 1343dd10cf TAV with ICtCp colour space minjaesong 2025-09-15 16:35:44 +09:00
  • b497570a3b using "correct" colourimetry minjaesong 2025-09-15 10:14:44 +09:00
  • 9f901681a6 first working version minjaesong 2025-09-15 12:56:42 +09:00
  • ded609e65e using "correct" colourimetry minjaesong 2025-09-15 10:14:44 +09:00
  • 34cf5cb591 ICtCp colour space impl minjaesong 2025-09-15 09:52:23 +09:00
  • 9c2aa96b73 ICtCp colour space wip minjaesong 2025-09-15 01:44:29 +09:00
  • d446a4e2f5 wip6 minjaesong 2025-09-14 22:26:02 +09:00
  • db57516a46 wip5 minjaesong 2025-09-13 23:06:31 +09:00
  • 712506c91c wip4 minjaesong 2025-09-13 22:02:56 +09:00
  • 722e8e893f wip3 minjaesong 2025-09-13 15:24:32 +09:00
  • dca09cf4a3 wip2 minjaesong 2025-09-13 13:32:14 +09:00
  • 62d6ee94cf tav wip minjaesong 2025-09-13 13:28:01 +09:00