summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* win32: enable internal pthreads wrapper by defaultwm42015-12-041-1/+0
* win32: remove dwmapi.dll dynamic loadingwm42015-12-042-35/+6
* filter_kernels: remove redundant corner case checkBin Jin2015-12-041-1/+0
* examples/qt_opengl: Use fbo of the widget and not the thread contextcommander kotori2015-12-031-1/+1
* examples/qt_opengl: remove redundant time-start property fetchcommander kotori2015-12-031-2/+1
* vo_opengl: require --enable-gpl3 for nnediwm42015-12-036-2/+40
* client API: disallow masking MPV_EVENT_SHUTDOWNwm42015-12-021-0/+2
* 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-024-16/+21
* path: cosmeticslzmths2015-12-021-3/+5
* manpage: fix a command namewm42015-12-011-1/+1
* build: install scalable svg icon as wellChristian Hesse2015-12-011-0/+4
* manpage: ' can't be used for quotingwm42015-11-301-2/+2
* vo_opengl_cb: pass mpv_global to gl_videowm42015-11-301-1/+1
* manpage: explain behavior of "path" propertywm42015-11-291-1/+5
* osd: do not let OSD messages overwrite --osd-msgN textwm42015-11-291-14/+8
* 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
* sub: remove unused function, move another onewm42015-11-293-40/+24
* osd: fix and cleanup font style managementwm42015-11-292-48/+62
* DOCS/interface-changes: add some recent changeswm42015-11-291-1/+3
* vo_opengl: make tscale=mitchell:tscale-clamp the defaultwm42015-11-292-3/+5
* vo_opengl: warn if interpolation is enabled, but not display-syncwm42015-11-281-0/+10
* osd: use the same ASS_Renderer for OSD text and progbarwm42015-11-284-32/+43
* 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-283-13/+11
* player: fix commit 50bb209awm42015-11-281-1/+1
* vo: change vo_frame field unitswm42015-11-274-10/+8
* 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
* ao: disambiguate default device list entrieswm42015-11-271-2/+6
* player: always disable display-sync on desyncswm42015-11-272-22/+13
* vo: disregard system-reported display FPS if it's too imprecisewm42015-11-271-13/+42
* vo: improve vsync delay detectionwm42015-11-271-9/+15
* player: make display-vdrop mode do what the manpage claimswm42015-11-261-4/+7
* w32_common: implement icc-profile-autoJames Ross-Gowan2015-11-262-8/+52
* af_lavrresample: fix build on Libavwm42015-11-261-1/+1
* 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-252-43/+6
* vo_opengl: disable interpolation without display-syncwm42015-11-255-33/+14
* command, vo: add estimated-display-fps propertywm42015-11-254-1/+117
* player: log some more display-sync informationwm42015-11-251-3/+6
* af_lavrresample: clamp float output to rangewm42015-11-251-0/+12
* 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-252-19/+29
* vo_opengl: win32: test for exclusive modeJames Ross-Gowan2015-11-264-0/+130
* vo_opengl: angle: don't load libGLESv2.dllJames Ross-Gowan2015-11-261-17/+1
* ao_alsa: filter audio device listwm42015-11-241-1/+15
* ao_alsa: list bidirectional devices toowm42015-11-241-1/+1
* ao_wasapi: get rid of Vistablob hackKevin Mitchell2015-11-244-51/+6
* manpage: deinterlace is now the lowercase dKevin Mitchell2015-11-233-8/+8
* vo: remove VOCTRL_GET_RECENT_FLIP_TIMEwm42015-11-234-19/+1
* demux: fix seeking in .tswm42015-11-231-1/+1
* dxva2: reject 10 bit HEVCwm42015-11-231-0/+4
* manpage: clarify correct-downscaling descriptionwm42015-11-231-1/+2
* win32: don't show progress indicator in idle modeJames Ross-Gowan2015-11-233-6/+16
* sd_ass: fix secondary subtitle modewm42015-11-221-1/+1
* command: export some per-video-frame informationwm42015-11-222-0/+38
* README: add something about system requirementswm42015-11-221-0/+16
* 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-214-14/+29
* old-configure: add a missing config.h entrywm42015-11-191-0/+1
* vo_opengl: enable dumb-mode automatically if possiblewm42015-11-192-7/+48
* vo_opengl: support 3D textures on ANGLEwm42015-11-192-3/+13
* vo_opengl: switch FBO format on GLESwm42015-11-192-6/+13
* 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
* ao_wasapi: only report per-app volume in shared modeKevin Mitchell2015-11-191-1/+2
* 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
* ao_wasapi: work around DTS passthrough failurewm42015-11-191-1/+18
* x11: request bypassing compositorwm42015-11-184-0/+13
* player: replace mistimed-frame-count with vsync-ratio on status linewm42015-11-182-6/+10
* player: make timeline switching slightly nicerwm42015-11-183-30/+27
* .gitignore: add nnedi3_weights.incwm42015-11-181-0/+1
* ao_openal: fix sign of speaker angle in commentKevin Mitchell2015-11-181-1/+1
* ao_openal: fix virtual speaker positioningJustas LaviĊĦius2015-11-181-10/+10
* manpage: fix typo in vd-lavc-o exampleEllis Berner2015-11-181-1/+1
* manpage: fix a typowm42015-11-181-1/+1
* vo_opengl: add initial ANGLE supportJames Ross-Gowan2015-11-184-0/+228
* input.conf: add default bindings for changing window scalewm42015-11-172-9/+8
* demux_mkv: fix incremental indexing with single-keyframe fileswm42015-11-171-2/+1
* videotoolbox: make decoder format customizablewm42015-11-179-13/+54
* vo_opengl: osx: error out if there is no IOSurfacewm42015-11-171-0/+4
* ao_openal: accommodate more sample formatsKevin Mitchell2015-11-171-7/+44
* ao_openal: move uninit before initKevin Mitchell2015-11-171-12/+12
* player: remove OSD subtitle render pathwm42015-11-1710-127/+90
* player: use demuxer ts offset to simplify timeline ts handlingwm42015-11-1610-47/+16
* player: handle rebasing start time differentlywm42015-11-1613-44/+79
* vo_opengl: force dumb mode if RG textures are not availablewm42015-11-161-3/+3
* README: suggest uchardet instead of Enca as dependencywm42015-11-161-1/+1
* sub: remove an unneeded old hack for MicroDVDwm42015-11-161-11/+0
* 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-155-0/+67
* 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-143-12/+18
* player: remove unused fieldwm42015-11-142-2/+0
* player: fix audio drift computation at different playback speedswm42015-11-141-8/+9
* player: stricter framedrop thresholdwm42015-11-131-3/+2
* player: try to compensate actual audio driftwm42015-11-132-0/+41
* player: change display-sync audio speed only if neededwm42015-11-131-38/+48
* player: remove display_sync_disable_counterwm42015-11-132-11/+8
* command: add vsync-ratio propertywm42015-11-135-6/+42
* player: compute required display-sync speed change differentlywm42015-11-131-22/+36
* player: smooth out frame durations by averaging themwm42015-11-131-1/+1
* player: refactor display-sync frame duration calculationswm42015-11-135-134/+98
* player: always require a future frame with display-sync enabledwm42015-11-131-2/+6
* command: rename vo-missed-frame-count propertywm42015-11-136-25/+22
* win32: avoid detection as exclusive fullscreen windowMartin Herkt2015-11-132-1/+5
* vo_opengl_cb: do not block on flipping when redrawingwm42015-11-121-0/+5
* build: make vaapi-wayland depend on gl-waylandwm42015-11-121-1/+1
* demux_libass: remove this demuxerwm42015-11-116-138/+1
* demux_lavf: mark ASS tracks as always UTF-8wm42015-11-111-0/+4
* player: less naive roundingwm42015-11-111-1/+1
* drm: fix setting up connectorsrr-2015-11-111-1/+1
* af_lavrresample: simplify set_compensation usagewm42015-11-111-13/+12
* player: silence sporadic error messages on audio initwm42015-11-101-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
* stream_libarchive: make libarchive seek callback lazyKevin Mitchell2015-11-091-3/+22
* stream_libarchive: add multivolume supportKevin Mitchell2015-11-092-16/+156
* libarchive: remove redundant log prefixKevin Mitchell2015-11-092-4/+4
* external_files: deduplicate bstr functionsKevin Mitchell2015-11-091-20/+4
* vo_opengl: fix 10-bit video prescalingBin Jin2015-11-095-24/+21
* vo_opengl_cb: make operation more similar to normal VOswm42015-11-094-140/+61
* 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
* command: make display-fps property writablewm42015-11-092-8/+10
* 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-092-3/+3
* vo_opengl: disable drm_egl autopickuprr-2015-11-091-0/+4
* dec_audio: add missing includewm42015-11-081-0/+1
* win32: request MMCSS "Playback" profilewm42015-11-082-1/+11
* manpage: remove examples and authors sectionwm42015-11-081-46/+0
* manpage: slightly improve configuration files sectionwm42015-11-081-2/+3
* audio: interpolate audio timestampswm42015-11-081-2/+12
* audio: move PTS setting out of the decoderwm42015-11-084-18/+16
* 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-086-8/+467
* 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-073-12/+11
* vo_opengl: fancy-downscaling: enable also for anamorphic clipsAvi Halachmi (:avih)2015-11-072-7/+12
* x11: print Xlib errors in verbose mode if Xlib messages are silencedwm42015-11-071-9/+5
* demux_mkv: remove --demuxer-mkv-fix-timestampswm42015-11-072-29/+1
* chmap: remove MPlayer layoutswm42015-11-074-39/+0
* ao_jack: remove "alsa" std-channel-layout choicewm42015-11-072-11/+4
* ao_alsa: remove the last bits of legacy channel map fallbackwm42015-11-071-3/+1
* audio: fix af_fmt_change_bytes() with spdif formatswm42015-11-071-1/+1
* vo_opengl: x11: silence error messages when using legacy GL contextwm42015-11-063-2/+16
* Remove some VLAswm42015-11-065-32/+24
* w32: use DisplayConfig API to retrieve correct monitor refresh rateJames Ross-Gowan2015-11-065-19/+303
* 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
* demux_mkv: dump mixing/writing app fields in verbose logwm42015-11-061-0/+4
* old-makefile: update with latest source additionswm42015-11-051-0/+6
* vo_opengl: implement NNEDI3 prescalerBin Jin2015-11-0511-5/+403
* file2string: mark question mark as non-safeBin Jin2015-11-051-2/