aboutsummaryrefslogtreecommitdiffhomepage
path: root/sub/img_convert.c
Commit message (Expand)AuthorAge
* sub: move RGBA scaling to vo_vaapiGravatar wm42016-07-03
* sub: change how libass output is converted to RGBA in some casesGravatar wm42016-07-03
* sd_lavc: align sub-bitmaps for the sake of libswscaleGravatar wm42016-06-18
* sub, vo_opengl: use packed sub-bitmaps directly if availableGravatar wm42016-06-17
* sub: fix --sub-gaussGravatar wm42016-06-17
* sub: move paletted image handling completely to sd_lavc.cGravatar wm42016-06-17
* Relicense some non-MPlayer source files to LGPL 2.1 or laterGravatar wm42016-01-19
* mpv_talloc.h: rename from talloc.hGravatar Dmitrij D. Czarkoff2016-01-11
* Update license headersGravatar Marcin Kurczewski2015-04-13
* video: uninline memcpy_pic functionsGravatar wm42015-03-20
* img_convert: sanitizer: avoid invalid left-shiftsGravatar Ben Boeckel2014-09-14
* video: introduce failure path for image allocationsGravatar wm42014-06-17
* Reduce recursive config.h inclusions in headersGravatar wm42013-12-18
* Rename sub.c/.h to osd.c/.hGravatar wm42013-11-24
* Revert "sub: support straight alpha additionally to premultiplied alpha"Gravatar wm42013-08-12
* img_convert: add function to scale RGBA OSD imagesGravatar wm42013-08-12
* sub: support straight alpha additionally to premultiplied alphaGravatar wm42013-08-12
* Fix some -Wshadow warningsGravatar wm42013-07-23
* img_convert: use multiple bounding boxes for ASS->RGBAGravatar wm42013-01-13
* img_convert: add sub_bitmap bounding box functionsGravatar wm42013-01-13
* video: cleanup: replace old mp_image function namesGravatar wm42013-01-13
* sub: add ASS to RGBA conversionGravatar wm42012-12-28
* sub: add --sub-gray option to display image subs in grayscaleGravatar wm42012-11-25
* sub: reimplement -spugauss as --sub-gaussGravatar wm42012-11-25
* Rename directories, move files (step 2 of 2)Gravatar wm42012-11-12
* Remove things related to old OSDGravatar wm42012-10-24
* img_convert: fix alignment for RGBA imagesGravatar wm42012-10-24
* sub: switch to premultiplied alphaGravatar wm42012-10-16
* sub: never decode subs to old OSD formatGravatar 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