summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* README: remove old googlegroups mailing list addresswm42019-09-141-3/+0
* manpage: minor fixes to VO manpagesfan52019-09-141-3/+3
* vo: add warning message to vo_vaapi and vo_vdpausfan52019-09-142-0/+10
* vo_d3d11/context: fix crash due to ctx->ra is null pointer accessHui Jin2019-09-141-2/+4
* vo_d3d11/hwdec_dxva2dxgi: fix memory leak that 'ctx11' be not releaseHui Jin2019-09-141-0/+6
* stream_smb: remove unnecessary short write logicwm42019-09-141-11/+4
* stream_file: remove unnecessary short write logicwm42019-09-141-10/+1
* stream: handle short writeswm42019-09-141-7/+10
* ci: remove now unuspported libdvdreadwm42019-09-132-2/+0
* demux, stream: remove old rar support in favor of libarchivewm42019-09-138-732/+1
* command, demux: remove program propertywm42019-09-135-133/+1
* stream: remove some more optical disc leftoverswm42019-09-132-15/+0
* Remove classic Linux analog TV support, and DVB runtime controlswm42019-09-1327-6236/+13
* stream: remove BD/DVD/CDDA sector size alignmentwm42019-09-135-16/+4
* Remove optical disc fancification layerswm42019-09-1314-968/+25
* stream_dvdnav: merge stream_dvd_commonwm42019-09-134-206/+106
* Remove libdvdread support in favor of libdvdnavwm42019-09-136-1031/+3
* stream_file: avoid redundant freeAman Gupta2019-09-111-1/+0
* js: expose mpv_abort_async_command() (match dbe831bd)Avi Halachmi (:avih)2019-09-113-3/+26
* js: reimplement subprocess_detached using the run command (match 7f91e268)Avi Halachmi (:avih)2019-09-112-32/+5
* js: reimplement subprocess using the subprocess command (match 548ef078)Avi Halachmi (:avih)2019-09-112-72/+21
* js: expose async commands (match 159379980e)Avi Halachmi (:avih)2019-09-113-2/+42
* js: correctness: use integer range checksAvi Halachmi (:avih)2019-09-111-18/+18
* audio: block ao buffer for keep-opendudemanguy2019-09-091-1/+4
* vo_gpu: x11egl: support Mesa OML sync extensionwm42019-09-082-1/+25
* vo_gpu: glx: move OML sync code to an independent filewm42019-09-084-96/+146
* vo/gpu: fix check on src/dst peak mismatchNiklas Haas2019-09-051-1/+1
* external_files: add .lrc subtitle extensionGuido Cella2019-09-021-1/+1
* demux: ignore forced demuxer type for directoriesTom Yan2019-09-021-1/+1
* stream_dvb: Increase timeout of streaming read.Oliver Freyermuth2019-09-021-1/+1
* stream_dvb: Adapt to VDR channel config format.Oliver Freyermuth2019-09-021-3/+8
* osc: improve look of seekrangesJan Janssen2019-09-023-101/+291
* cocoa-cb: remove an unused variableder richter2019-09-021-1/+0
* ao_opensles: fix delayed audiosfan52019-09-021-1/+1
* travis: rework scripts to re-enable macOSJan Ekström2019-09-023-10/+106
* vo/gpu: vulkan: Pass the device name option through to libplaceboPhilip Langdale2019-08-241-0/+1
* vo_gpu: d3d11: fix storage lifetime of compound literalsJames Ross-Gowan2019-08-201-8/+15
* encode: set sample_aspect_ratio on AVStream structekisu2019-08-141-0/+5
* vo_gpu: fix taking screenshots of rotated videoswnoun2019-08-141-2/+6
* vo_gpu: hwdec_vaapi: Synchronise after exporting VA surfacePhilip Langdale2019-08-071-0/+3
* DOCS/compile-windows: remove angleproject-git from depsRicardo Constantino2019-07-301-1/+1
* TOOLS/travis-rebuild-website: update condition after docker transitionRicardo Constantino2019-07-301-1/+1
* cocoa-cb: migrate to swift 5 with swift 4 fallbackder richter2019-07-219-85/+143
* cocoa-cb: fix optional cases on macOS 10.12der richter2019-07-211-4/+4
* build: fix build with older command line toolsder richter2019-07-211-8/+28
* build: make macOS SDK path and version configurable via env varsder richter2019-07-211-3/+15
* cocoa-cb: conditional compilation for Dark Mode and Material featuresder richter2019-07-214-2/+40
* build: add check for macOS SDK versionder richter2019-07-212-1/+22
* osxbundle: bundle the dynamic swift std library when neededder richter2019-07-211-1/+20
* osxbundle: print the output of the dylib-unhell callder richter2019-07-211-2/+2
* build: add Swift dynamic linking supportder richter2019-07-212-2/+26
* build: make Swift lib and compiler paths configurable via env varsder richter2019-07-211-6/+22
* build: add support for Swift toolchains not provided by Appleder richter2019-07-211-12/+48
* build: add all configure flags as conditional flags to Swift compilerder richter2019-07-211-0/+10
* build: don't check for Swift when disabledder richter2019-07-211-1/+2
* client: fix potential mpv_cmd/async leakdudemanguy2019-07-081-4/+8
* vo_gpu: hwdec_vaapi: Count planes rather than layers in Vulkan interopPhilip Langdale2019-07-081-1/+1
* vo_gpu: hwdec_vaapi: Suppress format errors when probingPhilip Langdale2019-07-082-3/+7
* vo_gpu: hwdec_vaapi: Add Vulkan interopPhilip Langdale2019-07-085-158/+304
* vo_gpu: hwdec_vaegl: Rename and move to hwdec_vaapiPhilip Langdale2019-07-082-1/+1
* vf_vapoursynth: allow multithreaded writing of source framesChainik2019-07-081-0/+3
* vf_vapoursynth: allow multithreaded reading of returned framesChainik2019-07-081-8/+9
* vo/gpu: hwdec_vdpau: Support direct mode for 4:4:4 contentPhilip Langdale2019-07-084-5/+20
* opengl/context_wayland: Fix crash on configure before initial reconfigMichael Forney2019-07-081-1/+3
* video/out/gpu: Add a `storable` flag to ra_formatPhilip Langdale2019-07-085-1/+9
* codec_tags: fix wrong buffer sizewm42019-07-031-1/+1
* appveyor: remove broken packages, install libplaceboJames Ross-Gowan2019-07-033-3/+7
* vo_gpu: process three component together in error diffusionBin Jin2019-06-161-42/+70
* vo_gpu: fix use of existing textures in error diffusionBin Jin2019-06-161-6/+8
* vo_gpu: implement error diffusion for ditheringBin Jin2019-06-166-1/+454
* ci: Remove snapshot-deps config from tw buildsMartin Herkt2019-06-141-2/+0
* build: Add support for static spirv-crossMartin Herkt2019-06-141-1/+14
* demux_mkv: copy attachments (fonts) from ordered chapter sourcesPhilip Sequeira2019-06-121-0/+10
* vo_gpu: d3d11: use the SPIRV-Cross C API directlyJames Ross-Gowan2019-06-124-28/+77
* vo_gpu: fix --scaler-resizes-only for fractional ratio scalingBin Jin2019-06-061-3/+6
* vo_gpu: expose texture_off to user shaderBin Jin2019-06-061-0/+1
* vo_gpu: allow user shader to fix texture offsetBin Jin2019-06-064-10/+52
* wayland: fix segfault on uninitNiklas Haas2019-05-261-1/+1
* wayland: fix various memory leaksdudemanguy2019-05-211-0/+33
* cocoa-cb: fix quit in fs with none native fsder richter2019-05-111-1/+2
* 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 targ