summaryrefslogtreecommitdiff
path: root/dxr3device.h
AgeCommit message (Collapse)Author
2009-02-26get rid of a buffering level (m_strBuf)Christian Gmeiner
m_strBuf is not needed, as vdr gives us a 'exactly one complete PES packet of the given Length'. As a result of this there is no leftover of pesdata. This change is testes with vdr-1.6.0 - dont know about the recent development version of vdr.
2009-02-25remove m_CalledBySet in cDxr3Device as it is not used and makes no senseChristian Gmeiner
2009-02-25get some SVDRPCommand working againChristian Gmeiner
2009-02-23simplify audiochannel handlingChristian Gmeiner
2009-02-21first work to get alsa audio outputChristian Gmeiner
Introduce a iAudio class - will be later base class for oss and alas output -, which handles volume and channel handling.
2009-02-18fix crash at shutdownChristian Gmeiner
*** glibc detected *** vdr: free(): invalid pointer: 0xb7875f80 *** ======= Backtrace: ========= /lib/libc.so.6[0xb7d21986] /lib/libc.so.6(cfree+0x89)[0xb7d232b9] /usr/lib/gcc/i686-pc-linux-gnu/4.2.4/libstdc++.so.6(_ZdlPv+0x21)[0xb7ed9eb1] /usr/lib/vdr/plugins/libvdr-dxr3.so.1.6.0(_ZN11cDxr3DeviceD0Ev+0x85)[0xb7866695] vdr(_ZN7cDevice8ShutdownEv+0x33)[0x80a43b3] We do not need to delete created instance of cDxr3Device() not by our own, as it looks like vdr does it. So there are commented calls to Reset, but the plugin needs much love so this is only a workaround.
2009-01-12remove dxr3vdrincludes.hChristian Gmeiner
Dont include .h files, which are not used in the current context.
2008-12-29Convert to UTF-8.scop
2007-04-05Apply patches/vdr-dxr3-ac3.patch, start countdown to 0.2.7.scop
2007-01-07Spelling fixes.scop
2006-04-18Clean up pre-VDR-1.3.47 compat stuff.scop
2006-02-05Quick and dirty adaptation to VDR 1.3.42.scop
2006-01-08Remove image grab code, it's broken (crashes vdr) and would cause maintenancescop
problems with various 1.3.x vdr versions.
2005-08-02Update FSF's address.scop
2005-07-06Add stereo/left/right audio channel switching (Malcolm Caldwell).scop
2005-06-22Use VDR's logging facilities, no more dxr3plugin.log.scop
2005-05-28Clean up non-working dead code for VDR < 1.3.11.scop
2005-04-19Mass indentation/whitespace cleanup.scop
2005-04-18More indentation settings.scop
2005-04-18Add (X)Emacs indentation settings.scop
2005-04-18Oops, wrong tree... revert.scop
2005-04-18Add (X)Emacs indentation settings.scop
2005-03-22Fix filenames in copyright headers.scop
2005-03-22std:: fixes from HEAD.scop
2005-03-14Merge VDR >= 1.3.18 support and comments from HEAD.scop
2005-03-14Sync comments from HEAD.scop
2005-03-14Merge copyright infos from HEAD.scop
2005-01-12added support for vdr-1.3.18austriancoder
2004-10-04using std::vector and std::stringaustriancoder
2004-09-18added/updated copyright informationsaustriancoder
2004-09-13added and converted comments into a doxygen friendly formataustriancoder
2004-08-05initial importaustriancoder