summaryrefslogtreecommitdiff
path: root/src/input
AgeCommit message (Expand)Author
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-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-10Enable config callbacks.Daniel 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-09removed register mrl macroGuenter Bartsch
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
2001-12-01add avi subtitle decoder (based on mplayer code), minor cleanups, removed reg...Guenter Bartsch
2001-11-30Add an automatic way for input plugin to add extra valid mrls:Daniel Caujolle-Bert
2001-11-30Valid mrls are no more static (except few ones), like file suffix too.Daniel Caujolle-Bert
2001-11-29w32 bugfix, dvd branchingMiguel Freitas
2001-11-19Fix macro buffer leakageMiguel Freitas
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-11-06input_http updates by Damien ClermonteGuenter Bartsch
2001-10-25...hope I'm getting closer to a correct socket read return value interpretati...Guenter Bartsch
2001-10-22an http input plugin, small demuxer bugfixes/additionsGuenter Bartsch
2001-10-22Some modification for seeking in unpredictable streams (like DVDs)Rich J Wareham
2001-10-22Fixed libxineutils linking.Daniel Caujolle-Bert
2001-10-22introducing libxineutils and a this pointer for video_out_x11 callbacksGuenter Bartsch
2001-10-20big event cleanup: one single mechanism is now used for all communications be...Guenter Bartsch
2001-10-18defining menu eventsGuenter 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-08On solaris, try to grab the default dvd device from vold supplied environmentJuergen 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-06Argh, uscsi ioctls do not work any more in solaris9beta (permission denied) onJuergen Keil
2001-10-06Add the DVD_STRUCT_COPYRIGHT checking stuff for solaris.Juergen Keil
2001-10-05Must release read_cache lock on read errorJuergen Keil
2001-10-05Errors returned from read(2) system call were ignored in most input pluginsJuergen Keil
2001-10-05missing include for freebsd addedHeiko Schaefer
2001-10-05- refuse to play encrypted dvdsMiguel Freitas
2001-10-03Add error checks to all "pthread_create" calls, print error message and exitJuergen Keil
2001-10-03Fix a char* / unsigned char* compiler warningJuergen Keil
2001-10-03Fix two char* / unsigned char* warningsJuergen Keil
2001-09-2832/64-bit bug in read_cache_read_block block, wrong fileoffset passed toJuergen Keil
2001-09-27buf type not set on solaris (same problem on freebsd, too); vcd didn't work anyJuergen Keil
2001-09-11remove obsoleted stuff by the new cache scheme.Miguel Freitas
2001-09-11Fix compile error (does not find xine/buffer.h)Juergen Keil
2001-09-11read_cache enables xine to read DVD data in larger chunks (here 16*2048 bytes...Guenter Bartsch