Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-06-30 | simplify setDigitalAudio in output drivers | Christian Gmeiner | |
2010-06-26 | alsa: nicer channel switching | Christian Gmeiner | |
2010-06-26 | Revert "alsa: decrease buffer time" | Christian Gmeiner | |
This reverts commit d23513b76f548dcab4f70722c0c9d0024b3d7f4b. | |||
2010-06-24 | alsa: decrease buffer time | Christian Gmeiner | |
2010-06-24 | alsa: try to use mmap access type and fall back to slow write, if mmap not ↵ | Christian Gmeiner | |
avaiable | |||
2010-06-24 | improve alsa audio output | Christian Gmeiner | |
2010-04-16 | implement flush in audio drivers | Christian Gmeiner | |
2010-02-05 | there is no need to store SampleContext in pesframe | 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 | |
2009-12-09 | add a way to enable/disable audio via iAudio | Christian Gmeiner | |
As all audio realated stuff uses iAudio I added a way to control if write gets called or not. This depends if it was enabled or not. Also I did changes to the demuxer to call the new method instead of the old stub. I am not happy to have that chain: m_pAudioThread->audio()->setEnabled(false) Need some time to redesign this part. | |||
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-07-07 | fix #145 - DON and DOF should work as expected. | Christian Gmeiner | |
2009-06-15 | Update copyright boilerplates from http://www.gnu.org/licenses/lgpl-2.1.txt ↵ | Ville Skyttä | |
and http://www.gnu.org/licenses/gpl-2.0.txt | |||
2009-06-02 | rework singleton class | Christian Gmeiner | |
2009-02-26 | alsa: no noise and scratch at shutdown | Christian Gmeiner | |
2009-02-26 | alsa: set sw params to improve playback and open device in non blocking mode | Christian Gmeiner | |
2009-02-25 | improve audio device handling | Christian Gmeiner | |
- keep track if sound device is open - use pass-by-reference-to-const instead of pass-by-value (no copying needed) | |||
2009-02-25 | alsa: enhance device name to support differen card numbers | Christian Gmeiner | |
2009-02-25 | working alsa support | Christian Gmeiner | |
At the moment alsa support is disabled, but it is working (with some problems) |