summaryrefslogtreecommitdiff
path: root/src/xine-engine/xine.c
AgeCommit message (Expand)Author
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
2002-10-23remove superflous xine_scan_plugins function, load plugins in xine_init after...Guenter Bartsch
2002-10-23input_dvd.c now listens for keyboard events from xine-ui.James Courtier-Dutton
2002-10-21Enable DVD SPU subtitles.James Courtier-Dutton
2002-10-20stop engine when necessary, start metronom only once - but in the right place...Guenter Bartsch
2002-10-19seeking in public api is now millisecond accurate (sorry, forgot that one but...Guenter Bartsch
2002-10-18my very first try at the new streams api. some fixes to it (uninitializedMiguel Freitas
2002-10-16forgot to alloc event queueGuenter Bartsch
2002-10-15added missing stream end handling functionGuenter Bartsch
2002-10-14small bugfixGuenter Bartsch
2002-10-14introduction of xine_stream_t and async xine events - all still in developementGuenter Bartsch
2002-10-12Discard buffered audio driver data after the demuxer is stopped & closed.Juergen Keil
2002-10-12Make flush of audio work properly.James Courtier-Dutton
2002-10-03Slightly reorganize xine_exit, so that "xine --help" does not segfault any more.Juergen Keil
2002-09-22API review part IMichael Roitzsch
2002-09-18fix reentrant in event listeners by only allowing one event per typeMichael Roitzsch
2002-09-18first steps towards implementing stream/meta infoGuenter Bartsch
2002-09-15Memory leak fixes, using a slightly modified version of the patch fromJames Courtier-Dutton
2002-09-13introducing meta information and some audio controls - but nothing is really ...Guenter Bartsch
2002-09-11- more programming guidelines in public xine headerGuenter Bartsch
2002-09-10- don't return failure on successMichael Roitzsch
2002-09-09when reading in the config file the logo callback can be called beforeuid86226
2002-09-09Remove so const abuse ;-)Daniel Caujolle-Bert
2002-09-06introduce "const"Michael Roitzsch
2002-09-05removed obsolete stream_seekable function, implemented some parts of get_stre...Guenter Bartsch
2002-09-05get_spu_channel was lost in mergerGuenter Bartsch
2002-09-04merging in the new_api branch ... unfortunately video_out / vo_scale is broke...Guenter Bartsch
2002-08-29Fix intl' breakage.Daniel Caujolle-Bert