index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
graphics
/
yuv_to_rgb.cpp
Age
Commit message (
Expand
)
Author
2017-12-03
ALL: Remove obsolete register keyword
Colin Snover
2017-07-10
Revert "COMMON: Change way the Singleton instances are instantiated"
Eugene Sandulenko
2017-07-10
COMMON: Change way the Singleton instances are instantiated
Thierry Crozat
2013-08-03
GRAPHICS: Take advantage of Surface::getPixels.
Johannes Schickel
2013-08-03
GRAPHICS: Prefer getBasePtr over direct Surface::pixels access.
Johannes Schickel
2012-09-18
GRAPHICS: Implement different luminance ranges
Matthew Hoops
2012-09-17
GRAPHICS: Rework YUV->RGB code a bit
Matthew Hoops
2012-04-16
GRAPHICS: Improve the YUV410 conversion code speed some more
Matthew Hoops
2012-04-14
GRAPHICS: Make YUV410 conversion code use bilinear interpolation
Matthew Hoops
2012-04-08
GRAPHICS: Add YUV410 to RGB Conversion Functions, required for SVQ1.
D G Turner
2012-03-20
GRAPHICS: Make the JPEG code use the new YUV to RGB converter
Matthew Hoops
2011-08-06
JANITORIAL: Remove SVN keywords
Eugene Sandulenko
2011-06-30
ALL: Require DECLARE_SINGLETON to be used in the Common namepsace
Ori Avtalion
2011-05-24
GRAPHICS: Optimize the convertYUV420ToRGB function a bit more
Matthew Hoops
2011-05-18
GRAPHICS: Add some docs and sanity checks to the YUV to RGB code
Matthew Hoops
2011-05-18
GRAPHICS: Add a YUV to RGB table lookup for use with Theora
Matthew Hoops