summaryrefslogtreecommitdiff
path: root/src/input
AgeCommit message (Collapse)Author
2002-12-06- add still frame hint (untested - i don't have dvd here)Miguel Freitas
- check mrl before allocating plugin context, so it doesn't get initialized for non-dvd streams CVS patchset: 3448 CVS date: 2002/12/06 18:44:40
2002-12-03Initialises mms_t struct (makes valgrind happy).Thibaut Mattern
CVS patchset: 3419 CVS date: 2002/12/03 23:30:39
2002-12-01fix memleak in input_http, fix mms read functionGuenter Bartsch
CVS patchset: 3393 CVS date: 2002/12/01 00:36:00
2002-11-27change comment style so this file will compileMike Melanson
CVS patchset: 3383 CVS date: 2002/11/27 21:53:32
2002-11-27sync to libdvdread cvs should fix segfault when playing DVDs copied to HDMichael Roitzsch
thanks to Markus Plail for reporting this bug and the fix as well CVS patchset: 3381 CVS date: 2002/11/27 21:19:07
2002-11-26change demux_eawve to use forward seeking. quick hack to input_http to ↵Robin KAY
support forward relative seeking. CVS patchset: 3378 CVS date: 2002/11/26 18:51:32
2002-11-23DVD input fixes and cleanup:Michael Roitzsch
* revert my removing of the clock adjustment; although this is bad, it seems to be the best solution for now (menu transitions have choppy audio without) * add patch from Marco Zühlke enabling dvd device specification by MRL * update GUI title and language display once immediately after plugin open CVS patchset: 3352 CVS date: 2002/11/23 12:41:04
2002-11-23registering config entries at init_class timeDaniel Caujolle-Bert
CVS patchset: 3351 CVS date: 2002/11/23 11:09:29
2002-11-23sync to latest libdvdnav cvs:Michael Roitzsch
* "Back to the Future" German RC2 fix * patch from Marco Zühlke for correct title number display CVS patchset: 3350 CVS date: 2002/11/23 11:08:12
2002-11-23whoups - sorry again, leftover from a debugging session (libdvdread abort()s ↵Guenter Bartsch
in some cases when trying to play back an encrypted dvd without libdvdcss installed) CVS patchset: 3348 CVS date: 2002/11/23 00:16:23
2002-11-23pnm protocol input pluginGuenter Bartsch
CVS patchset: 3347 CVS date: 2002/11/23 00:04:32
2002-11-22do not play with the clock any more, we have dedicated flush functions for ↵Michael Roitzsch
that now (This should fix Daniels MP3 problems, since the end of one stream would have adjusted the global clock thus affecting all other streams.) CVS patchset: 3334 CVS date: 2002/11/22 16:23:58
2002-11-22Developers can now run "make" in their work area (e.g. src/libffmpeg) and itStephen Torri
will build all dependent parts (e.g. libxine.la). The directory must still be prepared by running autogen.sh. CVS patchset: 3331 CVS date: 2002/11/22 05:25:14
2002-11-20engine modifications to allow post plugin layer:Michael Roitzsch
* new public output interface xine_{audio,video}_port_t instead of xine_{ao,vo}_driver_t, old names kept as aliases for compatibility * modified the engine to allow multiple streams per output * renaming of some internal structures according to public changes * moving SCR out of per-stream-metronom into a global metronom_clock_t residing in xine_t and therefore easily available to the output layer * adapting all available plugins (note to external projects: the compiler will help you a lot, if a plugin compiles, it is adapted, because all changes add new parameters to some functions) * bump up all interface versions because of xine_t and xine_stream_t changes CVS patchset: 3312 CVS date: 2002/11/20 11:57:38
2002-11-18sync to libdvdnav cvsMichael Roitzsch
* fix read cache and improve it for slower drives * improve chapter skipping CVS patchset: 3292 CVS date: 2002/11/18 12:41:16
2002-11-18DVD input should now be initially unseekableMichael Roitzsch
CVS patchset: 3291 CVS date: 2002/11/18 11:48:35
2002-11-18getting rid of obviously obsolete INPUT_CAP_VARIABLE_BITRATEMichael Roitzsch
CVS patchset: 3289 CVS date: 2002/11/18 11:36:28
2002-11-18getting rid of obviously unused INPUT_CAP_VARIABLE_BITRATEMichael Roitzsch
fix ejecting (works now) CVS patchset: 3288 CVS date: 2002/11/18 11:33:59
2002-11-17bring eject back: no eject function if the plugin does not support itMichael Roitzsch
CVS patchset: 3281 CVS date: 2002/11/17 17:48:47
2002-11-17cleanup: bring config entries back to lifeMichael Roitzsch
introduce a seekable flag CVS patchset: 3277 CVS date: 2002/11/17 16:23:38
2002-11-16More metadata (uses ALBUM for the radio name, fills GENRE).Thibaut Mattern
CVS patchset: 3274 CVS date: 2002/11/16 18:11:51
2002-11-16Sometimes there is no space after ':'Thibaut Mattern
CVS patchset: 3271 CVS date: 2002/11/16 12:03:59
2002-11-15First attempt to implement "Shoutcast Metadata Protocol".Thibaut Mattern
This allows the ui to display the title of the current song ;-) It works with xine-ui. gnome-xine does'nt update the title yet. I've tested with http://152.163.134.164:80/stream/1011 Tell me if works with others. CVS patchset: 3269 CVS date: 2002/11/15 19:23:50
2002-11-15cleaning up spu types. now avi subtitles may be enabled again.Miguel Freitas
(+ missed ffmpeg/dv patch) CVS patchset: 3263 CVS date: 2002/11/15 00:20:31
2002-11-08Fix and update Jérôme entryDaniel Caujolle-Bert
CVS patchset: 3206 CVS date: 2002/11/08 23:27:59
2002-11-08vcd input plugin now compiles on SolarisRobin KAY
CVS patchset: 3204 CVS date: 2002/11/08 15:49:03
2002-11-08vcd input plugin compiles againGuenter Bartsch
CVS patchset: 3202 CVS date: 2002/11/08 11:49:01
2002-11-07return of the stdin pluginGuenter Bartsch
CVS patchset: 3200 CVS date: 2002/11/07 23:05:01
2002-11-05Extract metadata from the shoutcast header.Thibaut Mattern
Guenter, it's for you ;-) CVS patchset: 3194 CVS date: 2002/11/05 07:39:02
2002-11-03some more release-related fixes...Siggi Langauf
CVS patchset: 3174 CVS date: 2002/11/03 23:03:30
2002-11-03log outputGuenter Bartsch
CVS patchset: 3170 CVS date: 2002/11/03 20:43:57
2002-11-02don't display crap in UI panel, xine-ui expects a xine_ui_data_t andMichael Roitzsch
I think this is right, so we provide one CVS patchset: 3148 CVS date: 2002/11/02 15:13:01
2002-11-02Less verbosity.Daniel Caujolle-Bert
CVS patchset: 3138 CVS date: 2002/11/02 03:13:44
2002-11-01be less strict with MRL syntax, people are used to ://Michael Roitzsch
CVS patchset: 3128 CVS date: 2002/11/01 17:51:57
2002-11-01Time for fast navigation now !Thibaut Mattern
CVS patchset: 3124 CVS date: 2002/11/01 11:48:59
2002-10-31adapt input plugins to new MRL syntaxMichael Roitzsch
(mostly turning :// into :/) CVS patchset: 3113 CVS date: 2002/10/31 17:00:44
2002-10-29only open mms-urlsGuenter Bartsch
CVS patchset: 3080 CVS date: 2002/10/29 01:17:46
2002-10-28Build all xine plugin modules with "-export-symbols-regex xine_plugin_info",Juergen Keil
to get a minimal dynamic linker symbol table CVS patchset: 3073 CVS date: 2002/10/28 13:30:58
2002-10-28using select for read-timeouts, improved error detection and handlingGuenter Bartsch
CVS patchset: 3057 CVS date: 2002/10/28 00:50:01
2002-10-27file plugin should handle file:// - type uris now, '#' is used as subtitle ↵Guenter Bartsch
delimiter CVS patchset: 3053 CVS date: 2002/10/27 22:48:57
2002-10-27less noise and register skip_behaviour (chapter skip keys work again)Michael Roitzsch
CVS patchset: 3050 CVS date: 2002/10/27 20:07:39
2002-10-27return of ogg and vorbis, began implementing verbosity parameterGuenter Bartsch
CVS patchset: 3034 CVS date: 2002/10/27 01:52:15
2002-10-26timeouts for mms, send progress report events, introduce verbosity engine ↵Guenter Bartsch
parameter (not implemented yet), document new plugin loader in changelog CVS patchset: 3029 CVS date: 2002/10/26 22:50:52
2002-10-26first step in getting dvd events backMichael Roitzsch
CVS patchset: 3017 CVS date: 2002/10/26 20:15:21
2002-10-26Remove assert(0), left over from testing.James Courtier-Dutton
dispose of event queue. CVS patchset: 2998 CVS date: 2002/10/26 02:12:27
2002-10-25remove obviously obsolete INPUT_CAP_CLUT and INPUT_OPTIONAL_DATA_CLUTMichael Roitzsch
CVS patchset: 2997 CVS date: 2002/10/25 15:36:16
2002-10-24C99 version of macro definition with variable number of arguments addedJuergen Keil
CVS patchset: 2985 CVS date: 2002/10/24 15:04:41
2002-10-24Fix some log messages in audio_alsa_out.cJames Courtier-Dutton
Fix input_dvd.c for new config file loading before init_class(). CVS patchset: 2982 CVS date: 2002/10/24 13:52:56
2002-10-24Further changes to DVD code.James Courtier-Dutton
CVS patchset: 2981 CVS date: 2002/10/24 11:30:38
2002-10-23fix capabilites (preview)Guenter Bartsch
CVS patchset: 2975 CVS date: 2002/10/23 21:19:42