summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2009-04-18rewrite cDxr3PesFrame::parseChristian Gmeiner
2009-04-18rename cDxr3PesFrame::ExtractNextFrame to cDxr3PesFrame::parseChristian Gmeiner
2009-04-18get rid of an assumption of older vdr versionChristian Gmeiner
If we have a lookt at comments about Play* mehtods in device.h, we can read the following line: ' ///< Data points to exactly one complete PES packet of the given Length.' As a result of this, there is no need to parse in the data pointer for more then one pes packet.
2009-04-18fix coding style before starting rewriteChristian Gmeiner
2009-04-15rename es to payload in pesframe and coChristian Gmeiner
2009-04-15remove GetStreamId() and coChristian Gmeiner
2009-04-15fix indentation in dxr3pesframe.hChristian Gmeiner
2009-04-01tell gcc to throw out more warningsChristian Gmeiner
2009-04-01remove not needed commentsChristian Gmeiner
2009-04-01why should PlayVideo ever call DemuxAudioPes?Christian Gmeiner
2009-04-01simplify cDxr3DemuxDevice::setAudioChristian Gmeiner