aboutsummaryrefslogtreecommitdiffhomepage
path: root/video/out/vo_rpi.c
Commit message (Expand)AuthorAge
* vo_gpu: add internal ability to skip osd/subs for renderingGravatar wm42018-02-11
* vo_rpi: fix build (probably)Gravatar wm42017-10-17
* vo_opengl: refactor into vo_gpuGravatar Niklas Haas2017-09-21
* vo_rpi: fix operationGravatar wm42017-08-15
* rpi: fix buildGravatar wm42017-08-11
* vo_rpi: partially undeprecateGravatar wm42016-12-08
* options: remove deprecated sub-option handling for --vo and --aoGravatar wm42016-11-25
* vo_opengl: require explicit reset on shader cache after renderingGravatar wm42016-09-14
* vo_rpi, vo_opengl: separate RPI/EGL-specific code for both VOsGravatar wm42016-09-13
* vo_rpi: deprecate this VOGravatar wm42016-09-12
* vo: remove unused VOCTRL_GET_PANSCANGravatar wm42016-09-08
* options: deprecate suboptions for the remaining AO/VOsGravatar wm42016-09-05
* vo: change messy handling of fullscreen and other flagsGravatar wm42016-08-30
* mp_image: split colorimetry metadata into its own structGravatar Niklas Haas2016-07-03
* vo_rpi: fix destroying overlaysGravatar Gusar3212016-06-13
* vo_rpi: rename mutex/cond variablesGravatar wm42016-04-26
* vo_rpi: wait for vsync with a timeoutGravatar wm42016-04-26
* vo_rpi: attempt to survive display mode changesGravatar wm42016-04-26
* vp_rpi: fix indentationGravatar wm42016-04-26
* mp_image: allow passing NULL to mp_image_new_custom_ref()Gravatar wm42016-04-25
* vo_opengl, vo_rpi: unbreak a few thingsGravatar wm42016-02-24
* vo_rpi: add geometry handlingGravatar Uros Vampl2016-02-05
* Relicense some non-MPlayer source files to LGPL 2.1 or laterGravatar wm42016-01-19
* vo_rpi: handle rotationGravatar wm42016-01-05
* vo_rpi: work around firmware oddness leading to incorrect video rectGravatar wm42016-01-05
* vo_rpi: fix previous commitGravatar wm42015-12-26
* vo_rpi: fix compilationGravatar wm42015-12-26
* vo_opengl: prefix per-backend source files with context_Gravatar wm42015-12-19
* vo_rpi: set aspect ratioGravatar wm42015-11-25
* vo_rpi: log subtitle render timeGravatar wm42015-11-25
* vo_rpi: add an option to disable OSDGravatar wm42015-11-25
* video/out: remove an unused parameterGravatar wm42015-10-03
* vo_opengl: move shader file caching to video.cGravatar wm42015-09-23
* vo_rpi: fix compilationGravatar wm42015-09-11
* vo_rpi: disable background by defaultGravatar wm42015-08-20
* vo_rpi: use correct variable for osd layerGravatar wm42015-08-20
* vo_rpi: fix blackscreen before the first subtitle/OSD is renderedGravatar wm42015-08-20
* vo_rpi: redraw subtitles only on changeGravatar wm42015-08-18
* vo_rpi: use EGL to render subtitlesGravatar wm42015-08-18
* vo_rpi: fix NULL pointer derefGravatar wm42015-08-14
* vo_rpi: simplify background handlingGravatar wm42015-08-13
* vo_rpi: unregister vsync callbackGravatar wm42015-08-13
* vo_rpi: skip OSD rendering when repeating framesGravatar wm42015-08-13
* vo_rpi: support display syncGravatar wm42015-08-10
* vo_rpi: determine and return display refresh rateGravatar wm42015-07-27
* vo_rpi: update renderer size on display size changes tooGravatar wm42015-05-01
* vo_rpi: update display size on display mode switchesGravatar wm42015-04-30
* vo_rpi: actually draw a black backgroundGravatar wm42015-04-30
* vo_rpi: explicitly reference MMAL VC driverGravatar wm42015-04-13
* video/out: fix screenshot image formatsGravatar wm42015-04-07