Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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-11-19 | remove method cDxr3Interface::ReOpenAudio, as it is a pure stub | Christian Gmeiner | |
2009-11-18 | Revert "make it simpler" | Christian Gmeiner | |
This fixes hopefully some problems with playback. This reverts commit 34176db79c1d6bca5d4f76fc34f80e00565091e4. | |||
2009-10-23 | remove 'times' number for cDxr3Interface::PlayVideoFrame(cFixedLengthFrame* ↵ | Christian Gmeiner | |
pFrame) | |||
2009-10-23 | kick PlayVideoFrame(const uint8_t* pBuf, int length, int times) method as ↵ | Christian Gmeiner | |
not needed anymore | |||
2009-10-16 | remove methods for en/disable spu mode - its not used and not needed | Christian Gmeiner | |
2009-10-16 | simplify en/disabling of the spu unit | Christian Gmeiner | |
2009-10-16 | remove cDxr3Interface::SingleStep method | Christian Gmeiner | |
Driver does _NOT_ support SingleStep playmode, so there is no need to call it. The big problem is that the driver does not return an error by this syscall. Have send a pull request to fix this issue in the driver. | |||
2009-10-15 | check return value of ioctl syscalls | Christian Gmeiner | |
2009-10-12 | add method to get current video stream dimension | Christian Gmeiner | |
2009-08-31 | add spuencoder implementation | Christian Gmeiner | |
move ClearOsd() from cDxr3Interface to cSpuEncoder class. Also make method simpler to understand. Yet this method is not used. | |||
2009-08-28 | make it simpler | Christian Gmeiner | |
- get rid of SetPlayMode() - add method to do flushing of video buffer - dont spam log with spu buffer sizes | |||
2009-08-19 | update the bcs values via updateBcsValues() method and remove all other setters | Christian Gmeiner | |
2009-08-19 | merge methods SetHorizontalSize and SetVerticalSize to method setDimension | Christian Gmeiner | |
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-08 | merge dxr3sysclock into dxr3interface | Christian Gmeiner | |
2009-06-05 | update emacs code style part | Christian Gmeiner | |
2009-06-02 | rework singleton class | Christian Gmeiner | |
2009-05-07 | add methods to playback cDxr3PesFrames - untested | Christian Gmeiner | |
2009-05-02 | cleanup header includes | Christian Gmeiner | |
2009-04-01 | improve cDxr3Interface::ConfigureDevice | 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 | fixes and code style improvements | Christian Gmeiner | |
2009-02-25 | some more clean ups | 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-23 | simplify audiosamplerate handling | Christian Gmeiner | |
2009-02-23 | simplify audiochannel handling | Christian Gmeiner | |
2009-02-22 | Use iAudio class to resample audio stream | Christian Gmeiner | |
With the help of iAudio class, we can factor out the resample methode and clean up dxr3interface.[ch] a little bit. | |||
2009-02-18 | fix compile warnings | Christian Gmeiner | |
2009-01-11 | preperation for alsa support | Christian Gmeiner | |
Add IsOssAudio() to check, if we have an oss audio device. This is needed for the coming alsa support. | |||
2009-01-11 | simplify Dxr3Open | Christian Gmeiner | |
We dont need to give the used cardnum as param for Dxr3Open, as Dxr3Open will get the used cardnum by its own. | |||
2009-01-07 | add constants for device subnames | Christian Gmeiner | |
2009-01-07 | remove overlay support | Christian Gmeiner | |
There is no need to support a overlay, as it is used to show the output of the graphics card on the tv. | |||
2009-01-02 | Add BCS getters (cached value only), use in SVDRP command return values. | scop | |
2009-01-02 | Error handling improvements. | scop | |
2009-01-02 | Don't exit if setting video mode fails. | scop | |
2009-01-02 | Apply configured BCS when configuring the device. | scop | |
2008-12-29 | Convert to UTF-8. | scop | |
2008-12-28 | Add bunch of SVDRP commands based on patch from Krzysztof Parma, reconfigure ↵ | scop | |
device audio on external reopen. | |||
2008-10-25 | Fix signed/unsigned comparison warnings. | scop | |
2008-10-25 | Various small cleanups. | scop | |
2008-10-25 | Error handling improvements; set internal variables only when operations ↵ | scop | |
succeed. | |||
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-05 | Apply plugin part of the WSS patch. | scop | |
2007-04-05 | Apply patches/vdr-dxr3-ac3.patch, start countdown to 0.2.7. | scop | |
2007-01-28 | Use cCondWait::SleepMs() instead of usleep(). | scop | |