summaryrefslogtreecommitdiff
path: root/src/input
AgeCommit message (Collapse)Author
2001-12-14Move [PATH/NAME]_MAX into compat.h.Daniel Caujolle-Bert
CVS patchset: 1246 CVS date: 2001/12/14 21:03:03
2001-12-14$PWD is not available with all shells, use getcwd() to get the currentJuergen Keil
directory. Fixes a problem under solaris with a non working file browser, when xine is started using a CDE action. CVS patchset: 1245 CVS date: 2001/12/14 17:39:29
2001-12-14Store/use old origin path.Daniel Caujolle-Bert
CVS patchset: 1243 CVS date: 2001/12/14 15:26:47
2001-12-14Add ability to hide hidden files via config boolean.Daniel Caujolle-Bert
CVS patchset: 1242 CVS date: 2001/12/14 14:49:08
2001-12-11Fix (probably) FreeBSD breakage.Daniel Caujolle-Bert
CVS patchset: 1219 CVS date: 2001/12/11 00:04:09
2001-12-10Fix jerky playback at track start. Some improvment for other unices thanDaniel Caujolle-Bert
Linux (NOTE: FreeBSD support is probably broken, i will fix in few minutes). CVS patchset: 1217 CVS date: 2001/12/10 23:40:29
2001-12-10Enable config callbacks.Daniel Caujolle-Bert
CVS patchset: 1210 CVS date: 2001/12/10 12:56:54
2001-12-10PATH_MAX, NAME_MAX and CDROM_MEDIA_CHANGED defines missing on solarisJuergen Keil
CVS patchset: 1208 CVS date: 2001/12/10 11:46:38
2001-12-10Enable config callbacks.Daniel Caujolle-Bert
CVS patchset: 1207 CVS date: 2001/12/10 10:51:53
2001-12-10create directory recusively.Daniel Caujolle-Bert
CVS patchset: 1206 CVS date: 2001/12/10 01:43:30
2001-12-10cddb cache directory is settable.Daniel Caujolle-Bert
CVS patchset: 1205 CVS date: 2001/12/10 00:58:13
2001-12-09removed register mrl macroGuenter Bartsch
CVS patchset: 1201 CVS date: 2001/12/09 23:09:32
2001-12-09Forgotten boolean about grabbed cddb info.Daniel Caujolle-Bert
CVS patchset: 1196 CVS date: 2001/12/09 18:32:20
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-12-09- Better default for CDROM device on solarisJuergen Keil
- Audio play operation immediately followed by a status query somehow does not start the audio playback on solaris. If I debug it and single step over the code, it works - of cause :-) Added a small usec_sleep to work around this problem on solaris. CVS patchset: 1187 CVS date: 2001/12/09 13:18:37
2001-12-08Add CDDB support.Daniel Caujolle-Bert
CVS patchset: 1179 CVS date: 2001/12/08 03:01:40
2001-12-06Add audio cd support.Daniel Caujolle-Bert
CVS patchset: 1172 CVS date: 2001/12/06 23:53:20
2001-12-01add avi subtitle decoder (based on mplayer code), minor cleanups, removed ↵Guenter Bartsch
register_empty function from configfile (undocumented and doesn't make sense) CVS patchset: 1153 CVS date: 2001/12/01 22:38:31
2001-11-30Add an automatic way for input plugin to add extra valid mrls:Daniel Caujolle-Bert
add at bottom of init_input_plugin() a line like this: REGISTER_VALID_MRLS(this->config, "mrl.mrls_mpeg_block", "xxx"); CVS patchset: 1147 CVS date: 2001/11/30 21:55:05
2001-11-30Valid mrls are no more static (except few ones), like file suffix too.Daniel Caujolle-Bert
First draft of compat.h (almost empty for now). CVS patchset: 1139 CVS date: 2001/11/30 00:53:50
2001-11-29w32 bugfix, dvd branchingMiguel Freitas
CVS patchset: 1135 CVS date: 2001/11/29 12:05:06
2001-11-19Fix macro buffer leakageMiguel Freitas
CVS patchset: 1081 CVS date: 2001/11/19 22:31:35
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-11-06input_http updates by Damien ClermonteGuenter Bartsch
CVS patchset: 964 CVS date: 2001/11/06 10:08:48
2001-10-25...hope I'm getting closer to a correct socket read return value ↵Guenter Bartsch
interpretation... CVS patchset: 885 CVS date: 2001/10/25 15:48:03
2001-10-22an http input plugin, small demuxer bugfixes/additionsGuenter Bartsch
CVS patchset: 862 CVS date: 2001/10/22 23:24:34
2001-10-22Some modification for seeking in unpredictable streams (like DVDs)Rich J Wareham
CVS patchset: 861 CVS date: 2001/10/22 22:50:01
2001-10-22Fixed libxineutils linking.Daniel Caujolle-Bert
CVS patchset: 859 CVS date: 2001/10/22 21:34:54
2001-10-22introducing libxineutils and a this pointer for video_out_x11 callbacksGuenter Bartsch
CVS patchset: 852 CVS date: 2001/10/22 00:52:09
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-18defining menu eventsGuenter Bartsch
CVS patchset: 834 CVS date: 2001/10/18 23:46:40
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-08On solaris, try to grab the default dvd device from vold supplied environmentJuergen Keil
variables, if available. By adding an "action" line like the one below into /etc/rmmount.conf, xine can now be autostarted on insertion of dvd media on solaris: action cdrom action_dvdvideo.so /tmp/xine/bin/xine -s dvd CVS patchset: 768 CVS date: 2001/10/08 12:52:49
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-06Argh, uscsi ioctls do not work any more in solaris9beta (permission denied) onJuergen Keil
volume manager devices, so for now just assume the disk is not encrypted, when the DVD_READ_STRUCTURE command fails. CVS patchset: 754 CVS date: 2001/10/06 17:57:52
2001-10-06Add the DVD_STRUCT_COPYRIGHT checking stuff for solaris.Juergen Keil
CVS patchset: 747 CVS date: 2001/10/06 13:46:07
2001-10-05Must release read_cache lock on read errorJuergen Keil
CVS patchset: 743 CVS date: 2001/10/05 18:45:07
2001-10-05Errors returned from read(2) system call were ignored in most input pluginsJuergen Keil
(e.g. when accessing an encrypted dvd without proper dvd drive authentication). Print error messages, and try to handle read errors. CVS patchset: 741 CVS date: 2001/10/05 17:36:28
2001-10-05missing include for freebsd addedHeiko Schaefer
CVS patchset: 739 CVS date: 2001/10/05 14:49:32
2001-10-05- refuse to play encrypted dvdsMiguel Freitas
note: only tested on linux but also features bsd code (i´m trying not to break builds on other architectures, let me know if you have any problems) CVS patchset: 737 CVS date: 2001/10/05 11:31:39
2001-10-03Add error checks to all "pthread_create" calls, print error message and exitJuergen Keil
xine, whenever a pthread_create fails CVS patchset: 729 CVS date: 2001/10/03 17:15:43
2001-10-03Fix a char* / unsigned char* compiler warningJuergen Keil
CVS patchset: 722 CVS date: 2001/10/03 15:09:47
2001-10-03Fix two char* / unsigned char* warningsJuergen Keil
CVS patchset: 721 CVS date: 2001/10/03 15:09:04
2001-09-2832/64-bit bug in read_cache_read_block block, wrong fileoffset passed toJuergen Keil
read_cache_read_block (patch by Koo kyoseon) CVS patchset: 706 CVS date: 2001/09/28 09:18:52
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-11remove obsoleted stuff by the new cache scheme.Miguel Freitas
(cancellation point now into read_cache.c) CVS patchset: 612 CVS date: 2001/09/11 11:30:56
2001-09-11Fix compile error (does not find xine/buffer.h)Juergen Keil
CVS patchset: 611 CVS date: 2001/09/11 09:58:15