summaryrefslogtreecommitdiffstats
path: root/video/out/vo_sdl.c
Commit message (Expand)AuthorAgeFilesLines
* cleanup: replace OPT_FLAG_ON and OPT_MAKE_FLAGS with OPT_FLAGwm42013-02-091-1/+1
* options: move -geometry parsing to m_option.cwm42013-01-231-7/+4
* vo_sdl: I think the XVidmode hack is no longer neededRudolf Polzer2013-01-151-5/+0
* vo_sdl: request "desktop" fullscreen mode if -vm is not usedRudolf Polzer2013-01-151-8/+7
* vo_sdl: avoid copying just for taking screenshotswm42013-01-131-5/+3
* video: decouple internal pixel formats from FourCCswm42013-01-131-5/+7
* video: cleanup: replace old mp_image function nameswm42013-01-131-11/+10
* video: remove things related to old DR codewm42013-01-131-4/+2
* mp_image: require using mp_image_set_size() for setting w/hwm42013-01-131-2/+1
* video/out: replace VOCTRL_QUERY_FORMAT with vo_driver.query_formatwm42013-01-131-3/+1
* video/out: make draw_image mandatory, remove VOCTRL_DRAW_IMAGEwm42013-01-131-5/+3
* vo_sdl: fix for rename of a function in SDL2's interfaceRudolf Polzer2013-01-121-2/+4
* vo_sdl: add a "sw" flag like in openglRudolf Polzer2013-01-101-36/+75
* vo_sdl: support -geometry properlyRudolf Polzer2012-12-311-2/+7
* vo_sdl: some OSD optimizationsRudolf Polzer2012-12-281-23/+41
* sdl, encode_lavc: fix copyright headersRudolf Polzer2012-12-281-4/+3
* vo/ao: SDL 1.2+ audio driver, SDL 2.0+ accelerated video driverRudolf Polzer2012-12-281-0/+1004