summaryrefslogtreecommitdiff
path: root/src/xine-engine/video_out.c
AgeCommit message (Expand)Author
2003-07-13set pos/time information on video frames as wellGuenter Bartsch
2003-07-12reports the number of skipped/discarded framesMiguel Freitas
2003-06-22some additional pthread_*_destroy() callsMichael Roitzsch
2003-06-13defaultMiguel Freitas
2003-06-11- add VO_INTERLACED_FLAG to get_frameMiguel Freitas
2003-06-06initial ideas for automatic enabling/disabling deinterlacerMiguel Freitas
2003-05-31update video out api to allow better frame management (explicit locking)Miguel Freitas
2003-05-11Little seeking improvement.Thibaut Mattern
2003-05-06Thibaut asked me to revert his latest patchMiguel Freitas
2003-05-06This is some general Win32 cleanup and getting ready for DVD support.Tim Champagne
2003-05-05Do not use pts from bad frames in the metronom and in the video_loop.Thibaut Mattern
2003-04-30make sure bad_frame=0 even if decoder forget about itMiguel Freitas
2003-04-28do not show backup immediately when discarding framesMiguel Freitas
2003-04-23faster seeking (heavily based on Thibaut's patch)Miguel Freitas
2003-04-02- remove unneeded use of pthread_exit(NULL). We do not have any cleanupBastien Nocera
2003-03-26ops, i forgot that assert.h was removed...Miguel Freitas
2003-03-26revert my assert to the classic macroMiguel Freitas
2003-03-24slightly better stream position heuristicStefan Holst
2003-03-06steps toward muting xine's console output by defaultGuenter Bartsch
2003-02-28Xine assert() replacement:Stephen Torri
2003-02-22this hack can go nowMichael Roitzsch
2003-02-21disable debug outputGuenter Bartsch
2003-02-20Same fix for yv12James Stembridge
2003-02-20Fix copy of yuy2 frame by slices when frame height is not a multiple of 16James Stembridge
2003-02-18this might help prevent problems in the future:Michael Roitzsch
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