summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* cocoa-cb: fix building with Swift 4.2coverity_scanAkemi2018-06-122-7/+7
* build: manually add standard library search paths for linkingAkemi2018-06-122-8/+11
* cocoa-cb: remove pre-allocation of window, view and layerAkemi2018-06-129-140/+158
* vo_libmpv: pass vo struct to the control callbackAkemi2018-06-123-11/+13
* options.c: display additional metadata tags during video playbackStephen Hutchinson2018-06-111-2/+3
* stats: remove superfluous line breaksJulian2018-06-091-1/+1
* hwdec_drmprime_drm: Do not show error message during probingAnton Kindestam2018-06-081-1/+1
* stream_file: enable cache for FUSE filesystems on OpenBSD and FreeBSDgall0ws2018-06-051-1/+1
* osc: fix accidentally skipping files when seeking with sliderfatalis2018-06-041-0/+2
* ao_alsa: simplify get_space()Jan Ekström2018-06-041-6/+10
* ao_alsa: replace snd_pcm_status() with snd_pcm_avail() in get_space()Muhammad Faiz2018-06-041-5/+4
* vo_sdl: add support for screensaver VOCTRL'ssfan52018-06-021-3/+24
* vo_gpu: desaturate after peak detectionNiklas Haas2018-05-311-12/+12
* player: fix coding stylewm42018-05-311-3/+3
* demux_lavf: drop obscure genpts optionwm42018-05-312-11/+0
* options: add --http-proxywm42018-05-312-0/+11
* player: remove deprecated vo/ao auto profileswm42018-05-312-9/+2
* m_config: remove outdated commentwm42018-05-311-1/+0
* m_config: check for int16_t offset overflowwm42018-05-311-1/+3
* m_config: remove an unused functionwm42018-05-312-15/+0
* m_option: remove an unused fieldwm42018-05-312-13/+0
* m_config: cosmetics: fix 2 typoswm42018-05-311-2/+2
* manpage: update --demuxer-thread optionwm42018-05-311-3/+6
* player: simplify edition switchingwm42018-05-314-13/+4
* cmd: do not use a random value for MP_CMD_OPT_ARGwm42018-05-251-1/+1
* player: use canonical playback time for video refresheswm42018-05-251-4/+1
* manpage: mention that fd:// file descriptors may be modifiedwm42018-05-251-0/+2
* stream_file: properly detect stdin as pipewm42018-05-251-17/+16
* manpage: remove a reference to a removed optionwm42018-05-251-2/+1
* demux: fix/improve aspects of EOF signalingwm42018-05-251-9/+14
* ipc: cosmetic: switch a negated if/elsewm42018-05-251-3/+3
* ipc: alias set_property_string to set_propertywm42018-05-252-28/+4
* video: trust container FPS early on if possiblewm42018-05-251-1/+2
* manpage: mention that --no-correct-pts can break seeking toowm42018-05-251-2/+2
* dispatch: add an assert()wm42018-05-251-0/+1
* input: move an enum back to its correct placewm42018-05-252-13/+13
* demux_lavf: remove ffm blacklist entrywm42018-05-251-2/+0
* input: add a define for the number of mouse buttons and use itwm42018-05-253-1/+7
* vd_lavc: minor simplification for get_format fallbackwm42018-05-251-7/+1
* terminal-unix: stop trying to read when terminal disappearswm42018-05-251-2/+4
* x11: support Shift+TABNiklas Haas2018-05-241-1/+1
* demux, player: fix playback of sparse video streams (w/ still images)Aman Gupta2018-05-246-5/+36
* demux_lavf: co-locate disposition checksAman Gupta2018-05-241-2/+2
* waf: require wayland-protocols >= 1.14Rostislav Pehlivanov2018-05-201-1/+1
* wayland_common: require wl_compositor of version 3Rostislav Pehlivanov2018-05-201-3/+2
* wayland_common: fix maximized stateRostislav Pehlivanov2018-05-202-13/+22
* vo_gpu: allow higher icc-contrast and improve loggingNiklas Haas2018-05-172-3/+4
* stats: show sample format of audio tracksfan52018-05-171-0/+1
* waftools: update clang_compilation_databaseBin Jin2018-05-171-13/+33
* manpage: fix typoNiklas Haas2018-05-171-1/+1
* manpage: clarify target-prim/trc=auto behaviorNiklas Haas2018-05-171-2/+6
* m_option: fix duplicate flag valuePhilip Sequeira2018-05-131-2/+2
* wscript: Remove code check for cuda hwaccelPhilip Langdale2018-05-102-17/+1
* drm_atomic: Fix memory leaks in drm_atomic_createAnton Kindestam2018-05-081-34/+33
* ytdl_hook: try to set video track first if availableRicardo Constantino2018-05-031-4/+4
* player: add more logging around buffering stateAman Gupta2018-05-031-2/+7
* command: fix condition for failure when parsing cycle-value paramswm42018-05-031-1/+1
* command: simplify option property initwm42018-05-031-22/+13
* input: rename weirdly named functionwm42018-05-033-4/+5
* input: move some more cmd definitions to cmd.hwm42018-05-032-64/+64
* input: merge cmd_list.c with cmd.cwm42018-05-037-146/+88
* input: rename cmd_parse.c to cmd.cwm42018-05-032-1/+1
* input: rename cmd_parse.h to cmd.hwm42018-05-035-5/+3
* command: split big command handler switch into separate functionswm42018-05-034-866/+1018
* input: remove some explicit uses of command IDswm42018-05-036-31/+37
* input: remove legacy command handlingwm42018-05-033-84/+0
* input: move command list to command.cwm42018-05-032-215/+216
* encode: remove removed encode options from presetsTheAMM2018-05-031-13/+4
* build: make encoding mode non-optionalwm42018-05-0310-40/+9
* encode: get rid of the output packet queuewm42018-05-0313-79/+147
* vo_lavc: explicitly skip redraw and repeated frameswm42018-05-032-8/+11
* video: actually wait for last frame being rendered on EOFwm42018-05-031-1/+5
* encode: remove old timestamp handlingwm42018-05-037-291/+57
* encode: restore 2-pass modewm42018-05-031-2/+7
* manpage: -pre, -del etc. does not work on some options anymorewm42018-05-031-25/+4
* docs/vo: fixup some minor typos a la "planed" instead of "plane"Jan Ekström2018-05-011-3/+3
* drm_atomic: Disallow selecting cursor planes using the optionsAnton Kindestam2018-05-011-0/+3
* drm_common: Be smarter when deciding on which CRTC and Encoder to useAnton Kindestam2018-05-011-1/+27
* context_drm_egl: fix some comments and log messages that had not been updated...Anton Kindestam2018-05-011-6/+5
* drm/atomic: Fix crtc_setup_atomic and crtc_release_atomicAnton Kindestam2018-05-011-25/+33
* drm/atomic: disable video plane when unused.LongChair2018-05-011-0/+28
* drm/atomic: add atomic modesetting.LongChair2018-05-011-11/+104
* drm/atomic: refactor planes namesLongChair2018-05-018-55/+103
* drm/atomic: add connector to atomic contextLongChair2018-05-016-4/+38
* drm/atomic: refactor hwdec_drmprime_drm with native resourcesLongChair2018-05-018-35/+113
* vo_gpu/video: disable compute shaders if an FBO format was not availableJan Ekström2018-05-011-0/+5
* vo_gpu/video: add improved logging when a user-specified FBO failsJan Ekström2018-05-011-2/+13
* manpage: remove 4 previously removed optionswm42018-05-011-24/+0
* manpage: --demuxer-seekable-cache is not experimental anymorewm42018-05-011-2/+1
* common: add missing %f time formatwm42018-05-011-0/+1
* common: round all integer times to millisecondswm42018-05-011-2/+6
* cocoa: change deprecation warning from opengl-cb to libmpvAkemi2018-04-292-3/+3
* build: bump wayland-protocols requirement to 1.12+Jan Ekström2018-04-291-1/+1
* wayland_common: update to stable xdg-shellEmmanuel Gil Peyrot2018-04-293-52/+52
* gpu/video: make HDR peak computing work without work group countNiklas Haas2018-04-291-4/+5
* gpu/video: improve HDR peak computation feature check loggingJan Ekström2018-04-291-1/+4
* command: change cycle-value command behaviorwm42018-04-294-87/+97
* command: make track properties cycle through no/auto if uninitializedwm42018-04-291-9/+18
* command: fix coding stylewm42018-04-291-5/+6
* vd_lavc: enable dr by defaultwm42018-04-292-7/+5
* vf_vapoursynth: correctly signal error on script init failurewm42018-04-291-0/+1
* f_lavfi: support setting common filter options like "threads"wm42018-04-293-3/+12
* client API: some doxygen clarificationswm42018-04-291-0/+11
* egl_helpers: change minimum framebuffer size to 8 bit per componentwm42018-04-291-3/+3
* encode: do not clear video PTS on VOCTRL_RESETwm42018-04-291-8/+0
* egl_helpers: log certain EGL attributeswm42018-04-291-0/+38
* player: don't wait for last video frame in encode modewm42018-04-291-0/+3
* TOOLS/matroska.py: ignore some unused elementswm42018-04-291-1/+3
* f_decoder_wrapper: fix a typo in log messagewm42018-04-291-1/+1
* input: raise log level of some noisy messageswm42018-04-291-7/+7
* demux_mkv: adjust log verbosity levelswm42018-04-292-40/+41
* filter: hide warning when disconnecting pins drops frameswm42018-04-291-2/+2
* encode: rewrite half of itwm42018-04-2911-1114/+754
* vo: add vo_reconfig2()wm42018-04-293-4/+27
* encode: get rid of AVDictionary setter helperwm42018-04-293-73/+19
* encode: some more cleanupswm42018-04-294-32/+6
* f_output_chain: remove a redundant variablewm42018-04-291-4/+2
* options: remove broken --video-stereo-mode optionwm42018-04-293-4/+4
* video: remove internal stereo_out flagwm42018-04-296-24/+12
* demux_lavf: discard "und" language tagwm42018-04-291-1/+1
* f_output_chain: log status of auto filterswm42018-04-294-0/+48
* f_output_chain: log input instead of output formatwm42018-04-291-44/+38
* client API: add some render API extensions for timingwm42018-04-294-29/+219
* vo_libmpv: support GPU rendered screenshotswm42018-04-293-0/+45
* vo_libmpv: adjust redraw handling to new API semanticswm42018-04-291-12/+4
* vo_libmpv: remove annoying indirectionswm42018-04-291-71/+80
* vo_libmpv: move some update() callbacks out of context lockwm42018-04-291-3/+3
* vo_libmpv: move up update() functionwm42018-04-291-14/+12
* vo_libmpv: add support for DRwm42018-04-293-0/+38
* client API: preparations for allowing render API to use DR etc.wm42018-04-298-30/+269
* vo: move DR helper code to a separate source filewm42018-04-295-91/+184
* mp_image: fixup a simple 10L in ref_bufferJan Ekström2018-04-211-1/+1
* vo_gpu: move some extra code for screenshot to video.cwm42018-04-202-13/+15
* client API: minor clarificationwm42018-04-201-2/+2
* README: mention that Libav support is brokenwm42018-04-201-3/+3
* encode: simplify colorspace settingwm42018-04-203-38/+2
* encode: cosmeticswm42018-04-203-93/+107
* vo_lavc: remove pointless uint32_t type for int valueswm42018-04-201-7/+2
* encode: remove some unused functionswm42018-04-202-20/+0
* encoding: deprecate a bunch of obscure optionswm42018-04-204-10/+13
* audio: fix EOF handling if there was no data at allwm42018-04-201-0/+7
* video: pass through container fps to filterswm42018-04-197-15/+16
* demux: support for some kinds of timed metadatawm42018-04-188-121/+234
* player: remove in_dispatch fieldwm42018-04-184-17/+35
* dispatch: simplify, disallow recursive invocationwm42018-04-181-75/+60
* w32_common: avoid recursive dispatch queue callswm42018-04-181-1/+6
* scripting: change when/how player waits for scripts being loadedwm42018-04-185-22/+27
* cocoa-cb: fix a warning with swift 4.1 and slight cleanupAkemi2018-04-171-3/+7
* HIDRemote: fix volume buttons on macOS 10.13Akemi2018-04-171-0/+8
* hwdec_ios: fix crash after mapper_init failureAman Gupta2018-04-171-2/+4
* demux: mark eia608 packets as keyframesAman Gupta2018-04-171-0/+1
* demux, player: mark dependent tracksAman Gupta2018-04-174-1/+5
* client API: make sure to send IDLE event after mpv_initialize()wm42018-04-161-0/+1
* demux_lavf: use new libavformat semantics for stream resyncwm42018-04-161-17/+2
* client API: fix potential sporadic freezes on terminationwm42018-04-161-4/+4
* client API: clarify that Display pointers etc. need to stay validwm42018-04-162-8/+25
* f_lavfi: add an option to use old audio PTS handling for af_lavfiwm42018-04-153-1/+45
* DOCS/interface-changes.rst: adjust some audio filter change noteswm42018-04-151-3/+5
* audio: do not try to resample spdif datawm42018-04-151-0/+5
* audio: don't recreate AO if a filter changes the output formatwm42018-04-152-4/+32
* ao_alsa: actually report underruns to userwm42018-04-151-5/+5
* f_output_chain: fix typowm42018-04-151-1/+1
* audio: change format negotiation, remove channel remix fudgingwm42018-04-153-229/+89
* f_autoconvert: be less clever about running specific codepathswm42018-04-151-28/+14
* ao_pulse: reduce requested device buffer sizewm42018-04-152-2/+2
* ao_alsa: reduce requested buffer sizewm42018-04-151-2/+2
* ao_alsa: add options for controlling period/buffer sizewm42018-04-152-8/+30
* ytdl_hook: don't log error when loading is abortedwm42018-04-151-2/+6
* stream_libarchive: mark as needing cachewm42018-04-151-0/+1
* demux: fix deadlock on "program" property changeswm42018-04-151-0/+6
* demux_mkv: fix certain cases of recursive SeekHeadswm42018-04-151-4/+1
* vo_gpu: hwdec: Use ffnvcodec to load CUDA symbolsPhilip Langdale