Commit Graph

560 Commits

Author SHA1 Message Date
minjaesong
9aaa7689ed exception caused by an app that is not handled by TVDOS will now print out stack trace before causing the computer to shut down 2022-05-26 20:31:34 +09:00
minjaesong
b79278bdf3 update gitignore 2022-05-25 10:49:17 +09:00
minjaesong
ab2b21552a pipe now works with dir 2022-05-25 10:46:46 +09:00
minjaesong
359ef6d235 pipe is wip but && operator kinda works 2022-05-13 11:18:14 +09:00
minjaesong
761f9b6264 tvdos: parsing pipe operator 2022-05-12 20:52:43 +09:00
minjaesong
5b8930202f more pipe stuffs 2022-05-12 11:17:55 +09:00
minjaesong
541d385ec6 decodemov: fixed a bug where the frame read occasionally hangs at the end of the playback 2022-05-11 15:48:15 +09:00
minjaesong
537651993e BIOS with selectable boot device 2022-05-10 12:47:53 +09:00
minjaesong
09a7698205 tvdos: cls to clear out secondary fbuf 2022-05-08 20:54:02 +09:00
minjaesong
979b11b1df making con.color_pair to not use ANSI escape sequences which made fsh to run blazingly fast 2022-05-08 20:43:25 +09:00
minjaesong
c05b973505 command to see memory allocation status 2022-05-06 17:38:20 +09:00
minjaesong
9df0f9ddba gpu: reading image will return its actual channel count and mov encoder will actually use it 2022-05-06 10:52:07 +09:00
minjaesong
7aee0d8a52 fixed a bug where ipf movie playback would hang after the last frame 2022-05-04 18:43:00 +09:00
minjaesong
aa36beee88 allow frameskipping for mov playback 2022-05-04 17:57:57 +09:00
minjaesong
b8956c22ff trying to make cursor not blink while typing which doesn't work on edit.js 2022-05-04 11:15:32 +09:00
minjaesong
7cffff1d71 fixed a bug where softresetting would not clear the malloc map 2022-05-03 22:23:54 +09:00
minjaesong
d3058d515d movie en/decoding using ipf1/2 formats 2022-05-03 14:06:50 +09:00
minjaesong
d7a271a40f hw impl of ipf codec (encoding not tested) 2022-05-03 11:55:09 +09:00
minjaesong
89bb944869 slight format changes on ipf1 2022-05-03 10:23:35 +09:00
minjaesong
dfd58b00b2 descriptions update 2022-05-02 21:27:04 +09:00
minjaesong
76889970b4 two different ipf versions impl 2022-05-02 01:57:59 +09:00
minjaesong
5eb2d77269 dithering on the encoder 2022-05-01 18:59:53 +09:00
minjaesong
0e8dda5e90 encoder no alpha option 2022-05-01 18:25:16 +09:00
minjaesong
14b624fb08 ipf codec mostly works except no dithering 2022-05-01 18:08:21 +09:00
minjaesong
37d6f76a5f ipf codec wip 2022-05-01 15:44:53 +09:00
minjaesong
687cc181e6 lossy image compressor wip 2022-04-30 17:49:12 +09:00
minjaesong
c00cbc155d fsh: quick access widget 2022-04-29 21:14:06 +09:00
minjaesong
66c3e252c0 more fsh widgets 2022-04-29 17:27:49 +09:00
minjaesong
847032240a var -> let 2022-04-29 15:19:06 +09:00
minjaesong
7737f65ea5 fsh update 2022-04-29 15:06:55 +09:00
minjaesong
e7315834ae more movie format experimentations 2022-04-28 11:10:48 +09:00
minjaesong
806b534f77 arseiotnarseit 2022-04-27 17:44:33 +09:00
minjaesong
b37124bc4e gpu: framebuffer is now UnsafePtr instead of being Pixmap 2022-04-27 10:57:14 +09:00
minjaesong
6650861ad6 . 2022-04-20 18:36:26 +09:00
minjaesong
82c5d75b26 gpu: graphics mode 2 2022-04-20 10:34:41 +09:00
minjaesong
219845e565 gpu mmio write addrs have been moved around 2022-04-20 10:04:30 +09:00
minjaesong
7cddb2660e wtf that was octal not decimal 2022-04-18 12:06:36 +09:00
minjaesong
9e990ccdf4 graphics adapter: render framebuffer is back to 32bpp to support direct colour mode 2022-04-18 01:17:48 +09:00
minjaesong
59ce7e5fac movie format changes 2022-04-16 18:21:24 +09:00
minjaesong
b46c1d6f01 gpu: reading existence of other banks using mmio 2022-04-14 14:08:03 +09:00
minjaesong
4a02198d79 finally fully working decodemov 2022-04-13 22:16:24 +09:00
minjaesong
ea6d40f3e3 more work at decodemov.js 2022-04-13 21:50:40 +09:00
minjaesong
c8aa7b9f6b wtf 2022-04-13 17:58:06 +09:00
minjaesong
95b0d4672e faster partial reading of file wip 2022-04-13 17:30:42 +09:00
minjaesong
95bfaae1da tsvm mov encoder and decoder 2022-04-12 16:44:14 +09:00
minjaesong
41761289d3 graphics: image bayer dithering; movie test using image decoding of tsvm's gpu 2022-04-12 11:17:20 +09:00
minjaesong
4ec8692e04 special resizing key to fit within screen 2022-04-07 14:07:33 +09:00
minjaesong
23579b3809 more dithering stuffs 2022-04-07 13:53:38 +09:00
minjaesong
77b95a82f7 proportional scale of the image on image resample 2022-04-07 10:36:48 +09:00
minjaesong
ba97e2982c dithering of the image displaying 2022-04-06 23:46:23 +09:00