summaryrefslogtreecommitdiffstats
path: root/libvo/sub.c
Commit message (Expand)AuthorAgeFilesLines
* sub/OSD: move some related files to sub/Uoti Urpala2011-01-261-1348/+0
* cleanup: remove NULL checks before free() all over the codecboesch2010-11-141-2/+2
* cosmetics: mark sub.c:osd_update_ext() staticUoti Urpala2010-04-251-3/+3
* Delete things related to old translation systemUoti Urpala2010-03-101-1/+0
* Merge svn changes up to r30748Uoti Urpala2010-03-101-6/+6
|\
| * Do not cast the results of malloc/calloc/realloc.diego2010-02-261-6/+6
| * libvo: Mark functions not used outside of their files as static.diego2010-02-161-2/+4
* | Merge svn changes up to r29912Uoti Urpala2009-11-161-12/+4
|\|
| * Fix compilation of teletext code without freetype supportreimar2009-11-091-0/+2
| * Change type of teletext color specification from unsigned charreimar2009-11-091-1/+1
| * Remove CONFIG_TV_TELETEXT.cehoyos2009-11-071-10/+0
| * Move teletext specific code from stream into libmpcodecs.cehoyos2009-10-291-1/+1
* | Merge svn changes up to r29752Uoti Urpala2009-10-061-2/+2
|\|
| * Fix teletext font autoscaling.cehoyos2009-09-221-2/+2
| * whitespace cosmetics: Remove all trailing whitespace.diego2009-05-131-27/+27
* | Remove trailing whitespace from most filesUoti Urpala2009-07-071-27/+27
* | Translation system changes part 2: replace macros by stringsAmar Takhar2009-07-071-13/+13
* | Translation system changes part 1: wrap translated stringsAmar Takhar2009-07-071-13/+13
* | Merge svn changes up to r28641Uoti Urpala2009-02-181-2/+2
|\|
| * Convert HAVE_MALLOC_H into a 0/1 definition, fixes the warning:diego2009-02-171-1/+1
| * The CONFIG_TV_TELETEXT preprocessor directive is defined/undefined,diego2009-02-171-1/+1
* | Merge svn changes up to r28537Uoti Urpala2009-02-121-0/+17
|\|
| * Add standard license headers, unify header formatting.diego2009-02-081-0/+17
* | Merge svn changes up to r28461Uoti Urpala2009-02-041-4/+0
|\|
| * Remove pointless #ifdef around internal header includes.diego2009-02-011-4/+0
* | Merge svn changes up to r28310Uoti Urpala2009-01-151-13/+52
|\|
| * Change vo_draw_text to a vo_draw_text_ext function which draws DVD navigationreimar2009-01-101-10/+40
* | Merge svn changes up to r28087Uoti Urpala2008-12-041-3/+1
|\|
| * Get rid of pointless 'extern' keywords.diego2008-12-031-1/+1
| * Remove unused declarations and references to vo_draw_text_osd(),diego2008-12-031-2/+0
* | Merge svn changes up to r27441Uoti Urpala2008-08-081-9/+9
|\|
| * Rename font-related preprocessor directives.diego2008-08-071-3/+3
| * Change a bunch of video/audio-output-specific preprocessor directives fromdiego2008-08-031-6/+6
* | Merge svn changes up to r27374Uoti Urpala2008-07-301-6/+6
|\|
| * Start unifying names of internal preprocessor directives.diego2008-07-301-6/+6
* | Move global sub_font to OSD structUoti Urpala2008-06-241-10/+10
* | Create a context struct for OSD stateUoti Urpala2008-06-241-14/+29
* | sub.c: Make tables constUoti Urpala2008-05-011-2/+2
* | Add context variable to vo_draw_text callbackUoti Urpala2008-04-231-7/+10
|/
* Allow independent scaling of vo_font and sub_font.reimar2008-01-271-6/+6
* cosmetics: misc typo fixesdiego2007-09-251-3/+3
* warning fix:diego2007-09-241-1/+2
* warning fix:diego2007-09-101-0/+1
* Implement boxes for subtitle teletext pages.voroshil2007-09-081-0/+1
* Proper support for flashing chars in teletext pages.voroshil2007-09-011-2/+4
* Identifiers should not start with two underscores.diego2007-08-151-2/+2
* Teletext supportvoroshil2007-07-291-0/+263
* Use -font for subtitles when -subfont is not given, patch by kiriujazuxy2007-07-111-2/+8
* Revert r23530.voroshil2007-06-211-130/+0
* The audio balance feature implemented with af_pan.zuxy2007-06-201-2/+3
* Teletext support for tv:// (v4l and v4l2 only)voroshil2007-06-101-0/+130
* add new -subfont option, that allows having a different font for OSD (control...ben2007-05-201-28/+36
* Mark utf8_get_char parameter as const and fix a compiler warningreimar2006-12-111-6/+6
* Another simplificationreimar2006-12-111-3/+1
* Reuse utf8_get_char in subtitle rendering code.reimar2006-12-111-13/+6
* 100l typo in 21380 disabled OSD with at least xvmc.reimar2006-12-031-1/+1
* 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