summaryrefslogtreecommitdiffstats
path: root/sub/img_convert.c
Commit message (Expand)AuthorAgeFilesLines
* sub: move RGBA scaling to vo_vaapiwm42016-07-031-62/+0
* sub: change how libass output is converted to RGBA in some caseswm42016-07-031-97/+0
* sd_lavc: align sub-bitmaps for the sake of libswscalewm42016-06-181-6/+2
* sub, vo_opengl: use packed sub-bitmaps directly if availablewm42016-06-171-0/+2
* sub: fix --sub-gausswm42016-06-171-41/+14
* sub: move paletted image handling completely to sd_lavc.cwm42016-06-171-89/+0
* Relicense some non-MPlayer source files to LGPL 2.1 or laterwm42016-01-191-7/+7
* mpv_talloc.h: rename from talloc.hDmitrij D. Czarkoff2016-01-111-1/+1
* Update license headersMarcin Kurczewski2015-04-131-4/+4
* video: uninline memcpy_pic functionswm42015-03-201-1/+0
* img_convert: sanitizer: avoid invalid left-shiftsBen Boeckel2014-09-141-4/+4
* video: introduce failure path for image allocationswm42014-06-171-8/+26
* Reduce recursive config.h inclusions in headerswm42013-12-181-0/+1
* Rename sub.c/.h to osd.c/.hwm42013-11-241-1/+1
* Revert "sub: support straight alpha additionally to premultiplied alpha"wm42013-08-121-76/+13
* img_convert: add function to scale RGBA OSD imageswm42013-08-121-0/+45
* sub: support straight alpha additionally to premultiplied alphawm42013-08-121-12/+75
* Fix some -Wshadow warningswm42013-07-231-2/+2
* img_convert: use multiple bounding boxes for ASS->RGBAwm42013-01-131-26/+47
* img_convert: add sub_bitmap bounding box functionswm42013-01-131-1/+83
* video: cleanup: replace old mp_image function nameswm42013-01-131-4/+4
* sub: add ASS to RGBA conversionwm42012-12-281-0/+76
* sub: add --sub-gray option to display image subs in grayscalewm42012-11-251-0/+35
* sub: reimplement -spugauss as --sub-gausswm42012-11-251-0/+42
* Rename directories, move files (step 2 of 2)wm42012-11-121-4/+3
* Remove things related to old OSDwm42012-10-241-197/+1
* img_convert: fix alignment for RGBA imageswm42012-10-241-3/+8
* sub: switch to premultiplied alphawm42012-10-161-4/+20
* sub: never decode subs to old OSD formatwm42012-10-161-70/+78
* sub: allow converting DVD subs to RGBAwm42012-10-161-5/+47
* sub: allow rendering OSD in ASS image format directly, simplifywm42012-10-161-0/+214