| Commit message (Expand) | Author | Age | Files | Lines |
* | sub/OSD: move some related files to sub/ | Uoti Urpala | 2011-01-26 | 1 | -1348/+0 |
* | cleanup: remove NULL checks before free() all over the code | cboesch | 2010-11-14 | 1 | -2/+2 |
* | cosmetics: mark sub.c:osd_update_ext() static | Uoti Urpala | 2010-04-25 | 1 | -3/+3 |
* | Delete things related to old translation system | Uoti Urpala | 2010-03-10 | 1 | -1/+0 |
* | Merge svn changes up to r30748 | Uoti Urpala | 2010-03-10 | 1 | -6/+6 |
|\ |
|
| * | Do not cast the results of malloc/calloc/realloc. | diego | 2010-02-26 | 1 | -6/+6 |
| * | libvo: Mark functions not used outside of their files as static. | diego | 2010-02-16 | 1 | -2/+4 |
* | | Merge svn changes up to r29912 | Uoti Urpala | 2009-11-16 | 1 | -12/+4 |
|\| |
|
| * | Fix compilation of teletext code without freetype support | reimar | 2009-11-09 | 1 | -0/+2 |
| * | Change type of teletext color specification from unsigned char | reimar | 2009-11-09 | 1 | -1/+1 |
| * | Remove CONFIG_TV_TELETEXT. | cehoyos | 2009-11-07 | 1 | -10/+0 |
| * | Move teletext specific code from stream into libmpcodecs. | cehoyos | 2009-10-29 | 1 | -1/+1 |
* | | Merge svn changes up to r29752 | Uoti Urpala | 2009-10-06 | 1 | -2/+2 |
|\| |
|
| * | Fix teletext font autoscaling. | cehoyos | 2009-09-22 | 1 | -2/+2 |
| * | whitespace cosmetics: Remove all trailing whitespace. | diego | 2009-05-13 | 1 | -27/+27 |
* | | Remove trailing whitespace from most files | Uoti Urpala | 2009-07-07 | 1 | -27/+27 |
* | | Translation system changes part 2: replace macros by strings | Amar Takhar | 2009-07-07 | 1 | -13/+13 |
* | | Translation system changes part 1: wrap translated strings | Amar Takhar | 2009-07-07 | 1 | -13/+13 |
* | | Merge svn changes up to r28641 | Uoti Urpala | 2009-02-18 | 1 | -2/+2 |
|\| |
|
| * | Convert HAVE_MALLOC_H into a 0/1 definition, fixes the warning: | diego | 2009-02-17 | 1 | -1/+1 |
| * | The CONFIG_TV_TELETEXT preprocessor directive is defined/undefined, | diego | 2009-02-17 | 1 | -1/+1 |
* | | Merge svn changes up to r28537 | Uoti Urpala | 2009-02-12 | 1 | -0/+17 |
|\| |
|
| * | Add standard license headers, unify header formatting. | diego | 2009-02-08 | 1 | -0/+17 |
* | | Merge svn changes up to r28461 | Uoti Urpala | 2009-02-04 | 1 | -4/+0 |
|\| |
|
| * | Remove pointless #ifdef around internal header includes. | diego | 2009-02-01 | 1 | -4/+0 |
* | | Merge svn changes up to r28310 | Uoti Urpala | 2009-01-15 | 1 | -13/+52 |
|\| |
|
| * | Change vo_draw_text to a vo_draw_text_ext function which draws DVD navigation | reimar | 2009-01-10 | 1 | -10/+40 |
* | | Merge svn changes up to r28087 | Uoti Urpala | 2008-12-04 | 1 | -3/+1 |
|\| |
|
| * | Get rid of pointless 'extern' keywords. | diego | 2008-12-03 | 1 | -1/+1 |
| * | Remove unused declarations and references to vo_draw_text_osd(), | diego | 2008-12-03 | 1 | -2/+0 |
* | | Merge svn changes up to r27441 | Uoti Urpala | 2008-08-08 | 1 | -9/+9 |
|\| |
|
| * | Rename font-related preprocessor directives. | diego | 2008-08-07 | 1 | -3/+3 |
| * | Change a bunch of video/audio-output-specific preprocessor directives from | diego | 2008-08-03 | 1 | -6/+6 |
* | | Merge svn changes up to r27374 | Uoti Urpala | 2008-07-30 | 1 | -6/+6 |
|\| |
|
| * | Start unifying names of internal preprocessor directives. | diego | 2008-07-30 | 1 | -6/+6 |
* | | Move global sub_font to OSD struct | Uoti Urpala | 2008-06-24 | 1 | -10/+10 |
* | | Create a context struct for OSD state | Uoti Urpala | 2008-06-24 | 1 | -14/+29 |
* | | sub.c: Make tables const | Uoti Urpala | 2008-05-01 | 1 | -2/+2 |
* | | Add context variable to vo_draw_text callback | Uoti Urpala | 2008-04-23 | 1 | -7/+10 |
|/ |
|
* | Allow independent scaling of vo_font and sub_font. | reimar | 2008-01-27 | 1 | -6/+6 |
* | cosmetics: misc typo fixes | diego | 2007-09-25 | 1 | -3/+3 |
* | warning fix: | diego | 2007-09-24 | 1 | -1/+2 |
* | warning fix: | diego | 2007-09-10 | 1 | -0/+1 |
* | Implement boxes for subtitle teletext pages. | voroshil | 2007-09-08 | 1 | -0/+1 |
* | Proper support for flashing chars in teletext pages. | voroshil | 2007-09-01 | 1 | -2/+4 |
* | Identifiers should not start with two underscores. | diego | 2007-08-15 | 1 | -2/+2 |
* | Teletext support | voroshil | 2007-07-29 | 1 | -0/+263 |
* | Use -font for subtitles when -subfont is not given, patch by kiriuja | zuxy | 2007-07-11 | 1 | -2/+8 |
* | Revert r23530. | voroshil | 2007-06-21 | 1 | -130/+0 |
* | The audio balance feature implemented with af_pan. | zuxy | 2007-06-20 | 1 | -2/+3 |
* | Teletext support for tv:// (v4l and v4l2 only) | voroshil | 2007-06-10 | 1 | -0/+130 |
* | add new -subfont option, that allows having a different font for OSD (control... | ben | 2007-05-20 | 1 | -28/+36 |
* | Mark utf8_get_char parameter as const and fix a compiler warning | reimar | 2006-12-11 | 1 | -6/+6 |
* | Another simplification | reimar | 2006-12-11 | 1 | -3/+1 |
* | Reuse utf8_get_char in subtitle rendering code. | reimar | 2006-12-11 | 1 | -13/+6 |
* | 100l typo in 21380 disabled OSD with at least xvmc. | reimar | 2006-12-03 | 1 | -1/+1 |
* | EMISSINGBRAIN: No, OSD objects of size 0 sure are _not_ visible. | reimar | 2006-11-29 | 1 | -2/+6 |
* | keep nav highlight event in dvdnav priv structure | ben | 2006-11-25 | 1 | -6/+14 |
* | better nav highlight handling | ben | 2006-11-25 | 1 | -6/+8 |
* | support for dvdnav menu buttons overlay as simple alpha boxes (rework from Ot... | ben | 2006-11-25 | 1 | -0/+34 |
* | Reuse UTF-8 reading code in libavutil | reimar | 2006-08-12 | 1 | -17/+3 |
* | Make some functions static. | uau | 2006-07-08 | 1 | -1/+1 |
* | Make utf8_get_char non-static. | eugeni | 2006-07-07 | 1 | -1/+1 |
* | Support UTF8 in OSD text | reimar | 2006-06-15 | 1 | -2/+31 |
* | Missing free for malloced char_seq in OSD code | reimar | 2006-06-15 | 1 | -0/+1 |
* | Patch by Stefan Huehner / stefan % huehner ! org \ | rathann | 2006-02-09 | 1 | -3/+3 |
* | Added translatable messages for OSD localization to help/help_mp-en.h | ptt | 2005-11-06 | 1 | -12/+13 |
* | make bottom alignment the default since it's the only sane mode when sub_pos ... | rfelker | 2005-10-23 | 1 | -1/+1 |
* | reverse incorrect sub alignment change, ok'd by diego | rfelker | 2005-10-23 | 1 | -1/+1 |
* | The conditions for bottom (2) and top (1) subtitle alignment are reversed. | diego | 2005-10-23 | 1 | -1/+1 |
* | defer loading of the font after display size change to avoid useless | henry | 2005-04-10 | 1 | -4/+26 |
* | reload font on each change of the display size | henry | 2005-04-09 | 1 | -1/+4 |
* | Handle "xxx.h" vs "../xxx.h" include paths in a consistent way. | diego | 2004-10-28 | 1 | -1/+1 |
* | This time is a patch to improve subtitle alignment management. It | faust3 | 2004-09-15 | 1 | -5/+12 |
* | don't use uninitialized font descriptions | faust3 | 2004-07-11 | 1 | -1/+1 |
* | prevent lockups on words which do not fit on the screen - temporary fix | henry | 2003-10-27 | 1 | -2/+2 |
* | Get rid of the annoying and useless "Subtitles requested but not found" message. | mosu | 2003-10-21 | 1 | -2/+0 |
* | Subtitle alignment & smart splitting by Salvatore Falco | henry | 2003-09-21 | 1 | -83/+303 |
* | TiVo demuxer and sub-cc/osd decoder | arpi | 2003-06-09 | 1 | -0/+3 |
* | 1000l | arpi | 2003-01-19 | 1 | -1/+3 |
* | Update font scale after changing pancan. | filon | 2003-01-06 | 1 | -1/+1 |
* | sanity check | henry | 2003-01-05 | 1 | -1/+9 |
* | these patches let ,,oldstyle'' and freetype subtitle renderers live | arpi | 2002-12-29 | 1 | -2/+2 |
* | Me: -sub-bg-* would be nicer. "Background" is usually shortened as "bg", not ... | rathann | 2002-12-28 | 1 | -4/+4 |
* | The following patch adds two new command line options: | arpi | 2002-12-28 | 1 | -2/+4 |
* | -subwidth | arpi | 2002-12-27 | 1 | -1/+2 |
* | backward compatibility :) | arpi | 2002-12-27 | 1 | -1/+1 |
* | This patch adds support for vertical subtitle alignment | arpi | 2002-12-23 | 1 | -6/+17 |
* | compiler warning fixes | arpi | 2002-12-14 | 1 | -3/+4 |
* | progbar osd buffer height adjustment fix | henry | 2002-12-10 | 1 | -4/+5 |
* | overlapping subtitles support is now optional, can be disabled (-nooverlapsub) | arpi | 2002-12-05 | 1 | -1/+21 |
* | *HUGE* set of compiler warning fixes, unused variables removal | arpi | 2002-11-06 | 1 | -1/+4 |
* | This patch adds the functionality to disable/enable subtitles while playing | arpi | 2002-10-06 | 1 | -3/+4 |
* | subtitle/osd cache - pre-render text to a buffer with alpha and bitmap separated | arpi | 2002-08-28 | 1 | -54/+154 |
* | fix dxr3 subtitle handling and add some optimizations | pontscho | 2002-08-22 | 1 | -1/+1 |
* | warning fixes by Sylvain Petreolle <spetreolle@yahoo.fr> | arpi | 2002-08-14 | 1 | -0/+2 |
* | Bounding box and partial update patch for vob/dvdsub by Hephooey. | atmos4 | 2002-05-25 | 1 | -2/+20 |
* | Improvment for spu subtitles. | albeu | 2002-05-17 | 1 | -11/+1 |
* | bbox calculation fixed (font->height < real height) | arpi | 2002-04-17 | 1 | -10/+35 |
* | vo_osd_check_range_update() added + 10l fix | arpi | 2002-04-16 | 1 | -0/+17 |
* | osd: ok, now it's possible to do partial draw/clear of the buffer only if cha... | arpi | 2002-04-15 | 1 | -6/+25 |
* | osd: calculating bbox | arpi | 2002-04-15 | 1 | -19/+55 |
* | new osd code, use osd objs to follow changes and do minimal updates | arpi | 2002-04-15 | 1 | -65/+173 |
* | #include cleanup | arpi | 2002-04-06 | 1 | -2/+3 |
* | moved font_laod.h | arpi | 2002-03-24 | 1 | -0/+1 |
* | osd outside movie support for vo_sdl, patch by Fredrik Kuivinen | atmos4 | 2002-02-22 | 1 | -0/+8 |
* | subtitle positioning patch by Jiri Svoboda | atmos4 | 2002-02-20 | 1 | -1/+2 |
* | Add DVD subtitles to menoder | kmkaplan | 2002-01-11 | 1 | -0/+3 |
* | Support software scaling with DVD subtitles | kmkaplan | 2002-01-11 | 1 | -1/+1 |
* | Add vobsub support, suppress conditionnal on USE_DVDREAD. | kmkaplan | 2002-01-10 | 1 | -7/+12 |
* | spudec_new has a dvd_priv_t as an argument, which is defined in | pl | 2001-11-28 | 1 | -2/+4 |
* | DVD sub patch by Kim Minh Kaplan <kmkaplan@selfoffice.com> | arpi | 2001-11-20 | 1 | -0/+10 |
* | never declare variables in *.h files, pls | nick | 2001-10-27 | 1 | -0/+17 |
* | corrected previous error ;-( | atlka | 2001-10-15 | 1 | -1/+2 |
* | optimizations and corrections | atlka | 2001-10-15 | 1 | -16/+20 |
* | speed improvements | atlka | 2001-10-12 | 1 | -24/+13 |
* | add gui support to config scripts, and fixed some warning. | pontscho | 2001-09-27 | 1 | -1/+1 |
* | corrections to OSD mark position | atlka | 2001-09-10 | 1 | -4/+9 |
* | fix xshape, mixer, fullscreen, etc | pontscho | 2001-09-04 | 1 | -1/+1 |
* | small fixes, and Y check put back to avoid sig11 | arpi | 2001-09-01 | 1 | -5/+21 |
* | fixed signal 8 bug | arpi | 2001-09-01 | 1 | -1/+1 |
* | changes according to OSD calculations | atlka | 2001-08-28 | 1 | -8/+5 |
* | corrections to OSD progbar position calculations | atlka | 2001-08-28 | 1 | -3/+19 |
* | minor changes according to OSD | atlka | 2001-08-21 | 1 | -18/+22 |
* | draw speedups, cut text if too many lines | atlka | 2001-08-20 | 1 | -56/+51 |
* | minor changes according to subtitle positioning | atlka | 2001-08-17 | 1 | -3/+4 |
* | changes according to max of vo_font->pic_a[font]->h for the last line of subs | atlka | 2001-08-17 | 1 | -10/+15 |
* | skip lines with negative y position if there is too many lines to display | atlka | 2001-08-17 | 1 | -17/+25 |
* | minor changes in sub.c | atlka | 2001-08-16 | 1 | -7/+5 |
* | changes according to proper subfont bar positioning and char spaceing - sub.c | atlka | 2001-08-16 | 1 | -7/+12 |
* | segfault fixed | arpi | 2001-08-15 | 1 | -2/+4 |
* | modified mplayer.c to rewert to PLAY after rewinding after 1 sec | atlka | 2001-08-13 | 1 | -2/+0 |
* | libvo/sub.c corrections | atlka | 2001-08-13 | 1 | -3/+3 |
* | atlka@pg.gda.pl: | atlka | 2001-08-13 | 1 | -29/+0 |
* | changes according to -utf8 option, draw_osd() function added | atlka | 2001-08-13 | 1 | -87/+145 |
* | -Wall like fixes | al3x | 2001-06-12 | 1 | -8/+5 |
* | FAST_OSD option to disable font outline antialiasing | arpi_esp | 2001-06-02 | 1 | -0/+6 |
* | removed redundant osd.h includes | arpi_esp | 2001-05-24 | 1 | -3/+3 |
* | j->k for correct unicode... | arpi_esp | 2001-05-14 | 1 | -1/+1 |
* | sub splitting patch applied by Vlada V.Dubsky@sh.cvut.cz | arpi_esp | 2001-05-14 | 1 | -29/+79 |
* | Deal with unicode subs (-unicode -nounicode). | atmosfear | 2001-05-08 | 1 | -2/+3 |
* | better .smi support and display two-byte characters- patch by Sunjin Yang | arpi_esp | 2001-05-06 | 1 | -4/+7 |
* | clean up | pontscho | 2001-04-24 | 1 | -2/+0 |
* | progress bar width increased | arpi_esp | 2001-04-12 | 1 | -1/+1 |
* | use subreader's sub struct | arpi_esp | 2001-03-30 | 1 | -6/+6 |
* | sub/osd interface changes | arpi_esp | 2001-03-27 | 1 | -15/+89 |
* | subtitle+OSD font support | arpi_esp | 2001-03-25 | 1 | -57/+68 |
* | grey+alpha rendering support (for .sub) | arpi_esp | 2001-03-24 | 1 | -0/+71 |