aboutsummaryrefslogtreecommitdiffhomepage
path: root/player/osd.c
Commit message (Expand)AuthorAge
* build: make encoding mode non-optionalGravatar wm42018-05-03
* video: make decoder wrapper a filterGravatar wm42018-01-30
* osd: treat user provided term-status-msg the same as the defaultGravatar Kevin Mitchell2018-01-14
* osd: reference local pointer to mpctx->optsGravatar Kevin Mitchell2018-01-13
* player: show demuxer cache buffered amount in bytes in the status lineGravatar wm42017-12-23
* osd: fix a compiler warning by adding parentheses in if conditionGravatar pavelxdd2017-12-10
* player/osd.c: fix putting --start time on OSDGravatar Leo Izen2017-12-05
* player: use start timestamp for ab-looping if --ab-loop-a is absentGravatar Leo Izen2017-12-03
* player: change 3 remaining GPL-only code pieces to LGPLGravatar wm42017-11-24
* player: minor fix/simplification of OSD time/duration handlingGravatar wm42017-11-24
* player: change license of most core files to LGPLGravatar wm42017-06-23
* player: deprecate "osd" commandGravatar wm42017-06-23
* player: different way to auto-enable the demuxer cacheGravatar wm42017-02-02
* player: remove dysfunctional edition switching OSD codeGravatar wm42017-01-05
* player: litter code with explicit wakeup callsGravatar wm42016-09-16
* player: add option to disable video OSDGravatar wm42016-08-28
* player: avoid some redundant terminal status updatesGravatar wm42016-08-26
* player: do not cut off terminal status line if it contains newlinesGravatar wm42016-07-15
* player: cut off status line on terminal widthGravatar wm42016-07-06
* player: fix previous commitGravatar wm42016-06-12
* player: do not update OSD all the time when pausedGravatar wm42016-06-11
* player: fix OSD bar chapter marksGravatar wm42016-04-22
* command: if only ab-loop-b is set, loop from start of fileGravatar wm42016-04-21
* player: hide cache in status line by default againGravatar wm42016-03-30
* cache: use a single STREAM_CTRL for various cache infoGravatar wm42016-03-29
* osd: cleanup: make OSDTYPE_ constants private to OSD codeGravatar wm42016-03-08
* player: remove old timeline/ordered chapters supportGravatar wm42016-02-15
* player: use different variable to indicate coverartGravatar wm42016-02-01
* player: refactor: some more minor decoder/output decouplingGravatar wm42016-01-29
* player: refactor: eliminate MPContext.d_audioGravatar wm42016-01-22
* player: never show "DS: (unavailable)"Gravatar wm42016-01-20
* player: refactor: eliminate MPContext.d_videoGravatar wm42016-01-17
* video: refactor: disentangle decoding/filtering some moreGravatar wm42016-01-16
* mpv_talloc.h: rename from talloc.hGravatar Dmitrij D. Czarkoff2016-01-11
* osd: do not let OSD messages overwrite --osd-msgN textGravatar wm42015-11-29
* player: replace mistimed-frame-count with vsync-ratio on status lineGravatar wm42015-11-18
* player: remove OSD subtitle render pathGravatar wm42015-11-17
* player: handle rebasing start time differentlyGravatar wm42015-11-16
* win32: support taskbar button progress indicatorGravatar Martin Herkt2015-11-15
* command: rename vo-missed-frame-count propertyGravatar wm42015-11-13
* player: offset chapter display by start timeGravatar wm42015-10-23
* command: make time properties unavailable if timestamp is unknownGravatar wm42015-10-16
* player: use OSD formattin for DS on the terminal status lineGravatar wm42015-08-12
* player: add display sync modeGravatar wm42015-08-10
* player: show larger cache sizes in MB on status lineGravatar wm42015-07-14
* video: do not use MP_NOPTS_VALUE for A/V differenceGravatar wm42015-05-24
* Update license headersGravatar Marcin Kurczewski2015-04-13
* command: improve A-B loop behaviorGravatar wm42014-11-18
* command: implement A-B loopsGravatar wm42014-11-18
* player: make the osd-msg prefix work for playlist_next/prevGravatar wm42014-11-11