summaryrefslogtreecommitdiffstats
path: root/player
Commit message (Expand)AuthorAgeFilesLines
* 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
* command: drop "audio-out-detected-device" propertywm42017-10-091-15/+1
* player: change a minor code fragment to LGPLwm42017-10-041-5/+0
* osc: fix rare stack overflow when changing visibility modeAvi Halachmi (:avih)2017-09-231-1/+6
* js: fix broken mp.set_property_number, mp.set_property_nativeAvi Halachmi (:avih)2017-09-231-2/+2
* vo_opengl: refactor into vo_gpuNiklas Haas2017-09-211-17/+0
* build: add preliminary LGPL modewm42017-09-212-4/+0
* audio: make libaf derived code optionalwm42017-09-215-91/+241
* audio_buffer: remove dependency on mp_audiowm42017-09-211-22/+29
* options: remove --heartbeat-cmd and --heartbeat--intervalwm42017-09-182-17/+0
* vo: avoid putting large voctrl_performance_data on stackNiklas Haas2017-09-111-10/+17
* vo_opengl: refactor/fix mp_pass_perf codeNiklas Haas2017-09-111-6/+2
* ytdl_hook: resolve relative paths when joining segment urlsRicardo Constantino2017-09-031-1/+21
* audio: fix format change regressionwm42017-09-031-3/+3
* input: merge mouse wheel and axis keycodesJames Ross-Gowan2017-09-032-4/+2
* input: use mnemonic names for mouse buttonsJames Ross-Gowan2017-09-032-49/+54
* command: restore OSD marker for video equalizer propertieswm42017-08-231-7/+8
* video: change --deinterlace behaviorwm42017-08-223-89/+9
* video: redo video equalizer option handlingwm42017-08-222-112/+1
* options: add a thread-safe way to notify option updateswm42017-08-221-8/+0
* audio: introduce a new type to hold audio frameswm42017-08-168-73/+114
* player: make refresh seeks slightly more robustwm42017-08-146-33/+40
* player: do not destroy VO immediately if there is no video trackwm42017-08-141-1/+0
* player: add --track-auto-selection optionwm42017-08-121-2/+2
* player: fix another audio resync issuewm42017-08-121-1/+1
* player: make --lavfi-complex changeable at runtimewm42017-08-128-97/+182
* player: fix --lavfi-complex freezewm42017-08-113-5/+8
* player: fix confusion in audio resync codewm42017-08-081-2/+6
* player: fix --end with large valueswm42017-08-081-2/+5
* player: readd smi subtitle extensionwm42017-08-081-1/+1
* ytdl_hook: support fragments with relative pathsRicardo Constantino2017-08-061-5/+16
* options: --priority can be LGPLwm42017-08-031-1/+1
* vo_opengl: add direct rendering supportwm42017-07-241-0/+1
* input: drop deprecated "osd" commandwm42017-07-211-22/+0
* ytdl_hook: add a header to support geo-bypassJagannathan Tiruvallur Eachambadi2017-07-161-1/+1
* player: change default section when loading encoding-profiles.confwm42017-07-121-3/+3
* Revert "player: always load encoding-profiles.conf"wm42017-07-121-3/+3
* ytdl_hook: actually load the script-optsRicardo Constantino2017-07-111-5/+7
* ytdl_hook: add option to exclude URLs from being parsedRicardo Constantino2017-07-111-4/+30
* ytdl_hook: add times for ytdl and hook running on debug-levelRicardo Constantino2017-07-111-0/+3
* js: utils.getenv(): fix crash on undefined varAvi Halachmi (:avih)2017-07-061-1/+6
* command: add missing change notification for playlist-shufflewm42017-07-041-0/+1
* ytdl_hook: add pre-parsed chapters, if availableRicardo Constantino2017-07-021-3/+13
* options: change everything againwm42017-07-021-1/+48
* m_option: remove redundant indirectionswm42017-07-021-1/+1
* vo_opengl: refactor vo performance subsystemNiklas Haas2017-07-011-14/+59
* scripting: add wrapper to load scripts with user pathsRicardo Constantino2017-06-303-6/+12
* client API: change mpv_create() behavior, run init always on mpv threadwm42017-06-301-16/+24
* Universal Windows Plaform (UWP) supportPedro Pombeiro2017-06-291-0/+2
* build: change how some OS specific source files are selectedwm42017-06-291-1/+1
* options: handle suffixes like -add in a more generic waywm42017-06-261-25/+0
* player: document where the magic "encoding" section name is usedwm42017-06-261-0/+1
* player: always load encoding-profiles.confwm42017-06-261-3/+3
* player: change license of most core files to LGPLwm42017-06-2311-77/+89
* player/audio: mark some libaf interfacing parts as GPL onlywm42017-06-231-0/+8
* command: add git hashes for some GPL-only partswm42017-06-231-0/+2
* player: revert multiple help outputwm42017-06-231-9/+8
* player: disable dumping configutation in LGPL modewm42017-06-231-0/+3
* player: disable --frames in WIP LGPL modewm42017-06-231-0/+6
* player: disable video equalizer frontend code for WIP LGPL modewm42017-06-232-0/+8
* player: disable deinterlace property for WIP LGPL modewm42017-06-232-0/+11
* player: disable --priority for WIP LGPL modewm42017-06-231-1/+1
* player: deprecate "osd" commandwm42017-06-233-1/+9
* demux: get rid of DEMUXER_CTRL_GET_TIME_LENGTHwm42017-06-201-8/+1
* external_files: change license to LGPLwm42017-06-202-17/+17
* demux: replace custom return codes with CONTROL_ oneswm42017-06-191-2/+2
* input: change license to LGPLwm42017-06-191-0/+4
* player: seek backward for type MPSEEK_FACTORjrodatus2017-06-181-1/+1
* vo_opengl: implement support for OOTFs and non-display referred contentNiklas Haas2017-06-181-0/+2
* video: refactor HDR implementationNiklas Haas2017-06-181-1/+0
* javascript: replace custom MIN macro with MPMINwm42017-06-171-5/+3
* command: avoid going through prop->opt bridge from opt->prop bridgewm42017-06-161-0/+11
* command: add all options to property->option bridgewm42017-06-151-13/+13
* js: add javascript scripting support using MuJSAvi Halachmi (:avih)2017-06-143-0/+1806
* scripting: expand --script filename for C pluginsHoyon Mak2017-06-092-6/+7
* ytdl_hook: don't override start time set by saved stateMartin D2017-06-091-1/+7
* ytdl_hook: don't override user-set start timeRicardo Constantino2017-06-081-1/+2
* options: another missed --sub-ass-style-override usewm42017-06-071-1/+1
* options: fix some missing --sub-ass-style-override renameswm42017-06-071-1/+1
* external_files: parse ~ in --{sub,audio}-pathsrr-2017-05-311-3/+7
* OSD message: "Drop files or URLs to play here."nodiscc2017-05-311-1/+1
* player: make sure version information is always included in --log-filewm42017-05-221-0/+5
* command: use scale_units to add/cycle integer propertiesJames Ross-Gowan2017-05-121-16/+38
* vo.c, vo.h, vo_null.c: change license to LGPLwm42017-05-101-4/+0
* audio: replace from_dB functionwm42017-05-051-8/+4
* ytdl_hook: rework edl joining to use lua tablesRicardo Constantino2017-05-041-5/+7
* lua: increase subprocess stdout limit to 64MBRicardo Constantino2017-05-041-1/+1
* player: fix potential segfault when playing dvd:// with DVD disabledwm42017-05-011-1/+1
* audio: merge --replaygain-track and --replaygain-album into one optionwm42017-04-271-2/+2
* audio: fix replaygain volume scalewm42017-04-271-0/+1
* audio: move replaygain control to top-level optionswm42017-04-262-4/+53
* player: close audio device on no audio trackMarko Hauptvogel2017-04-251-1/+3
* osc: also add processing for axis_up/down eventsRicardo Constantino2017-04-251-4/+6
* ytdl_hook: treat single-entry playlists as a single videoRicardo Constantino2017-04-231-1/+9
* ytdl_hook: move single video code to a separate functionRicardo Constantino2017-04-231-94/+98
* external_files.c: add GPL headerwm42017-04-211-0/+17
* osc: add user_opts.boxmaxchars for box layout title limitAvi Halachmi (:avih)2017-04-191-3/+6
* osc: add volume icons to osd font and use themRicardo Constantino2017-04-191-3/+4
* osc: move volume left of fullscreen buttonRicardo Constantino2017-04-191-16/+17
* osc: bottom/topbar: add fullscreen buttonRicardo Constantino2017-04-191-4/+13
* osc: add volume buttonRicardo Constantino2017-04-191-3/+41
* osc: support handling mouse wheel eventsRicardo Constantino2017-04-191-4/+8
* osc: simplify checks in key handlerRicardo Constantino2017-04-191-30/+25
* osc: fix last potential race condition on key eventsRicardo Constantino2017-04-191-1/+2
* Fix use of ISC licensewm42017-04-151-1/+3
* player: fix a corner case in previous commitwm42017-04-143-3/+5
* player: fix core-idle and eof-reached update notifcationswm42017-04-145-11/+37
* player: unmess pause state handlingwm42017-04-145-65/+53
* player: add --keep-open-pause=no optionDan Oscarsson2017-04-141-1/+1
* osc: use "loop-playlist" instead of "loop" propertywm42017-04-111-1/+1
* command, manpage: some leftover mentions of renamed --loop optionwm42017-04-111-1/+1
* command: update sub-fps etc. options on runtime changeswm42017-04-101-11/+7
* audio: deprecate most audio filterswm42017-04-041-1/+2
* video: deprecate almost all video filterswm42017-04-021-3/+4
* screenshot: cleanup: use normal MSGL_ defineswm42017-04-011-19/+9
* player: make screenshot commands honor the async flagwm42017-04-015-29/+104
* player: enable "buffering" pausing for DASH streams toowm42017-04-011-1/+2
* external_files: enable autoloading with URLsRicardo Constantino2017-04-011-3/+4
* external_files: actually try to autoload from fallback pathsRicardo Constantino2017-04-011-2/+2
* command: add property notifications for hwdec propertieswm42017-03-311-3/+3
* osc: escape ASS and strip newlines on titleRicardo Constantino2017-03-271-0/+2
* <