summaryrefslogtreecommitdiffstats
path: root/sub/sub.c
Commit message (Expand)AuthorAgeFilesLines
* sub: fix and simplify some change detection detailswm42012-10-161-7/+6
* sub: never decode subs to old OSD formatwm42012-10-161-17/+15
* sub: cosmetics: move things aroundwm42012-10-161-6/+8
* sub: cleanup: don't pass parameters via global variableswm42012-10-161-12/+7
* sub: always go through sub.c for OSD renderingwm42012-10-161-8/+81
* sub, VO: remove vo_osd_resized() functionwm42012-10-161-8/+0
* sub: cleanup: remove vo_osd_probar_type/value global variableswm42012-10-161-3/+2
* sub: allow converting DVD subs to RGBAwm42012-10-161-0/+4
* sub: allow rendering OSD in ASS image format directly, simplifywm42012-10-161-285/+168
* sub: add preliminary emulation layer to draw OSD with EOSDwm42012-10-161-0/+73
* options: remove -subalignwm42012-09-181-1/+0
* subs: always use sub decoder framework for libass renderingUoti Urpala2012-09-181-1/+3
* core: manage tracks in the frontendwm42012-09-181-1/+2
* osd: get rid of useless initialization functionwm42012-08-201-9/+1
* Remove dvdnav support (DVD menus)wm42012-08-161-62/+0
* sub: fix confusion of ass_library handleswm42012-08-071-1/+2
* osd_libass: allocate separate ASS_Library for OSDwm42012-08-071-2/+2
* osd: reset OSD change state even if VO doesn't draw OSDwm42012-08-071-0/+9
* osd: free buffer allocated with av_malloc with av_freewm42012-08-041-4/+4
* Remove teletext supportwm42012-08-031-10/+0
* osd: minor simplification of vo_osd_changed()wm42012-08-011-10/+18
* Remove dead codewm42012-08-011-70/+0
* configure: remove checks for malloc.h and alloca()wm42012-07-301-3/+0
* configure: remove memalign checkwm42012-07-301-3/+5
* osd: use libass for OSD renderingwm42012-07-281-937/+48
* osd: enable line breaking for OSD textwm42012-07-281-31/+67
* core: allocate OSD text buffers dynamicallyharklu2011-08-091-0/+9
* cleanup: shut up more warningsClément Bœsch2011-05-061-3/+1
* cleanup: avoid various GCC warningsClément Bœsch2011-04-201-1/+1
* cleanup: remove some casts of memalign() return valuediego2011-02-151-2/+2
* Merge branch 'sub'Uoti Urpala2011-01-261-1/+1
* sub/OSD: move some related files to sub/Uoti Urpala2011-01-261-0/+1348