summaryrefslogtreecommitdiffstats
path: root/libvo/csputils.c
Commit message (Expand)AuthorAgeFilesLines
* mp_image: add fields to pass colorspace down the filter chainwm42012-10-281-1/+4
* csputils: better support for integer color valueswm42012-10-281-6/+16
* draw_bmp, csputils: use function instead of macrowm42012-10-281-3/+4
* spudec: use csputils for color conversionwm42012-10-241-0/+14
* csputils: cosmetic changeswm42012-10-241-15/+5
* sub: add helper to draw sub-bitmaps into an imageRudolf Polzer2012-10-241-0/+54
* encode: video encoding now supported using mencoder-like optionsRudolf Polzer2012-09-181-20/+27
* video: honor the video's colormatrix and color range flagscantabile2012-08-211-0/+31
* vo_gl: improve 10-bit YUV->RGB conversion accuracy slightlyUoti Urpala2012-03-091-14/+10
* video, options: implement better YUV->RGB conversion controlwm42011-10-161-10/+88
* csputils/vo_gl: rewrite YUV->RGB matrix generationUoti Urpala2011-08-291-74/+96
* cosmetics: csputils.[ch]: reindentUoti Urpala2011-08-281-117/+125
* vo_gl: Support 9- and 10-bit YUV input for OpenGL VOsreimar2011-07-061-0/+6
* vo_gl, csputils: dual-license under LGPL v2.1reimar2010-11-021-0/+5
* Add support for adjustable TV <-> PC level conversion.reimar2010-01-161-2/+9
* Remove unused variable; fixes the warning:diego2010-01-041-1/+0
* Slightly generalize code to generate YUV->RGB conversion table and addreimar2010-01-011-21/+35
* First steps to supporting different YUV->RGB conversion definitions.reimar2009-12-311-8/+38
* Extract functions to generate yuv->rgb matrices and lookup tables into areimar2009-12-311-0/+116