summaryrefslogtreecommitdiffstats
path: root/video/out/vo_rpi.c
Commit message (Expand)AuthorAgeFilesLines
* vo_opengl: move shader file caching to video.cwm42015-09-231-1/+1
* vo_rpi: fix compilationwm42015-09-111-2/+2
* vo_rpi: disable background by defaultwm42015-08-201-6/+13
* vo_rpi: use correct variable for osd layerwm42015-08-201-1/+1
* vo_rpi: fix blackscreen before the first subtitle/OSD is renderedwm42015-08-201-0/+1
* vo_rpi: redraw subtitles only on changewm42015-08-181-4/+15
* vo_rpi: use EGL to render subtitleswm42015-08-181-124/+82
* vo_rpi: fix NULL pointer derefwm42015-08-141-1/+1
* vo_rpi: simplify background handlingwm42015-08-131-19/+1
* vo_rpi: unregister vsync callbackwm42015-08-131-1/+3
* vo_rpi: skip OSD rendering when repeating frameswm42015-08-131-4/+8
* vo_rpi: support display syncwm42015-08-101-4/+51
* vo_rpi: determine and return display refresh ratewm42015-07-271-0/+24
* vo_rpi: update renderer size on display size changes toowm42015-05-011-0/+2
* vo_rpi: update display size on display mode switcheswm42015-04-301-0/+23
* vo_rpi: actually draw a black backgroundwm42015-04-301-23/+65
* vo_rpi: explicitly reference MMAL VC driverwm42015-04-131-0/+8
* video/out: fix screenshot image formatswm42015-04-071-1/+1
* RPI supportwm42015-03-291-0/+567