aboutsummaryrefslogtreecommitdiffhomepage
path: root/libvo
Commit message (Expand)AuthorAge
* vo_opengl: fix help output typoGravatar wm42012-10-23
* vo_vdpau: fix screenshotsGravatar wm42012-10-21
* VO: fix screenshot size with -geometryGravatar wm42012-10-20
* gl_common: hack to support compilation on FreeBSDGravatar wm42012-10-20
* cocoa_common: avoid situational nil dereferencingGravatar Stefano Pigozzi2012-10-19
* cocoa_common: use the same window level when windowed and fullscreenGravatar Stefano Pigozzi2012-10-16
* cocoa_common: split window creation in helper functionsGravatar Stefano Pigozzi2012-10-16
* cocoa_common: cosmetics / reformatGravatar Stefano Pigozzi2012-10-16
* gl_common: remove useless cocoa wrapper functionsGravatar Stefano Pigozzi2012-10-16
* cocoa_common: remove useless importGravatar Stefano Pigozzi2012-10-16
* cocoa_common: replace TickCount() with NSProcessInfo#systemUptimeGravatar Stefano Pigozzi2012-10-16
* cocoa_common: use IOKit to perform power managementGravatar Stefano Pigozzi2012-10-16
* cocoa_common: save state in the vo structGravatar Stefano Pigozzi2012-10-16
* manpage: improvements to vo_opengl documentationGravatar wm42012-10-15
* input: track location info for input commandsGravatar wm42012-10-14
* vo_opengl: fix filter reinitializationGravatar wm42012-10-14
* Merge branch 'input_changes' into masterGravatar wm42012-10-12
|\
* | Rename to "mpv"Gravatar wm42012-10-12
| * input: verify input.conf on loadingGravatar wm42012-10-12
* | gl_common: allow compilation on Mac OS 10.6Gravatar Stefano Pigozzi2012-10-07
* | vo_opengl: don't try to map an empty bufferGravatar wm42012-10-03
* | vo_opengl: change default FBO formatGravatar wm42012-10-03
* | vo_opengl: use PBOs by default with opengl-hqGravatar wm42012-10-03
* | vo_opengl: use low quality default settings, add opengl-hq aliasGravatar wm42012-10-03
* | VO: add mechanism to replace old VO names, use it with "gl" and "gl3"Gravatar wm42012-10-03
* | vo_opengl: always check GL errors in first 5 framesGravatar wm42012-10-03
* | VO: actually rename VOs gl -> opengl-old, gl3 -> openglGravatar wm42012-10-03
* | VO: rename file: vo_gl3_shaders.glsl -> vo_opengl_shaders.glslGravatar wm42012-10-03
* | VO: rename file: vo_gl3.c -> vo_opengl.cGravatar wm42012-10-03
* | VO: rename file: vo_gl.c -> vo_opengl_old.cGravatar wm42012-10-03
* | gl_common: require GLX 1.3 for vo_gl, remove old pre-1.3 codeGravatar wm42012-10-03
* | vo_gl3: make it work on OpenGL 2.1Gravatar wm42012-10-03
* | encode: fix -ocopyts with certain DVD imagesGravatar Rudolf Polzer2012-09-29
|/
* cocoa_common: make fullscreen menubar/dock hiding conditionalGravatar Stefano Pigozzi2012-09-18
* encode: video encoding now supported using mencoder-like optionsGravatar Rudolf Polzer2012-09-18
* subs, vo_vdpau: support RGBA color for PGS subtitlesGravatar Uoti Urpala2012-09-18
* Remove VESA/FBDEV remains, clean up example.confGravatar wm42012-09-18
* subs, vo: do sub bitmap change detection by comparing IDsGravatar Uoti Urpala2012-09-18
* vo_vdpau: split bitmap packing code into a separate fileGravatar Uoti Urpala2012-09-18
* cleanup: video_out: remove vo_subdevice global variableGravatar wm42012-09-18
* subs: always use sub decoder framework for libass renderingGravatar Uoti Urpala2012-09-18
* subs: libass: use a single persistent renderer for subtitlesGravatar Uoti Urpala2012-09-18
* cleanup: remove pointless #definesGravatar Uoti Urpala2012-09-18
* video_out: free memory if initializing a VO failsGravatar wm42012-09-18
* cocoa_common: improve conditional dock hiding from 3259e4a7aGravatar Stefano Pigozzi2012-08-28
* Adjust ffmpeg/libav #includes to work with recent upstream changesGravatar Uoti Urpala2012-08-21
* video: honor the video's colormatrix and color range flagsGravatar cantabile2012-08-21
* osd: get rid of useless initialization functionGravatar wm42012-08-20
* cocoa_common: add HiDPI/retina supportGravatar Stefano Pigozzi2012-08-16
* cocoa_common.m: add missing config.h includeGravatar Stefano Pigozzi2012-08-16