summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* github: Google Drive suckswm42017-10-191-1/+2
* vo_gpu: add rgba16hf to the list of FBO formatsJames Ross-Gowan2017-10-182-4/+5
* video: fix poitential NULL derefwm42017-10-181-2/+3
* aframe: fix logically dead codewm42017-10-181-1/+1
* tests: fix include after 6597998Ilya Tumaykin2017-10-171-1/+1
* vo_rpi: fix build (probably)wm42017-10-171-1/+1
* vo_gpu: remove weird p->vo indirectionwm42017-10-171-11/+9
* vo_gpu: fix video sometimes not being rerendered on equalizer changewm42017-10-174-4/+9
* vdpau: remove some more dead codewm42017-10-162-11/+0
* av_common: fix Libav buildwm42017-10-161-0/+13
* video: remove special path for hwdec screenshotswm42017-10-164-102/+1
* video: fix previous commitwm42017-10-161-2/+1
* video: make previously added hwdec params mechanism more genericwm42017-10-163-18/+20
* video: properly pass through ICC datawm42017-10-164-8/+62
* mp_image: merge AVFrame conversion functionswm42017-10-161-38/+29
* video: add mp_image_params.hw_flags and add an examplewm42017-10-167-2/+76
* video: make it possible to always override hardware decoding formatwm42017-10-165-1/+21
* restore-old-bindings.conf: add old macOS/Wayland AXIS bindingsJames Ross-Gowan2017-10-161-0/+7
* vo_gpu: remove some minor dead codewm42017-10-161-3/+1
* vo_gpu: semi-fix --gpu-context/--gpu-api options and help outputwm42017-10-165-21/+24
* mp_image: select an explicit fallback for chroma locationwm42017-10-161-0/+7
* manpage: add Vulkan WSI extension name for --gpu-context=winJames Ross-Gowan2017-10-141-1/+1
* vo_gpu: mali-fbdev: fix build errorTobias Jakobi2017-10-131-2/+2
* Copyright: some more licensing clarificationswm42017-10-134-11/+519
* options: add --vlang switchwm42017-10-132-0/+4
* stats: add file sizeJulian2017-10-131-1/+2
* stats: clarify documentationJulian2017-10-131-7/+7
* input.conf: explicit bindings for stats overlayJulian2017-10-131-0/+2
* wayland_common: init output_list during main struct initRostislav Pehlivanov2017-10-121-1/+2
* manpage: correct some comments about ordered chapterswm42017-10-111-6/+5
* wayland_common: require wl_output v2 and send MP_INPUT_RELEASE_ALL on uninitRostislav Pehlivanov2017-10-111-8/+13
* vo_gpu: shaderc: include debug info when --gpu-debug is setJames Ross-Gowan2017-10-111-0/+2
* audio: clarify GPL-only partswm42017-10-101-1/+2
* demux_mkv: remove remaining GPL codewm42017-10-102-9/+1
* build: make LGPL mode final (via --enable-gpl)wm42017-10-102-37/+28
* Add checks for HAVE_GPL to various GPL-only source fileswm42017-10-1031-0/+148
* wayland_common: adjust default cursor size and scale its bufferRostislav Pehlivanov2017-10-101-2/+3
* vo: fix reference to mediacodec_embedAman Gupta2017-10-091-2/+2
* vo_gpu: android: fix gpu contextAman Gupta2017-10-092-0/+5
* vo_opengl: hwdec_vaegl: Use vaExportSurfaceHandle() if presentMark Thompson2017-10-091-0/+80
* vaapi: Use libva2 message callbacksMark Thompson2017-10-091-3/+29
* stats: add documentationJulian2017-10-093-1/+165
* lua: integrate stats.lua scriptJulian2017-10-097-2/+14
* stats: change the way toggling/oneshot works internallyJulian2017-10-091-106/+109
* stats: stop coloring timing valuesJulian2017-10-091-26/+8
* stats: add current and total chapter numberJulian2017-10-091-1/+8
* stats: add audio and video filtersJan Janssen2017-10-091-0/+55
* stats: reorganize the framedrop countersNiklas Haas2017-10-091-4/+5
* stats: revert DR indicator as it's unnecessaryJulian2017-10-091-2/+1
* stats: reduce default font size to 8Julian2017-10-091-1/+1
* stats: visually indicate direct renderingJulian2017-10-091-1/+2
* stats: change font weight of % sign as wellJulian2017-10-091-1/+1
* stats: fix indentation/newline of frame timing pageJulian2017-10-091-11/+11
* stats: show % of a pass on frame timing pageJulian2017-10-091-9/+23
* stats: always print perfdata totalJulian2017-10-091-7/+4
* stats: make add_header() append at current positionJulian2017-10-091-7/+7
* stats: print perfdata total by defaultJulian2017-10-091-1/+1
* stats: mark dummy as suchJulian2017-10-091-1/+1
* stats: correctly re-eval ASS tag usageJulian2017-10-091-11/+17
* stats: make page keybinding repeatableJulian2017-10-091-1/+1
* stats: remove table in tableJulian2017-10-091-14/+6
* stats: resilience against accidential timer removalJulian2017-10-091-9/+12
* stats: allow keybindings for specific pageJulian2017-10-091-12/+21
* stats: support for multiple "pages" of statsJulian2017-10-091-26/+124
* stats: remove check for lua timer functionJulian2017-10-091-8/+0
* stats: rescale graphs to make the average align with the center, if possibleNiklas Haas2017-10-091-4/+11
* stats: add support for `vo-passes`, which replaces `vo-performance`Niklas Haas2017-10-091-68/+60
* stats: update HDR peak for upstream changesNiklas Haas2017-10-091-2/+2
* stats: add support for deprecated propertiesJulian2017-10-091-11/+21
* stats: comment to remind me about deprecated propertiesJulian2017-10-091-0/+1
* stats: add new versions of decoder and VO dropped frame countsRicardo Constantino2017-10-091-1/+5
* stats: put vsync ratio and jitter on the same lineJulian2017-10-091-15/+10
* stats: declare function as localJulian2017-10-091-1/+1
* stats: use container-fps together with fps (as fallback)Julian2017-10-091-1/+3
* stats: rename option timing_total to print_perfdata_totalJulian2017-10-091-2/+2
* stats: add vsync-ratio and vsync-jitterJulian2017-10-091-69/+138
* stats: add some documentation for generate_graph()Julian2017-10-091-1/+10
* stats: access less variables outside function's stateJulian2017-10-091-12/+10
* stats: add new container-fps that deprecates fpsRicardo Constantino (:RiCON)2017-10-091-1/+2
* stats: remove hwdec-active propertyRicardo Constantino (:RiCON)2017-10-091-7/+2
* stats: fix bug introduced in earlier commitJulian2017-10-091-5/+4
* stats: fix comment typoJulian2017-10-091-7/+7
* stats: disable coloring peak performance dataJulian2017-10-091-1/+2
* stats: change coloring of performance dataJulian2017-10-091-7/+8
* stats: save ASS sequences locallyJulian2017-10-091-3/+10
* stats: only print graphs when ASS tags are goodJulian2017-10-091-1/+1
* stats: clearify a few descriptions/labelsJulian2017-10-091-3/+3
* stats: don't show video/audio-speed-correction when 0Julian2017-10-091-1/+1
* stats: add HDR signal peak informationNiklas Haas2017-10-091-5/+15
* stats: add sum of timing valuesJulian2017-10-091-7/+13
* stats: put colormatrix, primaries and gamma togetherJulian2017-10-091-3/+4
* stats: change highlighting of performance dataJulian2017-10-091-4/+11
* stats: declare functions as localJulian2017-10-091-197/+200
* stats: align graphsJulian2017-10-091-44/+63
* stats: change the way the output is builtJulian2017-10-091-85/+65
* stats: rewrite parts of performance dataJulian2017-10-091-64/+110
* stats: add performance dataJulian2017-10-091-9/+103
* stats: update stats when file changesJulian2017-10-091-1/+7
* stats: small spelling correctionJulian2017-10-091-1/+1
* stats: use redraw_delay for timer periodJulian2017-10-091-2/+2
* stats: always print title if different from filenameRicardo Constantino (:RiCON)2017-10-091-1/+3
* stats: make a warning more visibleJulian2017-10-091-1/+3
* stats: rename some functionsJulian2017-10-091-6/+6
* stats: add toggling of statsJulian2017-10-091-4/+29
* stats: add hwdec-currentRicardo Constantino (:RiCON)2017-10-091-1/+6
* stats: add cache-speedRicardo Constantino (:RiCON)2017-10-091-2/+3
* stats: decrease default font sizeJulian2017-10-091-1/+1
* stats: add video-params/gamma propertyNiklas Haas2017-10-091-0/+1
* stats: update frame drop diagnosticsKevin Mitchell2017-10-091-1/+2
* stats: add display fpsKevin Mitchell2017-10-091-0/+7
* stats: rename some variables for consistencyJulian2017-10-091-9/+9
* stats: add support for video-sync=displayNiklas Haas2017-10-091-0/+5
* stats: fix line wrappingJulian2017-10-091-2/+2
* stats: remove dead link from commentJulian2017-10-091-1/+0
* stats: print bold text in terminalsRostislav Pehlivanov2017-10-091-4/+16
* stats: minor simplificationJulian2017-10-091-4/+8
* stats: remove countless hardcoded stringsJulian2017-10-091-30/+33
* stats: document append_property return valueJulian2017-10-091-2/+3
* stats: fix oversightJulian2017-10-091-1/+1
* stats: unify redundant functionsJulian2017-10-091-53/+58
* stats: proper usage of imported moduleJulian2017-10-091-13/+13
* stats: add debug optionJulian2017-10-091-0/+7
* stats: reflect latest changes to mpvJulian2017-10-091-2/+2
* stats: don't add superfluous EOL charactersJulian2017-10-091-9/+12
* stats: make non-ASS styling configurableJulian2017-10-091-44/+56
* stats: make the OSD usable in audio-only modeRostislav Pehlivanov2017-10-091-4/+32
* stats: avoid clashing with similar named scriptsJulian2017-10-091-1/+1
* stats: initial commitJulian2017-10-091-0/+189
* dvb: SYS_DVBC_ANNEX_B is now supported if ATSC is activated.Oliver Freyermuth2017-10-091-0/+2
* dvb: Skip channel if ATSC device does not support cable / terr.Oliver Freyermuth2017-10-091-1/+3
* dvb: Implement parsing of modulation for VDR-style channels config.Oliver Freyermuth2017-10-091-0/+50
* dvb: Fixes for ATSC tuning.Oliver Freyermuth2017-10-092-2/+19
* stream_dvb: Multiply frequency and sample rate by 1000 for VDR.Oliver Freyermuth2017-10-091-4/+3
* dvb_tune: Pull out DVBv5 raw tuning part, add verbosity.Oliver Freyermuth2017-10-091-23/+24
* dvb: Explicitly clear via DVBv5 before reverting to DVBv3.Oliver Freyermuth2017-10-091-2/+12
* dvb: Use more elaborate tuning for DVBv5 tuning.Oliver Freyermuth2017-10-091-23/+111
* vo_gpu: simplify opengl aliaswm42017-10-092-31/+2
* vo_gpu: remove duplicated optionswm42017-10-091-1/+0
* vo_opengl: context_drm_egl: Don't create a new framebuffer for every frameMark Thompson2017-10-091-22/+27
* vo_gpu: add android opengl backendAman Gupta2017-10-095-3/+164
* vo: add mediacodec_embed output driverAman Gupta2017-10-094-0/+102
* hwdec: add mediacodec hardware decoder for IMGFMT_MEDIACODEC framesAman Gupta2017-10-097-0/+60
* vo: add VO_CAP_NOREDRAW for upcoming vo_mediacodec_embedAman Gupta2017-10-092-1/+8
* hwdec: rename mediacodec to mediacodec-copyAman Gupta2017-10-097-12/+32
* README.md: explicitly link contribute.mdwm42017-10-091-5/+8
* command: drop "audio-out-detected-device" propertywm42017-10-097-35/+3
* img_format: AV_PIX_FMT_PAL8 is RGBwm42017-10-091-2/+5
* wayland_common: implement output tracking, cleanups and bugfixesRostislav Pehlivanov2017-10-094-215/+246
* osx: add right MacPorts paths to our bundle $PATHAkemi2017-10-071-2/+3
* wayland_common: allow vo_wayland_uninit(NULL)Niklas Haas2017-10-071-0/+2
* Revert "wayland_common: add support for embedding"Rostislav Pehlivanov2017-10-053-10/+0
* wayland_common: respect close eventsRostislav Pehlivanov2017-10-051-3/+9
* wayland_common: add support for embeddingRostislav Pehlivanov2017-10-053-0/+9
* wayland_common: reset the LIVE_RESIZING flag when resizing endsRostislav Pehlivanov2017-10-051-10/+14
* build: switch preliminary LGPL mode from v3 to v2.1wm42017-10-055-43/+8
* DOCS/interface-changes.rst: mention --log-file behavior changewm42017-10-051-0/+1
* msg: make --msg-level affect --log-file toowm42017-10-042-3/+6
* player: change a minor code fragment to LGPLwm42017-10-041-5/+0
* wayland_common: don't hardcode protocol names during registryRostislav Pehlivanov2017-10-041-8/+8
* README: drop support for Windows VistaMartin Herkt2017-10-041-1/+1
* wayland_common: rewrite from scratchRostislav Pehlivanov2017-10-0311-1058/+1281
* vo_wayland: removeRostislav Pehlivanov2017-10-037-1062/+0
* demux_mkv: replace deprecated av_copy_packet_side_data()wm42017-10-031-4/+2
* osx: add some common paths to our $PATH when started from bundleAkemi2017-10-031-0/+8
* osx: fix bundle on macOS High Sierra (10.13)Akemi2017-10-036-20/+29
* vo_gpu: gl: implement proper extension string searchwm42017-10-023-10/+23
* DOCS/compile-windows.md: update for changes to mpv and MSYS2James Ross-Gowan2017-10-021-21/+19
* Man page: fix typoKranky K. Krackpot2017-10-011-2/+2
* vo_gpu: enable 3DLUTs in dumb modeNiklas Haas2017-09-301-1/+3
* vf_vavpp: restrict allowed sw upload formats to nv12/yuv420pwm42017-09-301-20/+3
* vaapi: replace error macro implementationwm42017-09-302-12/+3
* Copyright: remove deleted file from listwm42017-09-301-1/+0
* video: fix green shitwm42017-09-301-1/+1
* manpage: update --blend-subtitles affected optionsLeo Izen2017-09-291-1/+1
* vaapi: change license to LGPLwm42017-09-296-20/+19
* vaapi: move legacy code to vo_vaapi.cwm42017-09-293-440/+310
* vf_vavpp: use error checking macrowm42017-09-291-19/+11
* vf_vavpp: use libavutil hw frames API for frame pool and uploadwm42017-09-295-49/+119
* vaapi: use newer libavutil vaapi pixfmt namewm42017-09-291-1/+1
* vaapi: minor changeswm42017-09-291-7/+7
* vo_gpu: vulkan: reword commentNiklas Haas2017-09-291-3/+4
* vo_gpu: force layout std430 for PCsNiklas Haas