summaryrefslogtreecommitdiff
path: root/src/input/input_cda.c
AgeCommit message (Expand)Author
2002-12-27man errno: "must not be explicitly declared; errno may be a macro"Miguel Freitas
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-19Fix 'XIO: fatal IO error 9 (Bad file descriptor) on X server ":0.0"'Ewald Snel
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-29Replace all exit(1) with abort().James Courtier-Dutton
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-03-24Add Sergiy Kudryk <linux_ua@yahoo.com> as contributor. Don't sendDaniel Caujolle-Bert
2002-02-17big debug output cleanup. removed debug output from log window, loggingGuenter Bartsch
2002-01-15input_cda.c didn't compile on freebsd 4.4Juergen Keil
2002-01-14Fixed cda deadlocks.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-11Fix (probably) FreeBSD breakage.Daniel Caujolle-Bert
2001-12-10Fix jerky playback at track start. Some improvment for other unices thanDaniel Caujolle-Bert
2001-12-10PATH_MAX, NAME_MAX and CDROM_MEDIA_CHANGED defines missing on solarisJuergen Keil
2001-12-10Enable config callbacks.Daniel Caujolle-Bert
2001-12-10create directory recusively.Daniel Caujolle-Bert
2001-12-10cddb cache directory is settable.Daniel Caujolle-Bert
2001-12-09Forgotten boolean about grabbed cddb info.Daniel Caujolle-Bert
2001-12-09Add cddb infos caching. Fix billion call of cddb server. Fix autoplayDaniel Caujolle-Bert
2001-12-09- Better default for CDROM device on solarisJuergen Keil
2001-12-08Add CDDB support.Daniel Caujolle-Bert
2001-12-06Add audio cd support.Daniel Caujolle-Bert