summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* win32-console-wrapper: silence missing prototype warningsJames Ross-Gowan2019-05-101-2/+4
* w32_common: avoid unnecessary sprintfsJames Ross-Gowan2019-05-101-8/+5
* man: clarify vavpp requirementsNicolas F2019-05-051-2/+3
* libarchive: add fallback for systems without C.UTF-8dudemanguy2019-05-042-2/+6
* drm_common: Support --drm-mode=<preferred|highest|N|WxH[@R]>Anton Kindestam2019-05-042-16/+241
* drm_common: Don't export functions only being used internallyAnton Kindestam2019-05-042-22/+22
* drm_common: Add proper help option to drm-modeAnton Kindestam2019-05-045-26/+95
* drm_common: Add option to toggle use of atomic modesettingAnton Kindestam2019-05-045-11/+29
* vo/gpu: hwdec_cuda: Refactor gpu api specific code into separate filesPhilip Langdale2019-05-036-750/+848
* context_drm_egl: Add support for presentation feedbackAnton Kindestam2019-05-031-15/+118
* cocoa-cb: remove all force unwrappings of optionalsder richter2019-04-257-334/+448
* vo_gpu/hwdec_cuda: fixup compilation with vulkan disabledJan Ekström2019-04-221-0/+2
* docs: add mentions of the Vulkan rendering abstraction replacementJan Ekström2019-04-222-0/+54
* vo/gpu: hwdec_cuda: Reorganise backend-specific codePhilip Langdale2019-04-211-151/+223
* vo_gpu: hwdec_cuda: Implement interop for placeboPhilip Langdale2019-04-212-146/+225
* vo/gpu: ra_pl: Add helper to get pl_fmt from ra_formatPhilip Langdale2019-04-211-0/+5
* vo_gpu: ra_pl: Add getter for pl_gpuPhilip Langdale2019-04-212-1/+8
* vo_gpu: vulkan: Add back context_win for libplaceboPhilip Langdale2019-04-213-4/+106
* vo_gpu: vulkan: use libplacebo insteadNiklas Haas2019-04-2124-4368/+868
* mp_image: align stride to multiple of texel sizeNiklas Haas2019-04-211-0/+3
* vo_gpu: fix segfault when OSD tex creation failsNiklas Haas2019-04-211-1/+1
* vo_gpu: index desc namespaces by raNiklas Haas2019-04-215-5/+5
* appveyor: fix shaderc dependenciesJames Ross-Gowan2019-04-161-4/+3
* version.sh: update MPVCOPYRIGHT to include the current year, 2019JCount2019-04-161-1/+1
* options/path: fix url detection per RFC3986john2019-04-051-3/+7
* ao/audiounit: include AVAudioSession buffer in latency calcAman Gupta2019-04-051-1/+1
* ao/audiounit: improve a/v syncAman Gupta2019-04-053-4/+18
* man/input: clarify behavior of seek's +exactNoSuck2019-04-021-2/+3
* cocoa-cb: add support for custom colored title barder richter2019-04-027-0/+44
* cocoa-cb: refactor title bar stylingder richter2019-04-027-63/+192
* cocoa-cb: add support for mac 10.14 Dark mode and run time switchingAkemi2019-04-021-5/+10
* cocoa-cb: move all title bar related functionality in its own fileder richter2019-04-025-156/+179
* cocoa-cb: remove an unused variableAkemi2019-04-021-1/+0
* cocoa-cb: simplify CGL pixel format creationAkemi2019-04-021-57/+75
* cocoa-cb: add support for dragging certain strings onto the windowAkemi2019-04-021-2/+31
* cocoa-cb: synchronise the flush with the renderAkemi2019-04-022-4/+6
* cocoa-cb: fix a Cocoa window position on init bugAkemi2019-04-021-0/+13
* cocoa-cb: fix Space switching when quitting fsAkemi2019-04-021-4/+6
* cocoa-cb: notify vo when window is minimisedAkemi2019-04-021-0/+8
* cocoa-cb: fix crash when querying window stateAkemi2019-04-021-1/+2
* cocoa-cb: wakeup vo when new events are availableAkemi2019-04-022-0/+3
* build: bump minimum swift version to 3.0.2Akemi2019-04-021-1/+1
* build: slightly adjust swift check output messages on failder richter2019-04-021-3/+7
* build: use StrictVersion for swift version comparisonAkemi2019-04-022-7/+7
* demux: support cue sheets longer than 100 minuteszc622019-04-011-7/+8
* player: show restart positionAman Gupta2019-04-011-1/+1
* DOCS/man/mpv.rst: Fix big-cache profile exampleLeo Izen2019-03-161-1/+2
* x11: fix cursor hiding initial statePhilip Sequeira2019-03-162-2/+4
* vo_gpu: increase user shader size limitBin Jin2019-03-131-1/+1
* build: fix adding of object files to linking with cplugins disabledAkemi2019-03-131-1/+1
* macosx_events: fix crash when shutting down during window animationsRodger Combs2019-03-131-1/+3
* build: enable swift debug information when requestedRodger Combs2019-03-131-0/+3
* player: fix core activity state checkAvi Halachmi (:avih)2019-03-121-1/+1
* vo_libmpv: fix null pointer dereferencewnoun2019-03-111-3/+5
* Merge branch 'master' into pr6360Jan Ekström2019-03-1132-318/+583
|\
| * vo_gpu: add two useful operators to user shaderBin Jin2019-03-092-0/+7
| * vo_gpu: make texture offset available to CHROMA hooksBin Jin2019-03-091-16/+25
| * lcms: allow infinite contrastzc622019-03-092-3/+5
| * demux_edl: don't assume data follows a comment linePhilip Sequeira2019-03-031-1/+3
| * sub: recognize UTF-8 characters in SDH subtitle filterzc622019-03-021-1/+4
| * options: do not enable WMV3 hwdec by defaultMartin Herkt2019-03-012-2/+2
| * demux: fix seek range update after head packets are prunedGunnar Marten2019-03-011-2/+2
| * player: do not rebase start time for subtitle streamszc622019-02-281-1/+1
| * context_drm_egl: implement n-bufferingAnton Kindestam2019-02-251-59/+150
| * opengl: Support GL_ARB_sync style fences on OpenGL ES 3.0Anton Kindestam2019-02-251-0/+1
| * audio: fix segfault caused by incorrect number of planeszc622019-02-231-1/+1
| * vo_gpu: fix initial seeding of the peak detect ssboNiklas Haas2019-02-182-5/+7
| * vo_gpu: use dB units for scene change detectionNiklas Haas2019-02-184-14/+15
| * vo_gpu: clamp sigmoid functionNiklas Haas2019-02-181-0/+2
| * vo_gpu: tone map before gamut mappingNiklas Haas2019-02-181-5/+4
| * vo_gpu: make --gamut-warning warn on negative colorsNiklas Haas2019-02-181-1/+2
| * vo_gpu: improve numerical accuracy of PQ OETF constantNiklas Haas2019-02-181-1/+1
| * vo_gpu: allow color management in dumb modeNiklas Haas2019-02-181-5/+6
| * vo_gpu: improve accuracy of HDR brightness estimationNiklas Haas2019-02-182-10/+14
| * vo_gpu: allow boosting dark scenes when tone mappingNiklas Haas2019-02-185-1/+13
| * vo_gpu: redesign peak detection algorithmNiklas Haas2019-02-185-77/+86
| * vo_gpu: improve tone mapping desaturationNiklas Haas2019-02-186-87/+111
| * wayland_common: rename “shell” into “wm_base”Emmanuel Gil Peyrot2019-02-172-11/+11
| * options: do not enable MPEG2 hwdec by defaultMartin Herkt2019-02-132-2/+2
| * cocoa-cb: remove empty elements from dropped URLsAkemi2019-02-101-1/+2
| * cocoa-cb: add support for VOCTRL_GET_DISPLAY_NAMESAkemi2019-02-105-1/+56
| * cocoa-cb: use Swift Extensions for convenienceAkemi2019-02-102-7/+32
| * mac: add missing semicolon to macosx_compat.hKen2019-01-261-1/+1
| * wscript_build: de-duplicate build file listAman Gupta2019-01-251-4/+2
| * cocoa-cb: fix side by side Split View againAkemi2019-01-231-3/+2
| * DOCS/options.rst: update target-peak descriptionKotori Itsuka2019-01-231-4/+4
| * vo_gpu: allow resetting target-peak to the trc defaultKotori Itsuka2019-01-231-1/+2
| * vd_lavc: increase the possible length of the hwdec nameAkemi2019-01-231-1/+1
| * stats: merge multiple properties into one lineJulian2019-01-161-4/+4
| * lua: execute idle handlers after timers have been processedOlivier Perret2019-01-161-6/+3
| * DOCS/man: update man pages to describe ReplayGain fallbackBenjamin Barenblat2019-01-161-2/+4
| * demux: make ALBUM ReplayGain tags optional when using libavformatBenjamin Barenblat2019-01-162-11/+27
| * command: notify on multiplyDan Oscarsson2019-01-161-0/+1
| * stream_dvb: Correct range for dvbin-card option.Oliver Freyermuth2018-12-122-4/+4
* | docs: add removed properties and options to interface-changes.rstsfan52018-12-062-3/+4
* | stats: remove duplicate cache sizessfan52018-12-061-7/+4
* | demux: fix regression in decision about stream cachingsfan52018-12-061-1/+1
* | demux: fix memleak in allocation with params=NULLNiklas Haas2018-12-061-1/+1
* | osd: another shitty pointless UBwm42018-12-061-2/+4
* | demux: fix some theoretical UB with no impactwm42018-12-061-2/+4
* | x11: don't hide cursor if window isn't focusedwm42018-12-062-20/+33
* | stream: silence failed seek message on terminationwm42018-12-061-1/+2
* | stream: somethingwm42018-12-061-3/+4
* | vo, vo_gpu, glx: correct GLX_OML_sync_control usagewm42018-12-063-84/+128
* | demux_mkv: simplify avi compat. codec_tags.c GUID lookupwm42018-12-061-13/+3
* | demux: remove some dead codewm42018-12-062-10/+0
* | demux: add another stream recording featurewm42018-12-065-4/+53
* | demux_lavf: to get effective HLS bitratewm42018-12-061-1/+80
* | demux, stream: readd cache-speed in some other formwm42018-12-067-1/+70
* | vo: use a struct for vsync feedback stuffwm42018-12-067-36/+52
* | vo_gpu: glx: use GLX_OML_sync_control for better vsync reportingwm42018-12-067-0/+142
* | Merge commit '559a400ac36e75a8d73ba263fd7fa6736df1c2da' into wm4-commits--mer...Anton Kindestam2018-12-0598-3147/+3936
|\ \ | |/ |/|
| * demux, stream: rip out the classic stream cachewm42018-08-3127-1467/+49
| * rendezvous: fix a typowm42018-08-311-1/+1
| * demux: allow cache sizes > 2GBwm42018-08-241-4/+8
| * demux_lavf: v4l streams are not seekablewm42018-08-241-0/+2
| * player: don't print status line again when quittingwm42018-08-111-2/+5
| * HACK: prefetch subtitles on track switch a bit morewm42018-06-301-1/+4
| * player: don't cache subtitles across deselectionwm42018-06-302-6/+6
| * player: fix coding stylewm42018-05-241-3/+3
| * m_config: remove a redundant conditionwm42018-05-241-3/+1
| * demux_lavf: drop obscure genpts optionwm42018-05-242-11/+0
| * vo: remove bogus #ifwm42018-05-241-2/+0
| * terminal-unix: stop trying to read when terminal disappearswm42018-05-241-2/+4
| * options: add --http-proxywm42018-05-242-0/+11
| * command: avoid some direct MPOpts write accesseswm42018-05-241-7/+7
| * m_config: fix build with emulated stdatomicwm42018-05-241-2/+3
| * m_config: make m_config_cache_update() return more fine grainedwm42018-05-241-3/+7
| * player: get rid of mpv_global.optswm42018-05-2416-63/+75
| * vd_lavc: move hwdec opts to local config, don't use global MPOptswm42018-05-244-43/+50
| * path: don't access global option structwm42018-05-244-7/+20
| * m_config: add a special define to access main configwm42018-05-242-5/+7
| * ao: use a local option structwm42018-05-246-19/+44
| * player: remove deprecated vo/ao auto profileswm42018-05-242-9/+2
| * m_config: optimize initialization of each optionwm42018-05-241-5/+9
| * m_config: remove extra default_data fieldwm42018-05-243-20/+29
| * m_config: remove unused fieldswm42018-05-242-8/+2
| * build: prefer C11 modewm42018-05-241-1/+6
| * m_config: reduce redundant option change notificationswm42018-05-241-1/+1
| * m_config: remove an old temporary hackwm42018-05-242-308/+336
| * osdep: add portable C11-like alignof() macrowm42018-05-241-0/+5
| * m_config: remove outdated commentwm42018-05-241-1/+0
| * m_config: check for int16_t offset overflowwm42018-05-241-1/+3
| * m_config: remove an unused functionwm42018-05-242-15/+0
| * m_option: remove an unused fieldwm42018-05-242-13/+0
| * m_config: cosmetics: fix 2 typoswm42018-05-241-2/+2
| * input: remove now unused "abort command" and cancel infrastructurewm42018-05-245-75/+7
| * player: make playback termination asynchronouswm42018-05-248-32/+136
| * player: change the role of the "stop_play" and "playing" variablewm42018-05-245-18/+23
| * demux: add a way to destroy the demuxer asynchronouslywm42018-05-242-8/+93
| * player: move a function (no functional changes)wm42018-05-241-7/+7
| * manpage: update --demuxer-thread optionwm42018-05-241-3/+6
| * player: some further cleanup of the mp_cancel crapwm42018-05-246-79/+62
| * demux: get rid of free_demuxer[_and_stream]()wm42018-05-248-27/+31
| * player: simplify edition switchingwm42018-05-244-13/+4
| * command: whitelist some blocking accesses for certain demuxers/streamswm42018-05-247-8/+18
| * timer: remove an unused helper functionwm42018-05-242-16/+0
| * thread_pool: add a helper functionwm42018-05-242-10/+30
| * thread_pool: move comments to .h filewm42018-05-242-17/+17
| * command: make loadlist command async and abortablewm42018-05-245-7/+15
| * player: make various commands for managing external tracks abortablewm42018-05-245-54/+96
| * demux: add a "cancel" fieldwm42018-05-245-5/+8
| * stream_file: use a separate mp_cancel thingwm42018-05-241-2/+8
| * thread_tools: unify mp_cancel POSIX/win32 paths, add featureswm42018-05-242-52/+153
| * misc: add linked list helperswm42018-05-242-0/+269
| * thread_tools: minor simplificationwm42018-05-241-3/+1
| * misc: move mp_cancel from stream.c to thread_tools.cwm42018-05-2415-145/+171
| * cmd: do not use a random value for MP_CMD_OPT_ARGwm42018-05-241-1/+1
| *