summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* vo_gpu: opengl: disable compute shaders for old GLSLNiklas Haas2018-11-171-0/+6
* cocoa: fix drawing on macOS 10.14Akemi2018-11-131-0/+6
* cocoa-cb: add logging for CGL pixel format attributesAkemi2018-11-131-0/+19
* vo_libmpv: support render performance dataAkemi2018-11-133-0/+25
* cocoa-cb: use libmpv's advanced rendering control and timingAkemi2018-11-134-33/+41
* build: add a version requirement for vulkan pkg-config checkJan Ekström2018-11-041-1/+2
* vo_gpu: vulkan: Always use KHR suffix types and definesPhilip Langdale2018-11-033-9/+9
* ipc-unix: don't blow up on readonly fd://Niklas Haas2018-10-311-1/+1
* audio: increase a buffer sizeBen Boeckel2018-10-311-1/+1
* ipc-unix: leave room for a NUL terminatorBen Boeckel2018-10-311-1/+1
* vo_gpu: hwdec_cuda: Clean up init() error handlingPhilip Langdale2018-10-311-10/+15
* ad_spdif: cosmetic alignmentJan Ekström2018-10-301-1/+1
* ad_spdif: fix DTS-HD HRA handlingJan Ekström2018-10-301-2/+10
* build: pass include paths as a list instead of a string in cocoa checkAkemi2018-10-281-1/+1
* build: don't hardcode swift module nameAkemi2018-10-281-1/+2
* build: use an argument list for the Swift build argsAkemi2018-10-283-15/+26
* hwdec_drmprime_drm: Missing NULL-check on drm_atomic_context video_planeAnton Kindestam2018-10-251-0/+3
* stream_smb: make sure the string is NULL-terminated after strncpypavelxdd2018-10-251-0/+1
* vo_gpu: vulkan: hwdec_cuda: Add support for Vulkan interopPhilip Langdale2018-10-223-65/+301
* vo_gpu: vulkan: Add a function to get the device UUIDPhilip Langdale2018-10-222-0/+25
* vo_gpu: vulkan: Add arbitrary user data for an ra_vk_bufPhilip Langdale2018-10-222-0/+18
* vo_gpu: vulkan: Add support for exporting buffer memoryPhilip Langdale2018-10-228-6/+179
* build: more reliable way of getting the Swift version from a stringAkemi2018-10-221-1/+4
* vo_gpu: vulkan: suppress bogus error message on --vulkan-deviceNiklas Haas2018-10-211-5/+5
* cocoa-cb: fix double clicking the title barAkemi2018-10-211-1/+29
* vo_gpu: vulkan: fix strncpy truncation in spirv_compiler_initBtbN2018-10-211-1/+1
* x11: fix icc profile when the window goes near off screenslatchurie2018-10-211-1/+1
* vo_gpu: vulkan: fix the buffer size on partial uploadNiklas Haas2018-10-191-0/+1
* vo_gpu: split --linear-scaling into two separate optionsNiklas Haas2018-10-195-31/+58
* x11_common: replace atoi with strtoulNicolas F2018-10-191-1/+2
* vo_gpu: opengl: fix segfault when gl->DeleteSync is unavailableNiklas Haas2018-10-161-1/+3
* man: mention stats in interactive controlNicolas F2018-10-141-0/+5
* cocoa-cb: fix side by side Split ViewAkemi2018-10-021-1/+1
* {mac,cocoa}: trim trailing null out of macosx_icon when loading itRodger Combs2018-10-022-2/+5
* mac: fix crash if we can't get an event tapRodger Combs2018-10-021-9/+12
* encode: simplify encode_lavc_add_packetJan Ekström2018-10-011-2/+0
* encode: fix AVPacket deinitialization logicNiklas Haas2018-10-011-3/+4
* stats: show file formatwm42018-10-011-0/+2
* demux_lavf: hack-fix EDL mp4 DASH hackwm42018-10-011-0/+4
* stream_libarchive: fix hangs when demuxer does out of bound seekswm42018-10-011-2/+9
* rendezvous: fix a typowm42018-10-011-1/+1
* demux: allow cache sizes > 2GBwm42018-10-011-4/+9
* demux_lavf: v4l streams are not seekablewm42018-10-011-0/+2
* ao_audiounit: rename pause function to resetJosh Lehman2018-09-301-1/+1
* cocoa-cb: add Apple Software Renderer supportAkemi2018-09-305-3/+42
* cocoa-cb: move macOS option retrieval to the earliest point possibleAkemi2018-09-302-6/+6
* add swift as main dependency so all dependencies can be disabled easilyAkemi2018-09-302-2/+9
* build: check for Swift version and disable dependencies if neededAkemi2018-09-303-4/+11
* Improve readme aesthetics.Aman2018-09-301-7/+5
* drm_atomic: Allow to create atomic context w/o drmprime video planeAnton Kindestam2018-09-302-6/+11
* manpage: minor fix to --drm-formatAnton Kindestam2018-09-301-1/+1
* demux/packet: fix demux_packet_shortenTom Yan2018-09-301-2/+2
* travis: enable CI for release branchesJan Ekström2018-09-291-0/+1
* vo_gpu: fix vec3 packing in UBOs/push_constantsNiklas Haas2018-09-291-11/+13
* vo_gpu: use explicit offsets for push constantsNiklas Haas2018-09-291-2/+1
* ao_alsa: log the ALSA state if we get a non-XRUN errorJan Ekström2018-09-291-2/+4
* ao_alsa: handle XRUNs separately from other errorsJan Ekström2018-09-291-2/+7
* ao_alsa: early exit get_space if paused or ALSA is not readyJan Ekström2018-09-291-0/+5
* man/options: emphasize ytdl_hook's script optionsRicardo Constantino2018-09-261-6/+5
* vo_gpu: adjust PRNG variant used by GL shaderssfan52018-09-261-1/+5
* ytdl_hook: fix audio not being picked up for some sitesRicardo Constantino2018-09-261-2/+2
* ao_jack: only auto-connect to audio portsNiklas Haas2018-09-261-1/+2
* encode: fix expected streams when using --lavfi-complexTSaaristo2018-09-261-8/+8
* ci: explicitly call waf with python3Martin Herkt2018-09-112-4/+4
* mp_image: strip all HDR peak information from SDR clipsNiklas Haas2018-09-051-0/+6
* vo_gpu: switch to optimization level performanceNiklas Haas2018-09-011-1/+1
* ao_pulse: fix tlength calculationTom Yan2018-09-013-17/+3
* Revert "ao_openal: enable building on OSX"Michael Hoang2018-08-263-27/+2
* vo_gpu: avoid overwriting compute shader block sizesNiklas Haas2018-08-261-4/+10
* af_rubberband: reset delay to 0 on resetHector Martin2018-08-251-0/+2
* osdep: make use of HAVE_ANDROIDTom Yan2018-08-203-4/+8
* wscript: split egl-android from androidTom Yan2018-08-204-9/+11
* manpage: fix reference to --tone-mapping by old option nameAnton Kindestam2018-08-181-1/+1
* ytdl_hook: always load ytdl:// links with ytdl_hook firstRicardo Constantino2018-08-171-7/+23
* ao_opensles: set numBuffers to 8Tom Yan2018-08-131-1/+1
* demux_edl: add title option to override title of chapterssfan52018-08-132-1/+22
* player: expose hearing/visual impaired flags on audio tracksAman Gupta2018-08-135-0/+12
* build: add --no-download option to bootstrap.pyPhilip Sequeira2018-08-131-0/+4
* osx: Fix initialization and access of service menuMichael Hoang2018-08-111-2/+2
* cocoa-cb: fix crash on macOS 10.10Akemi2018-08-111-1/+3
* cocoa-cb: fix crash when no screen is availableAkemi2018-08-111-1/+1
* audio/format: decouple af_fmt_is_planar from af_fmt_to_planarTom Yan2018-08-111-16/+15
* manpage: Correct show-text duration default valuejaseg2018-08-051-1/+1
* manpage: fix --vf exclamation mark descriptionpavelxdd2018-08-051-1/+1
* ao_opensles: update interface-changesTom Yan2018-08-051-0/+9
* ao_opensles: rework the heuristic of buffer/enqueue size settingTom Yan2018-08-051-18/+36
* ao_opensles: allow s32 and float outputTom Yan2018-08-051-27/+15
* audio/format: minor fix for af_fmt_from_planarTom Yan2018-08-051-2/+4
* stream_smb/stream_file: fix `write_buffer`Yclept Nemo2018-07-292-16/+16
* stream_smb: locking to bypass libsmbclient issuesYclept Nemo2018-07-291-1/+21
* ci: do bootstrap outside the docker containerJan Ekström2018-07-293-2/+1
* manpage: fixup mistaken show playlist/track-list shortcutsDaniel M. Capella2018-07-231-2/+2
* Update VERSIONMartin Herkt2018-07-221-1/+1
* Release 0.29.0v0.29.0Martin Herkt2018-07-222-116/+95
* wscript_build: apply project-wide CFLAGS/LDFLAGS to mpv.comStephen Hutchinson2018-07-191-2/+2
* build: if libdir is not set, set it to EXEC_PREFIX/libJan Ekström2018-07-191-0/+13
* build: bump waf to 2.0.9Akemi2018-07-121-2/+2
* build: utilize built-in gnu_dirs module for installation directoriesAkemi2018-07-122-15/+22
* build: explicitly delay adding of object files to linkingAkemi2018-07-121-0/+1
* hwdec_vaegl: Fix VAAPI EGL interop used with gpu-context=drmAnton Kindestam2018-07-093-6/+29
* context_drm_egl: Fix CRTC setup and release code when using atomicAnton Kindestam2018-07-096-41/+217
* context_drm_egl: Fix some memory leaks on error exitAnton Kindestam2018-07-091-63/+66
* gpu: prefer 16bit floating point FBO formats to 16bit integer onesJan Ekström2018-07-082-4/+7
* build: fix linking libmpv when swift features are buildAkemi2018-07-081-7/+14
* wscript_build: fixup swift include parameter to point to source rootJan Ekström2018-07-081-2/+2
* ci: add mingw64 targetsMartin Herkt2018-07-052-1/+38
* ci: switch to cirno.systems docker registryMartin Herkt2018-07-051-4/+4
* ci: enable libsmbclientMartin Herkt2018-07-051-5/+6
* ci: switch Travis env language to genericMartin Herkt2018-06-251-1/+1
* ci: add more build targetsMartin Herkt2018-06-251-2/+5
* ci: Use custom container for Travis buildsMartin Herkt2018-06-252-22/+26
* TOOLS/autoload: Fixed broken "disabled" optionAndreas Wennerberg2018-06-231-0/+1
* demux_mkv: add A_MLP to mkv_audio_tagsNicolas F2018-06-221-0/+1
* build: add static libraries to libmpv.pcMartin Herkt2018-06-201-4/+8
* 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
*