Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-03-28 | rework pmExtern_THIS_SHOULD_BE_AVOIDED playmode | Christian Gmeiner | |
This commit removes all checks if the device is external released as it is not possible/wanted to set playmode to pmExtern_THIS_SHOULD_BE_AVOIDED and call play methods of device class. Also I removed DON and DOF svdr commands, as in my opinion these two commands are not useful at all. If somebody who needs them give me an example usage for these commands, I will bring them back. | |||
2009-02-25 | get some SVDRPCommand working again | Christian Gmeiner | |
2009-02-25 | factor our audio stuff from dxr3interface.h | Christian Gmeiner | |
With this commit ALSA support is only some commits away. This commit introduces cAudioOss, which has everything needed in it to handle a oss audio device. There are some problems, which will fixed soon. For instance, external mode is not supported at the moment. | |||
2009-02-18 | fix crash at shutdown | Christian 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-12 | remove dxr3vdrincludes.h | Christian Gmeiner | |
Dont include .h files, which are not used in the current context. | |||
2009-01-07 | better singleton template | Christian Gmeiner | |
With the old singleton pattern it could happen that two instances are created. See... static T& Instance() { static T m_Instance; return m_Instance; } static T* InstanceP() { static T* m_InstanceP = new T; return m_InstanceP; } | |||
2009-01-06 | 0.2.9+git | Ville Skyttä | |
2009-01-02 | Add BCS getters (cached value only), use in SVDRP command return values. | scop | |
2009-01-02 | 0.2.9VDR_DXR3_0_2_9 | scop | |
2008-12-29 | Drop support for VDR < 1.6.0 | scop | |
2008-12-29 | Switch to VDR 1.6's i18n system | scop | |
2008-12-28 | 0.2.8+cvs | scop | |
2008-12-28 | 0.2.8-cvs | scop | |
2008-12-28 | Add bunch of SVDRP commands based on patch from Krzysztof Parma, reconfigure ↵ | scop | |
device audio on external reopen. | |||
2008-04-06 | 0.2.8 | scop | |
2007-08-29 | Drop support for VDR < 1.4.0 | scop | |
2007-08-12 | 0.2.8-cvs | scop | |
2007-05-07 | 0.2.7VDR_DXR3_0_2_7 | scop | |
2007-04-28 | Could be a good idea to actually use the UseWSS value from config... | scop | |
2007-04-26 | Add setup option for enabling/disabling use of WSS; some setups get ↵ | scop | |
"stripey" screens sometimes when WSS kicks in. | |||
2007-04-09 | Drop unneeded dummy cPlugin overrides. | scop | |
2007-04-05 | Apply patches/vdr-dxr3-ac3.patch, start countdown to 0.2.7. | scop | |
2007-04-03 | - Add brightness/contrast/saturation settings to setup | scop | |
- Apply more settings immmediately from setup - Reorder setup menu items | |||
2006-06-08 | Bump to 0.2.7-cvs. | scop | |
2006-04-30 | 0.2.6. | scop | |
2006-04-22 | Constness tuning. | scop | |
2006-04-19 | VDR >= 1.3.47 is a bit gratuitous, back that down to 1.3.42. | scop | |
2006-04-18 | Clean up pre-VDR-1.3.47 compat stuff. | scop | |
2006-01-08 | Bump to 0.2.6-cvs. | scop | |
2006-01-08 | 0.2.5.VDR_DXR3_0_2_5 | scop | |
2005-11-22 | Bump to 0.2.5-cvs. | scop | |
2005-08-27 | 0.2.4.VDR_DXR3_0_2_4 | scop | |
2005-08-25 | Bump to 0.2.4-cvs. | scop | |
2005-08-07 | 0.2.3. | scop | |
2005-08-02 | Limit card number to sane values in config. On the other hand, this should | scop | |
probably be a command line argument to the plugin, not an OSD-settable option. | |||
2005-08-01 | Move OSD flush rate setting to UI. | scop | |
2005-07-06 | Add setup option for hiding the main menu entry. | scop | |
2005-06-22 | Use VDR's logging facilities, no more dxr3plugin.log. | scop | |
2005-05-28 | Clean up non-working dead code for VDR < 1.3.11. | scop | |
2005-05-17 | Remove optimized memcpy stuff. | scop | |
2005-04-19 | Mass indentation/whitespace cleanup. | scop | |
2005-04-19 | Fix for crash at exit from Marco Schlüßler. | scop | |
2005-04-18 | More indentation settings. | scop | |
2005-04-18 | Add (X)Emacs indentation settings. | scop | |
2005-04-18 | Oops, wrong tree... revert. | scop | |
2005-04-18 | Add (X)Emacs indentation settings. | scop | |
2005-03-23 | Whitespace sync with HEAD. | scop | |
2005-03-21 | 0.2.3-pre3-cvs -> 0.2.3-cvs. | scop | |
2005-03-14 | Trivial sync with HEAD. | scop | |
2005-03-14 | Fix i18n, improve some translations. | scop | |