Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-04-16 | add infrastructure to observe settings changes | Christian Gmeiner | |
Check it out by changing BSC vales in the settings osd. | |||
2010-04-16 | add menu setting to select ac3 audio mode | Christian Gmeiner | |
2010-04-16 | code sytle changes | Christian Gmeiner | |
2010-03-06 | add basic PulseAudio audio suppport - NOT TESTED! | Christian Gmeiner | |
requested by loswillios | |||
2010-02-05 | make it possible to swich audio driver via command line opts | Christian Gmeiner | |
This makes it easier to test both audio drivers | |||
2010-02-03 | merge dxr3interface into dxr3device | Christian Gmeiner | |
2010-01-07 | fix return value | Jan Willies | |
Trivial fix to make the plugin compile again Signed-off-by: Jan Willies <jan@willies.info> Signed-off-by: Christian Gmeiner <christian.gmeiner@gmail.com> | |||
2010-01-06 | fix bug #223 by adding a command line option to enable automatic fw loading | Christian Gmeiner | |
By default the vdr-dxr3-plugin does not load the fw automatically any more, as on recent linux systems the fw gets loaded when the em8300 driver module gets loaded. So we dont need to load the fw. But for older systems there is the command option -f/--firmware-loading to tell the plugin to load the firmware at startup. | |||
2010-01-04 | rework cSettings class to use a new way for setters and getters | Christian Gmeiner | |
The basic idea behind this commit is to get rid of those bad looking getters and setters, where we have no logic used by them. | |||
2010-01-04 | rename cDxr3ConfigData class to cSettings | Christian Gmeiner | |
2009-12-29 | Set version to 0.3.0-git. | Ville Skyttä | |
2009-12-09 | change structure of iAudio class | Christian Gmeiner | |
This change introduces some bigger changes in how analog/digital audio will be handled. VDR notifices the plugin via cDxr3Device::SetDigitalAudioDevice, if if the we need to use analog or digital audio. With digital audio I mean digital PCM. Based on the informations get via the pes packet ac3dts will be switched on or off. So the svdrp commands SDO, SAO and SAC3 do not make sense at the moment. | |||
2009-10-14 | remove OsdFlushRate setting, as it is not needed any more | Christian Gmeiner | |
2009-10-12 | do not return NULL | Christian Gmeiner | |
2009-08-19 | update the bcs values via updateBcsValues() method and remove all other setters | Christian Gmeiner | |
2009-07-07 | fix #145 - DON and DOF should work as expected. | Christian Gmeiner | |
2009-06-05 | update emacs code style part | Christian Gmeiner | |
2009-06-02 | rework singleton class | Christian Gmeiner | |
2009-05-02 | cleanup header includes | Christian Gmeiner | |
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 | |