summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* stream: better method signal caching, rename weird uncached_stream fieldwm42017-02-023-10/+11
* cocoa: fix color profile retrievalAkemi2017-02-021-0/+1
* cocoa: fix dropping of files and URLsAkemi2017-02-021-14/+5
* cocoa: optimise screen event handlingAkemi2017-02-022-9/+20
* cocoa: fix displaylink refresh rate retrievalAkemi2017-02-021-23/+29
* osx: consistent normalisation when searching for external filesAkemi2017-02-023-4/+19
* hw_dxva2: create a IDirect3D9Ex devicewm42017-02-021-18/+27
* tvi_dummy: don't return bad dummy PTSwm42017-02-021-2/+3
* demux_tv: free the correct field instead of creating dangling pointerwm42017-02-021-1/+1
* sub: add justify of subtitlesDan Oscarsson2017-02-018-0/+26
* osc: allow playlist buttons when loopingRicardo Constantino2017-02-011-2/+3
* TOOLS/matroska.py: use python3wm42017-02-011-1/+1
* osc: box: clip with ellipsis after too much stretchingRicardo Constantino2017-01-311-2/+9
* osc: bottom/topbar: clip title instead of stretchingRicardo Constantino2017-01-311-4/+6
* player: add .scc subtitle extensionwm42017-01-311-1/+2
* demux_mkv: passthrough BlockAdditions for libvpx alphawm42017-01-314-1/+54
* TOOLS/matroska.py: fix some minor things for dumpingwm42017-01-311-5/+4
* demux_mkv: any reference makes a frame not a keyframewm42017-01-311-2/+1
* command: nicer OSd-formatting for loop-filewm42017-01-311-0/+1
* input.conf: change "L" to change loop-file by defaultwm42017-01-312-1/+5
* ytdl_hook: refactor edl track joiningRicardo Constantino2017-01-301-20/+28
* ytdl_hook: respect --no-audio, don't force-select trackRicardo Constantino2017-01-301-1/+1
* build: fix --disable-gl if cuda is enabledwm42017-01-301-0/+1
* cocoa: fix unwanted behavior with window level other than the defaultAkemi2017-01-291-2/+4
* vo_opengl: dxinterop: use the new SAFE_RELEASE macroJames Ross-Gowan2017-01-301-15/+8
* win32: add COM-specific SAFE_RELEASE to windows_utils.hJames Ross-Gowan2017-01-305-30/+31
* player: print hw format on "VO: " line toowm42017-01-291-2/+5
* ytdl_hook: fix opening hitbox.tv rtmp streamRicardo Constantino2017-01-291-0/+2
* vaapi: improve a commentwm42017-01-281-1/+7
* vaapi: remove central lock around vaapi API callswm42017-01-287-85/+2
* waftools/checks/generic: hacks for linking against static/shared libskwkam2017-01-281-5/+18
* wscript: add LIBRARY_PATH for library detectionkwkam2017-01-282-0/+4
* build: rpi: rely on pkgconfig for compiler flagsIlya Tumaykin2017-01-282-20/+28
* win32: snap to screen edgespavelxdd2017-01-275-0/+153
* build: explicitly check for FFmpeg vs. Libav, and their exact versionswm42017-01-273-43/+59
* wscript: merge libavfilter check into the main ffmpeg checkwm42017-01-271-7/+2
* atomic: drop __sync builtinswm42017-01-272-28/+1
* stream: minor cleanup to previous commitwm42017-01-271-12/+7
* stream: set EOF if stream is canceledwm42017-01-261-1/+3
* command: shorten long playlists on OSDwm42017-01-264-9/+107
* osd: move some internal declarations to internal headerswm42017-01-263-10/+7
* vd_lavc: allocate 8 ref frames for VP9wm42017-01-261-2/+6
* vo_opengl: egl_helpers: fix variable namewm42017-01-261-3/+3
* client API: adjust opengl_cb hardware decoding commentswm42017-01-261-3/+6
* stream_lavf: add support for data URIsRicardo Constantino2017-01-253-1/+6
* vf_lavfi: don't crash with VOs without hardware decoding supportwm42017-01-251-5/+7
* ad_lavc, vd_lavc: preserve codec_id/codec_type when setting paramswm42017-01-251-0/+8
* ad_lavc, vd_lavc: move mpv->lavc decoder parameter setup to common codewm42017-01-254-38/+79
* manpage: add "A/V sync" to make it findable with Ctrl+foctos2017-01-251-1/+1
* osc: fix crashes related to field eventresponder being nilRoland Hieber2017-01-251-0/+1
* command: fix potential crash for script-binding with multi-commandswm42017-01-241-1/+2
* cue: accept lower-case cue commandswm42017-01-241-1/+1
* stream: check for playback aborts on reading toowm42017-01-241-0/+2
* av_common: remove old/unused timestamp passthrough codewm42017-01-241-21/+8
* build: new vaapi hwaccel API does not use av_image_copy_uc_from()wm42017-01-241-1/+1
* av_common: drop unused functionwm42017-01-242-24/+0
* build: replace some FFmpeg API checks with version checkswm42017-01-247-32/+8
* ad_lavc: respect AV_FRAME_FLAG_DISCARDwm42017-01-241-0/+5
* sub: add option to force using video resolution for image subtitleswm42017-01-234-1/+10
* sd_lavc: remove old broken heuristicwm42017-01-232-39/+10
* player: actually initialize/destroy MPContext.lockwm42017-01-221-0/+3
* charset_conv: fallback to interpreting subs as latin1 if iconv failswm42017-01-221-1/+1
* charset_conv: support minimum compatibility to utf8:... syntaxwm42017-01-221-1/+5
* player: remove --stream-capture option/propertywm42017-01-2112-119/+38
* command: rename framedrop propertieswm42017-01-203-8/+20
* options: refacactor how --opengl-dwmflush is declaredwm42017-01-205-12/+17
* options: refactor how --opengl-dcomposition is declaredwm42017-01-206-8/+30
* x11: pseudo HiDPI scalingwm42017-01-195-6/+39
* options: drop deprecated --sub-codepage syntaxwm42017-01-193-72/+9
* options: drop deprecated --vd/--ad codecs selection featureswm42017-01-193-70/+14
* cocoa: don't constrain window frame for fullscreenAkemi2017-01-191-3/+4
* cocoa: don't init displaylink on reconfigAkemi2017-01-191-1/+1
* cocoa: move updateBorder method to the protocolAkemi2017-01-192-5/+6
* cocoa: properly recover from toggleFullscreen failAkemi2017-01-191-8/+20
* cocoa: fix window size in certain circumstancesAkemi2017-01-191-8/+2
* ad_spdif: log avformat errorswm42017-01-191-1/+3
* player: actually let cache readahead after opening demuxer for prefetchwm42017-01-193-1/+4
* player: also log if completely prefetched URL is discardedwm42017-01-191-1/+4
* player: add prefetching of the next playlist entrywm42017-01-188-91/+165
* player: restructure cancel callbackwm42017-01-187-11/+47
* player: move some minor demuxer setup codewm42017-01-181-3/+4
* vo: log timings around flipping/waitingwm42017-01-181-3/+6
* ad_spdif: fix obscure cases of AC3 passthroughwm42017-01-181-7/+28
* vaapi: detect new API on FFmpeg too, and disable it by defaultwm42017-01-181-2/+11
* vaapi: fix va_surface_get_uncropped_size() for libavutil surfaceswm42017-01-181-3/+9
* vaapi: we don't need SSE intrinsics with the new APIwm42017-01-171-1/+1
* vo_opengl, vo_opengl_cb: better hwdec interop backend selectionwm42017-01-179-23/+109
* vo_opengl_cb: cleanup messy option synchronizationwm42017-01-171-24/+16
* vdpau: reject decoding of non-4:2:0wm42017-01-171-0/+5
* 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