summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into release/currentMartin Herkt2015-12-11106-4045/+3308
|\
| * vo_opengl: add dxinterop backendJames Ross-Gowan2015-12-117-1/+689
| * demux: remove old subtitle parserwm42015-12-104-842/+0
| * stream: drop PVR supportwm42015-12-108-1694/+0
| * player: init playback speed correctlywm42015-12-101-0/+2
| * vo_opengl: remove one more XYZ special-casewm42015-12-091-7/+2
| * vo_opengl: fix precision loss of fruit dithering matrixBin Jin2015-12-091-2/+9
| * csputils: rename "yuv2rgb" functionswm42015-12-098-15/+15
| * csputils, vo_opengl: remove XYZ special case in color matrix retrievalwm42015-12-093-14/+8
| * csputils: remove obscure int_bits matrix scalingwm42015-12-095-37/+22
| * vo_opengl: fix shader compilation regressionwm42015-12-082-4/+5
| * sub: increase gap/overlap fixing threshold to 210mswm42015-12-072-3/+3
| * vo_opengl: enable colormatrix even for RGB inputwm42015-12-071-15/+13
| * vo_opengl: fix issues with some obscure pixel formatswm42015-12-075-11/+39
| * vo_opengl: decrease default lookup texture size to 64Bin Jin2015-12-072-4/+4
| * vo_opengl: make LOOKUP_TEXTURE_SIZE configurableBin Jin2015-12-073-4/+14
| * 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-065-1/+17
| * vo: get rid of vo_get_window_title()wm42015-12-066-34/+28
| * sd_ass: slightly better heuristic for applying --sub-fix-timingwm42015-12-061-1/+10
| * sub: another minor simplificationwm42015-12-061-6/+5
| * manpage: reflect recent subtitle changeswm42015-12-062-10/+10
| * sub: minor simplificationswm42015-12-051-30/+10
| * sub: move subtitle FPS adjustment to sd_ass.cwm42015-12-053-31/+28
| * sub: move --sub-fix-timing handling to rendererwm42015-12-052-36/+69
| * sd_lavc: remove small gaps between subtitleswm42015-12-053-2/+10
| * sd_lavc: discard empty subtitles and improve sub_seek behaviorwm42015-12-051-27/+49
| * sd_lavc: implement sub_step/sub_seekwm42015-12-051-0/+76
| * sub: allow feeding bitmap subs in advancewm42015-12-055-10/+46
| * vd_lavc: fix avctx NULL checkswm42015-12-051-1/+4
| * player: remove redundant checkwm42015-12-051-1/+1
| * vo_opengl_cb: avoid NULL pointer deref in corner caseswm42015-12-051-1/+2
| * msg: remove redundant conditionwm42015-12-051-1/+1
| * vo_opengl: improve boundary check for polar filtersBin Jin2015-12-051-2/+2
| * win32: fix console output with raw stdio functionsJames Ross-Gowan2015-12-061-8/+7
| * player: don't make display-sync panic on timestamp discontinuitieswm42015-12-041-2/+2
| * player: resync audio only on larger timestamp discontinuitieswm42015-12-041-2/+2
| * 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