summaryrefslogtreecommitdiff
path: root/src/xine-engine/video_out.c
AgeCommit message (Expand)Author
2003-02-06continuing the clean up...Miguel Freitas
2003-02-06first pass on cleaning up ao/vo properties and flush stuffMiguel Freitas
2003-02-01adding flush-mode so seek() and play() work for video processing (enix)Guenter Bartsch
2003-01-26patch from Fredrik Noring <noring@nocrew.org> (slightly modified)Michael Roitzsch
2003-01-25- only default frame's extra_info to the video decoder one, when it is emptyMichael Roitzsch
2003-01-13debug messageMichael Roitzsch
2003-01-11introducing a new, very low-impact aproach on implementing a video processing...Guenter Bartsch
2003-01-11get img_duration from video_outMiguel Freitas
2003-01-11brand-new external subtitles support. (yes, it works!)Miguel Freitas
2003-01-10protect update of current_extra_infoMiguel Freitas
2003-01-10add width/height to vo_statusMiguel Freitas
2003-01-08allow frames to be freed in paused modeMiguel Freitas
2003-01-08Fix memory leak (caused by 'recent frames' in some video output drivers)Ewald Snel
2003-01-05fixing a copyright, bringing back the old READMEs to the xine-lib tarball, im...Guenter Bartsch
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-23merge info for skipped framesMiguel Freitas
2002-12-22flush/seeking overhauledMiguel Freitas
2002-12-22flush moved to decoder loop. that simplifies things a lot.Miguel Freitas
2002-12-21log messageMiguel Freitas
2002-12-21ops, my fault. without this line dvd menus are broken for xshm.Miguel Freitas
2002-12-21- add buf->decoder_info_ptr: portability for systems where pointer hasMiguel Freitas
2002-12-20Install a hack to avoid deadlocks when exiting xine (for exampple with theJuergen Keil
2002-12-16fix Floating point exception playing some streams (mostly mp4)Miguel Freitas
2002-12-06- add still frame hintMiguel Freitas
2002-12-06- optimization to avoid img->copy on duplicateMiguel Freitas
2002-12-06decoders do not need to call img->copy() if they don't want to.Miguel Freitas
2002-11-23no race on the backup image, please; use a different solution (see comment)Michael Roitzsch
2002-11-22flushing the last frame too should increase engine responsiveness now theMichael Roitzsch
2002-11-20engine modifications to allow post plugin layer:Michael Roitzsch
2002-11-10proper locking of display_img_buf_queue to avoid races with vo_flushMichael Roitzsch
2002-11-03vo_flush is backThibaut Mattern
2002-11-02Disables vo_flush.Thibaut Mattern
2002-11-02these should better be broadcast signalsMichael Roitzsch
2002-10-29engine improvementsMichael Roitzsch
2002-10-16introduce audio/video_driver_class_t, adapt oss audio output plugin, exclude ...Guenter Bartsch
2002-10-14introduction of xine_stream_t and async xine events - all still in developementGuenter Bartsch
2002-09-09good opportunity to remove obsolete stuffMiguel Freitas
2002-09-04merging in the new_api branch ... unfortunately video_out / vo_scale is broke...Guenter Bartsch
2002-08-03made xine a bit less verbose and Marcelo a lot happier...Siggi Langauf
2002-07-30- video out fixes (never trigged deadlocks and erroneous flush of overlayMiguel Freitas
2002-07-15Add 'pitch' support to video decoders (pitch != width)Ewald Snel
2002-05-22trivial fix to snapshot code:Miguel Freitas
2002-05-21i'm tired of people reporting "throwing away image..." as bugs.Miguel Freitas
2002-05-18small fix to still frame logic. this improves recovering when decoderMiguel Freitas
2002-05-02new logo code; xine uses a logo MRL instead of proprietary logo files.Siggi Langauf
2002-05-01planar yv12 logo formatGuenter Bartsch
2002-04-29Replace all exit(1) with abort().James Courtier-Dutton
2002-04-09- new (fast) demuxer seeking schemeMiguel Freitas
2002-04-02- Undo my previous patch, it might (at least in theory) cause problemsEwald Snel