summaryrefslogtreecommitdiff
path: root/src/input/input_vcd.c
AgeCommit message (Expand)Author
2002-11-01be less strict with MRL syntax, people are used to ://Michael Roitzsch
2002-10-31adapt input plugins to new MRL syntaxMichael Roitzsch
2002-10-23fix capabilites (preview)Guenter Bartsch
2002-09-22API review part IMichael 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-23Add missing newlineDennis Björklund
2002-06-17Few memory leaks.Daniel Caujolle-Bert
2002-06-12Remove no more needed XINE_LOGO.Daniel Caujolle-Bert
2002-05-25patch from Michael Roitzsch:Siggi Langauf
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-23Fix memory leaks by disposing input, demux and decoder plugins at exitEwald Snel
2002-04-11Add an INPUT_CAP_PREVIEW mode.James Courtier-Dutton
2002-02-17big debug output cleanup. removed debug output from log window, loggingGuenter Bartsch
2002-01-18Fixed description string.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-10Enable config callbacks.Daniel Caujolle-Bert
2001-12-09Add cddb infos caching. Fix billion call of cddb server. Fix autoplayDaniel 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-07configurable VCD device - patch provided by Chris Rankin <rankinc@pacbell.net>Guenter Bartsch
2001-10-07if a pes header indicates that the stream is encrypted that doesn't necessari...Guenter Bartsch
2001-10-03Fix two char* / unsigned char* warningsJuergen Keil
2001-09-27buf type not set on solaris (same problem on freebsd, too); vcd didn't work anyJuergen Keil
2001-09-08rich's patches (menu support)Guenter Bartsch
2001-09-05miguel's latest patchesGuenter Bartsch
2001-09-01More strlen/sizeof fixes by Hubert Matthews <hubert.matthews@unicornportal.com>Guenter Bartsch
2001-08-17Add xine_seek() and friends.Daniel Caujolle-Bert
2001-07-27One step back. It seems last changes about devfs will never fixed the problems.Daniel Caujolle-Bert
2001-07-27More check about devfs support. Dont call open() in non blocking mode if it'sDaniel Caujolle-Bert
2001-07-25Wrong number of entries returned (always +1).Daniel Caujolle-Bert
2001-07-17AM_CHECK_CDROM_IOCTLS, add test for Solaris cdrom ioctls.Juergen Keil
2001-07-16IRIX / mips port. Audio and CD support are not implemented yet.Matthias Hopf
2001-07-10Fixed get_dir in input plugins. Fixed a strange header inclusion bugDaniel Caujolle-Bert
2001-07-01extended input plugin api for interactive menus and seamless branchingGuenter Bartsch
2001-06-23Fixed/implement xine_get_browse_mrls(), and related stuff.Daniel Caujolle-Bert
2001-06-21solaris and stability patches provided by Juergen KeilGuenter Bartsch
2001-06-09problem with compilation on freebsd removedHeiko Schaefer
2001-06-02make input plugins return file sizes in mrl_t (ls function)Guenter Bartsch
2001-05-30Fixed demux_mpeg_block with detect by content bug. Fixed input_dvd/vcdDaniel Caujolle-Bert
2001-05-11Fix CPP typo.Daniel Caujolle-Bert