1
0
mirror of https://github.com/mpv-player/mpv synced 2025-01-17 04:22:41 +00:00
mpv/sub
wm4 a62b9cf7a3 osd: free buffer allocated with av_malloc with av_free
free() was used before, which could in theory lead to crashes if
the OSD buffer was freed or resized. (Whether using free() actually
works depends on what function libavutil's av_malloc() uses internally.
On Linux, it seems to use memalign(), which uses free() as counterpart
for deallocation, so the bug never triggered for me.)
2012-08-04 22:22:37 +02:00
..
ass_mp.c sub: simplify code by always defining sub_cp 2012-08-03 06:53:10 +02:00
ass_mp.h
av_sub.c av_sub, spudec: support multiple rectangles 2012-08-03 03:34:38 +02:00
av_sub.h
dec_sub.c
dec_sub.h
find_sub.c
find_subfiles.c
find_subfiles.h
osd_dummy.c Remove teletext support 2012-08-03 00:12:46 +02:00
osd_font.pfb
osd_libass.c Remove teletext support 2012-08-03 00:12:46 +02:00
sd_ass.c
sd.h
spudec.c spudec: use more precise alpha handling for -spuaa 4 2012-08-03 03:34:38 +02:00
spudec.h av_sub, spudec: support multiple rectangles 2012-08-03 03:34:38 +02:00
sub.c osd: free buffer allocated with av_malloc with av_free 2012-08-04 22:22:37 +02:00
sub.h Remove teletext support 2012-08-03 00:12:46 +02:00
subassconvert.c subassconvert: order colour names alphabetically / better match W3 list 2012-08-03 03:47:09 +02:00
subassconvert.h
subreader.c sub: simplify code by always defining sub_cp 2012-08-03 06:53:10 +02:00
subreader.h
vobsub.c
vobsub.h