summaryrefslogtreecommitdiff
path: root/src/xine-engine
AgeCommit message (Expand)Author
2002-11-28Extended demuxer API with the methods get_capabilities() and get_optional_dat...Peter Liljenberg
2002-11-27experimental change in handling of sound clock drifting (relative to the vpts...Heiko Schaefer
2002-11-27prettier logging :o)Heiko Schaefer
2002-11-27make Siggi happy: setting stream correctly makes xine-ui playlists work againxine-1-alpha2-release1-alpha2Michael Roitzsch
2002-11-27seems the closedir doesn't break passthrough anymoreHeiko Schaefer
2002-11-25return of the arts audio output pluginGuenter Bartsch
2002-11-25make guenter happy: raise the expertise level of the position entriesMichael Roitzsch
2002-11-25less noiseMichael Roitzsch
2002-11-24wtf happened to those black bars ?\!? :>Guenter Bartsch
2002-11-23no race on the backup image, please; use a different solution (see comment)Michael Roitzsch
2002-11-23fix segfaults with failed driversMichael Roitzsch
2002-11-22HELP! My latest engine patch slightly broke the seeking, so I revert thisMichael Roitzsch
2002-11-22when the image does not fit the viewport and black bars need to be added, theirMichael Roitzsch
2002-11-22flushing the last frame too should increase engine responsiveness now theMichael Roitzsch
2002-11-22do not play with the clock any more, we have dedicated flush functions for th...Michael Roitzsch
2002-11-22Developers can now run "make" in their work area (e.g. src/libffmpeg) and itStephen Torri
2002-11-20implement public OSD wrappersMichael Roitzsch
2002-11-20document coordinatesMichael Roitzsch
2002-11-20Fix typoEwald Snel
2002-11-20I forgot to adapt thisMichael Roitzsch
2002-11-20engine modifications to allow post plugin layer:Michael Roitzsch
2002-11-19spu and overlay cleanups, mostly cosmeticMiguel Freitas
2002-11-18set default audio.passthrough_offset to 0Heiko Schaefer
2002-11-18first steps towards a working real demuxer and using binary-only real codecsGuenter Bartsch
2002-11-17bring eject back: always keep the last input plugin class that supports ejectingMichael Roitzsch
2002-11-15cleaning up spu types. now avi subtitles may be enabled again.Miguel Freitas
2002-11-14Fix memory leaksEwald Snel
2002-11-12merge metronom's improvements (inform decoders about discontinuities)Miguel Freitas
2002-11-12even more agressive consistency checkingGuenter Bartsch
2002-11-12use xmalloc instead of malloc so memory footprint can be easily traced and me...Guenter Bartsch
2002-11-12fix buffer leakage in ao_loop, re-introduce lock around all driver functions,...Guenter Bartsch
2002-11-12(very) small memleakGuenter Bartsch
2002-11-11A try to fix ao_flush() loopThibaut Mattern
2002-11-11added some missing stream attributesMike Melanson
2002-11-11fix snapshot colorsMiguel Freitas
2002-11-10src/video_out/video_out_xv.c:Stephen Torri
2002-11-10fix wrong abs macro; many thanks to James Slorach for finding this nasty,Michael Roitzsch
2002-11-10proper locking of display_img_buf_queue to avoid races with vo_flushMichael Roitzsch
2002-11-09beginnings of the get_video/audio_frame apiGuenter Bartsch
2002-11-08Better handling of the end of the discontinuity.Thibaut Mattern
2002-11-08There was a bug in discontinuity handling.Thibaut Mattern
2002-11-07this fixes a52 passthrough on my system (sblive 5.1 oss driver)Heiko Schaefer
2002-11-06fix stream ending deadlock without audio driverDaniel Caujolle-Bert
2002-11-05Resets stream_length when opening a new stream.Thibaut Mattern
2002-11-03log outputGuenter Bartsch
2002-11-03vo_flush is backThibaut Mattern
2002-11-02Disables vo_flush.Thibaut Mattern
2002-11-02these should better be broadcast signalsMichael Roitzsch
2002-11-02add volume and compression settings to MRLs stream_setup partMichael Roitzsch
2002-11-02since the order is new----->open-->play--\Michael Roitzsch