summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Collapse)Author
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
2005-03-14Borrowed OSD scaler from the Xine plugin (Luca Olivetti).scop
2005-03-14Improve dist target a bit.scop
2005-03-14Sync configurable log dir from HEAD.scop
2005-03-14Sync configurable microcode path from HEAD.scop
2005-03-14Make "all" the default target in Makefile.scop
2005-03-14Use $CXX for generating dependencies instead of hardcoded g++.scop
2005-03-14Merge from HEAD: don't link with zlib.scop
2005-01-10Makefile correction :)austriancoder
2005-01-10some littel fixesaustriancoder