summaryrefslogtreecommitdiffstats
path: root/libvo/sub.c
Commit message (Expand)AuthorAgeFilesLines
* EMISSINGBRAIN: No, OSD objects of size 0 sure are _not_ visible.reimar2006-11-291-2/+6
* keep nav highlight event in dvdnav priv structureben2006-11-251-6/+14
* better nav highlight handlingben2006-11-251-6/+8
* support for dvdnav menu buttons overlay as simple alpha boxes (rework from Ot...ben2006-11-251-0/+34
* Reuse UTF-8 reading code in libavutilreimar2006-08-121-17/+3
* Make some functions static.uau2006-07-081-1/+1
* Make utf8_get_char non-static.eugeni2006-07-071-1/+1
* Support UTF8 in OSD textreimar2006-06-151-2/+31
* Missing free for malloced char_seq in OSD codereimar2006-06-151-0/+1
* Patch by Stefan Huehner / stefan % huehner ! org \rathann2006-02-091-3/+3
* Added translatable messages for OSD localization to help/help_mp-en.hptt2005-11-061-12/+13
* make bottom alignment the default since it's the only sane mode when sub_pos ...rfelker2005-10-231-1/+1
* reverse incorrect sub alignment change, ok'd by diegorfelker2005-10-231-1/+1
* The conditions for bottom (2) and top (1) subtitle alignment are reversed.diego2005-10-231-1/+1
* defer loading of the font after display size change to avoid uselesshenry2005-04-101-4/+26
* reload font on each change of the display sizehenry2005-04-091-1/+4
* Handle "xxx.h" vs "../xxx.h" include paths in a consistent way.diego2004-10-281-1/+1
* This time is a patch to improve subtitle alignment management. Itfaust32004-09-151-5/+12
* don't use uninitialized font descriptionsfaust32004-07-111-1/+1
* prevent lockups on words which do not fit on the screen - temporary fixhenry2003-10-271-2/+2
* Get rid of the annoying and useless "Subtitles requested but not found" message.mosu2003-10-211-2/+0
* Subtitle alignment & smart splitting by Salvatore Falcohenry2003-09-211-83/+303
* TiVo demuxer and sub-cc/osd decoderarpi2003-06-091-0/+3
* 1000larpi2003-01-191-1/+3
* Update font scale after changing pancan.filon2003-01-061-1/+1
* sanity checkhenry2003-01-051-1/+9
* these patches let ,,oldstyle'' and freetype subtitle renderers livearpi2002-12-291-2/+2
* Me: -sub-bg-* would be nicer. "Background" is usually shortened as "bg", not ...rathann2002-12-281-4/+4
* The following patch adds two new command line options:arpi2002-12-281-2/+4
* -subwidtharpi2002-12-271-1/+2
* backward compatibility :)arpi2002-12-271-1/+1
* This patch adds support for vertical subtitle alignmentarpi2002-12-231-6/+17
* compiler warning fixesarpi2002-12-141-3/+4
* progbar osd buffer height adjustment fixhenry2002-12-101-4/+5
* overlapping subtitles support is now optional, can be disabled (-nooverlapsub)arpi2002-12-051-1/+21
* *HUGE* set of compiler warning fixes, unused variables removalarpi2002-11-061-1/+4
* This patch adds the functionality to disable/enable subtitles while playingarpi2002-10-061-3/+4
* subtitle/osd cache - pre-render text to a buffer with alpha and bitmap separatedarpi2002-08-281-54/+154
* fix dxr3 subtitle handling and add some optimizationspontscho2002-08-221-1/+1
* warning fixes by Sylvain Petreolle <spetreolle@yahoo.fr>arpi2002-08-141-0/+2
* Bounding box and partial update patch for vob/dvdsub by Hephooey.atmos42002-05-251-2/+20
* Improvment for spu subtitles.albeu2002-05-171-11/+1
* bbox calculation fixed (font->height < real height)arpi2002-04-171-10/+35
* vo_osd_check_range_update() added + 10l fixarpi2002-04-161-0/+17
* osd: ok, now it's possible to do partial draw/clear of the buffer only if cha...arpi2002-04-151-6/+25
* osd: calculating bboxarpi2002-04-151-19/+55
* new osd code, use osd objs to follow changes and do minimal updatesarpi2002-04-151-65/+173
* #include cleanuparpi2002-04-061-2/+3
* moved font_laod.harpi2002-03-241-0/+1
* osd outside movie support for vo_sdl, patch by Fredrik Kuivinenatmos42002-02-221-0/+8
* subtitle positioning patch by Jiri Svobodaatmos42002-02-201-1/+2
* Add DVD subtitles to menoderkmkaplan2002-01-111-0/+3
* Support software scaling with DVD subtitleskmkaplan2002-01-111-1/+1
* Add vobsub support, suppress conditionnal on USE_DVDREAD.kmkaplan2002-01-101-7/+12
* spudec_new has a dvd_priv_t as an argument, which is defined inpl2001-11-281-2/+4
* DVD sub patch by Kim Minh Kaplan <kmkaplan@selfoffice.com>arpi2001-11-201-0/+10
* never declare variables in *.h files, plsnick2001-10-271-0/+17
* corrected previous error ;-(atlka2001-10-151-1/+2
* optimizations and correctionsatlka2001-10-151-16/+20
* speed improvementsatlka2001-10-121-24/+13
* add gui support to config scripts, and fixed some warning.pontscho2001-09-271-1/+1
* corrections to OSD mark positionatlka2001-09-101-4/+9
* fix xshape, mixer, fullscreen, etcpontscho2001-09-041-1/+1
* small fixes, and Y check put back to avoid sig11arpi2001-09-011-5/+21
* fixed signal 8 bugarpi2001-09-011-1/+1
* changes according to OSD calculationsatlka2001-08-281-8/+5
* corrections to OSD progbar position calculationsatlka2001-08-281-3/+19
* minor changes according to OSDatlka2001-08-211-18/+22
* draw speedups, cut text if too many linesatlka2001-08-201-56/+51
* minor changes according to subtitle positioningatlka2001-08-171-3/+4
* changes according to max of vo_font->pic_a[font]->h for the last line of subsatlka2001-08-171-10/+15
* skip lines with negative y position if there is too many lines to displayatlka2001-08-171-17/+25
* minor changes in sub.catlka2001-08-161-7/+5
* changes according to proper subfont bar positioning and char spaceing - sub.catlka2001-08-161-7/+12
* segfault fixedarpi2001-08-151-2/+4
* modified mplayer.c to rewert to PLAY after rewinding after 1 secatlka2001-08-131-2/+0
* libvo/sub.c correctionsatlka2001-08-131-3/+3
* atlka@pg.gda.pl:atlka2001-08-131-29/+0
* changes according to -utf8 option, draw_osd() function addedatlka2001-08-131-87/+145
* -Wall like fixesal3x2001-06-121-8/+5
* FAST_OSD option to disable font outline antialiasingarpi_esp2001-06-021-0/+6
* removed redundant osd.h includesarpi_esp2001-05-241-3/+3
* j->k for correct unicode...arpi_esp2001-05-141-1/+1
* sub splitting patch applied by Vlada V.Dubsky@sh.cvut.czarpi_esp2001-05-141-29/+79
* Deal with unicode subs (-unicode -nounicode).atmosfear2001-05-081-2/+3
* better .smi support and display two-byte characters- patch by Sunjin Yangarpi_esp2001-05-061-4/+7
* clean uppontscho2001-04-241-2/+0
* progress bar width increasedarpi_esp2001-04-121-1/+1
* use subreader's sub structarpi_esp2001-03-301-6/+6
* sub/osd interface changesarpi_esp2001-03-271-15/+89
* subtitle+OSD font supportarpi_esp2001-03-251-57/+68
* grey+alpha rendering support (for .sub)arpi_esp2001-03-241-0/+71