summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* command: add command-list propertywm42019-11-232-0/+33
* input: change mp_cmd.original from bstr to cstrwm42019-11-234-8/+9
* demux_lavf: log packet read errorsAman Gupta2019-11-221-1/+1
* input: make MP_INPUT_RELEASE_ALL a pseudo-keywm42019-11-222-3/+2
* msg: show how many messages were droppedwm42019-11-221-1/+3
* msg: drop old instead of new messages on overflowwm42019-11-221-43/+57
* msg: fix missing wakeup callback in terminal-default log levelwm42019-11-221-0/+2
* input: add text produced by key to script key eventswm42019-11-227-7/+32
* manpage: correct "complex" key binding descriptionwm42019-11-221-2/+2
* manpage: improve "complex" key binding list of table entrieswm42019-11-221-6/+13
* input: introduce a pseudo key name that grabs all text inputwm42019-11-224-4/+19
* input: fix ineffective mp_msg_test callwm42019-11-221-1/+1
* js: complex key binding: use key_name like the docs sayAvi Halachmi (:avih)2019-11-201-1/+1
* js: report key name for "complex" key bindings - match b08c8f50Avi Halachmi (:avih)2019-11-201-4/+5
* lua: complex key binding: use key_name like the docs sayAvi Halachmi (:avih)2019-11-201-1/+1
* player: Optionally validate st_mtime when restoring playback stateChris Down2019-11-206-0/+58
* manpage: extend documentation of key nameswm42019-11-191-0/+74
* lua: report key name for "complex" key bindingswm42019-11-192-7/+9
* manpage: deprecate input section commandswm42019-11-192-0/+8
* audio: add ao_audiotrack for androidAman Gupta2019-11-193-0/+722
* misc: add jni helpersAman Gupta2019-11-193-0/+591
* audio: fix minor whitespace issue in out/internal.hAman Gupta2019-11-191-1/+1
* js: don't pre-filter log level argument in mp.enable_messages()Avi Halachmi (:avih)2019-11-191-2/+3
* DOCS/contribute.md: some clarificationswm42019-11-181-3/+7
* video/out/bitmap_packer: Avoid empty initializer listMichael Forney2019-11-181-1/+1
* video/out/vo_tct: Use octal escape sequence instead of non-standard \eMichael Forney2019-11-181-9/+9
* video/out/gpu: Remove stray top-level ';'Michael Forney2019-11-182-2/+2
* player: remove mechanisms for better logging with repl.luawm42019-11-185-8/+87
* lua: don't pre-filter log level argument in mp.enable_messages()wm42019-11-181-2/+4
* vo_gpu: hwdec_cuda: Reduce message level of errors while probingPhilip Langdale2019-11-172-5/+7
* options: deprecate --video-sync=display-adropwm42019-11-173-0/+9
* player: remove some unnecessary coverart special caseswm42019-11-173-4/+2
* video: make track switching work for external imageswm42019-11-171-7/+13
* player: remove commented declarationwm42019-11-171-1/+0
* audio: log A/V initial sync statuswm42019-11-171-0/+3
* demux_mf: fix backward seeking behaviorwm42019-11-171-6/+8
* video: set EOF status as soon as possiblewm42019-11-171-1/+7
* video: if hr-seek goes past last frame, seek to last framewm42019-11-171-7/+6
* f_decoder_wrapper: put coverart through image output logicwm42019-11-171-2/+4
* vo_gpu: context_glx: Add X11 native resourcePhilip Langdale2019-11-161-0/+2
* wayland: use eglGetPlatformDisplay()Dudemanguy2019-11-161-1/+2
* x11: require EGL 1.5 and use eglGetPlatformDisplay()wm42019-11-162-8/+12
* vo_gpu: sync duplicated condition on peak computationwm42019-11-161-0/+2
* client API: remove sync. property notification code againwm42019-11-161-41/+14
* manpage: add section about using mpv from programs and scriptswm42019-11-161-0/+45
* options: deprecate --input-filewm42019-11-163-1/+6
* video: take first frame into account in audio-sync modewm42019-11-161-3/+2
* demux_lavf: fight ffmpeg API some more and get the timeout setwm42019-11-162-2/+41
* demux_playlist: fix previous commitwm42019-11-151-3/+2
* player: enable "pause caching" code for local playback toowm42019-11-141-2/+1
* stream_lavf: set --network-timeout to 60 seconds by defaultwm42019-11-144-12/+23
* demux_mkv, stream: attempt to improve behavior in unseekable streamswm42019-11-146-15/+16
* wayland: use hidpi-window-scale optiondudemanguy2019-11-122-1/+3
* github: ask for build/config.logPhilip Sequeira2019-11-101-2/+2
* build: fix compilation conditions for vaapi interop initsPhilip Sequeira2019-11-101-2/+2
* options: remove M_SETOPT_RUNTIMEwm42019-11-105-20/+10
* options: remove M_OPT_FIXEDwm42019-11-106-49/+36
* audio: more alignment nonsensewm42019-11-101-1/+5
* audio: work around ffmpeg being a piece of shitwm42019-11-101-2/+8
* vo_gpu: yuv alpha is always full rangewm42019-11-091-8/+6
* github: suggest using as github attachment for log fileswm42019-11-091-5/+5
* manpage: expand MPV_LEAK_REPORT environment variable descriptionwm42019-11-091-1/+5
* README.md: fix dead FAQ link due to syntax errorTimothy DeHerrera2019-11-091-3/+3
* test: add tests for zimg RGB repackingwm42019-11-0910-4/+349
* test: fix --unittest matchingwm42019-11-081-1/+1
* vo_gpu: context_x11egl: check eglGetConfigAttrib() for errorswm42019-11-081-1/+4
* img_format: remove some unneeded alpha flag handlingwm42019-11-082-6/+0
* test: add dumping of img_format metadatawm42019-11-087-98/+2079
* test: merge test_helpers.c and index.cwm42019-11-0810-66/+53
* player: do not require dummy file arguments to use --unittestwm42019-11-081-5/+5
* test: make build fail if NDEBUG is definedwm42019-11-081-0/+4
* test: just always provide a context for all entrypointswm42019-11-086-19/+24
* wscript: add --enable-ta-leak-report optionwm42019-11-083-1/+11
* wscript: remove outdated --enable-libafwm42019-11-081-6/+0
* test: make tests part of the mpv binarywm42019-11-0815-209/+271
* msg: try to document purpose of log levels betterwm42019-11-071-8/+9
* vo_gpu: vdpau actually works under EGLwm42019-11-072-6/+3
* manpage: vdpauglx backend was removedwm42019-11-071-5/+0
* builtin.conf: set minimal --stream-buffer-sizewm42019-11-071-0/+1
* DOCS/contribute.md: add #include order to coding stylewm42019-11-071-0/+11
* DOCS/contribute.md, zimg: remove 2 instances of an extraneous "s"wm42019-11-072-2/+2
* stats, demux: log byte level stream seekswm42019-11-076-0/+14
* stream: remove unused read_chunk fieldwm42019-11-077-10/+0
* stream: replace STREAM_CTRL_GET_SIZE with a proper entrypointwm42019-11-0711-92/+46
* stream_dvdnav: ok, this makes no sense at allwm42019-11-071-1/+4
* stream_bluray: remove size getterwm42019-11-071-3/+0
* stream: change buffer argument types from char* to void*wm42019-11-0713-27/+27
* stream: avoid a duplicate conditionwm42019-11-071-6/+3
* stream: fix typos in a commentswm42019-11-072-4/+4
* stream: remove eof getterwm42019-11-072-6/+1
* vo_gpu: unconditionally clear framebuffer on start of framewm42019-11-061-5/+3
* stream: bump default buffer size from 2K to 64Kwm42019-11-062-2/+2
* stream: remove inline buffer optimizationwm42019-11-062-18/+9
* stream: turn into a ring buffer, make size configurablewm42019-11-0613-178/+317
* common: add a helper to round up to next power of 2wm42019-11-062-0/+15
* demux: unconditionally reposition stream to start before openingwm42019-11-061-2/+3
* manpage: update input protocolswm42019-11-041-55/+20
* manpage: opengl-cb -> libmpvwm42019-11-041-5/+5
* manpage: fix global config file path in --hwdec descriptionwm42019-11-041-1/+1
* build: fix strict ABI optionwm42019-11-041-0/+1
* manpage: shovel around --hwdec description (again)wm42019-11-041-25/+39
* DOCS/interface-changes.rst: improve entry about sws changeswm42019-11-031-2/+7
* img_format: remove some unused format flagswm42019-11-033-26/+3
* vo_x11: accept zimg formatswm42019-11-031-1/+2
* sws_utils: remove some unnecessary sws bug work aroundwm42019-11-031-11/+0
* vd_lavc: don't keep packets for fallbacks if errors are toleratedwm42019-11-022-1/+8
* vd_lavc: fix prepare_decoding() failure modeswm42019-11-021-9/+14
* vd_lavc: mention hw decoding if decoding fails in hwdec modewm42019-11-021-1/+2
* vd_lavc: simplify fallback handling for full stream hw decoderwm42019-11-022-21/+19
* vd_lavc: signal packet consumed in drop-all casewm42019-11-021-1/+1
* vd_lavc: change incorrect bool return type to intwm42019-11-021-1/+1
* README.md: reduce focus on MPlayer, small improvementswm42019-11-021-9/+20
* zimg: support subsampled chroma with non-aligned image sizeswm42019-11-021-2/+9
* zinmg: stop using GBRP for RGBwm42019-11-021-23/+28
* zimg: correct RGB30 order (probably)wm42019-11-021-1/+1
* video: mess with the filte chain to enable zimg IMGFMT_RGB30 outputwm42019-11-024-8/+7
* vo_gpu: opengl: add support for IMGFMT_RGB30wm42019-11-021-0/+11
* ass_mp: reset packer when allocation failsDan Elkouby2019-11-021-1/+3
* manpage: update --framedrop optionwm42019-11-021-10/+26
* zimg: make --zimg-fast=yes defaultwm42019-11-023-2/+2
* zimg: pass through Y plane when repacking nv12wm42019-11-021-31/+38
* zimg: add semi-planar repackerwm42019-11-021-1/+123
* img_format: add function to find image format by layoutwm42019-11-022-0/+36
* img_format: add mp_regular_imgfmt.forced_csp fieldwm42019-11-022-0/+7
* img_format: add more explanations to component_pad fieldwm42019-11-021-0/+5
* zimg: fix out of bounds memory accesses due to broken zmaskwm42019-11-021-39/+37
* github: we want a -v -v log nowwm42019-11-011-1/+1
* f_decoder_wrapper: reduce uninit message log levelwm42019-11-011-1/+1
* client API: reduce log level of client exitingwm42019-11-011-1/+1
* demux: reduce log level for cache index resizingwm42019-11-011-2/+2
* lua: change config file loggingwm42019-11-011-2/+3
* x11: reduce log level for relatively uninteresting thingswm42019-11-011-9/+9
* demux_mkv: reduce log level of mkvinfo part to debugwm42019-11-011-61/+58
* m_config: log applying profileswm42019-11-011-0/+1
* m_config: raise log level of setting options to verbosewm42019-11-011-2/+2
* zimg: add more packers/unpackerswm42019-10-311-59/+106
* m_option: remove an unused functionwm42019-10-312-12/+0
* options: make --show-profile without parameters list all profileswm42019-10-313-9/+17
* manpage: fix another typowm42019-10-311-1/+1
* manpage: update --zimg-scaler defaultwm42019-10-311-3/+3
* sws_utils, zimg: destroy vo_x11 and vo_drm performancewm42019-10-319-44/+133
* screenshot, vo_image: use global swscale/zimg parameterswm42019-10-316-12/+35
* sws_utils: shuffle around some shitwm42019-10-3111-41/+72
* Use mp_log2() instead of av_log2()wm42019-10-313-11/+7
* common: add mp_log2()wm42019-10-312-0/+20
* Replace uses of FFMIN/MAX with MPMIN/MAXwm42019-10-3116-78/+66
* stream_memory: remove trivial ffmpeg dependencywm42019-10-311-3/+1
* manpage: document stats page 3wm42019-10-311-0/+3
* player: simplify --stream-dump codewm42019-10-311-4/+4
* stream: move stream_read_line to demux_playlist.cwm42019-10-313-72/+72
* stream: stop accessing buffer internals in stream_read_line()wm42019-10-312-8/+16
* interface-changes: fixup the location of d3d11-output-cspJan Ekström2019-10-301-1/+2
* vo_gpu/opengl: fully initialize FBO when passing it to renderingJan Ekström2019-10-301-2/+4
* vo_gpu/d3d11: add support for configuring swap chain color spaceJan Ekström2019-10-305-5/+198
* vo_gpu/d3d11: add helpers for getting names for DXGI formats & CSPsJan Ekström2019-10-302-4/+178
* vo_gpu: add and utilize color space information from ra_fboJan Ekström2019-10-302-8/+40
* osc: calculate osc_geo position after aspect correctionJan Janssen2019-10-291-6/+8
* vo_caca: Implement VOCTRL_UPDATE_WINDOW_TITLECameron Cawley2019-10-291-2/+4
* osc: Unify bottom and topbar codeJan Janssen2019-10-282-181/+33
* manpage: Update information about default mouse bindingsCameron Cawley2019-10-281-3/+12
* vo_sdl: Acknowledge when the mouse enters or leaves the windowCameron Cawley2019-10-281-0/+6
* input: Add default bindings for MBTN_BACK and MBTN_FORWARDCameron Cawley2019-10-281-0/+2
* vo_sdl: Improve mouse button inputCameron Cawley2019-10-281-6/+28
* vo_sdl: Support mouse wheel inputCameron Cawley2019-10-281-1/+11
* DOCS/release-policy.md: clarify a few detailssfan52019-10-271-3/+7
* vo_gpu: log ra_format.storable with the other flagsJames Ross-Gowan2019-10-271-3/+5
* vo_gpu: d3d11: set the ra_format.storable flagJames Ross-Gowan2019-10-271-3/+12
* vo_gpu: attempt to fix 0bgr formatwm42019-10-261-2/+21
* mp_image: copy closed captions when copying attributeswm42019-10-251-0/+1
* mp_image: move buffer ref assigning to a functionwm42019-10-251-7/+10
* sdl: prevent concurrent use of SDL in different threadswm42019-10-252-3/+9
* build: make vo_sdl conflict with cocoawm42019-10-251-0/+1
* vo_sdl: put on do not use stampwm42019-10-251-0/+3
* input: disable gamepad code by defaultwm42019-10-253-5/+1
* f_decoder_wapper: trust frame return over error codewm42019-10-251-5/+5
* vd_lavc: fix draining with hwdec copy modeswm42019-10-251-4/+4
* vo_gpu: d3d11: prevent wraparound in queued frames calcJames Ross-Gowan2019-10-261-1/+2
* Update VERSIONsfan52019-10-251-1/+1
* Merge branch 'release/0.30'sfan52019-10-252-135/+77
|\
| * Release 0.30.0v0.30.0release/0.30sfan52019-10-252-135/+77
| * manpage: fix --script docswm4