summaryrefslogtreecommitdiffstats
path: root/video/out/vo_rpi.c
Commit message (Expand)AuthorAgeFilesLines
* vo_gpu: add internal ability to skip osd/subs for renderingwm42018-02-111-1/+1
* vo_rpi: fix build (probably)wm42017-10-171-1/+1
* vo_opengl: refactor into vo_gpuNiklas Haas2017-09-211-1/+1
* vo_rpi: fix operationwm42017-08-151-3/+10
* rpi: fix buildwm42017-08-111-47/+24
* vo_rpi: partially undeprecatewm42016-12-081-3/+0
* options: remove deprecated sub-option handling for --vo and --aowm42016-11-251-1/+1
* vo_opengl: require explicit reset on shader cache after renderingwm42016-09-141-1/+2
* vo_rpi, vo_opengl: separate RPI/EGL-specific code for both VOswm42016-09-131-1/+129
* vo_rpi: deprecate this VOwm42016-09-121-0/+3
* vo: remove unused VOCTRL_GET_PANSCANwm42016-09-081-2/+0
* options: deprecate suboptions for the remaining AO/VOswm42016-09-051-0/+1
* vo: change messy handling of fullscreen and other flagswm42016-08-301-1/+0
* mp_image: split colorimetry metadata into its own structNiklas Haas2016-07-031-1/+1
* vo_rpi: fix destroying overlaysGusar3212016-06-131-0/+3
* vo_rpi: rename mutex/cond variableswm42016-04-261-17/+17
* vo_rpi: wait for vsync with a timeoutwm42016-04-261-2/+6
* vo_rpi: attempt to survive display mode changeswm42016-04-261-38/+90
* vp_rpi: fix indentationwm42016-04-261-10/+8
* mp_image: allow passing NULL to mp_image_new_custom_ref()wm42016-04-251-2/+1
* vo_opengl, vo_rpi: unbreak a few thingswm42016-02-241-2/+2
* vo_rpi: add geometry handlingUros Vampl2016-02-051-10/+59
* Relicense some non-MPlayer source files to LGPL 2.1 or laterwm42016-01-191-7/+7
* 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