NTSC CRT Versions Save

NTSC encoding/decoding in C89 using only integers and fixed point math. Supports NES decoding. Can be used as an image filter for games or real-time applications.

v.2.3.0

7 months ago

Added RGB image encoding with NES artifacts.

v.2.2.2

7 months ago

Fixed some compiler warnings in the code. There shouldn't be any functional difference.

v.2.2.1.a

7 months ago

Cleaned up the repo a bit.

v.2.2.1

1 year ago

Add VHS system and simple video converter.

v.2.2.0

1 year ago

Added Casio PV-1000 version and template encoder to make writing versions for others systems easier.

v.2.1.6

1 year ago

v.2.1.5

1 year ago

Small bug fixes.

v.2.1.4

1 year ago

Made initialization of some data based on a flag in the settings struct rather than a static variable.

v.2.1.2

1 year ago

Added x, y offset adjustments and a vertical stretch parameter.

v2.1.0

1 year ago

Add support for various input/output pixel formats.