1
0
mirror of https://github.com/mpv-player/mpv synced 2025-02-06 23:21:54 +00:00
mpv/sub
wm4 190dea149a sub: destroy/recreate ASS_Renderer when disabling/enablings subs
Keeping ASS_Renderers around for a potentially large number of subtitle
tracks could lead to excessive memory usage, especially since the libass
cache is broken (caches even unneeded data), and might consume up to
~500MB of memory for no reason.
2015-12-26 18:35:36 +01:00
..
ass_mp.c sub: remove unused function, move another one 2015-11-29 17:55:02 +01:00
ass_mp.h sub: remove unused function, move another one 2015-11-29 17:55:02 +01:00
dec_sub.c sub: destroy/recreate ASS_Renderer when disabling/enablings subs 2015-12-26 18:35:36 +01:00
dec_sub.h sub: destroy/recreate ASS_Renderer when disabling/enablings subs 2015-12-26 18:35:36 +01:00
draw_bmp.c sub: use macros to remove code duplication 2015-12-24 17:32:10 +01:00
draw_bmp.h csputils: get rid of mp_csp_details 2015-01-06 16:50:58 +01:00
img_convert.c Update license headers 2015-04-13 12:10:01 +02:00
img_convert.h
lavc_conv.c lavc_conv: fix invalid write 2015-12-19 21:21:36 +01:00
osd_dummy.c
osd_font.otf
osd_libass.c osd: fix and cleanup font style management 2015-11-29 17:55:02 +01:00
osd_state.h osd: use the same ASS_Renderer for OSD text and progbar 2015-11-28 19:24:31 +01:00
osd.c video: switch from using display aspect to sample aspect 2015-12-19 20:45:36 +01:00
osd.h osd: use the same ASS_Renderer for OSD text and progbar 2015-11-28 19:24:31 +01:00
sd_ass.c sub: destroy/recreate ASS_Renderer when disabling/enablings subs 2015-12-26 18:35:36 +01:00
sd_lavc.c video: switch from using display aspect to sample aspect 2015-12-19 20:45:36 +01:00
sd.h sub: destroy/recreate ASS_Renderer when disabling/enablings subs 2015-12-26 18:35:36 +01:00