index
:
mpv
absurd_test
absurd_test2
absurd_test3
ass_shit
bliss
coverity_scan
master
mruby
rc
rcombs/macos-fixes
rcombs/swift
read_stats_new
read_stats_old
release/0.1
release/0.2
release/0.27
release/0.28
release/0.29
release/0.3
release/0.30
release/0.31
release/0.32
release/0.33
release/0.34
release/0.35
release/0.36
release/0.37
release/0.38
release/0.39
release/0.4
release/0.5
release/0.6
release/0.7
release/0.8
release/0.9
stream_debug_stuff
stream_no_size_caching
stream_size_fstat
stream_size_fstat_nocache
x11_geo
ytdl_sub_delayload
a free, open source, and cross-platform media player
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sub
/
draw_bmp.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mp_image: split colorimetry metadata into its own struct
Niklas Haas
2016-07-03
1
-10
/
+7
*
Relicense some non-MPlayer source files to LGPL 2.1 or later
wm4
2016-01-19
1
-7
/
+7
*
sub: use macros to remove code duplication
wm4
2015-12-24
1
-49
/
+31
*
sub: merge bitmap render functions into one for each kind
wm4
2015-12-24
1
-84
/
+45
*
sub: remove "inaccurate" code path
wm4
2015-12-24
1
-10
/
+0
*
sub: find GBRP format automatically when rendering to RGB
wm4
2015-12-24
1
-12
/
+11
*
sub: better alpha blending when rendering to alpha surfaces
wm4
2015-12-24
1
-1
/
+35
*
csputils: rename "yuv2rgb" functions
wm4
2015-12-09
1
-2
/
+2
*
csputils: remove obscure int_bits matrix scaling
wm4
2015-12-09
1
-4
/
+5
*
Update license headers
Marcin Kurczewski
2015-04-13
1
-2
/
+1
*
mp_image: remove redundant flags field
wm4
2015-04-10
1
-2
/
+2
*
mp_image: remove redundant chroma_x/y_shift fields
wm4
2015-04-10
1
-3
/
+3
*
mp_image: get rid of chroma_width/height fields
wm4
2015-04-09
1
-5
/
+4
*
osd: simplify an aspect of change detection handling
wm4
2015-03-18
1
-3
/
+3
*
csputils: replace float[3][4] with a struct
wm4
2015-01-06
1
-4
/
+4
*
csputils: move image_params -> csp_params into a function
wm4
2015-01-06
1
-2
/
+1
*
csputils: get rid of mp_csp_details
wm4
2015-01-06
1
-3
/
+3
*
draw_bmp: make code more obvious, remove assertion
wm4
2014-11-21
1
-3
/
+3
*
video: introduce failure path for image allocations
wm4
2014-06-17
1
-3
/
+16
*
video: make mp_image use mp_image_params directly
wm4
2014-04-21
1
-10
/
+10
*
Split mpvcore/ into common/, misc/, bstr/
wm4
2013-12-17
1
-1
/
+1
*
Rename sub.c/.h to osd.c/.h
wm4
2013-11-24
1
-3
/
+2
*
core: move contents to mpvcore (2/2)
Stefano Pigozzi
2013-08-06
1
-1
/
+1
*
sws_utils: don't recursively include libswscale header
wm4
2013-07-18
1
-0
/
+1
*
sub: don't crash on GBRP video
wm4
2013-03-28
1
-2
/
+4
*
draw_bmp: use multiple bounding boxes
wm4
2013-01-13
1
-27
/
+20
*
img_convert: add sub_bitmap bounding box functions
wm4
2013-01-13
1
-1
/
+2
*
draw_bmp: don't copy Y plane on up/down-sampling
wm4
2013-01-13
1
-5
/
+46
*
draw_bmp: do not reallocate upsample temp image on each frame
wm4
2013-01-13
1
-2
/
+14
*
draw_bmp: refactor
wm4
2013-01-13
1
-17
/
+31
*
draw_bmp: always allocate cache
wm4
2013-01-13
1
-26
/
+25
*
mp_image: add mp_image_crop()
wm4
2013-01-13
1
-12
/
+2
*
vo_xv, vo_x11: simplify OSD redrawing
wm4
2013-01-13
1
-123
/
+0
*
draw_bmp: better way to find 444 format
wm4
2013-01-13
1
-43
/
+13
*
video: cleanup: replace old mp_image function names
wm4
2013-01-13
1
-5
/
+5
*
mp_image: simplify image allocation
wm4
2013-01-13
1
-16
/
+15
*
mp_image: require using mp_image_set_size() for setting w/h
wm4
2013-01-13
1
-5
/
+1
*
video: add support for 12 and 14 bit YUV pixel formats
Stephen Hutchinson
2012-12-03
1
-0
/
+8
*
draw_bmp: add RGB rendering to fix image quality issues
wm4
2012-11-22
1
-1
/
+12
*
vo_xv: don't require frame stepping to remove OSD or subs
wm4
2012-11-21
1
-0
/
+124
*
Rename directories, move files (step 2 of 2)
wm4
2012-11-12
1
-5
/
+5
*
draw_bmp: remove swscale bug workaround
wm4
2012-11-01
1
-3
/
+1
*
screenshot, draw_bmp: use colorspace passed with mp_image
wm4
2012-11-01
1
-25
/
+48
*
csputils: better support for integer color values
wm4
2012-10-28
1
-1
/
+3
*
draw_bmp, csputils: use function instead of macro
wm4
2012-10-28
1
-21
/
+4
*
draw_bmp: cosmetics, refactor
wm4
2012-10-28
1
-420
/
+318
*
draw_bmp: remove CONDITIONAL2 code
wm4
2012-10-24
1
-25
/
+0
*
options: remove subtitle related options that did nothing
wm4
2012-10-24
1
-0
/
+1
*
draw_bmp: fix IMGFMT_BGR32 use
Rudolf Polzer
2012-10-24
1
-9
/
+15
*
draw_bmp: fix for yuy2 format
wm4
2012-10-24
1
-1
/
+2
*
draw_bmp: don't try to call swscale if image format not supported
wm4
2012-10-24
1
-0
/
+3
*
sub: add cache to mp_draw_sub_bitmaps()
wm4
2012-10-24
1
-9
/
+68
*
draw_bmp: compensate for libswscale writing past image bounds
wm4
2012-10-24
1
-1
/
+2
*
sub: add helper to draw sub-bitmaps into an image
Rudolf Polzer
2012-10-24
1
-0
/
+580