summaryrefslogtreecommitdiff
path: root/src/input/input_file.c
AgeCommit message (Expand)Author
2003-01-04add 2 demuxer groups (audio and games) with multiple plugins at theMiguel Freitas
2002-12-29remove old hack for sputextMichael Roitzsch
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-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-08Fix and update Jérôme entryDaniel Caujolle-Bert
2002-10-31adapt input plugins to new MRL syntaxMichael Roitzsch
2002-10-27file plugin should handle file:// - type uris now, '#' is used as subtitle de...Guenter Bartsch
2002-10-18my very first try at the new streams api. some fixes to it (uninitializedMiguel Freitas
2002-10-17move open_plugin function (used to create new plugin instances) from the plug...Michael Roitzsch
2002-10-16bump up plugin version numbersGuenter Bartsch
2002-10-14introduction of xine_stream_t and async xine events - all still in developementGuenter Bartsch
2002-09-22API review part IMichael Roitzsch
2002-09-19small language improvementsGuenter Bartsch
2002-09-15be more distinct with UI info texts forMichael Roitzsch
2002-09-06introduce "const"Michael Roitzsch
2002-09-05remove plugin's private priority and interface membersMichael Roitzsch
2002-09-05make all the plugin init functions staticMichael Roitzsch
2002-09-05use xine_mrl_t instead of mrl_t in input plugins, implement more configfile f...Guenter Bartsch
2002-09-04merging in the new_api branch ... unfortunately video_out / vo_scale is broke...Guenter Bartsch
2002-07-05Bump up version numbers due to changes in xine_tMichael Roitzsch
2002-06-12Remove no more needed XINE_LOGO.Daniel Caujolle-Bert
2002-06-09improve error reporting for win32 codecsMiguel Freitas
2002-05-25patch from Michael Roitzsch:Siggi Langauf
2002-05-05Fixed mrl checking (mrl:// wasn't respected).Daniel Caujolle-Bert
2002-04-24Fix dispose *_dispose() function prototype. Fix in rtp_dispose() a badDaniel Caujolle-Bert
2002-04-23Increment audio/video/spu decoder and input plugin API version numberEwald Snel
2002-04-23Remove 'FIXME' (fixed by previous patches)Ewald Snel
2002-04-23Fix memory leaks by disposing input, demux and decoder plugins at exitEwald Snel
2002-04-16switch to '%' as subtitle seperatorGuenter Bartsch
2002-04-11Add an INPUT_CAP_PREVIEW mode.James Courtier-Dutton
2002-03-25Add ability to turn off sputexts.Daniel Caujolle-Bert
2002-03-16framerate and other fixes for demux_asfGuenter Bartsch
2002-02-17big debug output cleanup. removed debug output from log window, loggingGuenter Bartsch
2002-01-18Add homedir fallback for mrl grabbing.Daniel Caujolle-Bert
2002-01-02Correct spelling of __VA_ARGS__ macroJuergen Keil
2001-12-27Add intl support + more logging messages.Daniel Caujolle-Bert
2001-12-14Move [PATH/NAME]_MAX into compat.h.Daniel Caujolle-Bert
2001-12-14$PWD is not available with all shells, use getcwd() to get the currentJuergen Keil
2001-12-14Store/use old origin path.Daniel Caujolle-Bert
2001-12-14Add ability to hide hidden files via config boolean.Daniel Caujolle-Bert
2001-12-01add avi subtitle decoder (based on mplayer code), minor cleanups, removed reg...Guenter Bartsch
2001-11-30Valid mrls are no more static (except few ones), like file suffix too.Daniel Caujolle-Bert
2001-11-18new configfile interface, code cleanup, xprintf is goneGuenter Bartsch
2001-11-17Add 'xine_' prefix to all of xine-utils functions (what about cpuDaniel Caujolle-Bert
2001-10-20big event cleanup: one single mechanism is now used for all communications be...Guenter Bartsch
2001-10-17demux / input plugin interface change, init functions now have access to the ...Guenter Bartsch
2001-10-08*_get_dir broken for file lists with more than five entries due to badJuergen Keil
2001-10-05Errors returned from read(2) system call were ignored in most input pluginsJuergen Keil