summaryrefslogtreecommitdiffstats
path: root/player
Commit message (Expand)AuthorAgeFilesLines
* ytdl_hook: use table concat for playlist buildingRicardo Constantino2017-12-241-5/+4
* ytdl_hook: don't preappend ytdl:// to non-youtube links in playlistsRicardo Constantino2017-12-241-1/+5
* player: update duration based on highest timestamp demuxedwm42017-12-243-0/+4
* player: allow seeking in cached parts of unseekable streamswm42017-12-241-7/+10
* command: use IEC symbols for file size formattingMartin Herkt2017-12-241-4/+4
* player: make track language matching case insensitivewm42017-12-232-2/+2
* osc: show demuxer cache buffered amount in byteswm42017-12-231-2/+6
* player: show demuxer cache buffered amount in bytes in the status linewm42017-12-231-4/+5
* options: deprecate --ff- options and propertieswm42017-12-211-0/+2
* command: make video-frame-info property observablewm42017-12-201-1/+1
* dvb: Fix long channel switching: next/prev channelrim2017-12-161-4/+4
* js: implement mp.msg.trace()TheAMM2017-12-161-1/+1
* lua: implement mp.msg.traceNiklas Haas2017-12-151-0/+1
* msg: reinterpret a bunch of message levelsNiklas Haas2017-12-155-16/+16
* lua+js: implement utils.file_info()TSaaristo2017-12-132-0/+79
* osd: fix a compiler warning by adding parentheses in if conditionpavelxdd2017-12-101-1/+3
* video: add a shitty hack to avoid missing subtitles with vf_subwm42017-12-081-0/+2
* player: when loading external file, always add all track typeswm42017-12-071-12/+23
* player: rebase start time even for subtitle streamswm42017-12-071-1/+1
* Revert "ytdl: handle HLS with FFmpeg"Kevin Mitchell2017-12-071-4/+1
* ytdl: handle HLS with FFmpegwm42017-12-061-1/+4
* player/osd.c: fix putting --start time on OSDLeo Izen2017-12-051-1/+2
* player/playloop.c: fix --loop-file without --startLeo Izen2017-12-051-1/+3
* player/misc.c: allow both --length and --end to control play endpointLeo Izen2017-12-041-2/+3
* player/playloop.c: respect playback start time when using --loop-fileLeo Izen2017-12-031-5/+11
* player: use start timestamp for ab-looping if --ab-loop-a is absentLeo Izen2017-12-034-7/+39
* player: add get_play_start_ptsLeo Izen2017-12-034-14/+60
* Fix various typos in log messagesNicolas F2017-12-032-4/+4
* audio: fix missing volume update on init and reinitwm42017-12-011-0/+3
* scripting: report dlerror() outputNicolas F2017-12-011-4/+7
* vd_lavc: rewrite how --hwdec is handledwm42017-12-011-25/+14
* vo_gpu: make it possible to load multiple hwdec interop driverswm42017-12-011-8/+4
* client: Allow "C.UTF-8" as LC_NUMERIC localesfan52017-11-301-1/+1
* audio: add audio softvol processing to AOwm42017-11-291-58/+57
* af: remove deprecated audio filterswm42017-11-292-85/+1
* video: remove automatic stereo3d filter insertionwm42017-11-291-12/+1
* video: fix rotation and deinterlace auto filterswm42017-11-291-2/+6
* player: match subtitles with language tags with --sub-auto=exactwm42017-11-271-18/+15
* player: change 3 remaining GPL-only code pieces to LGPLwm42017-11-242-15/+1
* player: minor fix/simplification of OSD time/duration handlingwm42017-11-244-24/+12
* demux: export demuxer cache sizes in byteswm42017-11-101-0/+2
* player: change license of some code surrounding --frames to LGPLwm42017-11-061-6/+0
* player: log if NDEBUG is definedwm42017-11-041-0/+3
* osc: make cycling visibility an input.conf key bindingwm42017-11-031-1/+1
* osc: render seek ranges a bit less uglyChrisK22017-11-021-1/+1
* osc: render seek rangeswm42017-11-021-0/+26
* screenshot: create directories from templateNicolas F2017-11-021-0/+5
* demux: refactor to export seek rangeswm42017-10-301-7/+8
* 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
*