summaryrefslogtreecommitdiffstats
path: root/video
Commit message (Expand)AuthorAgeFilesLines
* vo_opengl: fix issues with some obscure pixel formatswm42015-12-075-11/+39
* vo_opengl: decrease default lookup texture size to 64Bin Jin2015-12-071-2/+2
* vo_opengl: make LOOKUP_TEXTURE_SIZE configurableBin Jin2015-12-072-4/+5
* vo_opengl: Fix minor LUT sampling errorBin Jin2015-12-073-11/+22
* filter_kernels: add warnings for potential LUT sampling errorBin Jin2015-12-071-0/+6
* cocoa: fix recent regressionwm42015-12-071-4/+6
* win32: add option to set VO MMCSS profilewm42015-12-061-1/+5
* vo: get rid of vo_get_window_title()wm42015-12-066-34/+28
* vd_lavc: fix avctx NULL checkswm42015-12-051-1/+4
* vo_opengl_cb: avoid NULL pointer deref in corner caseswm42015-12-051-1/+2
* vo_opengl: improve boundary check for polar filtersBin Jin2015-12-051-2/+2
* win32: remove dwmapi.dll dynamic loadingwm42015-12-041-34/+5
* filter_kernels: remove redundant corner case checkBin Jin2015-12-041-1/+0
* vo_opengl: require --enable-gpl3 for nnediwm42015-12-033-2/+31
* video: readd codec delay estimationwm42015-12-023-0/+18
* vo_opengl: fix backend=x11 on Intelwm42015-12-021-1/+1
* vo_opengl: add credits to NNEDI3 shaderBin Jin2015-12-021-0/+16
* vo_opengl: enable NNEDI3 prescaler on OpenGL ES 3.0Bin Jin2015-12-023-14/+19
* vo_opengl_cb: pass mpv_global to gl_videowm42015-11-301-1/+1
* vo: cosmetics: split functionwm42015-11-291-41/+56
* vo: make using estimated FPS more conservativewm42015-11-291-0/+6
* vo: remove redundant and broken codewm42015-11-291-2/+0
* vo_opengl: make tscale=mitchell:tscale-clamp the defaultwm42015-11-291-2/+4
* vo_opengl: warn if interpolation is enabled, but not display-syncwm42015-11-281-0/+10
* vo: report when switching back to system-reported FPS toowm42015-11-281-4/+11
* vo: wait longer before abandoning system-reported display-fpswm42015-11-281-1/+4
* vo_opengl: fix interpolation with display-syncwm42015-11-282-12/+9
* vo: change vo_frame field unitswm42015-11-273-9/+6
* vo: switch back to system-reported display FPS if possiblewm42015-11-271-8/+10
* vo: factor redundant timer callswm42015-11-271-3/+4
* vo: fix audio-timing framedrop regressionswm42015-11-271-4/+5
* vo: disregard system-reported display FPS if it's too imprecisewm42015-11-271-13/+42
* vo: improve vsync delay detectionwm42015-11-271-9/+15
* w32_common: implement icc-profile-autoJames Ross-Gowan2015-11-261-7/+50
* vo: smooth out reported vsync timewm42015-11-251-18/+23
* vo: add new frame drop detectionwm42015-11-251-0/+15
* vo: do not use display FPS for framedropwm42015-11-251-38/+2
* vo_opengl: disable interpolation without display-syncwm42015-11-254-33/+10
* command, vo: add estimated-display-fps propertywm42015-11-252-0/+79
* 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
* vo_opengl: win32: test for exclusive modeJames Ross-Gowan2015-11-263-0/+129
* vo_opengl: angle: don't load libGLESv2.dllJames Ross-Gowan2015-11-261-17/+1
* vo: remove VOCTRL_GET_RECENT_FLIP_TIMEwm42015-11-234-19/+1
* dxva2: reject 10 bit HEVCwm42015-11-231-0/+4
* win32: don't show progress indicator in idle modeJames Ross-Gowan2015-11-232-5/+13
* vo_opengl: fix superxbr on GLESwm42015-11-211-6/+6
* vo_opengl: angle: allow using D3D9 backendwm42015-11-211-22/+31
* vo_opengl: use ANGLE by default if available (except for "hq" preset)wm42015-11-213-11/+15
* vo_opengl: enable dumb-mode automatically if possiblewm42015-11-191-6/+44
* vo_opengl: support 3D textures on ANGLEwm42015-11-192-3/+13
* vo_opengl: switch FBO format on GLESwm42015-11-191-5/+11
* vo_opengl: make 1D textures completely optionalwm42015-11-192-5/+6
* vo_opengl: fix some more GLES shader issueswm42015-11-191-6/+6
* vo_opengl: create FBOs in a more GLES conformant waywm42015-11-191-2/+40
* vo_opengl: better check for float texture supportwm42015-11-191-7/+8
* vo_opengl: check shader string before sscanfing itKevin Mitchell2015-11-191-1/+1
* vo_opengl: add missing log newlineKevin Mitchell2015-11-191-1/+1
* vo_opengl: add RGBA8 framebuffer format, enable non-dumb mode for ES 3.0wm42015-11-191-1/+2
* vo_opengl: don't mix floats and integers in dither shaderwm42015-11-191-3/+3
* vo_opengl: fix ANGLE GLES3 modeJames Ross-Gowan2015-11-192-2/+9
* x11: request bypassing compositorwm42015-11-181-0/+6
* vo_opengl: add initial ANGLE supportJames Ross-Gowan2015-11-182-0/+219
* videotoolbox: make decoder format customizablewm42015-11-176-13/+41
* vo_opengl: osx: error out if there is no IOSurfacewm42015-11-171-0/+4
* vo_opengl: force dumb mode if RG textures are not availablewm42015-11-161-3/+3
* vo_opengl: attempt to improve GLX vs. EGL backend detectionwm42015-11-163-37/+57
* vo_opengl: fix backend autoprobingwm42015-11-161-0/+9
* win32: support taskbar button progress indicatorMartin Herkt2015-11-152-0/+44
* vo_opengl: use glBlitFramebuffer to draw repeated frameswm42015-11-153-16/+27
* vo: fix unpausing with display-syncwm42015-11-151-5/+3
* vo: fix dropping frames with display-syncwm42015-11-141-2/+0
* player: account for minor VO underrunswm42015-11-142-10/+16
* command: rename vo-missed-frame-count propertywm42015-11-132-5/+5
* win32: avoid detection as exclusive fullscreen windowMartin Herkt2015-11-131-1/+1
* vo_opengl_cb: do not block on flipping when redrawingwm42015-11-121-0/+5
* drm: fix setting up connectorsrr-2015-11-111-1/+1
* vd_lavc: be more careful with flushing the decoderwm42015-11-102-5/+22
* vo_opengl: move the glFlush() call to the rendererwm42015-11-102-5/+5
* vo_opengl_cb: better underflow reportingwm42015-11-101-6/+12
* vo_opengl: limit GLSL to version 3.3wm42015-11-101-0/+2
* vo_opengl: fix 10-bit video prescalingBin Jin2015-11-095-24/+21
* vo_opengl_cb: make operation more similar to normal VOswm42015-11-091-118/+54
* vo_opengl: handle GL_ARB_uniform_buffer_object with low GLSL versionswm42015-11-095-6/+19
* vo_opengl: fix extension namewm42015-11-091-1/+1
* vo_opengl: simplify GLSL version detectionwm42015-11-091-10/+4
* vo_opengl: never load vaapi GLX interop by defaultwm42015-11-095-8/+8
* vo_opengl: always preload hwdec interopwm42015-11-091-3/+6
* vo_opengl: rename "drm_egl" to "drm-egl"wm42015-11-091-1/+1
* vo_opengl: disable drm_egl autopickuprr-2015-11-091-0/+4
* win32: request MMCSS "Playback" profilewm42015-11-081-0/+10
* vo_drm: relicense to LGPLrr-2015-11-083-10/+15
* vo_drm: use bool rather than integer return valuesrr-2015-11-084-78/+60
* vo_opengl: add DRM EGL backendrr-2015-11-082-0/+439
* vo_drm: move initialization to drm_commonrr-2015-11-083-219/+278
* vo_opengl: fix typorr-2015-11-071-1/+1
* vo_opengl: rename fancy-downscaling to correct-downscalingwm42015-11-072-10/+9
* vo_opengl: fancy-downscaling: enable also for anamorphic clipsAvi Halachmi (:avih)2015-11-071-4/+9
* x11: print Xlib errors in verbose mode if Xlib messages are silencedwm42015-11-071-9/+5
* vo_opengl: x11: silence error messages when using legacy GL contextwm42015-11-063-2/+16
* Remove some VLAswm42015-11-063-14/+16
* w32: use DisplayConfig API to retrieve correct monitor refresh rateJames Ross-Gowan2015-11-063-18/+301
* w32: always get screenrc from an HMONITORJames Ross-Gowan2015-11-061-21/+41
* w32: remove Win95 and NT4 monitor codeJames Ross-Gowan2015-11-061-25/+4
* video: increase avi pts buffer sizewm42015-11-061-1/+1
* vo_opengl: simplify function loader slightlywm42015-11-061-6/+0
* vo_opengl: glBindBufferBase is not part of GL 2.1/GLES 2.0wm42015-11-062-2/+2
* vo_opengl: implement NNEDI3 prescalerBin Jin2015-11-059-5/+368
* vo_opengl: add Super-xBR filter for upscalingBin Jin2015-11-056-7/+499
* vo_opengl: make image size dynamic during renderingBin Jin2015-11-051-24/+33
* rpi: add support for codecs other than h264wm42015-11-053-7/+20
* vo_vdpau: check VDP_RGBA_FORMAT_A8 supportwm42015-11-041-2/+6
* vo_opengl_cb: log some eventswm42015-11-041-0/+4
* vo_opengl, vo_opengl_cb: drop unneeded vo_frame fieldswm42015-11-044-28/+6
* vo: do not go to sleep if there's a new frame queuedwm42015-11-031-3/+3
* vd_lavc: make hwdec fallback more tolerantwm42015-11-032-6/+14
* vo: fix display-sync frame drop accounting againwm42015-11-031-1/+1
* vdpau: fix uninit when init failswm42015-11-012-5/+2
* vo_opengl: win32: fix cross-compilationwm42015-11-011-1/+1
* vo_opengl: win32: always request MMCSS for DWMwm42015-11-011-0/+5
* vo_opengl: win32: try to enable DwmFlush by defaultwm42015-11-012-9/+46
* vo: fix no-audio mode with interpolation enabled/display-sync disabledwm42015-11-011-1/+1
* video: fix playback of pal8wm42015-11-011-1/+2
* vo_direct3d: fix operationwm42015-10-313-10/+3
* vo_opengl: add vsync-fences optionwm42015-10-303-0/+32
* vo_opengl: cosmetics: flip the order of 2 functionswm42015-10-301-16/+16
* vo_drm: uninstall signal handlers after quittingrr-2015-10-301-0/+2
* vo_drm: handle possible errors from sigactionrr-2015-10-301-6/+17
* vo_drm: check if signal already usedrr-2015-10-301-5/+23
* video: fix framedrop accounting in display-sync modewm42015-10-301-0/+1
* vo_opengl: cache frames only in display-sync modewm42015-10-301-1/+3
* vo_opengl: do not attempt to cache frames in FBO in dumb-modewm42015-10-301-1/+1
* vd_lavc: fix declarationswm42015-10-301-6/+6
* vo: take normal drop path when dropping in display-sync modewm42015-10-291-4/+3
* vo_drm: show osd in audio only modePaul B Mahol2015-10-291-8/+13
* Replace deprecated av_free_packet() callswm42015-10-281-1/+1
* vo: kill non-working missed frame detectionwm42015-10-271-6/+0
* vd_lavc: make software decoding fallback an optionRodger Combs2015-10-251-1/+5
* vo_opengl: remove source shader leftoverBin Jin2015-10-242-3/+0
* vo_opengl: always cache to an FBO when not interpolatingNiklas Haas2015-10-231-4/+29
* vo: expose frame->num_vsyncs to the VO backendNiklas Haas2015-10-231-1/+0
* w32_common: disable IMEJames Ross-Gowan2015-10-231-9/+16
* vo_opengl: wayland: use a more standard symbolwm42015-10-231-1/+2
* vo_opengl: vaapi: fix compilation failure on older systemswm42015-10-231-1/+2
* vo_opengl_cb: fix passing through some video equalizer propertieswm42015-10-231-2/+7
* vo_opengl: make the default debanding settings less excessiveNiklas Haas2015-10-211-2/+2
* Revert "vo_wayland: define opaque region"Ricardo Vieira2015-10-201-9/+0
* vd_lavc: attempt to fallback from hwdec before anything is decodedwm42015-10-191-4/+4
* vd_lavc: continue decoding properly after decoding failurewm42015-10-191-3/+7
* vo_opengl: support all kinds of GBRP formatswm42015-10-183-13/+15
* vaapi: drop non-existing FourCCwm42015-10-172-5/+0
* build: bump required libva versionwm42015-10-171-6/+0
* vo_opengl_cb: fix pausing and seeking if interpolation is enabledwm42015-10-141-1/+20
* vo_opengl: x11egl: fix confused error status codeswm42015-10-121-2/+2
* vo_opengl: x11egl: reject nvidia drivers when autoprobingwm42015-10-121-0/+6
* vd_lavc: work around libavcodec nonsense causing hwdec init failurewm42015-10-121-0/+3
* vd_lavc: refuse to initialize vaapi with unknown profileswm42015-10-111-3/+1
* cocoa: set application policy before creating windowwm42015-10-111-5/+4
* vo: log deviation from ideal vsync intervalwm42015-10-081-0/+5
* vo_xv: fix crash with --widwm42015-10-071-1/+1
* video: fix base for --no-correct-ptswm42015-10-062-9/+10
* video: increase maximum number of buffered AVI pts sampleswm42015-10-061-1/+1
* video: don't sort AVI pts sampleswm42015-10-061-14/+10
* video: remove user-controllable PTS sorting (--pts-association-mode)wm42015-10-062-57/+5
* video: disable framedrop if avi-style timestamps are usedwm42015-10-061-0/+3
* video: remove codec delay estimationwm42015-10-033-15/+2
* video: cosmetics: remove trailing whitespacewm42015-10-031-1/+1
* video/out: remove an unused parameterwm42015-10-0325-43/+40
* vo: change some defines to enumswm42015-10-021-9/+13
* vo_opengl: drop old backend APIwm42015-10-023-87/+26
* vo_opengl: rpi: switch to new internal APIwm42015-10-023-39/+35
* win32: cleanup: remove some unneeded thingswm42015-10-024-17/+10
* vo_opengl: w32: switch to new internal APIwm42015-10-024-27/+36
* vo_opengl: refactor DwmFlush crapwm42015-10-023-42/+45
* vo_opengl: remove leftover variable from vaglx in vaeglEmmanuel Gil Peyrot2015-10-021-1/+0
* vo: fix compilation failure when vaapi is enabled and x11 disabledEmmanuel Gil Peyrot2015-10-021-1/+1
* vo_opengl: wayland: switch to new internal APIwm42015-10-016-54/+44
* vo_opengl: cocoa: switch to new internal APIwm42015-10-016-31/