summaryrefslogtreecommitdiff
path: root/src/xine-engine/xine.c
AgeCommit message (Expand)Author
2003-05-15add broadcasterMiguel Freitas
2003-04-25avoid segfault with subtitle WITHOUT path.Daniel Caujolle-Bert
2003-04-23faster seeking (heavily based on Thibaut's patch)Miguel Freitas
2003-04-22Additional changes for win32/msvc port; This is my first real commit so pleas...Tim Champagne
2003-04-17cleanup patch by Marco Z|hlke <M.Zuehlke@freenet.de>Miguel Freitas
2003-04-16discard buffers before trying to get demux_lockMiguel Freitas
2003-04-13Input plugin api change (second part):Thibaut Mattern
2003-03-30New net_buf_ctrl.Thibaut Mattern
2003-03-27- demux_avi: do not set input_pos/time on audio buffers. otherwise non-interl...Miguel Freitas
2003-03-25- allow on-the-fly rewiring of streams outputMichael Roitzsch
2003-03-16add xine_engine_set/get_param() functions. For now, only verbosity is support...Daniel Caujolle-Bert
2003-03-08Convenience change to MRL parsing as suggested by Michel Hermier:Michael Roitzsch
2003-03-07use return value of MRL-based config changingMichael Roitzsch
2003-03-07more work on console output cleanupGuenter Bartsch
2003-03-06steps toward muting xine's console output by defaultGuenter Bartsch
2003-03-05allow a little bit safer mode for snapshot allocation:Siggi Langauf
2003-02-22provide a way of invalidating extra infoMichael Roitzsch
2003-02-14introduce a new mrl key, example "stream.ext#lastdemuxprobe:demux_id"Miguel Freitas
2003-02-13use the requested channel number when querying for the languageMichael Roitzsch
2003-02-06first pass on cleaning up ao/vo properties and flush stuffMiguel Freitas
2003-02-04Well, noone seemed to be interrested to fix it....Daniel Caujolle-Bert
2003-02-01adding flush-mode so seek() and play() work for video processing (enix)Guenter Bartsch
2003-01-27ejecting is granted when a different input than the one to eject is currentlyMichael Roitzsch
2003-01-27handle escaped characters in MRLs betterMichael Roitzsch
2003-01-27Prints which input plugin and which demuxer are selected.Thibaut Mattern
2003-01-18xine_exit() can be called with xine_t object not initializedDaniel Caujolle-Bert
2003-01-14move default handled flag to xine.c. this fixes false alarm with -A null.Miguel Freitas
2003-01-13do not dispose audio and video ports on stream dispose.Miguel Freitas
2003-01-13Whoops, shame on me.Michael Roitzsch
2003-01-13match implemented behaviour better to the one documented in the public headerMichael Roitzsch
2003-01-13Fix segmentation fault (in X11 libraries)Ewald Snel
2003-01-13detach from master on disposeMiguel Freitas
2003-01-13- add option to adjust spu sync (works for both dvd and external subtitles)Miguel Freitas
2003-01-11get img_duration from video_outMiguel Freitas
2003-01-11brand-new external subtitles support. (yes, it works!)Miguel Freitas
2003-01-10have length in miliseconds tooMiguel Freitas
2003-01-10protect update of current_extra_infoMiguel Freitas
2003-01-10add width/height to vo_statusMiguel Freitas
2003-01-10internal input_time is miliseconds nowMiguel Freitas
2003-01-09very very nice: fixing an old xine bug of slider bar positioning forMiguel Freitas
2003-01-08fixes/cleanups of the handled/unhandled codecsMiguel Freitas
2002-12-27move first frame signal deeper into video out to the place where the frames areMichael Roitzsch
2002-12-27quite experimental changes on post plugin api to enable rewiringMiguel Freitas
2002-12-27finally - dvb support in xine :)Guenter Bartsch
2002-12-26- cleanup internal interfaces for rewiringMiguel Freitas
2002-12-22flush/seeking overhauledMiguel Freitas
2002-12-21xine_get_pos_length should return zero if current position is unknown. thisMiguel Freitas
2002-12-21- add buf->decoder_info_ptr: portability for systems where pointer hasMiguel Freitas
2002-12-08- get xine_demux_control_headers_done() out of the demuxers.Miguel Freitas
2002-12-06- add still frame hintMiguel Freitas