mpv/player
Christoph Heinrich b7ffe0d16e osc: skip rendering when osd_dimensions are 0
The idle logo could appear on the left side of the window for a split
second after starting.
That is because when osd dimensions can be reported as 0 at the very beginning.
Since the width gets calculated based on a fixed height and the aspect ratio,
which is 0, that results in a width of 0 until the next update.
2023-04-05 17:14:43 +00:00
..
javascript
lua osc: skip rendering when osd_dimensions are 0 2023-04-05 17:14:43 +00:00
audio.c
client.c
client.h
command.c player: set playlist title to media title if not set already 2023-03-24 02:28:49 +00:00
command.h
configfiles.c
core.h loadfile: report hls_bitrate and program_id in struct track 2023-03-03 23:54:46 -06:00
external_files.c
external_files.h
javascript.c
loadfile.c loadfile: strongly prefer that all streams are from the same program 2023-03-03 23:54:46 -06:00
lua.c various: fix various typos in the code base 2023-03-28 19:29:44 +00:00
main.c player: remove unittest option 2023-03-02 15:45:27 +00:00
misc.c
osd.c
playloop.c
screenshot.c player/screenshot: add filename return field 2023-03-25 16:24:21 +00:00
screenshot.h
scripting.c
sub.c
video.c various: fix typos 2023-03-28 19:29:44 +00:00