summaryrefslogtreecommitdiffstats
path: root/player
Commit message (Expand)AuthorAgeFilesLines
* lavfi: fix warnings with newer libavfilter versionswm42017-10-271-2/+2
* audio: fix small memory leakwm42017-10-271-0/+1
* command: change demuxer-cache-state property to return multiple rangeswm42017-10-261-20/+27
* demux: drop redundant SEEK_BACKWARD flagwm42017-10-231-3/+2
* video: fix typo in log messageNicolas F2017-10-221-1/+1
* command: read the diff if you want to knowwm42017-10-211-0/+36
* demux: add a back buffer and the ability to seek into itwm42017-10-211-3/+2
* video: fix poitential NULL derefwm42017-10-181-2/+3
* video: remove special path for hwdec screenshotswm42017-10-161-6/+0
* stats: add file sizeJulian2017-10-131-1/+2
* audio: clarify GPL-only partswm42017-10-101-1/+2
* lua: integrate stats.lua scriptJulian2017-10-092-0/+4
* 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
* 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
*