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
*
Clean up the way get_path is handled: Compile get_path.c to an object to link
diego
2007-08-28
*
Fix compilation of ass_fontconfig.c when fontconfig is disabled.
iive
2007-08-04
*
Don't apply windows-like font scaling if hhea or os2 tables contain invalid
eugeni
2007-08-03
*
Workaround for fonts with zero ascender/descender in horizontal header.
eugeni
2007-08-03
*
Factor out common code from ass_font_new and ass_font_reselect.
eugeni
2007-08-03
*
More simple and correct font reselection.
eugeni
2007-08-03
*
Do not use leading underscores in multiple inclusion guards, they are reserved.
diego
2007-07-02
*
Consistently use filename as multiple inclusion guard.
diego
2007-07-02
*
When parsing ass-force-style arguments, search for '=' and '.' characters with
eugeni
2007-06-15
*
Make sure there is at least one style in ass_track when parsing events.
eugeni
2007-06-15
*
Move code for reading a file and recoding it to utf-8 to a separate function.
eugeni
2007-06-01
*
Fix #if condition.
eugeni
2007-05-20
*
FT_Request_Size does not exist in FreeType 2.1.*. Fallback to FT_Set_Char_Size.
eugeni
2007-05-20
*
Correct font size in libass.
eugeni
2007-05-19
*
Revert y-axis rotation. Change order of rotations.
eugeni
2007-05-18
*
Support fractional font sizes.
eugeni
2007-05-14
*
Limit ass_font_set_transform to nonrotating transformations.
eugeni
2007-05-14
*
Don't deallocate font data if it will be used later.
eugeni
2007-05-09
*
Move variables and a function under #ifdef FC_VERSION to avoid warnings.
eugeni
2007-05-03
*
Deallocate FontConfig objects.
eugeni
2007-05-03
*
Fix stupid bug in r23229.
eugeni
2007-05-03
*
Deallocate string.
eugeni
2007-05-03
*
In ass_font_new, allocate temporary ass_font_t on stack and return the pointer
eugeni
2007-05-03
*
Make cache_*_add functions return the pointer to new (copied) value.
eugeni
2007-05-03
*
Always deallocate glyphs. Fixes memory leak.
eugeni
2007-05-02
*
Update comments.
eugeni
2007-05-01
*
Cosmetics.
eugeni
2007-05-01
*
Move glyph_to_bitmap() call and outline glyph deallocation to
eugeni
2007-05-01
*
Minor code simplification.
eugeni
2007-05-01
*
Move get_bitmap_glyph() call to a separate loop.
eugeni
2007-05-01
*
Move transform_3d() call to get_bitmap_glyph().
eugeni
2007-05-01
*
Make a function static.
eugeni
2007-05-01
*
Don't recalculate rotation radius.
eugeni
2007-05-01
*
Bugfix: glyph cache depends on border width, because it contains outline_glyph
eugeni
2007-05-01
*
Add -ass-hinting option for setting font hinting method.
eugeni
2007-04-27
*
Fix division by zero in "\t" parsing.
eugeni
2007-04-27
*
Do not use FT_Glyph_Copy with NULL glyphs.
eugeni
2007-04-24
*
Deallocate glyphs in a separate loop.
eugeni
2007-04-21
*
Always deallocate glyphs. Fixes a memory leak.
eugeni
2007-04-21
*
Reset outline glyph cache when configuration changes.
eugeni
2007-04-21
*
Scale camera distance.
eugeni
2007-04-21
*
Remove unused variables.
eugeni
2007-04-20
*
Cosmetics.
eugeni
2007-04-20
*
Allow caching of rotated glyphs.
eugeni
2007-04-20
*
Add shift_[xy] (vector that is added to the glyph before transformation) to
eugeni
2007-04-20
*
Fill bitmap_hash_key during parsing stage, call get_bitmap_glyph() much later.
eugeni
2007-04-20
*
Remove bbox and advance vector from bitmap cache.
eugeni
2007-04-20
*
Store outline_glyph (glyph border) in glyph cache.
eugeni
2007-04-20
*
Cosmetics: reindentation.
eugeni
2007-04-20
*
Because of the outline glyph cache it is now possible for glyph_info_t to have
eugeni
2007-04-20
[next]