summaryrefslogtreecommitdiff
path: root/src/input/input_mms.c
AgeCommit message (Expand)Author
2007-02-20Mark a fwe arrays static and avoid casts that are not needed.Diego 'Flameeyes' Pettenò
2007-02-20Fix a lot of format warnings in lprintf calls (mostly %ldd -> %"PRId64").Diego 'Flameeyes' Pettenò
2007-01-19Make get_mrl return a const char * too.Diego 'Flameeyes' Pettenò
2007-01-18Make get_description function return a const char * rather than just a char *...Diego 'Flameeyes' Pettenò
2007-01-09Support setting the start time over MMSH protocol.Claudio Ciccani
2007-01-03Added support for setting the playback start time (same as the RTSP plugin).Claudio Ciccani
2006-10-23- unregister all the configuration callbacks when disposing of the classBastien Nocera
2006-07-10Implement visibility support, available on GCC 4.0 and later and on some 3.4 ...Diego 'Flameeyes' Pettenò
2006-06-20Fix generic warnings.Diego 'Flameeyes' Pettenò
2006-05-03Make various arrays and structures (mainly xine_plugin_info) const.Darren Salt
2006-04-051) various warning fixesFrantišek Dvořák
2006-03-25- unregister the callback instead of disallowing the unload of the pluginBastien Nocera
2006-03-24- don't unload the mms input plugin, as the callback for media.network.bandwidthBastien Nocera
2005-10-14input plugin time seeking patch.Miguel Freitas
2005-02-07Added PLUGIN_MUST_PRELOAD to all input plugins registering config entries.Thibaut Mattern
2005-02-06Added a plugin_node_t pointer to the input plugin struct.Thibaut Mattern
2004-12-12huge patch ahead: reorganizing config entries with automatic conversionMichael Roitzsch
2004-07-20Add const to get_identifier return type since that's n fact what itRocky Bernstein
2004-06-13implement steps 1, 2, 3 and 4 of the seeking proposal:Miguel Freitas
2004-04-26removing unused "this" variable and collapsing the code a bitMichael Roitzsch
2004-04-15Big MMS over tcp protocol cleanup / rework.Thibaut Mattern
2004-04-10improving config help stringsMichael Roitzsch
2004-04-07fix compiler warningsMichael Roitzsch
2004-04-06Asf demuxer:Thibaut Mattern
2004-02-17Make default type of connection in MMS configurable (autoprobe, TCP or HTTP).František Dvořák
2003-12-14API version bounceSiggi Langauf
2003-12-05cleanup phase II. use xprintf when it's relevant, use xine_xmalloc when it's ...Daniel Caujolle-Bert
2003-11-26xprintf clean pass. xprintf now log into new XINE_LOG_TRACE log buffer. scrat...Daniel Caujolle-Bert
2003-11-26lprintf cleanup, pass I.Daniel Caujolle-Bert
2003-10-22- fix compile-time warningBastien Nocera
2003-04-26bump up input plugin interface version numberGuenter Bartsch
2003-04-13Input plugin api change:Thibaut Mattern
2003-02-28Xine assert() replacement:Stephen Torri
2003-02-24nbc_end_of_stream is no more needed.Thibaut Mattern
2003-02-23Uses nbc_end_of_stream().Thibaut Mattern
2003-01-31- MAX_PREVIEW_SIZE = 4096Miguel Freitas
2003-01-18Stupid bugThibaut Mattern
2003-01-15Little cleanupThibaut Mattern
2003-01-15Sorry, I've broken mms:// last time.Thibaut Mattern
2003-01-13Experimental mmsh protocol support.Thibaut Mattern
2002-12-27man errno: "must not be explicitly declared; errno may be a macro"Miguel Freitas
2002-12-21- add buf->decoder_info_ptr: portability for systems where pointer hasMiguel Freitas
2002-12-13fix mms compilation failure.Daniel Caujolle-Bert
2002-12-12Introducing some new segfaults : ;-)Thibaut Mattern
2002-11-20engine modifications to allow post plugin layer:Michael Roitzsch
2002-11-17bring eject back: no eject function if the plugin does not support itMichael Roitzsch
2002-11-03log outputGuenter Bartsch
2002-10-29only open mms-urlsGuenter Bartsch
2002-10-26timeouts for mms, send progress report events, introduce verbosity engine par...Guenter Bartsch
2002-10-23fix capabilites (preview)Guenter Bartsch