summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Release 0.23.0v0.23.0Martin Herkt2016-12-252-1/+80
* Merge branch 'master' into release/currentMartin Herkt2016-12-25155-3277/+1992
* 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