summaryrefslogtreecommitdiff
path: root/src/input
AgeCommit message (Expand)Author
2002-11-18sync to libdvdnav cvsMichael Roitzsch
2002-11-18DVD input should now be initially unseekableMichael Roitzsch
2002-11-18getting rid of obviously obsolete INPUT_CAP_VARIABLE_BITRATEMichael Roitzsch
2002-11-18getting rid of obviously unused INPUT_CAP_VARIABLE_BITRATEMichael Roitzsch
2002-11-17bring eject back: no eject function if the plugin does not support itMichael Roitzsch
2002-11-17cleanup: bring config entries back to lifeMichael Roitzsch
2002-11-16More metadata (uses ALBUM for the radio name, fills GENRE).Thibaut Mattern
2002-11-16Sometimes there is no space after ':'Thibaut Mattern
2002-11-15First attempt to implement "Shoutcast Metadata Protocol".Thibaut Mattern
2002-11-15cleaning up spu types. now avi subtitles may be enabled again.Miguel Freitas
2002-11-08Fix and update Jérôme entryDaniel Caujolle-Bert
2002-11-08vcd input plugin now compiles on SolarisRobin KAY
2002-11-08vcd input plugin compiles againGuenter Bartsch
2002-11-07return of the stdin pluginGuenter Bartsch
2002-11-05Extract metadata from the shoutcast header.Thibaut Mattern
2002-11-03some more release-related fixes...Siggi Langauf
2002-11-03log outputGuenter Bartsch
2002-11-02don't display crap in UI panel, xine-ui expects a xine_ui_data_t andMichael Roitzsch
2002-11-02Less verbosity.Daniel Caujolle-Bert
2002-11-01be less strict with MRL syntax, people are used to ://Michael Roitzsch
2002-11-01Time for fast navigation now !Thibaut Mattern
2002-10-31adapt input plugins to new MRL syntaxMichael Roitzsch
2002-10-29only open mms-urlsGuenter Bartsch
2002-10-28Build all xine plugin modules with "-export-symbols-regex xine_plugin_info",Juergen Keil
2002-10-28using select for read-timeouts, improved error detection and handlingGuenter Bartsch
2002-10-27file plugin should handle file:// - type uris now, '#' is used as subtitle de...Guenter Bartsch
2002-10-27less noise and register skip_behaviour (chapter skip keys work again)Michael Roitzsch
2002-10-27return of ogg and vorbis, began implementing verbosity parameterGuenter Bartsch
2002-10-26timeouts for mms, send progress report events, introduce verbosity engine par...Guenter Bartsch
2002-10-26first step in getting dvd events backMichael Roitzsch
2002-10-26Remove assert(0), left over from testing.James Courtier-Dutton
2002-10-25remove obviously obsolete INPUT_CAP_CLUT and INPUT_OPTIONAL_DATA_CLUTMichael Roitzsch
2002-10-24C99 version of macro definition with variable number of arguments addedJuergen Keil
2002-10-24Fix some log messages in audio_alsa_out.cJames Courtier-Dutton
2002-10-24Further changes to DVD code.James Courtier-Dutton
2002-10-23fix capabilites (preview)Guenter Bartsch
2002-10-23final c++ -> c coding style fixes, libxine compiles nowGuenter Bartsch
2002-10-23Oops...will compile now.James Courtier-Dutton
2002-10-23incorporate Stephen's comment fixing into the sync-help patchMichael Roitzsch
2002-10-23input_dvd.c now listens for keyboard events from xine-ui.James Courtier-Dutton
2002-10-23"dvd_device" device name moved from dvd_input_plugin_t -> dvd_input_class_t,Juergen Keil
2002-10-22Changed -ansi so that the developer must include @ANSI_FLAGS@ in their AC_CFL...Stephen Torri
2002-10-22Recursive comments, picked up via CVS $Log keyword. Trying to fix...Juergen Keil
2002-10-22Fix bad comment, and disable some piece of code to enable compilation on solarisJuergen Keil
2002-10-22Update input_dvd.c to new api.James Courtier-Dutton
2002-10-22Changed comments to standard /* ... */Stephen Torri
2002-10-22Changed comments to standard (/* ... */)Stephen Torri
2002-10-22Changed comments to standard (/* ... */)Stephen Torri
2002-10-22Added "compat.h" to clear up compiler error of undeclared macros.Stephen Torri
2002-10-21document INPUT_CAP_CHAPTERSMichael Roitzsch