summaryrefslogtreecommitdiffstats
path: root/sub/draw_bmp.c
Commit message (Expand)AuthorAgeFilesLines
* 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