summaryrefslogtreecommitdiff
path: root/spuencoder.h
AgeCommit message (Collapse)Author
2009-10-01get rid of prefix from filename of singleton and update licence headerChristian Gmeiner
2009-09-29add construct to work with more then 4 colorsChristian Gmeiner
2009-09-29add temporary bitmap, which will be used to store converted region dataChristian Gmeiner
2009-09-22use section method to get a pointer to a valid sSection or NULLChristian Gmeiner
2009-09-22add method to write region information data and switch to a std::vector to ↵Christian Gmeiner
hold regions
2009-09-11also write color informations - we have a working < 5 bpp spu encoder nowChristian Gmeiner
2009-09-11make use of spu regions and add rle4color methodChristian Gmeiner
2009-09-06make cSpuEncoder a singletonChristian Gmeiner
2009-09-01add method generateSpuDataChristian 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-01fix compile warningsChristian Gmeiner
2009-09-01add a storage for encoded rle data and fix compilationChristian Gmeiner
2009-09-01store color informations of current bitmap in membersChristian Gmeiner
2009-09-01add generateColorPalette and encode methods with needed membersChristian 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-01add method writeNibble and all needed members to cSpuEncoderChristian Gmeiner
2009-08-31add gpl v2 license informationsChristian Gmeiner
2009-08-31add spuencoder implementationChristian Gmeiner
move ClearOsd() from cDxr3Interface to cSpuEncoder class. Also make method simpler to understand. Yet this method is not used.