summaryrefslogtreecommitdiff
path: root/src/input/input_vcd.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-08vcd input plugin now compiles on SolarisRobin KAY
CVS patchset: 3204 CVS date: 2002/11/08 15:49:03
2002-11-08vcd input plugin compiles againGuenter Bartsch
CVS patchset: 3202 CVS date: 2002/11/08 11:49:01
2002-11-07return of the stdin pluginGuenter Bartsch
CVS patchset: 3200 CVS date: 2002/11/07 23:05:01
2002-11-01be less strict with MRL syntax, people are used to ://Michael Roitzsch
CVS patchset: 3128 CVS date: 2002/11/01 17:51:57
2002-10-31adapt input plugins to new MRL syntaxMichael Roitzsch
(mostly turning :// into :/) CVS patchset: 3113 CVS date: 2002/10/31 17:00:44
2002-10-23fix capabilites (preview)Guenter Bartsch
CVS patchset: 2975 CVS date: 2002/10/23 21:19:42
2002-09-22API review part IMichael Roitzsch
- bring our beloved xine_t * back (no more const there) - remove const on some input plugin functions where the data changes with media (dvd, ...) changes and is therefore not const CVS patchset: 2740 CVS date: 2002/09/22 14:29:40
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-05use xine_mrl_t instead of mrl_t in input plugins, implement more configfile ↵Guenter Bartsch
functions CVS patchset: 2615 CVS date: 2002/09/05 20:19:48
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-06-23Add missing newlineDennis Björklund
CVS patchset: 2137 CVS date: 2002/06/23 15:59:22
2002-06-17Few memory leaks.Daniel Caujolle-Bert
CVS patchset: 2090 CVS date: 2002/06/17 21:17:32
2002-06-12Remove no more needed XINE_LOGO.Daniel Caujolle-Bert
Internationalize all config related stuff. Fix not registered mrl ending in roq/film demuxer. Add bindtextdomain() calls in load_plugins (for audio/video out plugins). CVS patchset: 2066 CVS date: 2002/06/12 12:22:25
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-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-11Add an INPUT_CAP_PREVIEW mode.James Courtier-Dutton
This tells the demuxers if the input plugin can handle preview testing. Most plugins which are seekable can handle it. The current exception to this is the xine-dvdnav plugin which is seekable but not previewable due to DVDs having still pictures which stall the preview testing. CVS patchset: 1710 CVS date: 2002/04/11 22:27:11
2002-02-17big debug output cleanup. removed debug output from log window, loggingGuenter Bartsch
relevant information like stream type/size/bitrate instead. demuxer cleanup, removed no-longer-needed macros :-) switched off video_out/libmpeg2/... verbose log output messages. CVS patchset: 1503 CVS date: 2002/02/17 17:32:49
2002-01-18Fixed description string.Daniel Caujolle-Bert
CVS patchset: 1426 CVS date: 2002/01/18 23:16:05
2002-01-02Correct spelling of __VA_ARGS__ macroJuergen Keil
CVS patchset: 1324 CVS date: 2002/01/02 18:16:07
2001-12-27Add intl support + more logging messages.Daniel Caujolle-Bert
CVS patchset: 1308 CVS date: 2001/12/27 14:30:28
2001-12-10Enable config callbacks.Daniel Caujolle-Bert
CVS patchset: 1210 CVS date: 2001/12/10 12:56:54
2001-12-09Add cddb infos caching. Fix billion call of cddb server. Fix autoplayDaniel Caujolle-Bert
crash bug in cda/vcd/dvd. CVS patchset: 1194 CVS date: 2001/12/09 18:11:34
2001-11-18new configfile interface, code cleanup, xprintf is goneGuenter Bartsch
CVS patchset: 1064 CVS date: 2001/11/18 03:53:23
2001-11-17Add 'xine_' prefix to all of xine-utils functions (what about cpuDaniel Caujolle-Bert
acceleration?). Merge xine-utils header files to a new one "xineutils.h". Update xine-lib C/headers to reflect those changes. dxr3 headers are no more installed ine $includdir, but $includdir/xine. CVS patchset: 1054 CVS date: 2001/11/17 14:26:36
2001-10-20big event cleanup: one single mechanism is now used for all communications ↵Guenter Bartsch
between gui, plugins and the xine engine; code cleanup CVS patchset: 837 CVS date: 2001/10/20 02:01:51
2001-10-17demux / input plugin interface change, init functions now have access to the ↵Guenter Bartsch
full xine_t *xine. This should enable stream plugins to register SCR plugins. WARNING: delete old input plugins, otherwise xine will crash CVS patchset: 823 CVS date: 2001/10/17 20:33:09
2001-10-08*_get_dir broken for file lists with more than five entries due to badJuergen Keil
malloc for mrl_t** double indirect mrl_t arrays. (old code was overwriting non-malloced memory) CVS patchset: 770 CVS date: 2001/10/08 18:06:34
2001-10-07configurable VCD device - patch provided by Chris Rankin <rankinc@pacbell.net>Guenter Bartsch
CVS patchset: 762 CVS date: 2001/10/07 22:31:20
2001-10-07if a pes header indicates that the stream is encrypted that doesn't ↵Guenter Bartsch
necessarily mean xine cannot play back that stream, so let's at least try it. besides that, vcd seeking bugfixes (linux/sun) CVS patchset: 756 CVS date: 2001/10/07 15:13:09
2001-10-03Fix two char* / unsigned char* warningsJuergen Keil
CVS patchset: 721 CVS date: 2001/10/03 15:09:04
2001-09-27buf type not set on solaris (same problem on freebsd, too); vcd didn't work anyJuergen Keil
more CVS patchset: 702 CVS date: 2001/09/27 12:48:01
2001-09-08rich's patches (menu support)Guenter Bartsch
CVS patchset: 586 CVS date: 2001/09/08 00:44:40
2001-09-05miguel's latest patchesGuenter Bartsch
CVS patchset: 567 CVS date: 2001/09/05 16:02:29
2001-09-01More strlen/sizeof fixes by Hubert Matthews <hubert.matthews@unicornportal.com>Guenter Bartsch
CVS patchset: 549 CVS date: 2001/09/01 22:47:59
2001-08-17Add xine_seek() and friends.Daniel Caujolle-Bert
CVS patchset: 446 CVS date: 2001/08/17 16:15:36
2001-07-27One step back. It seems last changes about devfs will never fixed the problems.Daniel Caujolle-Bert
Is there a good soul to fixe this (i haven't any devfs here, i've just introduce this to avoid ton of mails..... missed ;-) ). CVS patchset: 360 CVS date: 2001/07/27 22:00:27
2001-07-27More check about devfs support. Dont call open() in non blocking mode if it'sDaniel Caujolle-Bert
not necessary. CVS patchset: 358 CVS date: 2001/07/27 15:50:04
2001-07-25Wrong number of entries returned (always +1).Daniel Caujolle-Bert
CVS patchset: 345 CVS date: 2001/07/25 08:42:05
2001-07-17AM_CHECK_CDROM_IOCTLS, add test for Solaris cdrom ioctls.Juergen Keil
Fix typo in input_dvd.c/input_vcd.c (HAVE_SYS_CDIO -> HAVE_SYS_CDIO_H) CVS patchset: 290 CVS date: 2001/07/17 13:28:10
2001-07-16IRIX / mips port. Audio and CD support are not implemented yet.Matthias Hopf
Nuked BUILD_LIB_STATIC. Changed some architecture dependend code to feature dependend code. Autoconf'ing CD / DVD ioctl() support. CVS patchset: 288 CVS date: 2001/07/16 19:36:00
2001-07-10Fixed get_dir in input plugins. Fixed a strange header inclusion bugDaniel Caujolle-Bert
in libw32dll/wine. CVS patchset: 264 CVS date: 2001/07/10 21:07:55
2001-07-01extended input plugin api for interactive menus and seamless branchingGuenter Bartsch
CVS patchset: 239 CVS date: 2001/07/01 23:37:04
2001-06-23Fixed/implement xine_get_browse_mrls(), and related stuff.Daniel Caujolle-Bert
CVS patchset: 217 CVS date: 2001/06/23 14:05:46
2001-06-21solaris and stability patches provided by Juergen KeilGuenter Bartsch
CVS patchset: 211 CVS date: 2001/06/21 17:34:23