summaryrefslogtreecommitdiff
path: root/src/input
AgeCommit message (Collapse)Author
2003-04-13xine_read_abort for pnmMiguel Freitas
CVS patchset: 4603 CVS date: 2003/04/13 18:49:12
2003-04-13- some cleanupsMiguel Freitas
- may seek back inside preview_size - use xine_read_abort at stdin_fifo CVS patchset: 4602 CVS date: 2003/04/13 17:31:40
2003-04-13- use xine_read_abort for http, net, mms, mmsh (more to come)Miguel Freitas
- fix seeking for input_net CVS patchset: 4601 CVS date: 2003/04/13 16:34:51
2003-04-13Input plugin api change:Thibaut Mattern
old open() function replaced by : *_class_get_instance() : return an instance if the plugin handles the mrl *_plugin_open() : open the stream CVS patchset: 4598 CVS date: 2003/04/13 16:02:53
2003-04-13Fix for segfault when using slightly invalid proxy URLs (e.g. ↵Rich J Wareham
http://cache:port vs. http://cache:port/) reported by some users. CVS patchset: 4597 CVS date: 2003/04/13 15:42:46
2003-04-10add headers required by select.Miguel Freitas
may fix bug 697763 CVS patchset: 4583 CVS date: 2003/04/10 02:30:48
2003-04-08beta10xine-1-beta10-release1-beta10Guenter Bartsch
CVS patchset: 4574 CVS date: 2003/04/08 17:51:23
2003-04-08fix compilation problemsMichael Roitzsch
CVS patchset: 4572 CVS date: 2003/04/08 13:58:11
2003-04-07Get xine cvs to compile with xine's version of libdvdnav.James Courtier-Dutton
CVS patchset: 4568 CVS date: 2003/04/07 19:59:09
2003-04-07support the new menu resume featureMichael Roitzsch
CVS patchset: 4566 CVS date: 2003/04/07 18:13:19
2003-04-07merging libdvdnav, since some nice fixes took placeMichael Roitzsch
CVS patchset: 4565 CVS date: 2003/04/07 18:10:44
2003-04-07output beautificationMichael Roitzsch
CVS patchset: 4562 CVS date: 2003/04/07 16:51:29
2003-04-06some more dvd error reportingGuenter Bartsch
CVS patchset: 4557 CVS date: 2003/04/06 23:44:59
2003-04-06* fix input_time reporting for PG based seekingMichael Roitzsch
(with more than one cell per PG, only the first cell starts at 0; for the others, we need pg_start) * check for title sanity * fix tsble -> table typo CVS patchset: 4549 CVS date: 2003/04/06 13:19:59
2003-04-06report start of PG as wellMichael Roitzsch
CVS patchset: 4548 CVS date: 2003/04/06 13:09:38
2003-04-06Enable display of DVD Menu types.James Courtier-Dutton
Currently needs libdvdnav cvs, but does not break xine's own libdvdnav version. CVS patchset: 4547 CVS date: 2003/04/06 13:06:03
2003-04-06reset the VM when it is already openMichael Roitzsch
CVS patchset: 4546 CVS date: 2003/04/06 12:11:10
2003-04-06- shared eject implementation taken from the DVD input, eject doesn't work ↵Bastien Nocera
if the CD/DVD isn't mounted, which definitely breaks the CDDA plugin... better than nothing CVS patchset: 4542 CVS date: 2003/04/06 00:51:29
2003-04-05"perfect" time display for dvdsMiguel Freitas
(see thread on xine-devel for details) CVS patchset: 4540 CVS date: 2003/04/05 12:28:15
2003-04-04add initial async error/general message reporting to frontendMiguel Freitas
obs: more messages should be added CVS patchset: 4539 CVS date: 2003/04/04 19:20:46
2003-04-03not so much noise in cvsMichael Roitzsch
CVS patchset: 4535 CVS date: 2003/04/03 13:04:52
2003-04-01Add some comments.James Courtier-Dutton
Remove a FIXME comment. CVS patchset: 4530 CVS date: 2003/04/01 19:42:41
2003-04-01Fix race condition, where spudec_reset is called and then a button update ↵James Courtier-Dutton
arrives from input_dvd.c before we have our this->menu_handle back. CVS patchset: 4527 CVS date: 2003/04/01 11:45:32
2003-04-01Get libdvdnav to build in DEBUG and TRACE mode.James Courtier-Dutton
CVS patchset: 4526 CVS date: 2003/04/01 09:02:43
2003-03-31report realtime on seekingMiguel Freitas
CVS patchset: 4521 CVS date: 2003/03/31 15:34:16
2003-03-30prevent a segfault on unsupported streamsStefan Holst
CVS patchset: 4515 CVS date: 2003/03/30 17:11:50
2003-03-30New net_buf_ctrl.Thibaut Mattern
See xine-devel for details. Basicaly it adds callbacks to fifo, and everything is done at fifo level now. It fixes deadlocks with ogg/ogm streams, pauses the engine at the right time, and evaluates better the length of the data in fifos (using pts when the bitrate is not constant). Enjoy. CVS patchset: 4513 CVS date: 2003/03/30 15:19:45
2003-03-30additional sanity check on the part numberMichael Roitzsch
CVS patchset: 4511 CVS date: 2003/03/30 10:57:48
2003-03-29sync to libdvdnav cvs once againMichael Roitzsch
* some changes to mutual header inclusion to make it compile warning-less when tracing is enabled * title/part jumping should work much more reliable now CVS patchset: 4509 CVS date: 2003/03/29 13:19:08
2003-03-29FreeBSD implementation. thanks to Vladimir Kushnir.Heiko Schaefer
CVS patchset: 4508 CVS date: 2003/03/29 09:37:24
2003-03-28fixes some rtsp streamsStefan Holst
CVS patchset: 4506 CVS date: 2003/03/28 22:44:18
2003-03-27use timing information provided by libdvdnav to get more accurate positionMichael Roitzsch
CVS patchset: 4497 CVS date: 2003/03/27 13:48:03
2003-03-27sync to libdvdnav cvsMichael Roitzsch
* fix conversion of dvd_time_t (I do know BCD, I just did it wrong...) CVS patchset: 4496 CVS date: 2003/03/27 13:46:47
2003-03-26- font encoding cleanup patch by Frantisek DvorakMiguel Freitas
- xinefonts use unicode now - fix endianess in xine-fontconv.c - public render text api uses locale CVS patchset: 4486 CVS date: 2003/03/26 11:06:39
2003-03-25new config option to switch between PG ("per chapter") and PGC ("per movie")Michael Roitzsch
based seeking, although this differs from the behaviour up to now, PGC based seeking is now the default, since this is what people usually expect, what hardware players do and it is needed for separate subtitles to work with DVDs. CVS patchset: 4481 CVS date: 2003/03/25 13:20:31
2003-03-25sync to cvs of libdvdnavMichael Roitzsch
* optional PGC based seeking * new event on cell changes for timing info (currently not used by xine-lib) CVS patchset: 4480 CVS date: 2003/03/25 13:17:20
2003-03-24file plugin ident should be upcase, like other autoplay featured pluginsDaniel Caujolle-Bert
CVS patchset: 4473 CVS date: 2003/03/24 14:23:56
2003-03-21sync to libdvdnav cvsMichael Roitzsch
* method to try-run VM operations, now used for safer chapter skipping and menu jumps * fixed detection of current PTT to not assume a 1:1 mapping between PTTs and PGs * releasing stills when jumping to menu fixes some state inconsistencies * do not assume PGs to be physically layed out in sequence on the disc CVS patchset: 4466 CVS date: 2003/03/21 22:13:37
2003-03-21bugfixMiguel Freitas
CVS patchset: 4465 CVS date: 2003/03/21 21:54:18
2003-03-21add pvr realtime reporting eventMiguel Freitas
CVS patchset: 4464 CVS date: 2003/03/21 17:54:53
2003-03-21bugfixMiguel Freitas
CVS patchset: 4463 CVS date: 2003/03/21 17:41:13
2003-03-21small bugfix, doesn't send event if not savingMiguel Freitas
CVS patchset: 4462 CVS date: 2003/03/21 16:59:48
2003-03-21preserve Miguel's latest patchMichael Roitzsch
CVS patchset: 4461 CVS date: 2003/03/21 16:34:56
2003-03-20patch to enable playing dvds through the network. requires modified libdvdcss:Miguel Freitas
http://www.via.ecp.fr/via/ml/libdvdcss-devel/200303/msg00027.html CVS patchset: 4457 CVS date: 2003/03/20 23:35:53
2003-03-20unused codeMiguel Freitas
CVS patchset: 4455 CVS date: 2003/03/20 23:26:11
2003-03-20cleanups and fixes for the PVR plugin. added documentation on how to writeMiguel Freitas
a PVR frontend using that plugin, hopefully somebody will do it :) CVS patchset: 4454 CVS date: 2003/03/20 22:58:40
2003-03-17- support HTTP redirections, streams from live365.com still don't workBastien Nocera
though, demuxer problem it seems CVS patchset: 4435 CVS date: 2003/03/17 11:59:41
2003-03-15fix broken install-debugDaniel Caujolle-Bert
CVS patchset: 4427 CVS date: 2003/03/15 19:48:28
2003-03-14testing the idea of aborting because of action pending AND read timeout.Miguel Freitas
we should extend it to network plugins if it works well CVS patchset: 4421 CVS date: 2003/03/14 23:52:07
2003-03-13turn these around so that dvd_get_current_position is defined before usedMichael Roitzsch
CVS patchset: 4400 CVS date: 2003/03/13 22:09:51