aboutsummaryrefslogtreecommitdiffhomepage
path: root/sub
Commit message (Expand)AuthorAge
* Rename directories, move files (step 2 of 2)Gravatar wm42012-11-12
* Merge branch 'osd_changes' into masterGravatar wm42012-11-01
|\
| * draw_bmp: remove swscale bug workaroundGravatar wm42012-11-01
| * screenshot, draw_bmp: use colorspace passed with mp_imageGravatar wm42012-11-01
* | subreader: do not write outside array boundsGravatar reimar2012-10-31
* | spudec: set pointers to NULL after freeGravatar reimar2012-10-31
| * csputils: better support for integer color valuesGravatar wm42012-10-28
| * draw_bmp, csputils: use function instead of macroGravatar wm42012-10-28
| * draw_bmp: cosmetics, refactorGravatar wm42012-10-28
| * draw_bmp: remove CONDITIONAL2 codeGravatar wm42012-10-24
| * Merge branch 'master' into osd_changesGravatar wm42012-10-24
| |\ | |/ |/|
| * 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
| * draw_bmp: fix IMGFMT_BGR32 useGravatar Rudolf Polzer2012-10-24
| * sub: add clarifying commentsGravatar wm42012-10-24
| * draw_bmp: fix for yuy2 formatGravatar wm42012-10-24
| * sub: simplify OSD redrawing logicGravatar wm42012-10-24
| * VO, sub: refactorGravatar wm42012-10-24
| * draw_bmp: don't try to call swscale if image format not supportedGravatar 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
| * spudec: use csputils for color conversionGravatar wm42012-10-24
| * Remove things related to old OSDGravatar wm42012-10-24
| * img_convert: fix alignment for RGBA imagesGravatar wm42012-10-24
| * sub: add function to draw OSD into an imageGravatar wm42012-10-24
| * draw_bmp: compensate for libswscale writing past image boundsGravatar wm42012-10-24
| * sub: add helper to draw sub-bitmaps into an imageGravatar Rudolf Polzer2012-10-24
* | osd_libass: increase robustness when handling internal OSD escapesGravatar wm42012-10-22
* | osd_libass: fix stupid dangling pointer crashGravatar wm42012-10-22
| * Merge branch 'master' into osd_changesGravatar wm42012-10-16
| |\ | |/ |/|
| * sub: fix and simplify some change detection detailsGravatar wm42012-10-16
| * spudec.c: crop subs, set scaled flagGravatar wm42012-10-16
| * sub: switch to premultiplied alphaGravatar 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: remove logic for disabling hinting on scaled EOSDGravatar wm42012-10-16
| * sub: make it easier to set DVD sub decoding with sd_lavcGravatar wm42012-10-16
| * osd_libass: set RTL base direction to neutralGravatar wm42012-10-16
| * sub: cleanup: remove vo_osd_probar_type/value global variablesGravatar wm42012-10-16
| * sub: cosmetics: turn some defines into enumsGravatar 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
| * sub: create sub_bitmap array even when using libassGravatar wm42012-10-16
* | osd_libass: fix \n escapesGravatar wm42012-10-14