summaryrefslogtreecommitdiff
path: root/src/xine-engine/xine.c
AgeCommit message (Expand)Author
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
2002-11-28Extended demuxer API with the methods get_capabilities() and get_optional_dat...Peter Liljenberg
2002-11-25less noiseMichael Roitzsch
2002-11-22do not play with the clock any more, we have dedicated flush functions for th...Michael Roitzsch
2002-11-20engine modifications to allow post plugin layer:Michael Roitzsch
2002-11-17bring eject back: always keep the last input plugin class that supports ejectingMichael Roitzsch
2002-11-14Fix memory leaksEwald Snel
2002-11-11fix snapshot colorsMiguel Freitas
2002-11-09beginnings of the get_video/audio_frame apiGuenter Bartsch
2002-11-05Resets stream_length when opening a new stream.Thibaut Mattern
2002-11-02add volume and compression settings to MRLs stream_setup partMichael Roitzsch
2002-11-02since the order is new----->open-->play--\Michael Roitzsch
2002-10-31new syntax for MRLsMichael Roitzsch
2002-10-30- add mutex on seeking and avoid overuse of sched_yieldMiguel Freitas
2002-10-29i don't think this lock is needed (read-only access)Guenter Bartsch
2002-10-29engine improvementsMichael Roitzsch
2002-10-29reset metainfo on stream closeGuenter Bartsch
2002-10-29log outputGuenter Bartsch
2002-10-28fix a deadlockGuenter Bartsch
2002-10-28do not flush on xine_handle_stream_endMiguel Freitas
2002-10-28hey, i want to join xine breakage party! (what do you wanna break today? tm)Miguel Freitas
2002-10-27return of ogg and vorbis, began implementing verbosity parameterGuenter Bartsch
2002-10-26handle demuxers that fail to startGuenter Bartsch
2002-10-26Removed trailing white spacesStephen Torri