index
:
mpv
master
video player based on MPlayer/mplayer2
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
libass
Commit message (
Expand
)
Author
Age
*
Avoid invalid memory access in ass_process_subtitle for empty subtitles
reimar
2007-01-07
*
Make -embeddedfonts enabled by default with FontConfig >= 2.4.2.
eugeni
2006-12-17
*
Update some comments.
eugeni
2006-12-17
*
Cosmetics: fix indentation.
eugeni
2006-12-16
*
Keep reselected fonts in an array, adding new ones to the end. Glyph
eugeni
2006-12-16
*
Avoid storing font file path and index in ass_font_t.
eugeni
2006-12-16
*
Remove a mistakenly committed debug printf.
eugeni
2006-12-16
*
FT_Set_Transform is fast enough to be called once for each glyph.
eugeni
2006-12-16
*
Avoid "pointer targets differ in signedness" warnings.
eugeni
2006-12-16
*
Move ascender, descender, and kerning computation to ass_font.c.
eugeni
2006-12-16
*
Get rid on -DGNU_SOURCE for internal code, imported libs should be fixed
reimar
2006-12-12
*
Speed up ASS subtitles display by detecting changes between two consecutive
eugeni
2006-12-06
*
Also free ass_library_t members in ass_library_done
reimar
2006-12-06
*
Open embedded fonts directly from memory.
eugeni
2006-12-03
*
Keep embedded fonts in ass_library_t and perform actual disk write
eugeni
2006-12-03
*
Rename: ass_process_font -> ass_add_font.
eugeni
2006-12-03
*
Avoid calling validate_fname() twice for one string.
eugeni
2006-12-03
*
If a glyph is not found in the current font, switch to another one.
eugeni
2006-11-28
*
Skip glyphs with char code < 0x20.
eugeni
2006-11-28
*
Add FT_Library to ass_font_t.
eugeni
2006-11-28
*
Use (ass_font_t, char code) instead of (FT_Face, glyph index) to identify
eugeni
2006-11-28
*
Don't include freetype headers in other headers.
eugeni
2006-11-27
*
Fix compilation broken in previous commit.
eugeni
2006-11-27
*
Move ass_font_desc_t and ass_font_t declarations to ass_font.h.
eugeni
2006-11-27
*
Cosmetics: reindent.
eugeni
2006-11-27
*
Don't call FT_Set_Transform/FT_Set_Pixel_Sizes if values have not changed.
eugeni
2006-11-27
*
Move ass_font_t allocation to ass_font.h.
eugeni
2006-11-27
*
Initialize font size with 0.
eugeni
2006-11-27
*
Remove obsolete "no_more_font_messages" hack.
eugeni
2006-11-26
*
Move fonts-related code to a separate file.
eugeni
2006-11-26
*
Make ass_new_font return ass_font_t struct (instead of just FT_Face).
eugeni
2006-11-26
*
Move ass_font_t to header.
eugeni
2006-11-26
*
Rename:
eugeni
2006-11-26
*
Merge common parts of all Makefiles into one file included by all.
diego
2006-11-26
*
SRCS should be one per line to make patches more readable.
diego
2006-11-25
*
Remove pointless indirection.
diego
2006-11-25
*
Remove superfluous comment.
diego
2006-11-25
*
Cosmetics: remove unneeded curly brackets.
eugeni
2006-11-20
*
Fix collision detection. The old method tried to avoid gaps between subtitles
eugeni
2006-11-20
*
Unify dep/depend targets.
diego
2006-11-20
*
MSGTRs for libass
kraymer
2006-11-19
*
Collect all includes of mplayer headers in libass in a single file (mputils.h).
eugeni
2006-11-19
*
Support \t with acceleration.
eugeni
2006-11-13
*
Partial fix for semitransparent glyph outlines.
eugeni
2006-11-13
*
s/break/continue/. A crazy mistake, somehow unnoticed for more that 2 months.
eugeni
2006-11-08
*
Bugfix: when copying ass_force_style_list, ending 0 was left out.
eugeni
2006-11-06
*
Calculate text bounding box in a way that does not depend on actual glyph
eugeni
2006-11-06
*
Initialize fontconfig in VFCTRL_INIT_EOSD handler.
eugeni
2006-11-05
*
Cosmetics: indentation fix.
eugeni
2006-11-05
*
Fix the following compiler warnings:
eugeni
2006-11-05
[next]