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