summaryrefslogtreecommitdiff
path: root/src/input/input_mms.c
AgeCommit message (Collapse)Author
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-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-03log outputGuenter Bartsch
CVS patchset: 3170 CVS date: 2002/11/03 20:43:57
2002-10-29only open mms-urlsGuenter Bartsch
CVS patchset: 3080 CVS date: 2002/10/29 01:17:46
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-23fix capabilites (preview)Guenter Bartsch
CVS patchset: 2975 CVS date: 2002/10/23 21:19:42
2002-10-20mms inpit plugin is backGuenter Bartsch
CVS patchset: 2868 CVS date: 2002/10/20 01:15:53
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-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-07-05Bump up version numbers due to changes in xine_tMichael Roitzsch
CVS patchset: 2214 CVS date: 2002/07/05 17:31:59
2002-05-25patch from Michael Roitzsch:Siggi Langauf
increased interface version numbers, to reflect the xine_t change CVS patchset: 1939 CVS date: 2002/05/25 19:19:16
2002-05-23Disable message : "input_mms: trying to open ..."Thibaut Mattern
<TAB> cleanup CVS patchset: 1931 CVS date: 2002/05/23 23:22:14
2002-05-06Few cleanups, memory leaks.Daniel Caujolle-Bert
CVS patchset: 1859 CVS date: 2002/05/06 21:40:02
2002-04-28mms cleanup, removing asx parser (will be moved to xine-util/frontendsGuenter Bartsch
CVS patchset: 1797 CVS date: 2002/04/28 15:33:06
2002-04-24Fix dispose *_dispose() function prototype. Fix in rtp_dispose() a badDaniel Caujolle-Bert
assignement (may segfault). CVS patchset: 1772 CVS date: 2002/04/24 08:12:13
2002-04-23Increment audio/video/spu decoder and input plugin API version numberEwald Snel
- update dxr3 and xvid plugins to new interface (add dispose() functions) CVS patchset: 1766 CVS date: 2002/04/23 15:45:19
2002-04-23Fix memory leaks by disposing input, demux and decoder plugins at exitEwald Snel
- add dispose() function to all decoder plugin structures CVS patchset: 1763 CVS date: 2002/04/23 13:30:42
2002-04-09make sure asxparser doesn't try to handle mms:// style mrlsGuenter Bartsch
CVS patchset: 1704 CVS date: 2002/04/09 23:16:31
2002-03-29Improved playing of streams from mozilla browser.James Courtier-Dutton
CVS patchset: 1645 CVS date: 2002/03/29 19:56:57
2002-03-23moved network buffering to a seperate file so all network/stream input pluginsGuenter Bartsch
can share that code. added ability to control scr adjustability to metronom (get/set options) so strict_scr is no longer needed. CVS patchset: 1620 CVS date: 2002/03/23 18:56:55
2002-03-19dynamic water mark adaption, small fixesGuenter Bartsch
CVS patchset: 1593 CVS date: 2002/03/19 17:48:59
2002-03-19improved buffering for audio-only streamsGuenter Bartsch
(wanna try? gnome-xine mms://live5-ms.unbn.unit.net/radio_project ) forced asx-parser back to a (hopefully) working state fixed warning about wrong audio_instance type CVS patchset: 1591 CVS date: 2002/03/19 02:12:49
2002-03-18mms patches contributed by Andrei LahunGuenter Bartsch
CVS patchset: 1590 CVS date: 2002/03/18 23:28:49
2002-03-17adding (slightly updated) mms input pluginGuenter Bartsch
CVS patchset: 1582 CVS date: 2002/03/17 22:23:36