summaryrefslogtreecommitdiff
path: root/src/xine-engine/video_overlay.c
AgeCommit message (Expand)Author
2006-09-26Avoid crashing when handle somehow ends up being less than zero.Diego 'Flameeyes' Pettenò
2006-04-051) various warning fixesFrantišek Dvořák
2005-09-25move alphablend to coreMiguel Freitas
2005-09-24- rename all clip_top, clip_left, clip_color... to hili_xxxx. thatMiguel Freitas
2004-12-08fix race reported by ReinhardMiguel Freitas
2004-11-24use the internal freeing function, because it saves code and does proper lockingMichael Roitzsch
2004-03-29destroy the mutexes properlyMichael Roitzsch
2003-12-09update copyright year (and we have to do it again in 3 weeks... ;-) )Daniel Caujolle-Bert
2003-12-05cleanup phase II. use xprintf when it's relevant, use xine_xmalloc when it's ...Daniel Caujolle-Bert
2003-11-11rename internal API function (_x_<function>).Daniel Caujolle-Bert
2003-08-25Reduce GCC verbosity (various prototype declaration fixes). ffmpeg, wine and ...Daniel Caujolle-Bert
2003-08-15I am using the latest internal API increase to rename video_overlay_instace toMichael Roitzsch
2003-04-01Fix race condition, where spudec_reset is called and then a button update arr...James Courtier-Dutton
2003-03-23fix some DVD menus where highlights would not be shownMichael Roitzsch
2002-11-20engine modifications to allow post plugin layer:Michael Roitzsch
2002-11-19spu and overlay cleanups, mostly cosmeticMiguel Freitas
2002-10-21Enable DVD SPU subtitles.James Courtier-Dutton
2002-09-04merging in the new_api branch ... unfortunately video_out / vo_scale is broke...Guenter Bartsch
2002-09-01Update a comment.James Courtier-Dutton
2002-08-10syncing my local tree:Miguel Freitas
2002-06-26no output to stderrMichael Roitzsch
2002-04-23Fix osd memory leaks (unprocessed events and unfreed overlay objects)Ewald Snel
2002-04-09Introducing steps towards a menu api in video_overlay.cJames Courtier-Dutton
2002-03-25Re-organised libspudec to hopefully make it more readable.James Courtier-Dutton
2002-03-21- only draw still frame/logo if neededMiguel Freitas
2002-03-14- make libsputext work againMiguel Freitas
2002-03-14Ewald Snel's latest memory leak fixesMiguel Freitas
2002-01-15Beginning of overlay highlights correction work.James Courtier-Dutton
2002-01-07Fix menu button colours on RGB displays like XShm.James Courtier-Dutton
2002-01-06Hide menu overlays between menus.James Courtier-Dutton
2002-01-06Menu button events now filtered based on PTS comparison.James Courtier-Dutton
2002-01-05Added EVENT_FREE_HANDLE to video_overlay events.James Courtier-Dutton
2002-01-05Fix NAV packet demux.James Courtier-Dutton
2001-12-16fix for clipping box not being cleared when menu changesMiguel Freitas
2001-12-09Fix segfault if button event is sent before an SPU is present.James Courtier-Dutton
2001-12-01please don't commit modules with enable log outputGuenter Bartsch
2001-11-30More updates for menus.James Courtier-Dutton
2001-11-30Improve button highlights.James Courtier-Dutton
2001-11-30Fix a seg fault in hide_menu event.James Courtier-Dutton
2001-11-29fix event orderingMiguel Freitas
2001-11-28* OSD (On Screen Display) for rendering text and graphics into overlaysMiguel Freitas