summaryrefslogtreecommitdiff
path: root/dxr3demuxdevice.c
AgeCommit message (Expand)Author
2010-01-09there is no need to store the type of a bufferChristian Gmeiner
2010-01-09make more use of AccessorsChristian Gmeiner
2010-01-08code style changes... nothing moreChristian Gmeiner
2010-01-08kick m_dxr3Device member from cDxr3DemuxDevice and use singleton insteadChristian Gmeiner
2010-01-07check for max sizes supported by syncbufferChristian Gmeiner
2009-12-10make DemuxPes much simplerChristian Gmeiner
2009-12-09make cDxr3AudioDecoder::Init() privateChristian Gmeiner
2009-12-09add a way to enable/disable audio via iAudioChristian Gmeiner
2009-12-09digital audio works if enabled by vdr startupChristian Gmeiner
2009-12-09make call to cDxr3AudioDecoder::DecodeAc3Dts simplerChristian Gmeiner
2009-12-09isAc3Dts() checks are not neededChristian Gmeiner
2009-12-09a MPEG-1 or MPEG-2 audio stream contains only MPEG audio data, no need for ac...Christian Gmeiner
2009-12-09change structure of iAudio classChristian Gmeiner
2009-12-08remove IsAudioModeAC3() method - instead make use of iAudioChristian Gmeiner
2009-11-19remove method cDxr3Interface::ReOpenAudio, as it is a pure stubChristian Gmeiner
2009-11-18Revert "make it simpler"Christian Gmeiner
2009-11-09some small cleanupsChristian Gmeiner
2009-10-23kick PlayVideoFrame(const uint8_t* pBuf, int length, int times) method as not...Christian Gmeiner
2009-10-23play cDxr3PesFrame directlyChristian Gmeiner
2009-10-16current implementation of StillPicture in cDxr3DemuxDevice is wrongChristian Gmeiner
2009-10-16remove cDxr3Interface::SingleStep methodChristian Gmeiner
2009-08-28make it simplerChristian Gmeiner
2009-08-19merge methods SetHorizontalSize and SetVerticalSize to method setDimensionChristian Gmeiner
2009-06-15Update copyright boilerplates from http://www.gnu.org/licenses/lgpl-2.1.txt a...Ville Skyttä
2009-06-05update emacs code style partChristian Gmeiner
2009-06-05make gcc happier by fixing some warningsChristian Gmeiner
2009-06-02rework singleton classChristian Gmeiner
2009-05-02cleanup header includesChristian Gmeiner
2009-04-24create cDxr3PesFrame on the heapChristian Gmeiner
2009-04-20this is a small preperation for later patchesChristian Gmeiner
2009-04-20get rid of offset in cDxr3PesFrameChristian Gmeiner
2009-04-19get rid of m_staticVerticalSize and m_staticHorizontalSize in pes frameChristian Gmeiner
2009-04-18get rid of cDxr3SafeArray and all the exception stuffChristian Gmeiner
2009-04-18get rid of IsValid from cDxr3PesFrameChristian Gmeiner
2009-04-18rename cDxr3PesFrame::ExtractNextFrame to cDxr3PesFrame::parseChristian Gmeiner
2009-04-18get rid of an assumption of older vdr versionChristian Gmeiner
2009-04-18fix coding style before starting rewriteChristian Gmeiner
2009-04-15rename es to payload in pesframe and coChristian Gmeiner
2009-04-01simplify cDxr3DemuxDevice::setAudioChristian Gmeiner
2009-02-26remove unused code in the demux deviceChristian Gmeiner
2009-02-21first work to get alsa audio outputChristian Gmeiner
2008-12-29Convert to UTF-8.scop
2007-04-05Apply patches/vdr-dxr3-ac3.patch, start countdown to 0.2.7.scop
2007-01-28Use cCondWait::SleepMs() instead of usleep().scop
2006-02-11Some commented out code updates (no-op).scop
2005-08-02Update FSF's address.scop
2005-06-22Use VDR's logging facilities, no more dxr3plugin.log.scop
2005-05-28Improve recovery and avoid lockups with bad streams (Jon Burgess).scop
2005-05-28Clean up non-working dead code for VDR < 1.3.11.scop
2005-04-19Mass indentation/whitespace cleanup.scop