]> git.sesse.net Git - vlc/history - modules/misc/freetype.c
Remove stdlib.h
[vlc] / modules / misc / freetype.c
2007-08-20 Rémi Denis-CourmontRemove stdlib.h
2007-08-14 Bernie PurcellCorrections to scaling logic in previous commit
2007-08-11 Bernie PurcellPrescaled output support
2007-07-31 Bernie PurcellDynamically load any TTF or OTF fonts available in...
2007-07-19 Bernie Purcell(hopefully) a fix for issue found by Ilkka Ollakka...
2007-07-10 Jean-Baptiste Kempf* Adds a raster animation to text tagged with <karaoke...
2007-07-07 Laurent Aimarall: Subtitle improvment patch by Bernie Purcell.
2007-07-02 Jean-Baptiste KempfFreetype:
2007-06-12 Jean-Paul SamanFix potential memleaks
2007-04-26 Antoine Cellerier * [PATCH] Memory hole fix by Bernie Purcell
2007-03-30 Derk-Jan Hartman* Missing part of previous commit [19535].
2007-03-30 Derk-Jan Hartman* Patch to support basic formatting in non-SSA/USF...
2007-03-21 Antoine CellerierChange the visible heigh/width only if they weren't...
2007-03-21 Antoine CellerierCosmetics (well ... invisible cosmetics). Remove traili...
2007-03-17 Christophe MutricyFix double free and a 1 octet per subtitle memleak
2007-03-13 Jean-Baptiste KempfMKV USF subtitles support and other Subtitles improvements.
2006-11-26 Clément StenacA bit of headers cleanup
2006-10-08 Jean-Paul Saman(Forward port of rev 16987) Fix number of compiler...
2006-08-03 Clément StenacFix a bunch of warnings and errors
2006-07-12 Jean-Paul SamanRemoved unused variable pi_gamma
2006-06-10 Christophe Mutricymisc/freetype.c: Fix strings
2006-04-14 Clément StenacStrings
2006-04-13 Derk-Jan Hartman* Fix subtitle alignment if we don't have styles....
2006-04-13 Clément StenacString stuff
2006-03-25 Christophe Mutricymisc/*: 2nd lecture. refs #438
2006-03-22 Clément StenacCompile fix
2006-03-22 Clément StenacStrings review in misc/ except dummy and win32text...
2006-02-07 Derk-Jan Hartman* Introduced a new text_style_t
2006-02-01 Sam Hocevar * Got rid of SYS_DARWIN everywhere.
2006-01-28 Sigmund Augdal Helbergfreetype.c: don't render empty subtitles.
2006-01-23 Derk-Jan Hartman* Fix the opacity and color settings for the YUVA renderer.
2006-01-22 Sigmund Augdal Helbergfreetype.c: Revived and revamped old yuva renderer
2006-01-12 Antoine CellerierFSF address change.
2005-12-12 Christophe Mutricyfreetype.c: BeOS fix (c++ism) and cosmetic
2005-12-11 Derk-Jan Hartman* hebrew line order fixes. patch by Barak Ori (barakori...
2005-10-28 Gildas Bazin* modules/misc/freetype.c, src/video_output/vout_intf...
2005-10-15 Sigmund Augdal Helbergall: updated my name and e-mail address
2005-09-30 Derk-Jan Hartman* Some freetype renderer hacks as suggested by Sigmund...
2005-08-27 Jean-Paul SamanMerged OSD functionality on the same core functions...
2005-07-09 Rémi Denis-CourmontMake Zorglub less unhappy
2005-07-08 Rémi Denis-CourmontCopyright fixes
2005-06-10 Derk-Jan Hartman* Some changes to preferences categorization (This...
2005-04-04 Clément StenacFix OSD (text & widgets) aspect ratio
2005-03-10 Gildas Bazin* modules/misc/freetype.c: better outlining algorithm...
2005-03-10 Clément StenacPreferences update :
2005-03-09 Sigmund Augdal Helbergall: correctly align multiline strings when not left...
2005-03-09 Gildas Bazin* modules/misc/freetype.c: handle size change properly.
2005-03-09 Gildas Bazin* modules/misc/freetype.c: don't display only the last...
2005-03-08 Gildas Bazin* modules/misc/freetype.c, modules/video_filter/marq...
2005-03-08 Gildas Bazin* include/vlc_filter.h, vlc_video.h, src/video_output...
2005-03-07 Gildas Bazin* modules/misc/freetype.c: replaced pi_gamma with an...
2005-03-07 Gildas Bazin* modules/misc/freetype.c: removed debug messages.
2005-03-07 Eric Petit misc/freetype.c: compile fix
2005-03-05 Sigmund Augdal Helbergfreetype.c: fix rendering with X11 vout. Do not ask...
2005-03-05 Sigmund Augdal HelbergAll: change of text-renderer api. Now pf_render_text...
2005-03-03 Clément StenacPreferences consistency fixes by Christophe Mutricy...
2005-03-01 Mark Moriartydynamic, per-subpicture, font size control -- i_font_si...
2005-02-27 Mark Moriartyfreetype.c -- set default font color (white)
2005-02-27 Mark Moriartyfreetype and rc extensions. i_font_color and i_font_op...
2005-02-23 Derk-Jan Hartman* freetype.c: fix for blurry subs? someone please confirm
2005-02-23 Mark Moriartyfreetype.c Correct color mapping, make color choice...
2005-02-20 Mark Moriartyfreetype.c Change opacity to 0...255, add --freetype...
2005-02-20 Mark Moriartyfreetype.c add --freetype-opacity (0..100%), to contro...
2004-12-11 Clément StenacImprovements to preferences
2004-10-24 Clément StenacCosmetics
2004-10-24 Sigmund Augdal Helbergfreetype.c: fixed crash on unbreakable strings
2004-10-24 Sigmund Augdal Helbergfreetype.c: Auto-wrap subtitles (still needs some work...
2004-10-24 Sigmund Augdal Helbergfreetype.c: fixed two size/position related bugs.
2004-10-23 Gildas Bazin* modules/misc/freetype.c: off by one error.
2004-09-20 Gildas Bazin* modules/misc/freetype.c: fixed memory leak.
2004-09-17 Gildas Bazin* src/video_output/vout_subpictures.c: support for...
2004-09-07 Gildas Bazin* src/extras/libc.c: provide iconv facility in the...
2004-09-07 Sigmund Augdal Helbergfreetype.c: don't hang if user specify negative fontsize
2004-09-01 Eric Petit + misc/freetype.c: workaround yet another weird BeOS...
2004-08-31 Gildas Bazin* src/video_output/vout_subpictures.c, include/vlc_video.h:
2004-08-03 Gildas Bazin* ALL: Major rework of the subpictures architecture.
2004-06-17 Yoann Peronneau * src/video_output/vout_subpictures.c : New OSD channels
2004-06-02 Yoann PeronneauSupport for multiple OSD channels :
2004-06-02 Gildas Bazin* modules/misc/freetype.c: optimized subtitles renderin...
2004-01-25 Rocky BernsteinFix if iconv not installed.
2004-01-25 Gildas Bazin* ALL: removed a bunch of unused add_category_hint().
2003-12-22 Sam Hocevar * toolbox:
2003-12-08 Yoann Peronneauimproves OSD sytem
2003-12-07 Jean-Paul SamanFix for iPAQ port.
2003-12-06 Jean-Paul SamanAlways use correct datatypes.
2003-11-22 Eric Petit + modules/misc/freetype.c: fixed a couple of typos
2003-11-19 Derk-Jan Hartman* modules/codec/subsdec.c: Add debug messages and fix...
2003-11-19 Derk-Jan Hartman* changed the relative fontsize option from a string_li...
2003-11-19 Sigmund Augdal Helbergfixed some warnings
2003-11-05 Gildas Bazin* include/configuration.h: some small re-work of the...
2003-10-29 Gildas Bazin* modules/misc/freetype.c: don't use the pitch of the...
2003-10-29 Sigmund Augdal Helbergmodules/misc/freetype.c:
2003-10-28 Gildas Bazin* modules/video_output/directx/events.c: added centrali...
2003-10-24 Sam Hocevar * modules/misc/freetype.c: Compilation fixes.
2003-10-24 Sam Hocevar * modules/misc/freetype.c: Set the default font to...
2003-10-23 Sigmund Augdal Helbergconfigure.ac, modules/misc/freetype.c:
2003-10-01 Derk-Jan Hartman* modules/misc/freetype.c: spelling errors
2003-09-30 Derk-Jan Hartman* compile before you commit
2003-09-30 Derk-Jan Hartman* src/input/input.c: fixed usage of sub-file variable.
2003-09-10 Derk-Jan Hartman* a new option for the text rendering. It sets the...
next