summaryrefslogtreecommitdiff
path: root/src/xine-engine/demux.c
AgeCommit message (Expand)Author
2003-03-07workaround buggy pthread implementations with a timedwaitMiguel Freitas
2003-03-06steps toward muting xine's console output by defaultGuenter Bartsch
2003-02-23Fixes a deadlock when buffering at the end of the stream.Thibaut Mattern
2002-12-24discard buffers on flush so decoder will return faster. seeking should beMiguel Freitas
2002-12-22flush/seeking overhauledMiguel Freitas
2002-11-22HELP! My latest engine patch slightly broke the seeking, so I revert thisMichael 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-06fix stream ending deadlock without audio driverDaniel Caujolle-Bert
2002-11-02these should better be broadcast signalsMichael Roitzsch
2002-11-01Fix seeking at the end of the stream.Thibaut Mattern
2002-10-31Little optimization.Thibaut Mattern
2002-10-30Avoid a potential deadlock.Thibaut Mattern
2002-10-30- add mutex on seeking and avoid overuse of sched_yieldMiguel Freitas
2002-10-30Release the processor between the mutex unlock()/lock() sequence, to giveJuergen Keil
2002-10-29engine improvementsMichael Roitzsch
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-23fix comments, c syntaxGuenter Bartsch
2002-10-14introduction of xine_stream_t and async xine events - all still in developementGuenter Bartsch
2002-09-18first steps towards implementing stream/meta infoGuenter Bartsch
2002-07-13Move the flush of the audio_out plugin to audio_decoder loop.Thibaut Mattern
2002-06-07- demuxer cleanup (helper functions)Miguel Freitas