summaryrefslogtreecommitdiffstats
path: root/sub/draw_bmp.c
Commit message (Expand)AuthorAgeFilesLines
* core: move contents to mpvcore (2/2)Stefano Pigozzi2013-08-061-1/+1
* sws_utils: don't recursively include libswscale headerwm42013-07-181-0/+1
* sub: don't crash on GBRP videowm42013-03-281-2/+4
* draw_bmp: use multiple bounding boxeswm42013-01-131-27/+20
* img_convert: add sub_bitmap bounding box functionswm42013-01-131-1/+2
* draw_bmp: don't copy Y plane on up/down-samplingwm42013-01-131-5/+46
* draw_bmp: do not reallocate upsample temp image on each framewm42013-01-131-2/+14
* draw_bmp: refactorwm42013-01-131-17/+31
* draw_bmp: always allocate cachewm42013-01-131-26/+25
* mp_image: add mp_image_crop()wm42013-01-131-12/+2
* vo_xv, vo_x11: simplify OSD redrawingwm42013-01-131-123/+0
* draw_bmp: better way to find 444 formatwm42013-01-131-43/+13
* video: cleanup: replace old mp_image function nameswm42013-01-131-5/+5
* mp_image: simplify image allocationwm42013-01-131-16/+15
* mp_image: require using mp_image_set_size() for setting w/hwm42013-01-131-5/+1
* video: add support for 12 and 14 bit YUV pixel formatsStephen Hutchinson2012-12-031-0/+8
* draw_bmp: add RGB rendering to fix image quality issueswm42012-11-221-1/+12
* vo_xv: don't require frame stepping to remove OSD or subswm42012-11-211-0/+124
* Rename directories, move files (step 2 of 2)wm42012-11-121-5/+5
* draw_bmp: remove swscale bug workaroundwm42012-11-011-3/+1
* screenshot, draw_bmp: use colorspace passed with mp_imagewm42012-11-011-25/+48
* csputils: better support for integer color valueswm42012-10-281-1/+3
* draw_bmp, csputils: use function instead of macrowm42012-10-281-21/+4
* draw_bmp: cosmetics, refactorwm42012-10-281-420/+318
* draw_bmp: remove CONDITIONAL2 codewm42012-10-241-25/+0
* options: remove subtitle related options that did nothingwm42012-10-241-0/+1
* draw_bmp: fix IMGFMT_BGR32 useRudolf Polzer2012-10-241-9/+15
* draw_bmp: fix for yuy2 formatwm42012-10-241-1/+2
* draw_bmp: don't try to call swscale if image format not supportedwm42012-10-241-0/+3
* sub: add cache to mp_draw_sub_bitmaps()wm42012-10-241-9/+68
* draw_bmp: compensate for libswscale writing past image boundswm42012-10-241-1/+2
* sub: add helper to draw sub-bitmaps into an imageRudolf Polzer2012-10-241-0/+580