aboutsummaryrefslogtreecommitdiffhomepage
path: root/sub/draw_bmp.c
Commit message (Expand)AuthorAge
* mp_image: split colorimetry metadata into its own structGravatar Niklas Haas2016-07-03
* Relicense some non-MPlayer source files to LGPL 2.1 or laterGravatar wm42016-01-19
* sub: use macros to remove code duplicationGravatar wm42015-12-24
* sub: merge bitmap render functions into one for each kindGravatar wm42015-12-24
* sub: remove "inaccurate" code pathGravatar wm42015-12-24
* sub: find GBRP format automatically when rendering to RGBGravatar wm42015-12-24
* sub: better alpha blending when rendering to alpha surfacesGravatar wm42015-12-24
* csputils: rename "yuv2rgb" functionsGravatar wm42015-12-09
* csputils: remove obscure int_bits matrix scalingGravatar wm42015-12-09
* Update license headersGravatar Marcin Kurczewski2015-04-13
* mp_image: remove redundant flags fieldGravatar wm42015-04-10
* mp_image: remove redundant chroma_x/y_shift fieldsGravatar wm42015-04-10
* mp_image: get rid of chroma_width/height fieldsGravatar wm42015-04-09
* osd: simplify an aspect of change detection handlingGravatar wm42015-03-18
* csputils: replace float[3][4] with a structGravatar wm42015-01-06
* csputils: move image_params -> csp_params into a functionGravatar wm42015-01-06
* csputils: get rid of mp_csp_detailsGravatar wm42015-01-06
* draw_bmp: make code more obvious, remove assertionGravatar wm42014-11-21
* video: introduce failure path for image allocationsGravatar wm42014-06-17
* video: make mp_image use mp_image_params directlyGravatar wm42014-04-21
* Split mpvcore/ into common/, misc/, bstr/Gravatar wm42013-12-17
* Rename sub.c/.h to osd.c/.hGravatar wm42013-11-24
* core: move contents to mpvcore (2/2)Gravatar Stefano Pigozzi2013-08-06
* sws_utils: don't recursively include libswscale headerGravatar wm42013-07-18
* sub: don't crash on GBRP videoGravatar wm42013-03-28
* draw_bmp: use multiple bounding boxesGravatar wm42013-01-13
* img_convert: add sub_bitmap bounding box functionsGravatar wm42013-01-13
* draw_bmp: don't copy Y plane on up/down-samplingGravatar wm42013-01-13
* draw_bmp: do not reallocate upsample temp image on each frameGravatar wm42013-01-13
* draw_bmp: refactorGravatar wm42013-01-13
* draw_bmp: always allocate cacheGravatar wm42013-01-13
* mp_image: add mp_image_crop()Gravatar wm42013-01-13
* vo_xv, vo_x11: simplify OSD redrawingGravatar wm42013-01-13
* draw_bmp: better way to find 444 formatGravatar wm42013-01-13
* video: cleanup: replace old mp_image function namesGravatar wm42013-01-13
* mp_image: simplify image allocationGravatar wm42013-01-13
* mp_image: require using mp_image_set_size() for setting w/hGravatar wm42013-01-13
* video: add support for 12 and 14 bit YUV pixel formatsGravatar Stephen Hutchinson2012-12-03
* draw_bmp: add RGB rendering to fix image quality issuesGravatar wm42012-11-22
* vo_xv: don't require frame stepping to remove OSD or subsGravatar wm42012-11-21
* Rename directories, move files (step 2 of 2)Gravatar wm42012-11-12
* draw_bmp: remove swscale bug workaroundGravatar wm42012-11-01
* screenshot, draw_bmp: use colorspace passed with mp_imageGravatar wm42012-11-01
* 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
* options: remove subtitle related options that did nothingGravatar wm42012-10-24
* draw_bmp: fix IMGFMT_BGR32 useGravatar Rudolf Polzer2012-10-24
* draw_bmp: fix for yuy2 formatGravatar wm42012-10-24