summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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 Constantino2016-10-291-14/+24
* osc: compromise on default deadzonesizeRicardo Constantino2016-10-292-3/+3
* osc: don't wrap the titleRicardo Constantino2016-10-291-1/+1
* osc: top/bottombar: also scale when min-width is reachedRicardo Constantino2016-10-291-12/+34
* osc: top/bottombar: dynamically size timecodes according to timemsRicardo Constantino2016-10-291-9/+14
* osc: fix missing chapter ticks with seekbarstyle=barRicardo Constantino2016-10-291-0/+1
* player: show subtitles on VO if --force-window is usedwm42016-10-266-1/+39
* player: consistently initialize screensaver state with --force-windowwm42016-10-261-1/+1
* osc: fix crash with no chaptersRicardo Constantino2016-10-251-4/+4
* command: if window-scale can't be set properly, set it as optionwm42016-10-251-13/+8
* osc: Fix and simplify limited_listMiroslav Koskar2016-10-251-28/+25
* osc: add script message handlers for chapter/track/playlistsRicardo Constantino2016-10-242-0/+17
* vo_tct: support also 256 colors outputAvi Halachmi (:avih)2016-10-252-9/+58
* vo_tct: optional custom size, support non-posix with 80x25 defaultAvi Halachmi (:avih)2016-10-254-9/+37
* man/osc: reorder a few options for better visibilityRicardo Constantino2016-10-231-24/+25
* manpage: document ytdl://wm42016-10-231-0/+9
* player: make --start-time work with --rebase-start-time=noAman Gupta2016-10-221-0/+3
* demux_mkv: fix ordered chapter sources with ordered editionsUoti Urpala2016-10-222-13/+18
* demux_mkv: don't recursively resolve timeline for opened reference fileswm42016-10-223-10/+14
* options: make --load-scripts runtime changeablewm42016-10-221-1/+1
* command: silence deprecation warnings with --reset-on-next-file=allwm42016-10-221-2/+11
* command: fix reset-on-next-file=all and tv-freq optionwm42016-10-221-1/+2
* options: handle legacy no-* sub-optionswm42016-10-211-8/+21
* manpage: fix a renamed option namewm42016-10-211-1/+1
* vo_opengl: context_rpi: fix stdatomic usagewm42016-10-211-1/+1
* vo_opengl: partially re-enable glFlush() callswm42016-10-212-5/+13
* player: don't leave buffering during underflowwm42016-10-211-2/+2
* demux: don't try to refresh unselected streamswm42016-10-211-1/+1
* wscript: rebuild on library header changesRodger Combs2016-10-211-0/+4
* build: Set a default error message for #3692Thomas Nagy2016-10-211-1/+1
* player: guard against MPSEEK_RELATIVE when current pts is unknownAman Gupta2016-10-211-0/+2
* audio: force pts_reset only when pts jumps forward more than 5sAman Gupta2016-10-211-2/+2
* player: speed up audio/video re-sync when there is a huge delayAman Gupta2016-10-211-1/+2
* TOOLS/appveyor-install: install uchardet release insteadRicardo Constantino2016-10-211-1/+1
* osc: fix crash after reaching a certain position in limited listsRicardo Constantino2016-10-201-1/+1
* build: add required failure message for libavfilter checkwm42016-10-201-0/+1
* vo: vo_tct is now available on non-POSIXwm42016-10-201-0/+2
* build: don't rely on "__thread" being always available with GCCDmitrij D. Czarkoff2016-10-202-1/+5
* wscript: videotoolbox is available on iOS even though IOSurface is notAman Gupta2016-10-201-2/+3
* opengl: compile against iOS OpenGLES implementationAman Gupta2016-10-203-1/+25
* vf_vdpaurb: deprecate this filterwm42016-10-202-0/+5
* video: add --hwdec=vdpau-copy modewm42016-10-205-4/+82
* vo_tct: introduce modern caca alternativerr-2016-10-204-0/+252
* demux_lavf: set title on hearing and visual impaired tracksAman Gupta2016-10-201-0/+4
* demux_lavf: don't accidentally enable edit list crap on Libavwm42016-10-181-1/+2
* demux_lavf: "support" mov edit lists and log errors if usedwm42016-10-182-0/+5
* osc: use the same characters as track list for playlist/chapterRicardo Constantino2016-10-171-10/+4
* ISSUE_TEMPLATE: minor grammar updateBen Boeckel2016-10-171-2/+2
* stream_bluray: check title index/playlist rangeschnusch2016-10-171-6/+20
* stream_bluray: select title by playlistschnusch2016-10-171-18/+34
* ad_lavc, vd_lavc: fix a recent libavcodec deprecation warningwm42016-10-173-2/+12
* man/osc: better explain the values of deadzonesizeRicardo Constantino2016-10-171-1/+3
* vd_lavc: Add hwdec wrapper for crystalhdPhilip Langdale2016-10-154-0/+15
* osc: fix chapter/playlist listing if emptyRicardo Constantino2016-10-151-1/+1
* osc: show playlist/chapter list on prev/next instead of osdRicardo Constantino2016-10-151-4/+16
*