ii-vision/transcoder
kris ca817999f6 Parametrize the RGB palette to encode with, and support both NTSC and
IIGS palettes.

Move the palette diff_matrix generation into make_data_tables.py since
that is the only place it is used.

Demand-load the edit distance matrices when transcoding.
2019-06-15 21:02:00 +01:00
..
data Parametrize the RGB palette to encode with, and support both NTSC and 2019-06-15 21:02:00 +01:00
audio.py Start to flesh out function docstrings, add some more type annotations. 2019-03-21 22:41:05 +00:00
colours.py Add a DHGRColours enum mapping the DHGR logical colours to their 2019-06-12 22:12:26 +01:00
frame_grabber_test.py Rename FrameSequencer to FrameGrabber and break out into separate file. 2019-06-14 21:59:39 +01:00
frame_grabber.py Parametrize the RGB palette to encode with, and support both NTSC and 2019-06-15 21:02:00 +01:00
machine.py Fix warning about missing newline at EOF 2019-06-13 23:40:55 +01:00
main.py Parametrize the RGB palette to encode with, and support both NTSC and 2019-06-15 21:02:00 +01:00
make_data_tables_test.py Parametrize the RGB palette to encode with, and support both NTSC and 2019-06-15 21:02:00 +01:00
make_data_tables.py Parametrize the RGB palette to encode with, and support both NTSC and 2019-06-15 21:02:00 +01:00
movie.py Parametrize the RGB palette to encode with, and support both NTSC and 2019-06-15 21:02:00 +01:00
opcodes_test.py Fix test 2019-06-12 22:06:58 +01:00
opcodes.py Rename FrameSequencer to FrameGrabber and break out into separate file. 2019-06-14 21:59:39 +01:00
palette.py Parametrize the RGB palette to encode with, and support both NTSC and 2019-06-15 21:02:00 +01:00
screen_test.py Remove unused code. 2019-06-13 23:44:41 +01:00
screen.py Parametrize the RGB palette to encode with, and support both NTSC and 2019-06-15 21:02:00 +01:00
symbol_table_test.py Add module docstrings 2019-03-21 16:42:47 +00:00
symbol_table.py Start to flesh out function docstrings, add some more type annotations. 2019-03-21 22:41:05 +00:00
video_mode.py Rename FrameSequencer to FrameGrabber and break out into separate file. 2019-06-14 21:59:39 +01:00
video_test.py Parametrize the RGB palette to encode with, and support both NTSC and 2019-06-15 21:02:00 +01:00
video.py Parametrize the RGB palette to encode with, and support both NTSC and 2019-06-15 21:02:00 +01:00