| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
A number of errors were made when adding the two new video textures for
rendering MPEG2.
|
|
|
|
|
|
it being passed into the method and then being re-read via
another call to player_video().
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Video levels are taken care of by the call to PlayerVideo::image()
above, in the non-J2K case, and for J2K we're already in full
range so there's no need to convert.
|
|
1/2.6 is the correction when converting to XYZ, not to RGB.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Otherwise the screen doesn't get cleared properly when no film is
loaded.
|
|
|
|
Also tidy up a bit with the Rectangle class.
|
|
Apparently a line width of greater than 1.0 is not allowed
in some versions of OpenGL.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
the shader and do colourspace conversion there.
|
|
|
|
|
|
remove it.
|
|
|
|
|