aboutsummaryrefslogtreecommitdiffhomepage
path: root/sub/sub.c
Commit message (Expand)AuthorAge
* Rename directories, move files (step 2 of 2)Gravatar wm42012-11-12
* screenshot, draw_bmp: use colorspace passed with mp_imageGravatar wm42012-11-01
* draw_bmp: cosmetics, refactorGravatar wm42012-10-28
* options: remove --ffactor switchGravatar wm42012-10-24
* options: remove --subfont-autoscale (changes default font scale)Gravatar wm42012-10-24
* options: remove subtitle related options that did nothingGravatar wm42012-10-24
* sub: simplify OSD redrawing logicGravatar wm42012-10-24
* VO, sub: refactorGravatar wm42012-10-24
* sub: add cache to mp_draw_sub_bitmaps()Gravatar wm42012-10-24
* sub, vf_ass: allow rendering RGBA subs, replace old vf_ass renderingGravatar wm42012-10-24
* sub: fix text subtitle aspect ratio with vo_xv and vo_lavc, refactorGravatar wm42012-10-24
* Remove things related to old OSDGravatar wm42012-10-24
* sub: add function to draw OSD into an imageGravatar wm42012-10-24
* sub: fix and simplify some change detection detailsGravatar wm42012-10-16
* sub: never decode subs to old OSD formatGravatar wm42012-10-16
* sub: cosmetics: move things aroundGravatar wm42012-10-16
* sub: cleanup: don't pass parameters via global variablesGravatar wm42012-10-16
* sub: always go through sub.c for OSD renderingGravatar wm42012-10-16
* sub, VO: remove vo_osd_resized() functionGravatar wm42012-10-16
* sub: cleanup: remove vo_osd_probar_type/value global variablesGravatar wm42012-10-16
* sub: allow converting DVD subs to RGBAGravatar wm42012-10-16
* sub: allow rendering OSD in ASS image format directly, simplifyGravatar wm42012-10-16
* sub: add preliminary emulation layer to draw OSD with EOSDGravatar wm42012-10-16
* options: remove -subalignGravatar wm42012-09-18
* subs: always use sub decoder framework for libass renderingGravatar Uoti Urpala2012-09-18
* core: manage tracks in the frontendGravatar wm42012-09-18
* osd: get rid of useless initialization functionGravatar wm42012-08-20
* Remove dvdnav support (DVD menus)Gravatar wm42012-08-16
* sub: fix confusion of ass_library handlesGravatar wm42012-08-07
* osd_libass: allocate separate ASS_Library for OSDGravatar wm42012-08-07
* osd: reset OSD change state even if VO doesn't draw OSDGravatar wm42012-08-07
* osd: free buffer allocated with av_malloc with av_freeGravatar wm42012-08-04
* Remove teletext supportGravatar wm42012-08-03
* osd: minor simplification of vo_osd_changed()Gravatar wm42012-08-01
* Remove dead codeGravatar wm42012-08-01
* configure: remove checks for malloc.h and alloca()Gravatar wm42012-07-30
* configure: remove memalign checkGravatar wm42012-07-30
* osd: use libass for OSD renderingGravatar wm42012-07-28
* osd: enable line breaking for OSD textGravatar wm42012-07-28
* core: allocate OSD text buffers dynamicallyGravatar harklu2011-08-09
* cleanup: shut up more warningsGravatar Clément Bœsch2011-05-06
* cleanup: avoid various GCC warningsGravatar Clément Bœsch2011-04-20
* cleanup: remove some casts of memalign() return valueGravatar diego2011-02-15
* Merge branch 'sub'Gravatar Uoti Urpala2011-01-26
* sub/OSD: move some related files to sub/Gravatar Uoti Urpala2011-01-26