summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-01-04rename cDxr3ConfigData class to cSettingsChristian Gmeiner
2010-01-04rename dxr3configdata.[ch] to settings.[ch]Christian Gmeiner
2009-12-29Set version to 0.3.0-git.Ville Skyttä
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-09switching from analog to digital works againChristian Gmeiner
2009-12-09make call to cDxr3AudioDecoder::DecodeAc3Dts simplerChristian Gmeiner
2009-12-09will comeback if time is rightChristian 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-09DemuxPes has a third pararmeter - isAc3. make use of itChristian Gmeiner
2009-12-08add missing break and fix a small style issueChristian Gmeiner
2009-12-08do not set audiomode in PlayAudioChristian Gmeiner
2009-12-08remove IsAudioModeAC3() method - instead make use of iAudioChristian Gmeiner
2009-12-08fix broken compile - reported by Jan WilliesChristian Gmeiner
2009-12-07add basic SetDigitalAudioDevice stub methodChristian Gmeiner
2009-12-07simplify support for different ffmpeg versionsChristian Gmeiner
2009-12-07fixed bug #169Christian Gmeiner
2009-12-05will come back when usedChristian Gmeiner
2009-12-05add support for avcodec_decode_audio3Christian Gmeiner
2009-12-05fix audio problems with vdr 1.7.10Christian Gmeiner
2009-12-05remove not needed bools and the logic behind themChristian Gmeiner
2009-12-05improve DecodeLpcm methodChristian Gmeiner
2009-12-04fix a small problem with initing the lastBitrate valueChristian Gmeiner
2009-12-04rework checking of mpeg audio headerChristian Gmeiner
2009-12-02better this way... so the values are understandableChristian Gmeiner
2009-12-02implement GetVideoSize (>= vdr 1.7.10)Christian Gmeiner
2009-11-19update HISTORY fileChristian 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-23remove 'times' number for cDxr3Interface::PlayVideoFrame(cFixedLengthFrame* p...Christian Gmeiner
2009-10-23kick PlayVideoFrame(const uint8_t* pBuf, int length, int times) method as not...Christian Gmeiner
2009-10-23this switch is not needed as this case is handled in cDxr3DemuxDevice::DemuxP...Christian Gmeiner
2009-10-23play cDxr3PesFrame directlyChristian Gmeiner
2009-10-23update translation filesChristian Gmeiner
2009-10-23move for-loop counter declaration into for-loop descriptionChristian Gmeiner
2009-10-23make use of ffmpeg macroChristian Gmeiner
2009-10-22simplify bitmap cleaningChristian Gmeiner
2009-10-21fix flickering if we need to scale and osd does not changeChristian Gmeiner
2009-10-20Merge branch 'master' of community.xeatre.tv:vdr-plugin-dxr3Christian Gmeiner
2009-10-20fix green osdChristian Gmeiner
2009-10-17Note ALSA_*, remove -DUSE_XINE_SCALER.Ville Skyttä
2009-10-16fix compileChristian Gmeiner
2009-10-16add a basic stuff for StillPicutre in cDxr3DeviceChristian Gmeiner
2009-10-16current implementation of StillPicture in cDxr3DemuxDevice is wrongChristian Gmeiner
2009-10-16header cleanupChristian Gmeiner