summaryrefslogtreecommitdiff
path: root/src/input/input_dvd.c
AgeCommit message (Expand)Author
2003-10-26fix some prominent compiler warningsMichael Roitzsch
2003-08-25Reduce GCC verbosity (various prototype declaration fixes). ffmpeg, wine and ...Daniel Caujolle-Bert
2003-08-21RIP Input PluginMiguel Freitas
2003-06-29on some DVDs, the first highlight information (which button to highlight) willMichael Roitzsch
2003-06-02new event which inform UI when the mouse pointer enter and leave a spu button...Daniel Caujolle-Bert
2003-05-23make alternative devices (dvd:<path> and dvd:<device> style MRLs) work withMichael Roitzsch
2003-05-16Fix win32 build and start adding additional plugin supportTim Champagne
2003-05-14just to play it safeMichael Roitzsch
2003-05-07DVD play sort of works on Win32. Also added a couple more plugings to the Win...Tim Champagne
2003-05-06This is some general Win32 cleanup and getting ready for DVD support.Tim Champagne
2003-05-03as announced on xine-devel:Michael Roitzsch
2003-04-30the standalone libdvdnav can do raw device reads now, so this limitationMichael Roitzsch
2003-04-29Update from the libdvdnav project.James Courtier-Dutton
2003-04-26bump up input plugin interface version numberGuenter Bartsch
2003-04-26- shushBastien Nocera
2003-04-23silence, pleaseMichael Roitzsch
2003-04-22Additional changes for win32/msvc port; This is my first real commit so pleas...Tim Champagne
2003-04-13Input plugin api change:Thibaut Mattern
2003-04-08beta10xine-1-beta10-release1-beta10Guenter Bartsch
2003-04-08fix compilation problemsMichael Roitzsch
2003-04-07support the new menu resume featureMichael Roitzsch
2003-04-07output beautificationMichael Roitzsch
2003-04-06some more dvd error reportingGuenter Bartsch
2003-04-06* fix input_time reporting for PG based seekingMichael Roitzsch
2003-04-06Enable display of DVD Menu types.James Courtier-Dutton
2003-04-06reset the VM when it is already openMichael Roitzsch
2003-04-06- shared eject implementation taken from the DVD input, eject doesn't work if...Bastien Nocera
2003-04-05"perfect" time display for dvdsMiguel Freitas
2003-04-04add initial async error/general message reporting to frontendMiguel Freitas
2003-04-03not so much noise in cvsMichael Roitzsch
2003-04-01Fix race condition, where spudec_reset is called and then a button update arr...James Courtier-Dutton
2003-03-30additional sanity check on the part numberMichael Roitzsch
2003-03-29sync to libdvdnav cvs once againMichael Roitzsch
2003-03-27use timing information provided by libdvdnav to get more accurate positionMichael Roitzsch
2003-03-25new config option to switch between PG ("per chapter") and PGC ("per movie")Michael Roitzsch
2003-03-13turn these around so that dvd_get_current_position is defined before usedMichael Roitzsch
2003-03-12fix wrong return value of seek function, kindly reported by Nick KurshevMichael Roitzsch
2003-03-04fix compiler warnings at least in xine's native codeMichael Roitzsch
2003-02-28Xine assert() replacement:Stephen Torri
2003-02-26adjust input_dvd to handle DVDNAV_WAIT events properlyMichael Roitzsch
2003-02-20syncing to libdvdnav 0.1.5 and modifying input plugin accordinglyMichael Roitzsch
2003-02-14FreeBSD compile fixesHeiko Schaefer
2003-02-13use the requested channel number when querying for the languageMichael Roitzsch
2003-02-11enable libdvdcss title key cacheMichael Roitzsch
2002-12-27man errno: "must not be explicitly declared; errno may be a macro"Miguel Freitas
2002-12-22it doesn't make sense to reimplement flush here.Miguel Freitas
2002-12-21- add buf->decoder_info_ptr: portability for systems where pointer hasMiguel Freitas
2002-12-06- add still frame hint (untested - i don't have dvd here)Miguel Freitas
2002-11-23DVD input fixes and cleanup:Michael Roitzsch
2002-11-23registering config entries at init_class timeDaniel Caujolle-Bert