summaryrefslogtreecommitdiffstats
path: root/video/out/vo_rpi.c
Commit message (Expand)AuthorAgeFilesLines
* vo_rpi: handle rotationwm42016-01-051-1/+14
* vo_rpi: work around firmware oddness leading to incorrect video rectwm42016-01-051-2/+4
* vo_rpi: fix previous commitwm42015-12-261-1/+1
* vo_rpi: fix compilationwm42015-12-261-5/+1
* vo_opengl: prefix per-backend source files with context_wm42015-12-191-1/+1
* vo_rpi: set aspect ratiowm42015-11-251-5/+8
* vo_rpi: log subtitle render timewm42015-11-251-0/+4
* vo_rpi: add an option to disable OSDwm42015-11-251-19/+25
* video/out: remove an unused parameterwm42015-10-031-1/+1
* 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