summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Collapse)Author
2010-04-10Makefile adjustments for VDR 1.7.13.Ville Skyttä
2010-03-06add basic PulseAudio audio suppport - NOT TESTED!Christian Gmeiner
requested by loswillios
2010-02-03merge dxr3interface into dxr3deviceChristian Gmeiner
2010-02-02remove old buffer and a/v sync partsChristian Gmeiner
2010-01-06fix bug #223 by adding a command line option to enable automatic fw loadingChristian 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-04uppsChristian Gmeiner
2010-01-04rename Uncopyable.h to uncopyable.hChristian Gmeiner
2010-01-04rework cSettings class to use a new way for setters and gettersChristian 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-04rename dxr3configdata.[ch] to settings.[ch]Christian Gmeiner
2009-10-14remove old xine-scaler define in MakefileChristian Gmeiner
2009-10-14do not build dxr3colormanger and dxr3interface_spu_encoder as not needed anymoreChristian Gmeiner
2009-10-12add stub cBitmap scalerChristian Gmeiner
2009-09-11add basic implementation of a spu regionChristian Gmeiner
2009-08-31add spuencoder implementationChristian Gmeiner
move ClearOsd() from cDxr3Interface to cSpuEncoder class. Also make method simpler to understand. Yet this method is not used.
2009-06-08merge dxr3sysclock into dxr3interfaceChristian Gmeiner
2009-04-01tell gcc to throw out more warningsChristian Gmeiner
2009-03-28get rid of dxr3ffmpegChristian Gmeiner
2009-02-25working alsa supportChristian Gmeiner
At the moment alsa support is disabled, but it is working (with some problems)
2009-02-25factor our audio stuff from dxr3interface.hChristian 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-21first work to get alsa audio outputChristian Gmeiner
Introduce a iAudio class - will be later base class for oss and alas output -, which handles volume and channel handling.
2009-02-19remove cDxr3NextPtsChristian 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-11split outputthreadsChristian 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-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-07upps... missing changesChristian Gmeiner
2009-01-06CVS -> git, yayVille Skyttä
2008-12-29Switch to VDR 1.6's i18n systemscop
2008-03-06Make it easier to build against uninstalled ffmpeg.scop
2007-08-29Drop support for VDR < 1.4.0scop
2006-09-17cp with --remove-destination, like in vdr 1.4.2-2.scop
2006-04-22Constness tuning.scop
2006-04-19VDR >= 1.3.47 is a bit gratuitous, back that down to 1.3.42.scop
2006-04-18Adapt to VDR 1.3.47.scop
2006-01-08Remove image grab code, it's broken (crashes vdr) and would cause maintenancescop
problems with various 1.3.x vdr versions.
2005-11-22Sync default microcode location with em8300 0.15.2+.scop
2005-08-27Clean up the versioned *.so, too.scop
2005-08-01Move OSD flush rate setting to UI.scop
2005-06-22Use VDR's logging facilities, no more dxr3plugin.log.scop
2005-05-17Remove optimized memcpy stuff.scop
2005-04-19Comment out indent.scop
2005-04-18Add indent target.scop
2005-04-17Bump default flush rate to 40.scop
2005-04-17Move definition of FLUSHRATE to Makefile and bump it to 35.scop
2005-04-05More palette stuff fixing/cleanups from Martin Cap and Luca Olivetti.scop
2005-03-30Remove unused dxr3unixserversocket.* (0-2 branch only).scop
2005-03-23Add datestamp to CVS snapshot tarball filenames.scop
2005-03-19Sync dir environment from HEAD.scop