summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-10-14delete old spuencoder filesChristian Gmeiner
2009-10-14do not build dxr3colormanger and dxr3interface_spu_encoder as not needed anymoreChristian Gmeiner
2009-10-14fix code styleChristian Gmeiner
2009-10-14remove debug class cTimeChristian Gmeiner
2009-10-14manage includesChristian Gmeiner
2009-10-14remove old stuff from cDxr3Osd class and clean up related source partsChristian Gmeiner
2009-10-14remove old osd calls from cDxr3Osd::Flush()Christian Gmeiner
2009-10-14remove OsdFlushRate setting, as it is not needed any moreChristian Gmeiner
2009-10-13dont leak memoryChristian Gmeiner
2009-10-13make use of scalerChristian Gmeiner
2009-10-13implement scaler basd on 'Image Scaling With Bresenham'Christian Gmeiner
2009-10-12add stub cBitmap scalerChristian Gmeiner
2009-10-12add method to get current video stream dimensionChristian Gmeiner
2009-10-12do not return NULLChristian Gmeiner
2009-10-11Update Klaus' e-mail address.Ville Skyttä
2009-10-09fix spelling mistakeChristian Gmeiner
2009-10-09remove not wanted dsyslogChristian Gmeiner
2009-10-09bug #166 done - encode our mergedBitmapChristian Gmeiner
2009-10-09replace color paletteChristian Gmeiner
2009-10-09copy area bitmaps to mergedBitmap with needed transforming of indexesChristian Gmeiner
2009-10-09determine the palette used by all bitmapsChristian Gmeiner
2009-10-09add a mergedBitmap, which will containt all areas bitmapsChristian Gmeiner
2009-10-08add some missing virtual keywordsChristian Gmeiner
2009-10-08change the way we use to encode the osd in cDxr3Osd::FlushChristian Gmeiner
2009-10-08store informations about regions in cDxr3Osd classChristian Gmeiner
2009-10-06fix codeing styleChristian Gmeiner
2009-10-02fix bug #164 - Mixed up OSD coloursChristian Gmeiner
the driver wants the color values in BBGGRR and not RRGGBB also the opacity values need some magic.
2009-10-01get rid of prefix from filename of singleton and update licence headerChristian Gmeiner
2009-09-30pass function parameter by referenceChristian Gmeiner
2009-09-29add support for multi bitmapsChristian Gmeiner
This functionality is needed for plugins like femon, which uses more then one bitmap for its osd.
2009-09-29clean up some syslog messagesChristian Gmeiner
2009-09-29we can hanlde only up to 4 bppChristian Gmeiner
2009-09-29make use of new spuencoderChristian Gmeiner
2009-09-29disable old spu encoding stuffChristian Gmeiner
2009-09-29add the magic calculateRegions algorithmChristian Gmeiner
2009-09-29change the way we write color informationsChristian Gmeiner
2009-09-29correct writeRegionInformationChristian Gmeiner
2009-09-29fix wrong indexes used color and constrat writeChristian 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-29in the region find algorithm we need the endColumnChristian Gmeiner
2009-09-28check num pararmeter of section(..) so that we are on the safe side. Also ↵Christian Gmeiner
move a call under an if.
2009-09-23check in cSpuRegion::addIndex if index was already addedChristian Gmeiner
2009-09-22change constr. of cSpuRegion to work with an startLine valueChristian Gmeiner
2009-09-22add method to add a new section to a regionChristian Gmeiner
2009-09-22rename methods of cSpuRegionChristian Gmeiner
2009-09-22use section method to get a pointer to a valid sSection or NULLChristian Gmeiner
2009-09-22wirte region informations/color and contrast change informationsChristian Gmeiner
2009-09-22add method to write region information data and switch to a std::vector to ↵Christian Gmeiner
hold regions
2009-09-11fix writting opacity valuesChristian Gmeiner