index
:
mpv
master
video player based on MPlayer/mplayer2
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
sub
/
draw_bmp.c
Commit message (
Expand
)
Author
Age
*
mp_image: split colorimetry metadata into its own struct
Niklas Haas
2016-07-03
*
Relicense some non-MPlayer source files to LGPL 2.1 or later
wm4
2016-01-19
*
sub: use macros to remove code duplication
wm4
2015-12-24
*
sub: merge bitmap render functions into one for each kind
wm4
2015-12-24
*
sub: remove "inaccurate" code path
wm4
2015-12-24
*
sub: find GBRP format automatically when rendering to RGB
wm4
2015-12-24
*
sub: better alpha blending when rendering to alpha surfaces
wm4
2015-12-24
*
csputils: rename "yuv2rgb" functions
wm4
2015-12-09
*
csputils: remove obscure int_bits matrix scaling
wm4
2015-12-09
*
Update license headers
Marcin Kurczewski
2015-04-13
*
mp_image: remove redundant flags field
wm4
2015-04-10
*
mp_image: remove redundant chroma_x/y_shift fields
wm4
2015-04-10
*
mp_image: get rid of chroma_width/height fields
wm4
2015-04-09
*
osd: simplify an aspect of change detection handling
wm4
2015-03-18
*
csputils: replace float[3][4] with a struct
wm4
2015-01-06
*
csputils: move image_params -> csp_params into a function
wm4
2015-01-06
*
csputils: get rid of mp_csp_details
wm4
2015-01-06
*
draw_bmp: make code more obvious, remove assertion
wm4
2014-11-21
*
video: introduce failure path for image allocations
wm4
2014-06-17
*
video: make mp_image use mp_image_params directly
wm4
2014-04-21
*
Split mpvcore/ into common/, misc/, bstr/
wm4
2013-12-17
*
Rename sub.c/.h to osd.c/.h
wm4
2013-11-24
*
core: move contents to mpvcore (2/2)
Stefano Pigozzi
2013-08-06
*
sws_utils: don't recursively include libswscale header
wm4
2013-07-18
*
sub: don't crash on GBRP video
wm4
2013-03-28
*
draw_bmp: use multiple bounding boxes
wm4
2013-01-13
*
img_convert: add sub_bitmap bounding box functions
wm4
2013-01-13
*
draw_bmp: don't copy Y plane on up/down-sampling
wm4
2013-01-13
*
draw_bmp: do not reallocate upsample temp image on each frame
wm4
2013-01-13
*
draw_bmp: refactor
wm4
2013-01-13
*
draw_bmp: always allocate cache
wm4
2013-01-13
*
mp_image: add mp_image_crop()
wm4
2013-01-13
*
vo_xv, vo_x11: simplify OSD redrawing
wm4
2013-01-13
*
draw_bmp: better way to find 444 format
wm4
2013-01-13
*
video: cleanup: replace old mp_image function names
wm4
2013-01-13
*
mp_image: simplify image allocation
wm4
2013-01-13
*
mp_image: require using mp_image_set_size() for setting w/h
wm4
2013-01-13
*
video: add support for 12 and 14 bit YUV pixel formats
Stephen Hutchinson
2012-12-03
*
draw_bmp: add RGB rendering to fix image quality issues
wm4
2012-11-22
*
vo_xv: don't require frame stepping to remove OSD or subs
wm4
2012-11-21
*
Rename directories, move files (step 2 of 2)
wm4
2012-11-12
*
draw_bmp: remove swscale bug workaround
wm4
2012-11-01
*
screenshot, draw_bmp: use colorspace passed with mp_image
wm4
2012-11-01
*
csputils: better support for integer color values
wm4
2012-10-28
*
draw_bmp, csputils: use function instead of macro
wm4
2012-10-28
*
draw_bmp: cosmetics, refactor
wm4
2012-10-28
*
draw_bmp: remove CONDITIONAL2 code
wm4
2012-10-24
*
options: remove subtitle related options that did nothing
wm4
2012-10-24
*
draw_bmp: fix IMGFMT_BGR32 use
Rudolf Polzer
2012-10-24
*
draw_bmp: fix for yuy2 format
wm4
2012-10-24
[next]