summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2009-09-11also write color informations - we have a working < 5 bpp spu encoder nowChristian Gmeiner
2009-09-11uppss...Christian Gmeiner
2009-09-11make use of spu regions and add rle4color methodChristian Gmeiner
2009-09-11add basic implementation of a spu regionChristian Gmeiner
2009-09-06osd: use clearOsd() from cSpuEncoder instead of StopSpu from cSPUEncoderChristian Gmeiner
this is the first step to marriage the osd part with the new spu encoder
2009-09-06make cSpuEncoder a singletonChristian Gmeiner
2009-09-01add basic implementaion of generateSpuDataChristian Gmeiner
2009-09-01better this wayChristian 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.
2009-08-28make it simplerChristian Gmeiner
- get rid of SetPlayMode() - add method to do flushing of video buffer - dont spam log with spu buffer sizes
2009-08-19update the bcs values via updateBcsValues() method and remove all other settersChristian Gmeiner
2009-08-19merge methods SetHorizontalSize and SetVerticalSize to method setDimensionChristian Gmeiner
2009-07-07fix #145 - DON and DOF should work as expected.Christian Gmeiner
2009-06-15Update copyright boilerplates from http://www.gnu.org/licenses/lgpl-2.1.txt ↵Ville Skyttä
and http://www.gnu.org/licenses/gpl-2.0.txt
2009-06-15Sync with http://www.gnu.org/licenses/gpl-2.0.txtVille Skyttä
2009-06-08Merge branch 'master' of gitosis@community.xeatre.tv:vdr-plugin-dxr3Christian Gmeiner
2009-06-08merge dxr3sysclock into dxr3interfaceChristian Gmeiner
2009-06-05Merge branch 'master' of gitosis@community.xeatre.tv:vdr-plugin-dxr3Christian Gmeiner
2009-06-05remove two unused filesChristian Gmeiner
2009-06-05update emacs code style partChristian Gmeiner
2009-06-05prepare parts of the audio pipline to work directly with cDxr3PesFrameChristian Gmeiner
2009-06-05small logic style changesChristian Gmeiner
2009-06-05make gcc happier by fixing some warningsChristian Gmeiner
2009-06-02remove cSpuData class, as it is not neededChristian Gmeiner
2009-06-02rework singleton classChristian Gmeiner
2009-05-28Add Ukrainian translation (#131, Yarema aka Knedlyk).Ville Skyttä
2009-05-28respect On pararmeter of MakePrimaryDeviceChristian Gmeiner
2009-05-28simplify DecodeChristian Gmeiner
if somebody sees TODO's in the logfile, please contact me
2009-05-28do not spam logChristian Gmeiner
2009-05-07includes not neededChristian Gmeiner
2009-05-07fix urlChristian Gmeiner
2009-05-07add methods to playback cDxr3PesFrames - untestedChristian Gmeiner
2009-05-07changed style of sourceChristian Gmeiner