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
/
ass_render.c
Commit message (
Expand
)
Author
Age
*
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
*
Deallocate string.
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
*
Make get_*_glyph return void.
eugeni
2007-04-20
*
Move outline glyph generation to a separate function, using outline glyph
eugeni
2007-04-20
*
Rename glyph cache to bitmap cache.
eugeni
2007-04-20
*
A meaningless cosmetic change.
eugeni
2007-04-20
*
Add perspective projection.
eugeni
2007-04-20
*
Applying transformation matrix to the glyph and the shift vector separately is
eugeni
2007-04-20
*
Cosmetics: reindentation.
eugeni
2007-04-20
*
Disable caching of rotated glyphs.
eugeni
2007-04-20
*
Fix a stupid bug in r22473: bbox is zero-filled everytime when a glyph
eugeni
2007-04-13
*
Fix lost hard linebreaks in libass by repeating the loop when both soft and
eugeni
2007-04-07
*
"()" to "(void)" function param list fixes
uau
2007-04-01
*
Use FT_Glyph_StrokeBorder to render only the outside border.
iive
2007-03-31
*
A function always returning 0 could as well return void.
eugeni
2007-03-06
*
Text alignment should not use bounding boxes of individual glyphs.
eugeni
2007-03-06
*
Reset advance vector and glyph bounding box if glyph could not be found.
eugeni
2007-03-06
*
Fix incorrect spacing introduced in r22231:
eugeni
2007-03-03
*
10l: x2scr used twice instead of y2scr.
eugeni
2007-03-02
*
Bugfix: transform origin to screen coordinates.
eugeni
2007-03-02
*
Fix \a parsing broken in r22291
uau
2007-02-23
[next]