Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-02-02 | remove old buffer and a/v sync parts | Christian Gmeiner | |
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 | upps | Christian Gmeiner | |
2010-01-04 | rename Uncopyable.h to uncopyable.h | 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 dxr3configdata.[ch] to settings.[ch] | Christian Gmeiner | |
2009-10-14 | remove old xine-scaler define in Makefile | Christian Gmeiner | |
2009-10-14 | do not build dxr3colormanger and dxr3interface_spu_encoder as not needed anymore | Christian Gmeiner | |
2009-10-12 | add stub cBitmap scaler | Christian Gmeiner | |
2009-09-11 | add basic implementation of a spu region | 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-06-08 | merge dxr3sysclock into dxr3interface | Christian Gmeiner | |
2009-04-01 | tell gcc to throw out more warnings | Christian Gmeiner | |
2009-03-28 | get rid of dxr3ffmpeg | Christian Gmeiner | |
2009-02-25 | working alsa support | Christian Gmeiner | |
At the moment alsa support is disabled, but it is working (with some problems) | |||
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-21 | first work to get alsa audio output | Christian Gmeiner | |
Introduce a iAudio class - will be later base class for oss and alas output -, which handles volume and channel handling. | |||
2009-02-19 | remove cDxr3NextPts | Christian Gmeiner | |
cDxr3NextPts was only used to set a pts and to clear the value. There was never a get for the pts. So there is no need for this class -> kick it | |||
2009-01-11 | split outputthreads | 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-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 | upps... missing changes | Christian Gmeiner | |
2009-01-06 | CVS -> git, yay | Ville Skyttä | |
2008-12-29 | Switch to VDR 1.6's i18n system | scop | |
2008-03-06 | Make it easier to build against uninstalled ffmpeg. | scop | |
2007-08-29 | Drop support for VDR < 1.4.0 | scop | |
2006-09-17 | cp with --remove-destination, like in vdr 1.4.2-2. | scop | |
2006-04-22 | Constness tuning. | scop | |
2006-04-19 | VDR >= 1.3.47 is a bit gratuitous, back that down to 1.3.42. | scop | |
2006-04-18 | Adapt to VDR 1.3.47. | scop | |
2006-01-08 | Remove image grab code, it's broken (crashes vdr) and would cause maintenance | scop | |
problems with various 1.3.x vdr versions. | |||
2005-11-22 | Sync default microcode location with em8300 0.15.2+. | scop | |
2005-08-27 | Clean up the versioned *.so, too. | scop | |
2005-08-01 | Move OSD flush rate setting to UI. | scop | |
2005-06-22 | Use VDR's logging facilities, no more dxr3plugin.log. | scop | |
2005-05-17 | Remove optimized memcpy stuff. | scop | |
2005-04-19 | Comment out indent. | scop | |
2005-04-18 | Add indent target. | scop | |
2005-04-17 | Bump default flush rate to 40. | scop | |
2005-04-17 | Move definition of FLUSHRATE to Makefile and bump it to 35. | scop | |
2005-04-05 | More palette stuff fixing/cleanups from Martin Cap and Luca Olivetti. | scop | |
2005-03-30 | Remove unused dxr3unixserversocket.* (0-2 branch only). | scop | |
2005-03-23 | Add datestamp to CVS snapshot tarball filenames. | scop | |
2005-03-19 | Sync dir environment from HEAD. | scop | |
2005-03-14 | Borrowed OSD scaler from the Xine plugin (Luca Olivetti). | scop | |
2005-03-14 | Improve dist target a bit. | scop | |
2005-03-14 | Sync configurable log dir from HEAD. | scop | |