summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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 timecodeRicardo Constantino2016-11-211-2/+1
* DOCS: update interface changesMartin Herkt2016-11-202-3/+10
* options: clarify --softvol deprecation message and manpage entrywm42016-11-192-4/+5
* player: removing last playlist entry while looping should not stopwm42016-11-181-1/+1
* player: make sure non-video subtitle rendering is reset if video resumeswm42016-11-181-3/+3
* travis: fix ffmpeg-git buildStefano Pigozzi2016-11-171-1/+1
* win32: fix some Clang warningsJames Ross-Gowan2016-11-173-5/+5
* build: fix compilation with mingw-w64/ClangJames Ross-Gowan2016-11-173-3/+3
* wscript: move install dirs setting to after C compiler checkRicardo Constantino2016-11-162-11/+8
* ytdl_hook: sort chapters by timeRicardo Constantino2016-11-151-1/+1
* DOCS/client-api-changes.rst: fix typowm42016-11-151-2/+2
* DOCS/interface-changes.rst: reword a linewm42016-11-151-2/+2
* README: add links to various changelogswm42016-11-151-1/+20
* ao_alsa: explicitly add default device manuallywm42016-11-141-1/+4
* audio: make empty device ID mean default devicewm42016-11-141-7/+14
* audio: avoid returning audio-device-list entries without descriptionwm42016-11-143-2/+7
* vo_opengl: blend against background color for --alpha=blendPhilip Sequeira2016-11-132-9/+16
* docs: remove trailing spacesStefano Pigozzi2016-11-111-2/+2
* cocoa: option to scale window by HiDPI scale factorAkemi2016-11-114-2/+19
* av_common: always make sure to return a valid timebasewm42016-11-101-1/+5
* vdpau: fix hwdec uninitwm42016-11-102-1/+2
* dec_video: don't spam missing PTS warningswm42016-11-092-2/+11
* dec_video, dec_audio: avoid full reinit on switches to the same segmentwm42016-11-092-12/+18
* dec_sub: avoid full reinit on switches to the same segmentwm42016-11-091-2/+7
* demux_timeline: always signal new segment after a seekwm42016-11-091-3/+1
* osc: add seekbarstyle=knobRicardo Constantino2016-11-092-5/+18
* osc: fix crashes when dragging seekbar across file changesRicardo Constantino2016-11-081-2/+3
* options: fnmatch: check existence instead of posixAvi Halachmi (:avih)2016-11-082-1/+4
* demux: expose demuxer colorimetry metadata to playerNiklas Haas2016-11-085-0/+23
* demux_mkv: parse colorimetry metadataNiklas Haas2016-11-082-0/+66
* ao_alsa: fill unused ALSA channels with silencewm42016-11-081-0/+5
* ao_alsa: strictly disable chmap use for mono/stereowm42016-11-081-12/+21
* ao_alsa: _really_ disable chmap API use in cases where we shouldwm42016-11-081-3/+7
* ao_alsa: slightly better debug loggingwm42016-11-081-6/+12
* mp_image: dump all mp_colorspace members in verbose loggingwm42016-11-082-2/+8
* osc: slimbox: fix clipping with seekbarstyle=barRicardo Constantino2016-11-071-1/+3
* vo_opengl: fix --blend-subtitles handlingwm42016-11-071-2/+2
* vo_opengl: fix redrawing with hardware decodingwm42016-11-071-0/+1
* manpage: rename drm-egl to drm.Emmanuel Gil Peyrot2016-11-071-1/+1
* man/options.rst: fix typoDouglas Christman2016-11-061-1/+1
* Apply autofit-larger after autofit-smallerNils Maier2016-11-031-1/+1
* audio/out: add AudioUnit output driver for iOSAman Gupta2016-11-019-5/+252
* manpage: explicitly document all scaling optionsNiklas Haas2016-11-011-82/+77
* filter_kernels: add ability to taper kernels/windowsNiklas Haas2016-11-015-26/+55
* demux: improve buffer estimation in a corner casewm42016-11-011-3/+4
* vo: clear frame repeat flag when redrawingwm42016-11-011-0/+1
* vo_opengl: make frame reupload logic more robustwm42016-11-012-22/+39
* osc: add alpha animation to tooltipRicardo Constantino2016-10-311-1/+14
* player: enable no-video subtitle display on coverart toowm42016-10-312-2/+2
* vo_opengl_cb: fix a race conditionwm42016-10-301-2/+4
* vo_opengl_cb: fix inverted conditionwm42016-10-301-1/+1
* player: don't try updating subtitles while playback PTS doesn't progresswm42016-10-301-2/+2
* vo_opengl_cb: update current frame if a frame is droppedwm42016-10-301-1/+2
* man/osc: remove extra indentation from 3adc6071Ricardo Constantino2016-10-301-10/+10
* osc: top/bottombar: rescale layout to same size with scale=1Ricardo Constantino2016-10-292-52/+56
* man/osc: Fix hard wrapping in man filesRicardo Constantino2016-10-291-41/+61
* osc: top/bottombar: scale title if too large like boxRicardo Constantino