summaryrefslogtreecommitdiff
path: root/src/xine-engine/video_overlay.h
AgeCommit message (Collapse)Author
2003-12-09update copyright year (and we have to do it again in 3 weeks... ;-) )Daniel Caujolle-Bert
CVS patchset: 5879 CVS date: 2003/12/09 00:02:28
2003-12-05cleanup phase II. use xprintf when it's relevant, use xine_xmalloc when it's ↵Daniel Caujolle-Bert
relevant too. Small other little fix (can't remember). Change few internal function prototype because it xine_t pointer need to be used if some xine's internal sections. NOTE: libdvd{nav,read} is still too noisy, i will take a look to made it quit, without invasive changes. To be continued... CVS patchset: 5844 CVS date: 2003/12/05 15:54:56
2003-11-11rename internal API function (_x_<function>).Daniel Caujolle-Bert
CVS patchset: 5721 CVS date: 2003/11/11 18:44:50
2003-08-25Reduce GCC verbosity (various prototype declaration fixes). ffmpeg, wine and ↵Daniel Caujolle-Bert
fft*post are untouched (fft: for now). CVS patchset: 5310 CVS date: 2003/08/25 21:51:37
2003-05-20public header cleanup:Michael Roitzsch
* regulate mutual inclusion based on XINE_COMPILE * src/xine-engine/spu_decoder.h was unused -> make it the spu decoder API header and remove src/libspudec/spu_decoder_api.h * mark some xine_stream_t members as unused for next cleanup CVS patchset: 4883 CVS date: 2003/05/20 13:50:55
2002-11-20document coordinatesMichael Roitzsch
CVS patchset: 3316 CVS date: 2002/11/20 13:51:36
2002-11-19spu and overlay cleanups, mostly cosmeticMiguel Freitas
CVS patchset: 3298 CVS date: 2002/11/19 00:45:41
2002-10-23fix comments, c syntaxGuenter Bartsch
CVS patchset: 2967 CVS date: 2002/10/23 17:12:30
2002-10-17events.h is gone, events are in xine.h nowMichael Roitzsch
CVS patchset: 2844 CVS date: 2002/10/17 17:44:01
2002-10-14introduction of xine_stream_t and async xine events - all still in developementGuenter Bartsch
CVS patchset: 2828 CVS date: 2002/10/14 15:46:48
2002-04-09Introducing steps towards a menu api in video_overlay.cJames Courtier-Dutton
First step here is make libspudec use different calls to video_overlay than osd, so changes can be made to menu handling without effecting osd too much. CVS patchset: 1702 CVS date: 2002/04/09 13:20:43
2002-03-14- make libsputext work againMiguel Freitas
- update osd & video_overlay to use 64-bits pts CVS patchset: 1569 CVS date: 2002/03/14 13:57:15
2002-03-08Added xine OSD menu structures.James Courtier-Dutton
CVS patchset: 1545 CVS date: 2002/03/08 13:50:40
2002-02-09the long-awaited video_out changes, not completely debuged (races)Guenter Bartsch
- pts are 64 bit now - scr and video_out-loop run all the time - video_out cleanups - metronom cleanups - buffer type BUF_CONTROL_DISCONTINUITY is used internally now, input plugins should no longer send this one - support for individual frame durations - using nano-/usleep instead of itimer (simpler code, maybe this will help freebsd) CVS patchset: 1487 CVS date: 2002/02/09 07:13:22
2002-01-05Added EVENT_FREE_HANDLE to video_overlay events.James Courtier-Dutton
CVS patchset: 1341 CVS date: 2002/01/05 19:09:55
2001-12-08fixed compilation of extrenal plugins that include xine_internal.hHarm van der Heijden
(most notably dvdnav) xine_internal.h includes video_overlay.h, which included a few files that are not installed in $prefix/include/xine. Tested compilation of xine-lib, xine-ui and dvdnav after removing the offending includes. CVS patchset: 1184 CVS date: 2001/12/08 18:43:44
2001-12-08osd fonts and interface updateGuenter Bartsch
CVS patchset: 1174 CVS date: 2001/12/08 00:37:38
2001-11-28* OSD (On Screen Display) for rendering text and graphics into overlaysMiguel Freitas
* reworked spu and overlay manager (multiple overlays supported) CVS patchset: 1126 CVS date: 2001/11/28 22:19:10