Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-01-12 | remove dxr3vdrincludes.h | Christian Gmeiner | |
Dont include .h files, which are not used in the current context. | |||
2009-01-11 | update mail address | 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-11 | split outputthreads | Christian Gmeiner | |
2009-01-11 | split audio and video output into different files | Christian Gmeiner | |
2009-01-11 | rename dxr3outputthread | Christian Gmeiner | |
2009-01-11 | libraries should always be compiled with "-fPIC", otherwise they won't build ↵ | Tobias Grimm | |
on amd64 | |||
2009-01-11 | Better defaults for FFmpeg and EM8300 in Makefile (#53). | Ville Skyttä | |
2009-01-11 | No need to exclude .git from tarball. | Ville Skyttä | |
2009-01-10 | msgformat wanted to reorder some bits. | Ville Skyttä | |
2009-01-10 | Ignore *.o. | Ville Skyttä | |
2009-01-10 | Add French translation (#55, Michaël Nival). | Ville Skyttä | |
2009-01-10 | Update project homepage URL. | Ville Skyttä | |
2009-01-07 | upps... | Christian Gmeiner | |
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-07 | add constants for device subnames | Christian Gmeiner | |
2009-01-07 | upps... missing changes | Christian Gmeiner | |
2009-01-07 | cleanup the osd stuff | Christian Gmeiner | |
There was the idea to support two types of osds - the subpicture based one and the ffmpeg based one. But there is no ffmpeg based one and I think that there will be never on. The current spu code needs to be improved (have patches) and most of the osd 'problems' should be eaten. If there will be an ffmpeg based osd, we can easily 'revert' my changes. | |||
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-06 | 0.2.9+git | Ville Skyttä | |
2009-01-06 | CVS -> git, yay | Ville Skyttä | |
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 | |
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 | Convert to UTF-8. | 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-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. | |||
2008-05-18 | Update Italian translation (Diego Pierotto) | scop | |
2008-04-06 | Include VDR 1.6+ subtitle hack patch in patches/ (Luca Olivetti)VDR_DXR3_0_2_8 | scop | |
2008-04-06 | 0.2.8 | scop | |
2008-03-06 | Make it easier to build against uninstalled ffmpeg. | scop | |
2008-03-06 | Pass correct Level to cOsd (Luca Olivetti, Sami Sundell). | scop | |
2007-11-27 | Fix subtitles for VDR >= 1.5.11 (Luca Olivetti) | scop | |
2007-09-03 | Implement OSD level for VDR >= 1.5.9 (Luca Olivetti) | scop | |
2007-08-29 | Fix build with VDR 1.5.9. | scop | |
2007-08-29 | Drop support for VDR < 1.4.0 | scop | |
2007-08-13 | Ok, I give up, avcodec_register_all() it is. | scop | |
2007-08-12 | 0.2.8-cvs | scop | |
2007-08-12 | Fix build with newish ffmpeg. | 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 | |