summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2009-05-02cleanup header includesChristian Gmeiner
2009-04-30remove some not needed source filesChristian Gmeiner
2009-04-30get rid of UNEXPECTED_PARAMETER_CHANGE exceptionChristian Gmeiner
2009-04-30no need to store channels and sample rate in the audiodecoderChristian Gmeiner
2009-04-30m_lastPts is in cDxr3SyncBuffer not needed -> kick itChristian Gmeiner
2009-04-27remove waitPts parts from syncbufferChristian Gmeiner
2009-04-27get rid of WaitForSysClock and WaitForNextPut, as they are not usedChristian Gmeiner
2009-04-24create cDxr3PesFrame on the heapChristian Gmeiner
This commit is a small step into the right direction - use one datastructe from parsing to playback and this datastructe will be cDxr3PesFrame. One of the next things to do is to change the syncbuffer to store cDxr3PesFrames :)
2009-04-24get rid of InitData()Christian Gmeiner
2009-04-20this is a small preperation for later patchesChristian Gmeiner
Reduce the number of method arguments and simply use a pointer to a cDxr3PesFrame.
2009-04-20get rid of offset in cDxr3PesFrameChristian Gmeiner
2009-04-20store start of pes frameChristian Gmeiner
2009-04-20change protected to privateChristian Gmeiner
2009-04-20extend cDxr3PesFrame about SampleContext and decode bufferChristian Gmeiner
2009-04-19get rid of m_staticVerticalSize and m_staticHorizontalSize in pes frameChristian Gmeiner
2009-04-18remove some unused variablesChristian Gmeiner
2009-04-18get rid of cDxr3SafeArray and all the exception stuffChristian Gmeiner
2009-04-18get rid of IsValid from cDxr3PesFrameChristian Gmeiner