Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-02-03 | merge dxr3interface into dxr3device | Christian Gmeiner | |
2009-10-09 | fix spelling mistake | Christian Gmeiner | |
2009-10-02 | fix bug #164 - Mixed up OSD colours | Christian Gmeiner | |
the driver wants the color values in BBGGRR and not RRGGBB also the opacity values need some magic. | |||
2009-09-29 | clean up some syslog messages | Christian Gmeiner | |
2009-09-29 | add the magic calculateRegions algorithm | Christian Gmeiner | |
2009-09-29 | change the way we write color informations | Christian Gmeiner | |
2009-09-29 | correct writeRegionInformation | Christian Gmeiner | |
2009-09-29 | fix wrong indexes used color and constrat write | Christian Gmeiner | |
2009-09-29 | add construct to work with more then 4 colors | Christian Gmeiner | |
2009-09-29 | add temporary bitmap, which will be used to store converted region data | Christian Gmeiner | |
2009-09-22 | change constr. of cSpuRegion to work with an startLine value | Christian Gmeiner | |
2009-09-22 | rename methods of cSpuRegion | Christian Gmeiner | |
2009-09-22 | use section method to get a pointer to a valid sSection or NULL | Christian Gmeiner | |
2009-09-22 | wirte region informations/color and contrast change informations | Christian Gmeiner | |
2009-09-22 | add method to write region information data and switch to a std::vector to ↵ | Christian Gmeiner | |
hold regions | |||
2009-09-11 | fix writting opacity values | Christian Gmeiner | |
2009-09-11 | also write color informations - we have a working < 5 bpp spu encoder now | Christian Gmeiner | |
2009-09-11 | make use of spu regions and add rle4color method | Christian Gmeiner | |
2009-09-01 | add basic implementaion of generateSpuData | Christian Gmeiner | |
2009-09-01 | better this way | Christian Gmeiner | |
2009-09-01 | add method generateSpuData | Christian Gmeiner | |
this method will use the rle data and other informations to generate a valid spu packet. At the moment it is a stub. | |||
2009-09-01 | fix compile warnings | Christian Gmeiner | |
2009-09-01 | add a storage for encoded rle data and fix compilation | Christian Gmeiner | |
2009-09-01 | store color informations of current bitmap in members | Christian Gmeiner | |
2009-09-01 | add generateColorPalette and encode methods with needed members | Christian Gmeiner | |
generateColorPalette will use vdrs color values and parse them and set new color values for the spu. encode is at the moment almost a stub | |||
2009-09-01 | add method writeNibble and all needed members to cSpuEncoder | Christian Gmeiner | |
2009-08-31 | add gpl v2 license informations | Christian Gmeiner | |
2009-08-31 | add spuencoder implementation | Christian Gmeiner | |
move ClearOsd() from cDxr3Interface to cSpuEncoder class. Also make method simpler to understand. Yet this method is not used. |