summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-01-11update mail addressChristian Gmeiner
2009-01-11preperation for alsa supportChristian Gmeiner
Add IsOssAudio() to check, if we have an oss audio device. This is needed for the coming alsa support.
2009-01-11simplify Dxr3OpenChristian 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-11split outputthreadsChristian Gmeiner
2009-01-11split audio and video output into different filesChristian Gmeiner
2009-01-11rename dxr3outputthreadChristian Gmeiner
2009-01-11libraries should always be compiled with "-fPIC", otherwise they won't build ↵Tobias Grimm
on amd64
2009-01-11Better defaults for FFmpeg and EM8300 in Makefile (#53).Ville Skyttä
2009-01-11No need to exclude .git from tarball.Ville Skyttä
2009-01-10msgformat wanted to reorder some bits.Ville Skyttä
2009-01-10Ignore *.o.Ville Skyttä
2009-01-10Add French translation (#55, Michaël Nival).Ville Skyttä
2009-01-10Update project homepage URL.Ville Skyttä
2009-01-07upps...Christian Gmeiner
2009-01-07better singleton templateChristian 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-07add constants for device subnamesChristian Gmeiner
2009-01-07upps... missing changesChristian Gmeiner
2009-01-07cleanup the osd stuffChristian 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-07remove overlay supportChristian 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-060.2.9+gitVille Skyttä
2009-01-06CVS -> git, yayVille Skyttä
2009-01-02Add BCS getters (cached value only), use in SVDRP command return values.scop
2009-01-02Error handling improvements.scop
2009-01-02Don't exit if setting video mode fails.scop
2009-01-02Apply configured BCS when configuring the device.scop
2009-01-020.2.9VDR_DXR3_0_2_9scop
2008-12-29Drop support for VDR < 1.6.0scop
2008-12-29Convert to UTF-8.scop
2008-12-29Switch to VDR 1.6's i18n systemscop
2008-12-280.2.8+cvsscop
2008-12-280.2.8-cvsscop
2008-12-28Add bunch of SVDRP commands based on patch from Krzysztof Parma, reconfigure ↵scop
device audio on external reopen.
2008-10-25Fix signed/unsigned comparison warnings.scop
2008-10-25Various small cleanups.scop
2008-10-25Error handling improvements; set internal variables only when operations ↵scop
succeed.
2008-05-18Update Italian translation (Diego Pierotto)scop
2008-04-06Include VDR 1.6+ subtitle hack patch in patches/ (Luca Olivetti)VDR_DXR3_0_2_8scop
2008-04-060.2.8scop
2008-03-06Make it easier to build against uninstalled ffmpeg.scop
2008-03-06Pass correct Level to cOsd (Luca Olivetti, Sami Sundell).scop
2007-11-27Fix subtitles for VDR >= 1.5.11 (Luca Olivetti)scop
2007-09-03Implement OSD level for VDR >= 1.5.9 (Luca Olivetti)scop
2007-08-29Fix build with VDR 1.5.9.scop
2007-08-29Drop support for VDR < 1.4.0scop
2007-08-13Ok, I give up, avcodec_register_all() it is.scop
2007-08-120.2.8-cvsscop
2007-08-12Fix build with newish ffmpeg.scop
2007-05-070.2.7VDR_DXR3_0_2_7scop
2007-04-28Could be a good idea to actually use the UseWSS value from config...scop
2007-04-26Add setup option for enabling/disabling use of WSS; some setups get ↵scop
"stripey" screens sometimes when WSS kicks in.