Statistics
| Branch: | Revision:

root / vnc-encoding-zlib.c @ c3d420ea

History | View | Annotate | Download (4.2 kB)

# Date Author Comment
70a4568f 05/03/2010 08:09 pm Corentin Chary

vnc: split encoding in specific files

This will allow to implement new encodings (tight, zrle, ..)
in a cleaner way. This may hurt performances, because some
functions like vnc_convert_pixel are not static anymore, but
should not be a problem with gcc 4.5 and the new -flto....