aboutsummaryrefslogtreecommitdiffhomepage
path: root/sub/sub.c
Commit message (Expand)AuthorAge
* sub: refactorGravatar wm42013-06-01
* sub: remove some global variablesGravatar wm42013-05-30
* sub: add sd_spu.c to wrap spudec, cleanup mplayer.cGravatar wm42013-05-30
* sub: redo how -no-ass is handledGravatar wm42013-05-30
* command: simplify sub OSD updateGravatar wm42013-05-14
* sub: add --osd-blur and --sub-text-blur optionsGravatar wm42013-04-13
* vo: remove and cleanup globalsGravatar Alexander Preisinger2013-03-04
* fix clang compiler warningsGravatar Stefano Pigozzi2013-03-03
* m_option: don't define OPT_BASE_STRUCT by defaultGravatar wm42013-03-01
* vo_caca: remove OSD supportGravatar wm42013-02-24
* sub: add experimental --force-rgba-osd-rendering switchGravatar wm42013-01-13
* img_convert: add sub_bitmap bounding box functionsGravatar wm42013-01-13
* vo_xv, vo_x11: simplify OSD redrawingGravatar wm42013-01-13
* sub: do not copy the target image if there is no OSD/subsGravatar wm42013-01-13
* sub: add ASS to RGBA conversionGravatar wm42012-12-28
* subs: remove --utf8, simplify codeGravatar Uoti Urpala2012-12-03
* sub: add --sub-gray option to display image subs in grayscaleGravatar wm42012-11-25
* sub: reimplement -spugauss as --sub-gaussGravatar wm42012-11-25
* vo_xv: don't require frame stepping to remove OSD or subsGravatar wm42012-11-21
* osd: make the OSD and sub font more customizableGravatar wm42012-11-20
* 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