mpv/libass
iive b43c16f8b6 Our enca code uses strdup() on the input encoding name, as we don't modify it we can use the original constant string.
Uses less memory, code is simpler and faster.
Fixes memory leak (noticed by ulion).


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24879 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-10-28 14:26:05 +00:00
..
Makefile
ass.c Our enca code uses strdup() on the input encoding name, as we don't modify it we can use the original constant string. 2007-10-28 14:26:05 +00:00
ass.h Enable ass_line_spacing option. 2007-09-18 18:34:52 +00:00
ass_bitmap.c
ass_bitmap.h
ass_cache.c
ass_cache.h
ass_font.c Cosmetics: fix indentation after last commit. 2007-10-25 21:20:28 +00:00
ass_font.h
ass_fontconfig.c
ass_fontconfig.h
ass_library.c
ass_library.h
ass_mp.c Enable ass_line_spacing option. 2007-09-18 18:34:52 +00:00
ass_mp.h
ass_render.c Avoid text deformation and subtitles moving outside the screen in pan-and-scan 2007-10-19 18:16:23 +00:00
ass_types.h
ass_utils.c
ass_utils.h
mputils.h