summaryrefslogtreecommitdiff
path: root/src/xine-engine/osd.c
AgeCommit message (Expand)Author
2003-12-05cleanup phase II. use xprintf when it's relevant, use xine_xmalloc when it's ...Daniel Caujolle-Bert
2003-12-03Christian's suggested fix for using full iso-8859-1 when OSD encoding isn't s...František Dvořák
2003-11-26lprintf cleanup, pass I.Daniel Caujolle-Bert
2003-11-26public api for unscaled osdMiguel Freitas
2003-11-26* new unscaled overlay feature (using XShape extension)Miguel Freitas
2003-11-11rename internal API function (_x_<function>).Daniel Caujolle-Bert
2003-09-18Generating codepages with more than 256 characters (max. 16-bit).František Dvořák
2003-08-16fix by Reinhard Nissl <rnissl@gmx.de>Miguel Freitas
2003-08-15I am using the latest internal API increase to rename video_overlay_instace toMichael Roitzsch
2003-08-12small code beautificationMichael Roitzsch
2003-08-08Fix segmentation fault caused by closing a conversion descriptor when none wa...Robin KAY
2003-08-04fallback to no conversion on iconv errorMiguel Freitas
2003-07-27- removed xine-engine/locale.c as it is unused, fix static functions in theBastien Nocera
2003-04-27freetype fixes - thanks to Alan Chen and Frantisek Dvorak.Stefan Holst
2003-04-22Additional changes for win32/msvc port; This is my first real commit so pleas...Tim Champagne
2003-04-20merging in win32 portGuenter Bartsch
2003-04-06- freetype2 support for osdStefan Holst
2003-04-02initialize rle.colorStefan Holst
2003-03-31take care of configure checks about nl_langinfoDaniel Caujolle-Bert
2003-03-26- font encoding cleanup patch by Frantisek DvorakMiguel Freitas
2003-03-14pfff, this time i commit the right version :-\Daniel Caujolle-Bert
2003-03-14avoid crashing when drawing outside area. Same for clipping area.Daniel Caujolle-Bert
2003-03-08Fix (for real) osd_draw_point(). NOTE: osd_render structure changed (point fu...Daniel Caujolle-Bert
2003-02-11add osd function to draw bitmaps (patch by Julio Sánchez <j.sanchezf@terra.es>)Miguel Freitas
2002-12-21check parametersMiguel Freitas
2002-12-21fix osd displaying for xshm driver (daniel: the osd was there... youMiguel Freitas
2002-11-27seems the closedir doesn't break passthrough anymoreHeiko Schaefer
2002-11-20implement public OSD wrappersMichael Roitzsch
2002-11-19spu and overlay cleanups, mostly cosmeticMiguel Freitas
2002-09-30Fixes and performance improvements to the alphablend.c code.James Courtier-Dutton
2002-09-04merging in the new_api branch ... unfortunately video_out / vo_scale is broke...Guenter Bartsch
2002-09-01this is not a fix - but at least a52 passthrough should work again nowHeiko Schaefer
2002-07-30memory leaks fixed by Andres Salomon <dilinger@voxel.net>Michael Roitzsch
2002-06-12Remove no more needed XINE_LOGO.Daniel Caujolle-Bert
2002-04-09- new (fast) demuxer seeking schemeMiguel Freitas
2002-03-14- make libsputext work againMiguel Freitas
2002-03-14Ewald Snel's latest memory leak fixesMiguel Freitas
2002-03-01memleak fixes from ewald snelGuenter Bartsch
2002-01-15Beginning of overlay highlights correction work.James Courtier-Dutton
2002-01-08increase palette size of overlays to 256 colorsChristian Vogler
2002-01-06Partial fix for video_overlay handles management.James Courtier-Dutton
2002-01-05updates for closed caption decoderMiguel Freitas
2001-12-23osd bugfixes from Christer PalmMiguel Freitas
2001-12-22clipping coordinates are absolute of frame sizeMiguel Freitas
2001-12-17small fixes for chars > 127Miguel Freitas
2001-12-13osd fonts update (better looking fonts with on-the-fly color and font face ch...Miguel Freitas
2001-12-08disable log outputGuenter Bartsch
2001-12-08osd fonts and interface updateGuenter Bartsch
2001-11-30Valid mrls are no more static (except few ones), like file suffix too.Daniel Caujolle-Bert
2001-11-28* OSD (On Screen Display) for rendering text and graphics into overlaysMiguel Freitas