]> git.sesse.net Git - vlc/commit
render.c: RGB2 now gets the right color from the RGB color map.
authorRocky Bernstein <rocky@videolan.org>
Sat, 31 Jan 2004 05:53:35 +0000 (05:53 +0000)
committerRocky Bernstein <rocky@videolan.org>
Sat, 31 Jan 2004 05:53:35 +0000 (05:53 +0000)
commit636df0d7bc8d467c915436684e3fb5580e53255f
tree72c17a9853ba1d7134f273ba551e5b8150217610
parentacdfa3528ac2065633045d17717c47dae07f6552
render.c: RGB2 now gets the right color from the RGB color map.
  And a first cut at handling transparancy values properly. However
  to do this we merely needed to

pixmap.[ch]: write our own routines for retrieving a close colormap index
  given a pixel value. Well, and also had to

video_chroma/i420_rgb.[ch]: save the RGB colormap that is allocated.

Modules.am: forgot new pixmap.c

others: more misc abstraction/cleanup
modules/codec/ogt/Modules.am
modules/codec/ogt/common.c
modules/codec/ogt/pixmap.c
modules/codec/ogt/pixmap.h
modules/codec/ogt/render.c
modules/video_chroma/i420_rgb.c
modules/video_chroma/i420_rgb.h