summaryrefslogtreecommitdiffstats
path: root/player/osd.c
Commit message (Expand)AuthorAgeFilesLines
* player: don't print status line again when quittingwm42018-08-111-2/+5
* player: make playback termination asynchronouswm42018-05-241-1/+2
* build: make encoding mode non-optionalwm42018-05-031-4/+1
* video: make decoder wrapper a filterwm42018-01-301-3/+4
* osd: treat user provided term-status-msg the same as the defaultKevin Mitchell2018-01-141-20/+24
* osd: reference local pointer to mpctx->optsKevin Mitchell2018-01-131-2/+2
* player: show demuxer cache buffered amount in bytes in the status linewm42017-12-231-4/+5
* osd: fix a compiler warning by adding parentheses in if conditionpavelxdd2017-12-101-1/+3
* player/osd.c: fix putting --start time on OSDLeo Izen2017-12-051-1/+2
* player: use start timestamp for ab-looping if --ab-loop-a is absentLeo Izen2017-12-031-2/+3
* player: change 3 remaining GPL-only code pieces to LGPLwm42017-11-241-5/+0
* player: minor fix/simplification of OSD time/duration handlingwm42017-11-241-21/+6
* player: change license of most core files to LGPLwm42017-06-231-7/+9
* player: deprecate "osd" commandwm42017-06-231-0/+3
* player: different way to auto-enable the demuxer cachewm42017-02-021-5/+7
* player: remove dysfunctional edition switching OSD codewm42017-01-051-6/+0
* player: litter code with explicit wakeup callswm42016-09-161-7/+8
* player: add option to disable video OSDwm42016-08-281-4/+9
* player: avoid some redundant terminal status updateswm42016-08-261-11/+9
* player: do not cut off terminal status line if it contains newlineswm42016-07-151-1/+1
* player: cut off status line on terminal widthwm42016-07-061-0/+6
* player: fix previous commitwm42016-06-121-0/+3
* player: do not update OSD all the time when pausedwm42016-06-111-0/+5
* player: fix OSD bar chapter markswm42016-04-221-1/+1
* command: if only ab-loop-b is set, loop from start of filewm42016-04-211-4/+5
* player: hide cache in status line by default againwm42016-03-301-1/+1
* cache: use a single STREAM_CTRL for various cache infowm42016-03-291-6/+6
* osd: cleanup: make OSDTYPE_ constants private to OSD codewm42016-03-081-1/+1
* player: remove old timeline/ordered chapters supportwm42016-02-151-5/+3
* player: use different variable to indicate coverartwm42016-02-011-1/+1
* player: refactor: some more minor decoder/output decouplingwm42016-01-291-1/+2
* player: refactor: eliminate MPContext.d_audiowm42016-01-221-2/+2
* player: never show "DS: (unavailable)"wm42016-01-201-3/+6
* player: refactor: eliminate MPContext.d_videowm42016-01-171-4/+4
* video: refactor: disentangle decoding/filtering some morewm42016-01-161-3/+5
* mpv_talloc.h: rename from talloc.hDmitrij D. Czarkoff2016-01-111-1/+1
* osd: do not let OSD messages overwrite --osd-msgN textwm42015-11-291-14/+8
* player: replace mistimed-frame-count with vsync-ratio on status linewm42015-11-181-1/+3
* player: remove OSD subtitle render pathwm42015-11-171-10/+1
* player: handle rebasing start time differentlywm42015-11-161-2/+1
* win32: support taskbar button progress indicatorMartin Herkt2015-11-151-0/+1
* command: rename vo-missed-frame-count propertywm42015-11-131-8/+2
* player: offset chapter display by start timewm42015-10-231-1/+2
* command: make time properties unavailable if timestamp is unknownwm42015-10-161-2/+10
* player: use OSD formattin for DS on the terminal status linewm42015-08-121-1/+5
* player: add display sync modewm42015-08-101-0/+6
* player: show larger cache sizes in MB on status linewm42015-07-141-1/+5
* video: do not use MP_NOPTS_VALUE for A/V differencewm42015-05-241-4/+1
* Update license headersMarcin Kurczewski2015-04-131-5/+4
* command: improve A-B loop behaviorwm42014-11-181-1/+1
* command: implement A-B loopswm42014-11-181-7/+17
* player: make the osd-msg prefix work for playlist_next/prevwm42014-11-111-0/+6
* osd: properly wakeup when the OSD function disappearswm42014-11-011-3/+10
* player: update meaning of drop_frame_cntwm42014-11-011-3/+3
* player: change framedrop display in the status linewm42014-10-311-4/+5
* player: don't display zero duration for files with unknown durationwm42014-10-291-2/+5
* player: show busy symbol on OSD if seeking takes too longwm42014-10-221-2/+7
* player: fix OSD cyclingwm42014-10-141-0/+2
* osd: don't let slow commands cut OSD messages shortwm42014-10-061-1/+8
* player: remove central uninit_player() function and flags messwm42014-10-031-2/+1
* build: add -Wno-format-zero-lengthwm42014-09-261-1/+1
* player: do not wrongly clear OSD bar stops, reindentwm42014-09-251-30/+30
* player: simplify OSD message handling codewm42014-09-251-101/+56
* player: rate-limit OSD text updatewm42014-09-251-9/+13
* osd: fix --term-osd=nowm42014-09-221-1/+1
* command: simplify OSD property display codewm42014-09-211-8/+3
* player: rename "Late:" field to "SD:"wm42014-09-201-1/+1
* player: allow overriding OSD message for all OSD levelswm42014-09-181-17/+26
* command: add osd-sym-cc propertywm42014-09-181-11/+10
* player: better cache status on status linewm42014-08-271-3/+18
* terminal: some cleanupswm42014-08-211-2/+3
* player: never print status messages before playback beginswm42014-08-181-1/+3
* player: remove unneeded callwm42014-08-181-1/+1
* video: add VO framedropping modewm42014-08-151-2/+9
* player: remove cache status from video OSDwm42014-08-111-3/+0
* player: indicate on the status line whether a seek is activewm42014-08-081-1/+3
* osd: properly handle OSD bar timeoutwm42014-07-211-4/+10
* player: remove the last instances of pollingwm42014-07-181-7/+9
* command: change cache perentage to float, add cache-free and cache-usedAndrey Morozov2014-07-021-4/+4
* player: make the time display relative to start PTSTsukasa OMOTO2014-06-291-3/+2
* player: show "neutral" position markers for OSD barswm42014-06-081-3/+8
* player: hack to fix --msgmodule --term-osd-barwm42014-04-131-1/+1
* options: handle escape sequences in e.g. --playing-msg differentlywm42014-02-201-2/+2
* options: add --no-terminal switchwm42014-02-101-0/+6
* sub: uglify OSD code path with lockingwm42014-01-181-18/+18
* player: remove OSD message IDswm42014-01-171-14/+10
* player: remove OSD stackwm42014-01-171-55/+15
* player: don't use OSD message stack for term OSD subswm42014-01-171-13/+16
* msg: move special declarations to msg_control.hwm42014-01-161-0/+1
* player: handle the corner cases in --term-osd-bar correctlyJohannes Nixdorf2014-01-151-3/+3
* player: use more than 1/100 resolution for --term-osd-barJohannes Nixdorf2014-01-151-1/+2
* player: add --term-osd-bar, which shows a status bar on the terminalwm42014-01-151-0/+29
* player: don't print status in --idle modewm42014-01-141-1/+1
* player: redo terminal OSD and status line handlingwm42014-01-131-48/+56
* player: don't block terminal OSD while seekingwm42014-01-131-3/+6
* player: always ise [statusline] for terminal OSDwm42014-01-051-3/+3
* player: add --secondary-sid for displaying a second subtitle streamwm42013-12-241-2/+2
* player: use separate msg prefix for statuslinewm42013-12-211-3/+3
* Rename getch2....c/h to terminal....c/hwm42013-12-191-1/+1
* player: replace some overlooked mp_msgswm42013-12-191-6/+5
* Split mpvcore/ into common/, misc/, bstr/wm42013-12-171-3/+3
* Move options/config related files from mpvcore/ to options/wm42013-12-171-2/+2
* Rename mp_core.h to core.hwm42013-12-171-1/+1
* Move mpvcore/player/ to player/wm42013-12-171-0/+518