summaryrefslogtreecommitdiffstats
path: root/video/out/vo_corevideo.c
Commit message (Expand)AuthorAgeFilesLines
* vo_corevideo: remove this VOStefano Pigozzi2014-09-061-572/+0
* vo: make draw_image and vo_queue_image transfer image ownershipwm42014-06-171-0/+1
* video: introduce failure path for image allocationswm42014-06-171-1/+2
* video/out: change aspects of OSD handlingwm42014-06-151-12/+6
* video/out: remove unused config() parameterswm42014-05-071-2/+1
* vo_corevideo: remove unused variableStefano Pigozzi2014-03-311-1/+0
* Fix compilation on OSX and win32wm42014-03-291-1/+0
* video/out: remove legacy colorspace stuffwm42014-03-291-33/+16
* vo_corevideo: remove unused variableStefano Pigozzi2014-02-171-1/+0
* video/out: don't access aspdat in VOswm42014-01-221-3/+2
* vda: fix build on OS X 10.7Stefano Pigozzi2014-01-021-0/+1
* corevideo: fix video initialization when not using VDAStefano Pigozzi2013-12-261-52/+46
* Move options/config related files from mpvcore/ to options/wm42013-12-171-1/+1
* Rename sub.c/.h to osd.c/.hwm42013-11-241-1/+1
* configure: uniform the defines to #define HAVE_xxx (0|1)Stefano Pigozzi2013-11-031-4/+4
* video/out: remove useless info struct and redundant fieldswm42013-10-231-6/+2
* gl_osd: mp_msg conversionwm42013-09-121-1/+1
* vo_corevideo: use dwidth/dheight for window dimensionsStefano Pigozzi2013-08-251-1/+1
* vo_corevideo: convert to use reconfig instead of configStefano Pigozzi2013-08-251-7/+6
* vo_corevideo: don't set colormatrix on direct rendering pathStefano Pigozzi2013-08-251-23/+49
* vo_corevideo: fix regression in colormatrix handlingStefano Pigozzi2013-08-251-40/+22
* video: add vda decode support (with hwaccel) and direct renderingStefano Pigozzi2013-08-221-105/+309
* vo_corevideo: add uyvy422 pixel format supportStefano Pigozzi2013-08-151-0/+5
* core: move contents to mpvcore (2/2)Stefano Pigozzi2013-08-061-1/+1
* vo_corevideo: use new log APIStefano Pigozzi2013-08-011-15/+5
* vo_corevideo: move to C from Objective-CStefano Pigozzi2013-08-011-0/+401