aboutsummaryrefslogtreecommitdiffhomepage
path: root/libvo/sub.c
Commit message (Expand)AuthorAge
* Merge svn changes up to r30748Gravatar Uoti Urpala2010-03-10
|\
| * Do not cast the results of malloc/calloc/realloc.Gravatar diego2010-02-26
| * libvo: Mark functions not used outside of their files as static.Gravatar diego2010-02-16
* | Merge svn changes up to r29912Gravatar Uoti Urpala2009-11-16
|\|
| * Fix compilation of teletext code without freetype supportGravatar reimar2009-11-09
| * Change type of teletext color specification from unsigned charGravatar reimar2009-11-09
| * Remove CONFIG_TV_TELETEXT.Gravatar cehoyos2009-11-07
| * Move teletext specific code from stream into libmpcodecs.Gravatar cehoyos2009-10-29
* | Merge svn changes up to r29752Gravatar Uoti Urpala2009-10-06
|\|
| * Fix teletext font autoscaling.Gravatar cehoyos2009-09-22
* | Remove trailing whitespace from most filesGravatar Uoti Urpala2009-07-07
* | Translation system changes part 2: replace macros by stringsGravatar Amar Takhar2009-07-07
* | Translation system changes part 1: wrap translated stringsGravatar Amar Takhar2009-07-07
| * whitespace cosmetics: Remove all trailing whitespace.Gravatar diego2009-05-13
* | Merge svn changes up to r28641Gravatar Uoti Urpala2009-02-18
|\|
| * Convert HAVE_MALLOC_H into a 0/1 definition, fixes the warning:Gravatar diego2009-02-17
| * The CONFIG_TV_TELETEXT preprocessor directive is defined/undefined,Gravatar diego2009-02-17
* | Merge svn changes up to r28537Gravatar Uoti Urpala2009-02-12
|\|
| * Add standard license headers, unify header formatting.Gravatar diego2009-02-08
* | Merge svn changes up to r28461Gravatar Uoti Urpala2009-02-04
|\|
| * Remove pointless #ifdef around internal header includes.Gravatar diego2009-02-01
* | Merge svn changes up to r28310Gravatar Uoti Urpala2009-01-15
|\|
| * Change vo_draw_text to a vo_draw_text_ext function which draws DVD navigationGravatar reimar2009-01-10
* | Merge svn changes up to r28087Gravatar Uoti Urpala2008-12-04
|\|
| * Get rid of pointless 'extern' keywords.Gravatar diego2008-12-03
| * Remove unused declarations and references to vo_draw_text_osd(),Gravatar diego2008-12-03
* | Merge svn changes up to r27441Gravatar Uoti Urpala2008-08-08
|\|
| * Rename font-related preprocessor directives.Gravatar diego2008-08-07
| * Change a bunch of video/audio-output-specific preprocessor directives fromGravatar diego2008-08-03
* | Merge svn changes up to r27374Gravatar Uoti Urpala2008-07-30
|\|
| * Start unifying names of internal preprocessor directives.Gravatar diego2008-07-30
* | Move global sub_font to OSD structGravatar Uoti Urpala2008-06-24
* | Create a context struct for OSD stateGravatar Uoti Urpala2008-06-24
* | sub.c: Make tables constGravatar Uoti Urpala2008-05-01
* | Add context variable to vo_draw_text callbackGravatar Uoti Urpala2008-04-23
|/
* Allow independent scaling of vo_font and sub_font.Gravatar reimar2008-01-27
* cosmetics: misc typo fixesGravatar diego2007-09-25
* warning fix:Gravatar diego2007-09-24
* warning fix:Gravatar diego2007-09-10
* Implement boxes for subtitle teletext pages.Gravatar voroshil2007-09-08
* Proper support for flashing chars in teletext pages.Gravatar voroshil2007-09-01
* Identifiers should not start with two underscores.Gravatar diego2007-08-15
* Teletext supportGravatar voroshil2007-07-29
* Use -font for subtitles when -subfont is not given, patch by kiriujaGravatar zuxy2007-07-11
* Revert r23530.Gravatar voroshil2007-06-21
* The audio balance feature implemented with af_pan.Gravatar zuxy2007-06-20
* Teletext support for tv:// (v4l and v4l2 only)Gravatar voroshil2007-06-10
* add new -subfont option, that allows having a different font for OSD (control...Gravatar ben2007-05-20
* Mark utf8_get_char parameter as const and fix a compiler warningGravatar reimar2006-12-11
* Another simplificationGravatar reimar2006-12-11