summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* read stats newread_stats_newwm42020-02-051-1/+4
* lua: fix highly security relevant arbitrary code execution bugwm42020-02-051-14/+28
* lua: add mp.get_script_directory() functionwm42020-02-042-5/+27
* player: partially fix backward playback display of cached text subtitleswm42020-02-042-5/+4
* options: stop hiding deprecated optionswm42020-02-042-7/+3
* cue: tolerate NBSP as whitespacewm42020-02-031-5/+31
* stream_libarchive: disable tar supportwm42020-02-021-5/+0
* drm_atomic: do not set immutable propertiesAnton Kindestam2020-02-021-1/+6
* stream_cdda: fix operationwm42020-02-021-12/+15
* manpage: --sub-codepage cannot do muxed subswm42020-02-011-0/+5
* lua: set package path if loaded from a script directorywm42020-02-013-10/+72
* scripting: load scripts from directorieswm42020-02-017-52/+83
* options: remove unused set_defaults callbackwm42020-02-012-6/+0
* ao_wasapi_utils: remove invalid audio session icon path (fixes #7269)Rafael Rivera2020-01-311-2/+1
* wayland: remove wayland-frame-wait-offset optiondudemanguy2020-01-315-17/+5
* msg: move central msg lock to mp_log_rootwm42020-01-301-34/+36
* msg: fix some locking issueswm42020-01-301-7/+8
* msg: make --log-file buffered through a threadwm42020-01-292-53/+170
* options: merge split_opt functionswm42020-01-291-30/+18
* options: suggest not using the syntax that was recently disabledwm42020-01-291-0/+4
* manpage: update force dedicated gpu on macOS optionder richter2020-01-271-1/+1
* Update VERSIONsfan52020-01-261-1/+1
* Release 0.32.0v0.32.0release/0.32sfan52020-01-263-63/+25
* lua: stop setting bogus package pathwm42020-01-261-25/+0
* w32_common: support minimized and maximized propertiesJames Ross-Gowan2020-01-261-5/+90
* player: fix minor coding style issuewm42020-01-261-1/+2
* player: check if file is URL before attempting to get mtimeChris Down2020-01-261-2/+5
* stream_lavf: remove version from user agentwm42020-01-261-1/+1
* mac: change Report Issue menu link to the new choose template pageder richter2020-01-261-1/+1
* cocoa-cb: add pinch to resize window gestureder richter2020-01-262-0/+11
* cocoa-cb: never set a window size smaller than the set minSizeder richter2020-01-261-0/+5
* travis: don't send notifications for forksder richter2020-01-261-0/+1
* cocoa-cb: fix race condition on quitder richter2020-01-261-0/+1
* cocoa-cb: add support for forcing the dedicated GPU for renderingder richter2020-01-265-6/+19
* cocoa-cb: don't set App icon when called from bundleder richter2020-01-261-1/+3
* mac: report playback state to the MediaPlayer Command Centerder richter2020-01-262-11/+48
* mac: add support for PLAYONLY and PAUSEONLY key codes to MediaPlayerder richter2020-01-261-3/+3
* input: add new PLAYONLY and PAUSEONLY MP_KEY key codesder richter2020-01-263-0/+6
* client API: document srand() usewm42020-01-211-0/+2
* player: make failure to load scripts non-fatal againwm42020-01-201-2/+1
* stream_libarchive: more broken garbagewm42020-01-201-7/+22
* Revert "stream_libarchive: remove "old" rar volume pattern"wm42020-01-201-0/+8
* github: rename Bug to Issue and slightly change the question templateder richter2020-01-206-9/+16
* input: fix cycle 2nd argument stringificationwm42020-01-191-0/+6
* stream_libarchive: do not require leading / in archive URLswm42020-01-191-3/+3
* scripting: make player error when attempting to load unknown scriptswm42020-01-194-10/+19
* player: write watch-later config even for unseekable streamswm42020-01-171-5/+7
* f_autoconvert: remove subfmt conversion BSwm42020-01-173-71/+1
* f_hwtransfer: extend vaapi whitelist with some working formatswm42020-01-171-1/+2
* f_hwtransfer: minor debug logging improvementwm42020-01-171-2/+5
* vo_gpu: hwdec_vaapi: set correct hw_imgfmt valuewm42020-01-171-0/+1
* osc: more frequent cache updates: from 10% diff to 5% or 5sAvi Halachmi (:avih)2020-01-141-2/+2
* bash completion: only generate option list when neededPhilip Langdale2020-01-131-5/+5
* osc: usability improvements for pseudo-csd title barPhilip Langdale2020-01-131-4/+21
* osc: when fullscreened, un-maximise window control should un-fullscreenPhilip Langdale2020-01-121-2/+8
* wayland: support maximize/minimize on startupDudemanguy2020-01-121-0/+6
* wayland: unscrew up cursorsdudemanguy2020-01-121-6/+4
* Revert "options: move cursor autohiding opts to mp_vo_opts"dudemanguy2020-01-124-12/+11
* f_hwtransfer: move format fields to private structwm42020-01-122-40/+37
* f_hwtransfer: restructure and error properly on broken caseswm42020-01-121-20/+24
* f_autoconvert: usw f_hwtransfer properlywm42020-01-121-2/+4
* input: escape command parameters when loggingwm42020-01-121-1/+9
* f_hwtransfer: slightly better loggingwm42020-01-111-3/+4
* f_hwtransfer: whitelist vaapi formats that actually appear to workwm42020-01-111-3/+50
* f_hwtransfer: change order in which hwdec upload formats are consideredwm42020-01-111-26/+28
* vaapi: reduce log levels furtherwm42020-01-112-8/+11
* vo_gpu: hwdec_vaapi: silence warning during probingwm42020-01-111-1/+4
* wayland: don't set cursor before pointer idDudemanguy2020-01-111-1/+1
* bash completion: add initial implementation of bash completionPhilip Langdale2020-01-093-0/+116
* cocoa-cb: don't active window when minimized or hidden on file changeder richter2020-01-091-1/+6
* github: add several issue templates and a warning to not ignore themder richter2020-01-099-7/+238
* cocoa-cb: add runtime dpi change and use proper fallback for initial dpider richter2020-01-092-4/+7
* command, vo: add a mechanism for runtime DPI scale changeswm42020-01-094-4/+10
* travis: update macOS images and make building fasterder richter2020-01-092-61/+51
* client API: fix property notification from non-playloop sourceswm42020-01-091-2/+4
* client API: change event mask to event number in one placewm42020-01-091-4/+5
* stream_libarchive: fix unnecessarily opening all volumes on openingwm42020-01-091-9/+54
* js: use osd-dimentions for mp.get_osd_{size,margins}Avi Halachmi (:avih)2020-01-082-14/+7
* vo_gpu: fix crash if dither texture fails to allocatewm42020-01-081-0/+3
* osc: don't delay updates on resizewm42020-01-081-4/+19
* osd: fix possible misses of osd-dimensions property updateswm42020-01-083-2/+16
* command: cache display-hidpi-scale propertywm42020-01-081-4/+14
* command: remove outdated MP_EVENT_WIN_STATE entrieswm42020-01-081-2/+1
* lua: use new OSD propertywm42020-01-082-21/+6
* command: add osd-dimensions propertywm42020-01-082-22/+57
* options: change option parsing when using a single dashwm42020-01-073-7/+27
* build: fix minimum libarchive versionwm42020-01-071-1/+1
* manpage: explain deprecated usage of multiple items with *-addDave2020-01-071-6/+9
* DOCS/encoding.rst: remove deprecated usage of multiple items with *-addDave2020-01-071-2/+6
* stream_libarchive: enable anger managementwm42020-01-071-6/+7
* wayland: don't exit the option loopDudemanguy2020-01-041-16/+12
* command: make sub-step command actually apply sub-delay change properlywm42020-01-043-3/+19
* stream_libarchive: remove "old" rar volume patternwm42020-01-041-8/+0
* stream_libarchive: add annoying message regarding multi-volume archiveswm42020-01-041-2/+13
* libarchive: some shitty hack to make opening slightly fasterwm42020-01-044-4/+39
* stream_libarchive: log each opened volumewm42020-01-041-0/+1
* demux: add per-demuxer sub-optionswm42020-01-042-0/+14
* options: add mechanism to add sub-options from component listswm42020-01-042-0/+15
* stream_libarchive: remove unnecessary string list of volumeswm42020-01-041-34/+25
* stream_libarchive: some more hacks to improve multi-volume archiveswm42020-01-043-33/+39
* stream_libarchive: enable rar5 supportwm42020-01-042-1/+2
* demux_edl: restore relative path resolutionwm42020-01-021-0/+12
* osc: reset input handling state on a change in visibility modePhilip Langdale2020-01-021-0/+7
* wayland: disable by default for gnomeDudemanguy2020-01-011-0/+4
* Revert "vo_gpu: move wayland below X11 in autoprobe order"Dudemanguy2020-01-011-6/+6
* Bump copyright yearwm42019-12-311-1/+1
* demux: make track switching instant with certain mpegts fileswm42019-12-311-0/+16
* configfiles: Fix utime retcode checkChris Down2019-12-311-1/+1
* player: make unpausing directly after seek work with --keep-openwm42019-12-301-0/+3
* vo_gpu: move wayland below X11 in autoprobe orderwm42019-12-301-6/+6
* manpage: update discussion of nvidia hardware accelerationPhilip Langdale2019-12-291-26/+25
* video: cuda: add explicit context creation for copy hwaccelsPhilip Langdale2019-12-297-14/+72
* demux: fix --stream-record runtime change handlingwm42019-12-291-1/+1
* build: actually remove MediaPlayer sources from build when disabledder richter2019-12-291-1/+1
* vo_gpu: hwdec_vaegl: remove support for old-style interopPhilip Langdale2019-12-285-134/+9
* vo_gpu: hwdec_vdpau: remove direct_modePhilip Langdale2019-12-283-170/+47
* command: add a playlist-unshuffle commandwm42019-12-284-0/+42
* playlist: change from linked list to an arraywm42019-12-2811-187/+172
* ta: add another funny macrowm42019-12-281-0/+15
* ta: document funny macroswm42019-12-281-0/+10
* travis: fix python3 for macOS machinesder richter2019-12-281-1/+6
* stream_dvb: Remove implicit fallthroughs and consistify debug messages.Oliver Freyermuth2019-12-281-4/+12
* w32_common: remove implicit fallthroughJames Ross-Gowan2019-12-291-2/+3
* lua: fix mp.file_info for large filesSai Ke WANG2019-12-281-2/+2
* Update VERSIONsfan52019-12-281-1/+1
* Release 0.31.0v0.31.0release/0.31sfan52019-12-283-81/+56
* DOCS/tech-overview.txt: some more blablawm42019-12-281-27/+67
* audio: react to --ao and --audio-buffer runtime changeswm42019-12-271-3/+3
* m_option: fix runtime changing of --audio-channelswm42019-12-271-3/+14
* DOCS/tech-overview.txt: add lots of irrelevant blablawm42019-12-271-0/+373
* cocoa-cb: force redraw when screen or size changesder richter2019-12-241-0/+2
* cocoa-cb: implement hidpi scale reportingder richter2019-12-242-0/+7
* console: add a basic help commandwm42019-12-241-1/+50
* console: do not strip leading spaceswm42019-12-241-0/+3
* command: extend command-list outputwm42019-12-241-0/+14
* manpage: fix example in --hwdec sectionwm42019-12-241-1/+3
* stats: do not use "tick" eventwm42019-12-241-2/+6
* build: force bootstrap.py to use python3Niklas Haas2019-12-241-1/+1
* osc: redraw on visibility option runtime changeswm42019-12-241-0/+1
* vd_lavc: remove hwdec-by-default special case for RPIwm42019-12-242-1/+4
* vd_lavc: more hwdec autoselect nonsensewm42019-12-242-21/+85
* build: fix build with disabled swift and Media Playerder richter2019-12-232-1/+7
* js: support mp.create_osd_overlay (match 07287262)Avi Halachmi (:avih)2019-12-233-23/+57
* js: batch key bindings updates (match 96932fe7)Avi Halachmi (:avih)2019-12-231-3/+12
* osc: add option to disable santa hatNicolas F2019-12-232-2/+8
* lua: fix guard against division by 0wm42019-12-231-1/+1
* lua: fix passing non-integers to mp.set_osd_ass()wm42019-12-231-0/+2
* osc: set an arbitrary high Z-orderwm42019-12-231-0/+1
* osc: use new overlay APIwm42019-12-231-5/+18
* client API, lua: add new API for setting OSD overlayswm42019-12-2311-68/+292
* lua: batch-update key bindingswm42019-12-231-3/+11
* manpage: document that --vo=xv breaks "boxvideo"wm42019-12-231-0/+3
* demux: stop setting dummy stream on demux_close_stream()wm42019-12-232-7/+9
* stream_concat, stream_memory: more stream_origin stuffwm42019-12-232-0/+19
* bstr: remove unused bstr_splitlines() functionwm42019-12-232-23/+0
* demux_mf: use stream API to open list fileswm42019-12-231-15/+28
* osc: display Santa hat for idle logo in DecemberTheAMM2019-12-231-18/+43
* client API: deprecate tick eventwm42019-12-223-3/+7
* js: read_options: on_update: don't re-read the config fileAvi Halachmi (:avih)2019-12-222-4/+4
* console: reduce border sizewm42019-12-221-1/+1
* osc: use video margins only if OSC is visiblewm42019-12-221-6/+5
* osc: cleanup boxvideo margin handlingwm42019-12-221-20/+23
* osc: full reinit on runtime option changeswm42019-12-221-3/+2
* lua: change runtime option change behaviorwm42019-12-222-24/+33
* demux: remove debug abort()wm42019-12-221-1/+1
* vo_gpu: vulkan: set allow_suboptimal when possibleNiklas Haas2019-12-221-0/+5
* video/out/x11: add fs-screen fallbackNicolas F2019-12-223-2/+7
* command: fix confusing displayed aspect-ratioAbdullah Alansari2019-12-221-0/+33
* js: read_options: support on_update (match 478a321d)Avi Halachmi (:avih)2019-12-212-3/+18
* osc: cosmetics: remove some exce