Commit Graph

  • 9425c58e53 TAV/TAD fix wip minjaesong 2025-11-11 00:17:51 +09:00
  • c1d6a959f5 TAV/TAD doc update minjaesong 2025-11-10 17:01:44 +09:00
  • edb951fb1a removing obsolete makefile directives minjaesong 2025-11-10 10:52:25 +09:00
  • 0f5875d45b fix: TAD for TSVM producing distorted audio minjaesong 2025-11-10 10:43:49 +09:00
  • 0e6f2162c8 TAV and TAD now shares same code for encoding and decoding minjaesong 2025-11-10 10:35:17 +09:00
  • 28e9a88f8d TAD: EZBC with fixes minjaesong 2025-11-10 01:45:33 +09:00
  • 3f97f1a59e TAD: embedded zero tree coding (basically 1D EZBC) minjaesong 2025-11-09 13:34:28 +09:00
  • c0d1d54bed TAD: more tuning minjaesong 2025-11-08 02:04:11 +09:00
  • aa9ecee7ca TAD: pre/de-emphasis minjaesong 2025-11-07 23:13:08 +09:00
  • 8878d37e5b TAD: pre/de-emphasis minjaesong 2025-11-07 15:16:35 +09:00
  • e743fbf3c0 TAD: more tuning minjaesong 2025-11-07 10:51:01 +09:00
  • d9d395c62c TAD: psychoacoustically optimised quantisation minjaesong 2025-11-07 03:40:56 +09:00
  • 00c882aa8d TEV/TAV: SSF-TC impl minjaesong 2025-11-06 01:18:19 +09:00
  • af3679921d TAV decoder: now with working audio minjaesong 2025-11-04 18:22:41 +09:00
  • 332e8760ad TAV decoder: GOP decoding, GOP grain synthesis minjaesong 2025-11-04 12:00:36 +09:00
  • c85b007ba9 TAV decoder fix: limited RGB range minjaesong 2025-11-04 02:10:32 +09:00
  • 61b0bdaed7 doc update minjaesong 2025-11-04 00:43:14 +09:00
  • 9d98cc1a21 TAV decoder: rewrote to output to file, currently only does I-frames which is NOT a regression from the old code 🤷 minjaesong 2025-11-03 22:49:44 +09:00
  • 76c42f20b3 TAV fix: odd number base quantiser causing luminance flicker on every first GOP frames minjaesong 2025-11-03 03:11:12 +09:00
  • e871264ae5 TAV: wip minjaesong 2025-11-03 02:36:12 +09:00
  • f3b68e1164 TAV: fixed video luminance errors on -q 4 and 5 minjaesong 2025-10-31 04:41:48 +09:00
  • 755d4deb95 TAV: more various fixes and confirming temporal level 3 is unsuitable minjaesong 2025-10-31 01:40:02 +09:00
  • 46ad919407 TAD documentation update minjaesong 2025-10-30 22:13:29 +09:00
  • c61bf7750f TAV: fix - TAD audio incorrectly decoding due to incorrect step size reconstruction minjaesong 2025-10-30 22:02:57 +09:00
  • 991d035bcc TAD: working kotlin decoder minjaesong 2025-10-30 17:08:42 +09:00
  • 480d2d8538 TAV: TAD integration wip minjaesong 2025-10-30 00:34:15 +09:00
  • 4a6edeca09 TAD: imma just finalise it here minjaesong 2025-10-29 23:59:08 +09:00
  • 692defdbb8 TAD: more slight dithering minjaesong 2025-10-29 03:51:49 +09:00
  • ee2ddef1c1 TAD: coefficient dithering on decoder minjaesong 2025-10-29 03:19:36 +09:00
  • 999e1deda0 TAD: coefficient dithering minjaesong 2025-10-29 02:52:09 +09:00
  • a67d8b5f08 TAD: auto filename selection minjaesong 2025-10-29 02:11:04 +09:00
  • f06f339d99 TAD: bringing coeff weight back minjaesong 2025-10-29 01:47:14 +09:00
  • 86864c4b7a TAD: somehow removing entropy coding yields better compression? minjaesong 2025-10-28 04:19:11 +09:00
  • 86de627734 TAD: back to twobitmap minjaesong 2025-10-28 04:04:41 +09:00
  • c6de68291d TAD: quantised value stats minjaesong 2025-10-28 03:15:15 +09:00
  • b3a91bf6cb makefile: zstd probing for macOS minjaesong 2025-10-27 09:42:06 +09:00
  • 1d0f369827 TAD: arbitrary steps with bitplanes minjaesong 2025-10-27 09:14:52 +09:00
  • 9c27d114fc TAD: even the slight companding vastly improves low-volume samples but also increases encoded size by a lot minjaesong 2025-10-27 01:22:36 +09:00
  • 67f7c091eb TAD: better compression using bitmap and delta prediction minjaesong 2025-10-26 20:30:28 +09:00
  • 370d511f44 TAD: better bit allocation using statistics minjaesong 2025-10-26 18:16:28 +09:00
  • 9fcb7fc95c TAD: more wip minjaesong 2025-10-26 02:30:51 +09:00
  • 52f25f7d04 TAV: two-pass GOP slicer minjaesong 2025-10-25 00:01:37 +09:00
  • 69583e5f1e TAV: frame statistics for 3D-DWT mode minjaesong 2025-10-24 18:25:45 +09:00
  • 56a1bac19a TAV: video with TAD audio playback minjaesong 2025-10-24 18:03:23 +09:00
  • 3adc50365b TAV: TAD encoding minjaesong 2025-10-24 10:30:58 +09:00
  • cd88885fbf TAD: kotlin side update minjaesong 2025-10-24 09:19:55 +09:00
  • 9dc71095a0 TAD: now processing entirely in float minjaesong 2025-10-24 05:31:38 +09:00
  • a9319fd812 TAD: Terrarum Advanced Audio to use with video compression minjaesong 2025-10-23 18:56:57 +09:00
  • 6f669f4fd9 TAV: hopefully more steady playback minjaesong 2025-10-23 16:01:23 +09:00
  • e147072d03 removing obsolete files minjaesong 2025-10-23 10:09:11 +09:00
  • 53da0bfcee TAV: fix: iframes not decoding minjaesong 2025-10-23 01:29:20 +09:00
  • 34427d61d7 TAV: minimal size for GOP minjaesong 2025-10-23 00:38:12 +09:00
  • 7f7222fe54 TAV: fix initial GOP skipping minjaesong 2025-10-22 19:31:10 +09:00
  • 4265891093 TAV: pcm8 audio minjaesong 2025-10-22 10:05:54 +09:00
  • 758b134abd TAV: experimental separate audio format mode minjaesong 2025-10-22 09:33:15 +09:00
  • 4eec98cdca TAV: half-fixed 3d dwt playback minjaesong 2025-10-22 01:32:19 +09:00
  • 9ac0424be3 TAV: double buffered playback minjaesong 2025-10-21 16:17:00 +09:00
  • f0ad0ef034 TAV: EZBC on the header minjaesong 2025-10-20 18:53:40 +09:00
  • 9553b281af TAV: EZBC entropy coding minjaesong 2025-10-20 16:40:45 +09:00
  • 019f0aaed5 TAV: trying mpeg-style mocomp minjaesong 2025-10-19 17:56:06 +09:00
  • 120058be6d TAV: some more mocomp shit minjaesong 2025-10-18 05:47:17 +09:00
  • 3b9e02b17f TAV: will replace frame aligning with something else, or maybe with nothing minjaesong 2025-10-17 06:48:21 +09:00
  • 93622fc8ca TAV: 3D DWT makes coherent picture at least minjaesong 2025-10-17 02:01:08 +09:00
  • 0cf1173dd6 TAV: iS tHiS aN iMpRoVeMeNt¿ minjaesong 2025-10-16 09:24:21 +09:00
  • cc2f3e4d57 tav_inspector update minjaesong 2025-10-16 04:02:22 +09:00
  • e179a15f33 TAV: more experiments minjaesong 2025-10-16 02:35:53 +09:00
  • e19af854dc TAV: Haar delta decoding minjaesong 2025-10-16 01:39:51 +09:00
  • ea72dec996 TAV: still bugfixing minjaesong 2025-10-16 00:03:58 +09:00
  • 7e248bc83d TAV: experimental 3D DWT encoder minjaesong 2025-10-15 16:04:27 +09:00
  • b40b2ff0a1 TAV: much better delta coding minjaesong 2025-10-15 00:20:46 +09:00
  • 5dcf2177d5 TAV: no delta coding by default (but allows skip coding) minjaesong 2025-10-14 14:16:05 +09:00
  • 871d7bcdfe TAV: packet inspector minjaesong 2025-10-14 01:25:16 +09:00
  • 4c48d761b9 TAV: extended header spec minjaesong 2025-10-14 00:36:39 +09:00
  • 94749a3ad6 TAV: timecode packets minjaesong 2025-10-14 00:27:26 +09:00
  • e705d274de TAV decoding minor changes minjaesong 2025-10-13 01:42:44 +09:00
  • 222b9866a8 fix: RGB upload function broken for non-native size minjaesong 2025-10-10 00:03:31 +09:00
  • 0b7b8cdd35 fix: incorrect MMIO addressing of FB3/4 minjaesong 2025-10-09 20:55:14 +09:00
  • 31457974be more refactoring minjaesong 2025-10-09 16:50:49 +09:00
  • 0284b37678 graphics mode 5, faster RGB upload minjaesong 2025-10-09 16:44:41 +09:00
  • 912e35a122 graphics mode 5 minjaesong 2025-10-09 16:01:26 +09:00
  • 78a7cdc08f minor fix minjaesong 2025-10-09 01:51:03 +09:00
  • 1a072f6a0c tav: grain synthesis on the spec minjaesong 2025-10-08 23:47:54 +09:00
  • 17b5063ef0 tav player: seek and pause minjaesong 2025-10-08 21:25:33 +09:00
  • 9826efd98a tav: int maths on still frame detection minjaesong 2025-10-08 16:41:42 +09:00
  • f980f23efe tav: just more stat numbers minjaesong 2025-10-08 16:17:14 +09:00
  • 67445b040c tav: skip frame coding minjaesong 2025-10-08 11:09:06 +09:00
  • d08511a39d film grain effect to alleviate 3d scene with low-res texture look minjaesong 2025-10-08 02:07:29 +09:00
  • f918cd429c REWIND command for serial device minjaesong 2025-10-07 23:43:24 +09:00
  • 769b6481da HSDPA supporting file larger than 2GB minjaesong 2025-10-07 22:41:34 +09:00
  • 00e390d879 playtav: cue navigation using arrow keys minjaesong 2025-10-07 21:41:37 +09:00
  • 7474a9d472 proper UCF writer minjaesong 2025-10-07 20:53:13 +09:00
  • abce002cdd testdiskdrive now uses input stream which enables I/O on files larger than 2GB minjaesong 2025-10-07 19:54:43 +09:00
  • e36d4041ce TAV: subtitle font handling minjaesong 2025-10-07 18:14:07 +09:00
  • da084c0074 TAV: interlaced mode minjaesong 2025-10-07 17:51:47 +09:00
  • 3c9441e67f TAV: less aggressive deadzonning minjaesong 2025-10-07 15:27:55 +09:00
  • 581b270c31 TAV: interlacing for backwards compat minjaesong 2025-10-07 14:42:34 +09:00
  • fd62df99a4 TAV: yet another preset change minjaesong 2025-10-07 04:36:57 +09:00
  • ad232d1c84 TAV: twobitmap for better compression minjaesong 2025-10-07 03:55:56 +09:00
  • 0b066a693e visualiser update minjaesong 2025-10-07 02:55:53 +09:00
  • cdec0fe020 TAV: even more preset changes minjaesong 2025-10-07 02:27:15 +09:00