aboutsummaryrefslogtreecommitdiffhomepage
path: root/sub/draw_bmp.c
Commit message (Expand)AuthorAge
* 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
* draw_bmp: don't try to call swscale if image format not supportedGravatar wm42012-10-24
* sub: add cache to mp_draw_sub_bitmaps()Gravatar wm42012-10-24
* draw_bmp: compensate for libswscale writing past image boundsGravatar wm42012-10-24
* sub: add helper to draw sub-bitmaps into an imageGravatar Rudolf Polzer2012-10-24