Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-06-04 | remove OSS driver | Christian Gmeiner | |
2010-04-22 | remove setting to hide main menu | Christian Gmeiner | |
2010-04-16 | add virtual destructor to iSettingsObserver | Christian Gmeiner | |
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-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-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 | update licence | Christian Gmeiner | |
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 | |
2010-01-04 | rename dxr3configdata.[ch] to settings.[ch] | Christian Gmeiner | |