aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Plugins/Extensions/DVDPlayer/src
AgeCommit message (Collapse)Author
2010-11-16further updates to the build system, generate enigma2.shAndreas Oberritter
2010-11-16clean up build #2Andreas Oberritter
* use swig macros from autoconf archive * generate and use enigma2_config.h (include from command-line) * check for dbox/fp.h and dbox/lcd-ks0713.h * clean up checks for libdreamdvd and lib*gif * fix some dependencies for generated files and header files
2010-11-16clean up buildAndreas Oberritter
* reduce use of TUXBOX macros * fix compiler warnings by including Python.h from the command-line * use libtool to build and link main/* and lib/* * don't link libmad, libid3tag, libcrypt, libresolv, librt, ldl into e2 * fix make rules of actionids.h
2010-11-16*/Makefile.am: fix `:='-style assignments are not portableAndreas Oberritter
2010-03-31lib/python/Plugins/Extensions/DVDPlayer/src/servicedvd.h/cpp: add support ↵ghost
for autoresolution plugins (needs new libdreamdvd) this fixes bug #302
2010-03-12fixes bug #465Stefan Pluecken
don't install sub directory files
2009-11-05disable fast winding for non TS mediafiles until we have a usable solution ↵ghost
for this..
2009-08-18remove obsolete .cvsignore filesAndreas Oberritter
2009-07-17we need policy2 in libdreamdvd for 16:10 supportghost
2009-07-16correct y_offset from libdreamdvdFelix Domke
2009-06-11servicedvd.h/cpp: small fixesghost
2009-06-09support new libdreamdvd, and do scaling in subtitle widgetFelix Domke
2009-06-03Merge branch 'master' of git.opendreambox.org:/git/enigma2Felix Domke
2009-06-03use 720x576 subtitle pixmap, and scale to fullscreenFelix Domke
2009-06-03introduce new iStreamedService interface (e.g. controlling buffer for ↵Fraxinas
streaming media)
2009-04-06replace assert by ASSERT, so a proper log message is generatedFelix Domke
2009-03-10try to use current GUI language as initial dvd menu languageFraxinas
2009-01-02add support for multi angle dvdsghost
this needs a current libdreamdvd (SRCDATE >= 20090102)
2008-12-11servicedvd.cpp: fix typoghost
2008-12-10fix mem leakghost
2008-12-09blit just needed regionsghost
2008-12-08small fixghost
2008-12-08follow libdreamdvd changes to support scaling (needs libdreamdvd >= 20081208)ghost
2008-10-29better solution to add possibility to delete eSocketNotifiers,Andreas Monzner
eConsoleAppContainers in callback funktions without crash
2008-08-18filebrowser now ends up in previous directory again after playing a dvd ↵Andreas Frisch
stucture, fix issue where service wouldn't unpause if cuesheet is corrupt
2008-08-18speed up resume (allows skipping into titles) *remember to update ↵Andreas Frisch
libdreamdvd0 - thx to seddi*
2008-08-15inhibit showing infobar on chapter change, don't load cuesheet if user says ↵Andreas Frisch
no in choicebox, save zero cuesheet and therefore don't prompt for resume if stop position was in a menu
2008-08-15Enable cuesheet (resume) support plus some spu/audio display fixes ↵Andreas Frisch
***requires Aug-15 version of libdreamdvd0***
2008-07-22replace some sUser with more readable codeAndreas Monzner
2008-07-11revert last revision (workaround no longer needed)Andreas Frisch
2008-07-11fix gui crash on dvdnav reporting uninitialized play positionsAndreas Frisch
2008-06-23build dependenciesAndreas Monzner
2008-06-13after DECLARE_REF now all is private.. not publicAndreas Monzner
dont export AddRef, Release, ptrref and grabRef to python some cleanups
2008-05-23save / restore video settingsAndreas Monzner
2008-05-01dont use iPlayableService.evUser for iServiceInfomation.getInfo*Andreas Monzner
2008-04-22disable cuesheet (resume) until in understand the libdvdnav :)Andreas Monzner
2008-04-22some dvd player changes (resume isnt working yet)Andreas Monzner
2008-04-16fix MakefilesAndreas Monzner
2008-04-15fix servicedvd.so install (now the directory is created before copy libAndreas Monzner
2008-04-15add DVDPlayer plugin (not final yet)Andreas Monzner
not working without libdreamdvd (not in OE yet)