summaryrefslogtreecommitdiff
path: root/src/xine-engine/video_out.c
AgeCommit message (Expand)Author
2004-01-07the new, refined post plugin architectureMichael Roitzsch
2003-12-05cleanup phase II. use xprintf when it's relevant, use xine_xmalloc when it's ...Daniel Caujolle-Bert
2003-11-26xprintf clean pass. xprintf now log into new XINE_LOG_TRACE log buffer. scrat...Daniel Caujolle-Bert
2003-11-26lprintf cleanup, pass I.Daniel Caujolle-Bert
2003-11-19fix wrong next_frame_vpts guessing which causes problemsMichael Roitzsch
2003-11-16New stream/meta info (safe) stuff.Daniel Caujolle-Bert
2003-11-16actually not every engine file uses internals, so we do not need to defineMichael Roitzsch
2003-11-11rename internal API function (_x_<function>).Daniel Caujolle-Bert
2003-10-30* modify the engine slightly, so that the stream member in a video frame orMichael Roitzsch
2003-10-23cleanup in video_out.hMichael Roitzsch
2003-10-22Replace copy member in vo_frame_t with proc_frame and proc_slice. Increase vi...Robin KAY
2003-10-08this test is outdated: it is legal to lock the frame multiple times,Miguel Freitas
2003-10-06- add XvMC supportMiguel Freitas
2003-09-13fix ao/vo flush while paused (it would freeze the engine).Miguel Freitas
2003-09-05div by zero fix by G DeveloperMiguel Freitas
2003-08-15I am using the latest internal API increase to rename video_overlay_instace toMichael Roitzsch
2003-08-12add a flags member to frame struct (the relevant API versions have already beenMichael Roitzsch
2003-08-04support for arbitrary aspect ratiosMiguel Freitas
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