summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-02-28Fix indentation settings.HEADmasterVille Skyttä
2010-02-28Makefile adjustments for VDR 1.7.13.Ville Skyttä
2010-01-09add first ro Accessor at cFixedLengthFrameChristian Gmeiner
2010-01-09there is no need for m_count variableChristian Gmeiner
2010-01-09add assignment operator for ro (read only) AccessorsChristian Gmeiner
2010-01-09add Accessors for pts in cFixedLengthFrameChristian Gmeiner
2010-01-09there is no need to store the type of a bufferChristian Gmeiner
2010-01-09extend Accessors template to support rw and ro variablesChristian Gmeiner
2010-01-09make more use of AccessorsChristian Gmeiner
2010-01-08add changes needed for vdr 1.7.11Christian Gmeiner
2010-01-08make use of turnPlugin(bool) in cDxr3Device::SetPlayModeChristian 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
2010-01-07fix return valueJan Willies
2010-01-06fix bug #223 by adding a command line option to enable automatic fw loadingChristian Gmeiner
2010-01-04uppsChristian Gmeiner
2010-01-04add missing virtual and update licenceChristian Gmeiner
2010-01-04rename Uncopyable.h to uncopyable.hChristian Gmeiner
2010-01-04update licenceChristian Gmeiner
2010-01-04rework cSettings class to use a new way for setters and gettersChristian Gmeiner
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