summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* vd_lavc: always fail decoding immediately if copying hw surface failswm42017-01-171-0/+1
* vdpau: use libavutil for surface allocation during decodingwm42017-01-174-83/+38
* vaapi: move AVHWFramesContext setup code to common codewm42017-01-173-52/+63
* lua: close directory after reading its entriesWilliam Woodruff2017-01-171-0/+1
* build: prefix hwaccel decoder wrapper filenames with hw_wm42017-01-178-8/+8
* cuda: fix 10 bit decodingwm42017-01-161-0/+6
* stream_bluray: use proper 0-based idxRicardo Constantino2017-01-161-1/+1
* manpage: add comment about --alpha being broken on X11/EGL/Mesawm42017-01-161-0/+1
* video: support filtering hardware frames via libavfilterwm42017-01-164-6/+50
* vf_lavfi: switch to AVBufferSrcParameterswm42017-01-161-7/+20
* vo_opengl: hwdec_cuda: add yuv420p supportwm42017-01-161-19/+35
* cuda: fix AVHWFramesContext initializationwm42017-01-161-0/+6
* vo_opengl: hwdec_cuda: export AVHWDeviceContextwm42017-01-162-31/+35
* hwdec: add a AVBufferRef(AVHWDeviceContext) fieldwm42017-01-162-0/+5
* lua: allow unregistration of idle handlersOlivier Perret2017-01-152-0/+15
* manpage: define stricter rules for C plugin return valueswm42017-01-141-2/+5
* scripting: don't call dlclose() on C pluginswm42017-01-141-2/+2
* scripting: minor logging improvementswm42017-01-144-5/+9
* vd_lavc: demote software decoding message to verbose log levelwm42017-01-131-1/+1
* vf_lavfi: remove pixel format whitelistwm42017-01-131-22/+2
* vo_opengl: hwdec_vaegl: add a lie for compatibilitywm42017-01-131-1/+1
* vo_opengl, vaapi: properly probe 10 bit rendering supportwm42017-01-133-38/+142
* vaapi: always create AVHWDeviceContext on initwm42017-01-133-13/+23
* config: do not resolve default profile during "include" processingwm42017-01-131-1/+2
* vo_opengl: hwdec_vaegl: remove redundant vaapi surface format checkwm42017-01-131-8/+1
* vo_opengl: hwdec_vaegl: fix terminology in commentwm42017-01-131-2/+2
* vo_opengl: hwdec_vaegl: DRM_FORMAT_GR16 was renamed to DRM_FORMAT_GR32Mark Thompson2017-01-131-1/+1
* manpage: fix a typowm42017-01-131-1/+1
* player: add experimental C plugin interfacewm42017-01-124-1/+110
* client API: fix freeze when destroying mpv_handle before mpv_initializewm42017-01-121-1/+7
* vaapi: fix typowm42017-01-121-1/+1
* mp_image_pool: fix build on Libavwm42017-01-121-0/+1
* vo_opengl: hwdec_vaegl: add experimental P010 supportwm42017-01-121-6/+17
* vaapi: explicitly reject 10 bit surfaces outside of copy modewm42017-01-121-0/+7
* vaapi: handle image copying for vaapi-copy in common codewm42017-01-123-13/+16
* cuda: use libavutil functions for copying hw surfaces to memorywm42017-01-122-73/+10
* vaapi: use libavutil functions for copying hw surfaces to memorywm42017-01-123-22/+66
* vd_lavc, mp_image: remove code duplication for AVFrame<->mp_imagewm42017-01-122-27/+19
* vaapi: properly set hw_subfmt field with new decode APIwm42017-01-123-7/+12
* vaapi: set our own context in AVHWFramesContext not AVHWDeviceContextwm42017-01-122-7/+7
* wscript: slightly simplify configure check for new vaapi decode APIwm42017-01-121-10/+3
* vaapi: turn all mpv users into a living experimentwm42017-01-111-2/+2
* vaapi: add missing config.h includewm42017-01-111-0/+2
* vaapi: support new libavcodec vaapi APIwm42017-01-115-2/+266
* vaapi: add hacks to support vaapi surfaces created by libavutilwm42017-01-111-20/+45
* vaapi: move standalone display creation code to common codewm42017-01-113-136/+129
* vaapi: rename vaapi.c to vaapi_old.cwm42017-01-112-1/+1
* video: share hwdec extra surface count between backendswm42017-01-113-2/+9
* cocoa: don't change Space on quit in fullscreenAkemi2017-01-111-6/+10
* cocoa: rate limit video outputAkemi2017-01-111-14/+51
* cocoa: add border cyclingAkemi2017-01-113-0/+45
* cocoa: fix handling of geometry optionAkemi2017-01-111-7/+27
* audio: restructure decode loopwm42017-01-114-57/+85
* vd_lavc: inline a functionwm42017-01-111-45/+37
* video: make decoder EOF reporting explicitwm42017-01-113-51/+38
* vd_lavc: fix some leaks and a discarded frame on hwdec fallbackwm42017-01-111-1/+6
* vd_lavc: move end-of-probing code out of user notification if conditionwm42017-01-111-1/+3
* vd_lavc: return proper error codes from get_buffer2 callbackwm42017-01-111-2/+2
* vd_lavc: complicated improved fallback behavior for --hwdec=cudawm42017-01-102-16/+65
* video: restructure decode loopwm42017-01-104-95/+138
* player: change aspects of cover art handlingwm42017-01-105-24/+40
* demux: rename a functionwm42017-01-101-3/+7
* demux: uninline ds_get_packets()wm42017-01-101-27/+22
* vo_drm: remove 2 redundant include statementswm42017-01-091-2/+0
* drm: include <poll.h> instead of <sys/poll.h>wm42017-01-093-3/+3
* command: remove worthless error handling codewm42017-01-091-6/+5
* client API: handle missing MPV_FORMAT_BYTE_ARRAY case in compare_valuewm42017-01-091-0/+6
* demux_mkv: ebml: turn an int shift into int64wm42017-01-091-1/+1
* audio/out/push: merge if branches with same conditionwm42017-01-091-4/+3
* cache: remove redundant free()wm42017-01-091-3/+1
* audio: stop being dumbwm42017-01-081-1/+1
* vo_opengl: replace 2 memsetswm42017-01-081-2/+2
* client API: correct a comment in the API doxygenwm42017-01-081-2/+1
* vaapi: set libva message callbackswm42017-01-081-0/+61
* ta: remove TA_FREEP NULL checkwm42017-01-081-1/+1
* vaapi: rearrange va_initialize() internals and fix double-free on errorwm42017-01-081-17/+13
* build: always run code generators before compilingStefano Pigozzi2017-01-072-17/+3
* context_wayland: do not call vo_wayland_request_frame() upon bufferswapRostislav Pehlivanov2017-01-071-3/+0
* manpage: document x11probe OpenGL backendwm42017-01-061-0/+3
* waf: don't discard line endings when using file2string.pywm42017-01-051-1/+1
* TOOLS/file2string.py: fix standalone invocationwm42017-01-051-1/+1
* build: use matroska.py & file2string.py as python modulesStefano Pigozzi2017-01-056-51/+83
* win32: fix for wm_syscommandpavelxdd2017-01-051-1/+1
* player: remove dysfunctional edition switching OSD codewm42017-01-054-10/+2
* client API: fix mpv_set_property() return value before initwm42017-01-041-0/+1
* af_lavfi, vf_lavfi: work around recent libavfilter EOF bugwm42017-01-022-0/+12
* Update copyright yearwm42017-01-012-2/+2
* vo_opengl: egl: handle potential eglChooseConfig failureswm42016-12-311-11/+10
* vo_opengl: egl: fix depth size parameterwm42016-12-301-1/+0
* vo_opengl: x11egl: fix alpha modewm42016-12-301-2/+32
* vo_opengl: x11: move RGBA visual test to x11_common.cwm42016-12-303-12/+25
* vo_opengl: egl_helpers: add a way to override config selectionwm42016-12-302-2/+21
* vo_opengl: egl_helpers: add a way to pass more optionswm42016-12-302-16/+35
* Prefix libavcodec CODEC_FLAG_ constants with AV_wm42016-12-292-4/+4
* charset_conv: fix "auto" fallback with uchardet not compiledwm42016-12-281-1/+3
* vo_opengl: partially fix rotation for 4:2:2 contentNiklas Haas2016-12-281-1/+6
* cocoa: fix build on OS X 10.9Akemi2016-12-261-1/+1
* osc: bottombar/topbar: make chapter markers slightly biggerRicardo Constantino2016-12-251-17/+18
* options: deprecate some other complex --ad/--vd featureswm42016-12-233-2/+7
* options: explicitly deprecate --ad-spdif-dtshdwm42016-12-232-1/+4
* options: deprecate codec family selection in --vd/--adwm42016-12-236-37/+45
* audio: change how spdif codecs are selectedwm42016-12-238-39/+54
* vd_lavc: use AVFrame fields directly instead of AVCodecContextwm42016-12-221-4/+4
* video: use demuxer-signaled duration for last video framewm42016-12-215-1/+16
* Fix mistakes in spelling and grammarDario Russo2016-12-212-4/+4
* demux_mkv: trust keyframe flags for TrueHDwm42016-12-201-1/+2
* demux_mkv: fix seeking in some broken fileswm42016-12-191-1/+16
* ad_lavc, vd_lavc: don't set AVCodecContext.refcounted_frameswm42016-12-182-2/+0
* mpv_identify.sh: add "duration" property to the list.Rudolf Polzer2016-12-171-0/+1
* TOOLS/matroska.py: format file dumper output slightly nicerwm42016-12-171-2/+2
* TOOLS/matroska.py: allow using as modulewm42016-12-171-46/+49
* Revert "Port several python scripts to Perl"wm42016-12-1711-1404/+495
* cocoa: cosmetic fixesAkemi2016-12-167-24/+43
* options: change --h=... behaviorwm42016-12-164-15/+6
* cocoa: fullscreen refactoringAkemi2016-12-1510-260/+281
* manpage: add table of contents to the HTML versionZhiming Wang2016-12-142-1/+3
* win32: change the log level of 'move window' msgpavelxdd2016-12-141-1/+1
* cocoa: fix dropping of certain urls on the windowAkemi2016-12-141-1/+6
* cocoa: support append file to paylist on dropAkemi2016-12-141-1/+4
* win32: window styles improvementspavelxdd2016-12-121-4/+9
* manpage: document current and legacy option syntax betterwm42016-12-121-0/+28
* manpage: clarify --loop optionwm42016-12-121-2/+2
* osx: update the menu and remove conflicting itemAkemi2016-12-121-7/+5
* win32: update winapi functions namespavelxdd2016-12-121-3/+3
* bstr: change to LGPLwm42016-12-112-14/+14
* ad_spdif: Fix crash when spdif muxer is not availableMichael Forney2016-12-111-0/+1
* wscript_build: rst2pdf: increase section break levelshinchiro2016-12-111-1/+1
* client API: allow passing NULL to mpv_opengl_cb_uninit_gl()wm42016-12-091-0/+3
* charset_conv: simplify and change --sub-codepage optionwm42016-12-094-97/+72
* charset_conv: drop enca and libguess supportwm42016-12-092-77/+0
* manpage: replace `-vo` with `--vo`Douglas Christman2016-12-082-3/+3
* manpage: remove mention of window alpha (OSX)Akemi2016-12-081-4/+1
* options: remove weird RPI-only fullscreen defaultwm42016-12-081-1/+0
* vo_rpi: partially undeprecatewm42016-12-082-6/+3
* Remove compatibility thingswm42016-12-0722-278/+10
* build: bump required minimum versions to FFmpeg 3.2.2 and Libav 12wm42016-12-073-12/+27
* manpage: move the --opengl-dumb-mode option downwm42016-12-071-14/+14
* ao_alsa: print certain ALSA errors as string instead as numberwm42016-12-071-2/+2
* TOOLS/autoload: allow disabling through script-optsRicardo Constantino2016-12-051-1/+8
* demux, stream: add option to prevent opening referenced fileswm42016-12-0416-3/+81
* vo_opengl: hwdec_cuda: Don't include hwcontext headersPhilip Langdale2016-12-041-4/+0
* demux_lavf: blacklist ffm (ffserver)wm42016-12-041-0/+2
* osc: replace length property with durationpavelxdd2016-12-041-1/+1
* wscript: add ANGLE_EXPORT definitionshinchiro2016-12-041-1/+1
* osc: don't hide playlist buttons, just disableRicardo Constantino2016-12-021-5/+6
* osc: topbar: use same styles as bottombarRicardo Constantino2016-12-021-13/+13
* vdpau: fix vaapi probing if libvdpau-va-gl1 is presentwm42016-12-021-5/+7
* vo_opengl: don't rely on viewport to contain window dimensionswm42016-12-023-9/+7
* ao_wasapi: log return code when probing audio formatswm42016-11-302-13/+9
* player: don't print format detection error when aborting loadingwm42016-11-291-1/+1
* options: some simplificationswm42016-11-294-112/+21
* ao_wasapi_utils: remove unused variablepavelxdd2016-11-271-1/+0
* wayland: destroy input before closing the display connection.Emmanuel Gil Peyrot2016-11-271-1/+1
* options: remove deprecated sub-option handling for --vo and --aowm42016-11-2543-361/+219
* angle_dynamic: silence warnings during compilationpavelxdd2016-11-251-4/+10
* audio/out/push: play silence on --audio-stream-silencewm42016-11-242-13/+34
* vo_opengl: hwdec_cuda: Prefix cuda symbols to avoid collisionsPhilip Langdale2016-11-242-11/+18
* vo_opengl: hwdec_cuda: make some init errors verbosewm42016-11-241-2/+2
* vo_opengl: hwdec_cuda: fix crash when trying to use hwdec=cuda if cuda SDK is...pavelxdd2016-11-241-0/+1
* vo_opengl/cuda_dynamic: Use explicit cast to silence warnings on windowsPhilip Langdale2016-11-241-1/+1
* wscript: Fix cuda test to actually work when cuda SDK is not presentPhilip Langdale2016-11-233-4/+15
* command: warn against deprecated properties in all caseswm42016-11-231-13/+9
* angle_dynamic: minor simplificationwm42016-11-231-3/+3
* demux_mkv: distinguish mp2 and mp3wm42016-11-231-2/+4
* Support linking ANGLEMartin Herkt2016-11-232-0/+14
* DOCS/compile-windows: be more specific about the D3D compiler DLLMartin Herkt2016-11-231-7/+6
* vo_opengl: hwdec_d3d11egl: fix ANGLE fallback definewm42016-11-231-1/+1
* vo_opengl: hwdec_cuda: Use dynamic loading for cuda functionsPhilip Langdale2016-11-237-29/+222
* osc: fix use of deprecated idle propertyRicardo Constantino2016-11-221-1/+1
* vo_opengl: hwdec_cuda: Support P016 output surfacesPhilip Langdale2016-11-225-12/+55
* options: remove legacy global sub-option syntaxwm42016-11-223-60/+5
* command: redefine some deprecated propertieswm42016-11-224-44/+13
* tv: fix option typewm42016-11-222-3/+3
* wscript: fix typowm42016-11-221-1/+1
* vf_vdpaurb: remove this filterwm42016-11-225-122/+2
* client API: turn mpv_suspend() and mpv_resume() into stubswm42016-11-2211-115/+22
* d3d11va: unconditionally load D3D DLLsJames Ross-Gowan2016-11-231-1/+5
* Fix some future release version numberswm42016-11-214-10/+10
* audio: fix --audio-stream-silence with ao_wasapiwm42016-11-211-2/+4
* audio: fix --audio-stream-silence with ao_alsawm42016-11-211-2/+3
* osc: fix possible race condition in right timecodeRica