aboutsummaryrefslogtreecommitdiffhomepage
path: root/libvo/sub.c
Commit message (Expand)AuthorAge
* Mark utf8_get_char parameter as const and fix a compiler warningGravatar reimar2006-12-11
* Another simplificationGravatar reimar2006-12-11
* Reuse utf8_get_char in subtitle rendering code.Gravatar reimar2006-12-11
* 100l typo in 21380 disabled OSD with at least xvmc.Gravatar reimar2006-12-03
* EMISSINGBRAIN: No, OSD objects of size 0 sure are _not_ visible.Gravatar reimar2006-11-29
* keep nav highlight event in dvdnav priv structureGravatar ben2006-11-25
* better nav highlight handlingGravatar ben2006-11-25
* support for dvdnav menu buttons overlay as simple alpha boxes (rework from Ot...Gravatar ben2006-11-25
* Reuse UTF-8 reading code in libavutilGravatar reimar2006-08-12
* Make some functions static.Gravatar uau2006-07-08
* Make utf8_get_char non-static.Gravatar eugeni2006-07-07
* Support UTF8 in OSD textGravatar reimar2006-06-15
* Missing free for malloced char_seq in OSD codeGravatar reimar2006-06-15
* Patch by Stefan Huehner / stefan % huehner ! org \Gravatar rathann2006-02-09
* Added translatable messages for OSD localization to help/help_mp-en.hGravatar ptt2005-11-06
* make bottom alignment the default since it's the only sane mode when sub_pos ...Gravatar rfelker2005-10-23
* reverse incorrect sub alignment change, ok'd by diegoGravatar rfelker2005-10-23
* The conditions for bottom (2) and top (1) subtitle alignment are reversed.Gravatar diego2005-10-23
* defer loading of the font after display size change to avoid uselessGravatar henry2005-04-10
* reload font on each change of the display sizeGravatar henry2005-04-09
* Handle "xxx.h" vs "../xxx.h" include paths in a consistent way.Gravatar diego2004-10-28
* This time is a patch to improve subtitle alignment management. ItGravatar faust32004-09-15
* don't use uninitialized font descriptionsGravatar faust32004-07-11
* prevent lockups on words which do not fit on the screen - temporary fixGravatar henry2003-10-27
* Get rid of the annoying and useless "Subtitles requested but not found" message.Gravatar mosu2003-10-21
* Subtitle alignment & smart splitting by Salvatore FalcoGravatar henry2003-09-21
* TiVo demuxer and sub-cc/osd decoderGravatar arpi2003-06-09
* 1000lGravatar arpi2003-01-19
* Update font scale after changing pancan.Gravatar filon2003-01-06
* sanity checkGravatar henry2003-01-05
* these patches let ,,oldstyle'' and freetype subtitle renderers liveGravatar arpi2002-12-29
* Me: -sub-bg-* would be nicer. "Background" is usually shortened as "bg", not ...Gravatar rathann2002-12-28
* The following patch adds two new command line options:Gravatar arpi2002-12-28
* -subwidthGravatar arpi2002-12-27
* backward compatibility :)Gravatar arpi2002-12-27
* This patch adds support for vertical subtitle alignmentGravatar arpi2002-12-23
* compiler warning fixesGravatar arpi2002-12-14
* progbar osd buffer height adjustment fixGravatar henry2002-12-10
* overlapping subtitles support is now optional, can be disabled (-nooverlapsub)Gravatar arpi2002-12-05
* *HUGE* set of compiler warning fixes, unused variables removalGravatar arpi2002-11-06
* This patch adds the functionality to disable/enable subtitles while playingGravatar arpi2002-10-06
* subtitle/osd cache - pre-render text to a buffer with alpha and bitmap separatedGravatar arpi2002-08-28
* fix dxr3 subtitle handling and add some optimizationsGravatar pontscho2002-08-22
* warning fixes by Sylvain Petreolle <spetreolle@yahoo.fr>Gravatar arpi2002-08-14
* Bounding box and partial update patch for vob/dvdsub by Hephooey.Gravatar atmos42002-05-25
* Improvment for spu subtitles.Gravatar albeu2002-05-17
* bbox calculation fixed (font->height < real height)Gravatar arpi2002-04-17
* vo_osd_check_range_update() added + 10l fixGravatar arpi2002-04-16
* osd: ok, now it's possible to do partial draw/clear of the buffer only if cha...Gravatar arpi2002-04-15
* osd: calculating bboxGravatar arpi2002-04-15