summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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 Langdale2018-04-155-246/+50
* build: fixup vendored wayland protocols with variantsJan Ekström2018-04-152-10/+31
* ao_openal: document the muted↔gain conversionJan Ekström2018-04-151-0/+3
* ao/openal: Remove notes on experimentality from the documentationLAGonauta2018-04-151-4/+1
* ao/openal: Add option to set buffering characteristicsLAGonauta2018-04-152-23/+70
* ao/openal: Add better sample format and channel layout selectionLAGonauta2018-04-151-139/+73
* ao/openal: Add OpenAL Soft extension to get the correct latencyLAGonauta2018-04-151-1/+16
* ao/openal: Add support for direct channels outputLAGonauta2018-04-152-0/+16
* ao/openal: Add hardware mute supportLAGonauta2018-04-151-0/+12
* ao/openal: Use only one source for audio outputLAGonauta2018-04-151-52/+153
* opengl: include details in EGL context errorsAman Gupta2018-04-121-3/+3
* demux_lavf: skip demuxer hack iteration if hacks are disabledsergey.dobrodey2018-04-121-3/+1
* demux_mkv: add V_AV1 identifier for AV1Jan Ekström2018-04-081-0/+1
* manpage: document vaapi-deviceKevin Mitchell2018-04-081-0/+4
* manpage: move cuda-decode-device with hwdec optionsKevin Mitchell2018-04-081-10/+10
* js: use new hooks API (match f60826c3)Avi Halachmi (:avih)2018-04-072-10/+50
* js: dump(..): fix incorrect <VISITED> with array argumentAvi Halachmi (:avih)2018-04-071-1/+1
* js: implement mp.register_idleAvi Halachmi (:avih)2018-04-072-7/+53
* js: implement mp.options.read_optionsAvi Halachmi (:avih)2018-04-072-8/+60
* config: replace config dir lua-settings/ with dir script-opts/Avi Halachmi (:avih)2018-04-076-5/+14
* ao_opensles: let cfg_frames_per_buffer accept buffer size up to 0.5s at 192kHzTom Yan2018-04-051-1/+1
* ao_opensles: remove useless cfg_sample_rateTom Yan2018-04-052-5/+1
* ao_opensles: bump device buffer size to 250msTom Yan2018-04-051-1/+1
* ao_opensles: do one buffer onlyTom Yan2018-04-051-15/+8
* av_common: cosmetic simplification to ffmpeg component iteration loopswm42018-04-031-4/+2
* f_lavfi: use new libavfilter iteration APIwm42018-04-033-5/+6
* video: remove libavutil PSEUDOPAL stuffwm42018-04-033-6/+3
* vaapi: add option to select a non-default device pathRostislav Pehlivanov2018-03-303-27/+52
* lavc_conv: do not allow libavcodec to drop subtitles with broken UTF-8wm42018-03-262-1/+2
* player: fix hook processing consistency and code duplication issueswm42018-03-263-45/+20
* client API: add a first class hook API, and deprecate old APIwm42018-03-2614-103/+283
* client API: deprecate mpv_get_wakeup_pipe()wm42018-03-263-17/+24
* command: remove an old compatibility hackwm42018-03-262-48/+3
* command: remove duplication of property set error message handlingwm42018-03-261-59/+36
* command: move property multiply code to m_property.cwm42018-03-263-26/+36
* command: use mpv_node helpers instead of duplicated codewm42018-03-262-27/+12
* manpage: mention how to get multiple video tracks for --lavfi-complexwm42018-03-261-0/+2
* client API: add a new way to pass X11 Display etc. to render APIwm42018-03-2624-144/+132
* f_decoder_wrapper: retry decoding if libavcodec returns invalid statewm42018-03-261-2/+7
* player: don't print error if aborted while loading external fileswm42018-03-261-1/+2
* demux, stream: ignore packets and errors on forced exitwm42018-03-262-3/+4
* cocoa-cb: render on a dedicated dispatch queueAkemi2018-03-253-28/+36
* stats: print section titles independentlyJulian2018-03-251-3/+6
* stats: improve video/audio detectionJulian2018-03-251-30/+29
* ao_opensles: re-flow interface/configuration retrievalJan Ekström2018-03-241-9/+18
* ao_opensles: fix audio sync using device latency extensionAman Gupta2018-03-231-3/+20
* drm/atomic: ensure request is available until uninitLongChair2018-03-231-3/+14
* mpv.desktop: fix French translation consistencyemersion2018-03-181-1/+3
* cocoa-cb: fix shutdown when fullscreen animation is runningAkemi2018-03-183-8/+21
* vo_gpu: fix anamorphic video screenshots (second try)wm42018-03-161-3/+4
* img_format.h: cosmetics: fix whitespacewm42018-03-151-1/+1
* manpage: document that ---ao overrides --audio-devicewm42018-03-151-1/+3
* f_hwtransfer: more detailed loggingwm42018-03-151-3/+4
* f_hwtransfer: fix a logic errorwm42018-03-151-2/+2
* vo: pass through framedrop flag differentlywm42018-03-154-17/+5
* vo: move display-fps internal option value to VO optswm42018-03-154-28/+24
* video: add an option to tune waiting for video timingwm42018-03-156-2/+50
* vo: cosmetics: fix a case of bad whitespacewm42018-03-151-2/+1
* client API: deprecate qthelper.hppwm42018-03-152-5/+17
* vo_gpu: fix anamorphic screenshotswm42018-03-151-2/+2
* mp_image: fix UB with certain callers like vf_vdpauppwm42018-03-151-0/+4
* DOCS/options: clarify that --end also supports relative timeRicardo Constantino2018-03-151-2/+2
* stream_file: enable cache for FUSE filesystems on OS XPhilip Sequeira2018-03-151-1/+2
* stream_file: add more network file systems (Linux)Philip Sequeira2018-03-151-0/+1
* client API: send MPV_EVENT_SHUTDOWN only oncewm42018-03-153-3/+6
* all: replace mpv_detach_destroy() with mpv_destroy()wm42018-03-154-8/+8
* client API: rename mpv_detach_destroy() to mpv_destroy()wm42018-03-154-8/+30
* client API: add mpv_create_weak_client()wm42018-03-156-5/+44
* client API: cleanup mpv_handle terminationwm42018-03-156-113/+150
* player: move locale check to mp_create()wm42018-03-152-25/+30
* player: shuffle around CLI exit code handlingwm42018-03-152-58/+44
* cocoa-cb: fix crash on startup with not initialised title barAkemi2018-03-141-1/+2
* cocoa-cb: fix crash with forced iGPU on some multi GPU systemsAkemi2018-03-141-3/+5
* build: fix swift build with waf 1.8.4Akemi2018-03-112-4/+4
* cocoa-cb: remove unneeded icc-profile-auto checkAkemi2018-03-111-3/+1
* cocoa-cb: fix usage of wrong fbo when off-screenAkemi2018-03-111-4/+4
* cocoa-cb: don't deactivate mouse events completely with input-cursor=noAkemi2018-03-111-7/+2
* doc: fix formatting of video-frame-info propertiesAman Gupta2018-03-111-5/+5
* demux: fix comment typoAman Gupta2018-03-111-1/