summaryrefslogtreecommitdiff
path: root/src/input
AgeCommit message (Collapse)Author
2002-09-18make new plugin loader check api versions, fix api versions for adapted ↵Guenter Bartsch
demux plugins, remove dvd plugin from build while it doesn't compile CVS patchset: 2696 CVS date: 2002/09/18 22:12:16
2002-09-18Fix a seg fault.James Courtier-Dutton
CVS patchset: 2684 CVS date: 2002/09/18 10:03:07
2002-09-18Try to get xine-lib to compile.James Courtier-Dutton
CVS patchset: 2682 CVS date: 2002/09/18 06:42:23
2002-09-18Updating the DVD menu code to use better nav_pci information.James Courtier-Dutton
libspudec parses nav_pci info correctly. libdvdnav does not parse nav_pci info at all. CVS patchset: 2681 CVS date: 2002/09/18 04:20:09
2002-09-17Make input_dvd.c mrl playlist work again.James Courtier-Dutton
CVS patchset: 2677 CVS date: 2002/09/17 07:53:59
2002-09-16Start to get mrl working for DVD button.James Courtier-Dutton
CVS patchset: 2675 CVS date: 2002/09/16 16:55:35
2002-09-16Prevent a segfault when accessing the config.James Courtier-Dutton
CVS patchset: 2674 CVS date: 2002/09/16 16:13:56
2002-09-15be more distinct with UI info texts forMichael Roitzsch
"no subtitles because user switched it off" and "no subtitles because none are available" CVS patchset: 2668 CVS date: 2002/09/15 14:05:37
2002-09-14latest xine_config api changes as proposed by jamesGuenter Bartsch
CVS patchset: 2664 CVS date: 2002/09/14 19:04:07
2002-09-13dvd playback should work againMichael Roitzsch
CVS patchset: 2659 CVS date: 2002/09/13 17:18:42
2002-09-09that was a while ago: preserve Jürgen Keil's patch to libdvdreaduid86226
CVS patchset: 2641 CVS date: 2002/09/09 20:47:30
2002-09-06introduce "const"Michael Roitzsch
fix some input plugins that would not copy the mrl on open CVS patchset: 2623 CVS date: 2002/09/06 18:13:10
2002-09-05remove plugin's private priority and interface membersMichael Roitzsch
adapt some more decoders CVS patchset: 2618 CVS date: 2002/09/05 22:18:50
2002-09-05make all the plugin init functions staticMichael Roitzsch
(geez this was a job) CVS patchset: 2616 CVS date: 2002/09/05 20:44:38
2002-09-05use xine_mrl_t instead of mrl_t in input plugins, implement more configfile ↵Guenter Bartsch
functions CVS patchset: 2615 CVS date: 2002/09/05 20:19:48
2002-09-05XV Video out at least loads now and we see the xine logo again.James Courtier-Dutton
The DVD plugin now loads, but audio and spu info is lost. What happened to xine_get_spu_channel and xine_get_audio_channel? CVS patchset: 2607 CVS date: 2002/09/05 05:51:14
2002-09-04merging in the new_api branch ... unfortunately video_out / vo_scale is ↵Guenter Bartsch
broken now ... matthias/miguel: please fix it :-) CVS patchset: 2606 CVS date: 2002/09/04 23:31:05
2002-09-04file_open was allocating too few bytes for dvd_input_t, corrupts malloc heap.xine-0_9_14-norelease0.9.14-noreleaseJuergen Keil
It was using ``sizeof(pointer)'' instead of ``sizeof(structure)'' CVS patchset: 2605 CVS date: 2002/09/04 16:06:18
2002-09-04sync to libdvdnav cvsMichael Roitzsch
CVS patchset: 2603 CVS date: 2002/09/04 11:07:47
2002-09-04- handle numeric events for button selection (maybe this makes someMichael Roitzsch
dvd's easter eggs accesible) - workaround current breakage in libdvdnav concerning mrl list building CVS patchset: 2601 CVS date: 2002/09/04 10:48:36
2002-09-03Improve chapter selection functions.James Courtier-Dutton
CVS patchset: 2594 CVS date: 2002/09/03 07:51:34
2002-09-02This might slow things down a bit, but I need to do it to test a problem ↵James Courtier-Dutton
with DVD menus not appearing. I think the reason they are not appearing is that they are getting flushed too early. CVS patchset: 2588 CVS date: 2002/09/02 12:25:49
2002-09-02Implement proper prev/next chapter.James Courtier-Dutton
CVS patchset: 2587 CVS date: 2002/09/02 03:21:38
2002-08-31incorporate James' latest changes into the patchMichael Roitzsch
CVS patchset: 2569 CVS date: 2002/08/31 15:38:10
2002-08-31Add a printf so we can tell if a user is using xine's libdvdnav or the one fromJames Courtier-Dutton
dvd.sf.net. Add some "this->dvdnav = NULL;" after dvdnav_close() CVS patchset: 2568 CVS date: 2002/08/31 02:48:13
2002-08-30make menu key output conform xine guidelines, improve compatibility withMichael Roitzsch
older xine-ui versions by handling XINE_EVENT_INPUT_MENU1 CVS patchset: 2560 CVS date: 2002/08/30 11:14:44
2002-08-29Use more Fkeys to jump to different DVD menus.James Courtier-Dutton
We can now jump directly to Title, Root, Sub-Picture, Audio, Angle, PTT (Chapter) menus. CVS patchset: 2550 CVS date: 2002/08/29 04:32:12
2002-08-27sync to libdvdnav cvs, this should now conform to the way xine outputsMichael Roitzsch
its console messages (write to stdout, "libdvdnav: " in front each line) CVS patchset: 2531 CVS date: 2002/08/27 19:24:33
2002-08-26adapt to xine coding guidelinesMichael Roitzsch
CVS patchset: 2527 CVS date: 2002/08/26 11:50:47
2002-08-24make it work without audioGuenter Bartsch
CVS patchset: 2505 CVS date: 2002/08/24 01:03:49
2002-08-21fix portability problemsRobin KAY
CVS patchset: 2501 CVS date: 2002/08/21 23:38:48
2002-08-21use raw devices only with our patched local copy of libdvdreadMichael Roitzsch
CVS patchset: 2500 CVS date: 2002/08/21 15:10:09
2002-08-19add config entries for raw device and css decryption methodMichael Roitzsch
CVS patchset: 2485 CVS date: 2002/08/19 17:27:11
2002-08-19align reads in memory to allow use of raw devicesMichael Roitzsch
CVS patchset: 2484 CVS date: 2002/08/19 17:21:00
2002-08-19sync to libdvdnav cvsMichael Roitzsch
- update clut and spu/audio channel more often - align read cache in memory to allow use of raw devices CVS patchset: 2483 CVS date: 2002/08/19 17:17:00
2002-08-19more fixing for 'make debug'Michael Roitzsch
CVS patchset: 2481 CVS date: 2002/08/19 14:10:08
2002-08-19fix 'make debug'Michael Roitzsch
CVS patchset: 2479 CVS date: 2002/08/19 08:59:45
2002-08-19fix for older automake versionsMichael Roitzsch
CVS patchset: 2478 CVS date: 2002/08/19 08:58:57
2002-08-18icecast supportGuenter Bartsch
CVS patchset: 2475 CVS date: 2002/08/18 22:44:50
2002-08-18fix make dist problemsMiguel Freitas
CVS patchset: 2474 CVS date: 2002/08/18 22:03:05
2002-08-13Solaris uses <sys/cdio.h> for CDROM/DVD-ROM ioctl, too. Try to use autoconfJuergen Keil
HAVE_headerfile macros... (The xxxBSD part nees a bit work) CVS patchset: 2448 CVS date: 2002/08/13 16:04:27
2002-08-13Use absolute path for include path to header files, so that we can build withJuergen Keil
separated source & object directories CVS patchset: 2447 CVS date: 2002/08/13 16:01:36
2002-08-13change error to warningMichael Roitzsch
CVS patchset: 2446 CVS date: 2002/08/13 15:55:23
2002-08-10ease merging of new versionsMichael Roitzsch
CVS patchset: 2425 CVS date: 2002/08/10 14:00:45
2002-08-10change some more includes to local onesMichael Roitzsch
CVS patchset: 2424 CVS date: 2002/08/10 13:59:43
2002-08-10ease syncing with libdvdnav cvsMichael Roitzsch
CVS patchset: 2423 CVS date: 2002/08/10 13:38:00
2002-08-09change includes from system include to local include where the file is inMichael Roitzsch
our tree now to avoid version clashes CVS patchset: 2421 CVS date: 2002/08/09 22:52:14
2002-08-09sorry, my raw device patch was not meant to be committedMichael Roitzsch
It only works with a patched version of libdvdcss CVS patchset: 2419 CVS date: 2002/08/09 22:33:10
2002-08-09not needed with our shiny new dvd pluginMichael Roitzsch
CVS patchset: 2418 CVS date: 2002/08/09 22:22:05
2002-08-09make developers life easier: add possibility to use an existing sharedMichael Roitzsch
version of libdvdnav CVS patchset: 2415 CVS date: 2002/08/09 22:13:08