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
*
Don't forget to apply scaling coefficients to kerning values.
eugeni
2006-10-20
*
Fix center of rotation calculation. It was overly complex and
eugeni
2006-10-19
*
Center of rotation depends on alignment.
eugeni
2006-10-18
*
Support separate rotation angle for each glyph.
eugeni
2006-10-18
*
Move base point calculation to a separate function. Will be reused soon.
eugeni
2006-10-18
*
Cosmetics: remove commented code.
eugeni
2006-10-18
*
Fix a typo in collision detection code.
eugeni
2006-10-18
*
Remove an outdated debug message.
eugeni
2006-10-16
*
Fix crash because of last_glyph < first_glyph, probably caused by first line
reimar
2006-10-15
*
Zerofill libass static variables during initialization.
eugeni
2006-10-14
*
Free FT_Stroker during libass deinitialization.
eugeni
2006-10-14
*
Reduce margins for plaintext subtitles.
eugeni
2006-10-09
*
Avoid crash with fontconfig 2.3.9x (as shipped with SuSE 10.1, FcDirScan is b...
reimar
2006-10-08
*
Add copyright notice and vim/emacs comments to libass and vf_ass.c.
eugeni
2006-10-01
*
Cosmetics: add some comments.
eugeni
2006-09-24
*
Shadow support in libass.
eugeni
2006-09-24
*
Free memory in ass_synth_done().
eugeni
2006-09-24
*
Reduce size of non-blurred bitmaps.
eugeni
2006-09-23
*
Cosmetics. Change indentation of block of code to make it consistent with
eugeni
2006-09-23
*
Better fix_outline implementation. No more "fix_outline failed" messages,
eugeni
2006-09-23
*
Fix width -> orig_width typo causing subtitles to be too far to the right
reimar
2006-09-22
*
Move calculation of text parameters (number of lines, height, etc.) from
eugeni
2006-09-22
*
Move variable declaration to a more deeply nested block. It is not used outsi...
eugeni
2006-09-22
*
Cosmetics: fix indentation after last commit.
eugeni
2006-09-21
*
Fix FT_Stroker use in libass. The previous variant ended up with 0-width
eugeni
2006-09-21
*
In r19831, font size multiplier was mistakenly applied to border width.
eugeni
2006-09-21
*
Sort events by ReadOrder (if both layer and start time are equal).
eugeni
2006-09-19
*
Set ReadOrder values for external subtitles.
eugeni
2006-09-19
*
Calculate text bounding box in such way that it does not depend on the height
eugeni
2006-09-19
*
Cosmetics: fix indentation after last commit.
eugeni
2006-09-19
*
Don't call FcDirScan/FcDirSave with FontConfig >= 2.4.
eugeni
2006-09-19
*
Fix a stupid bug in list concatenation.
eugeni
2006-09-18
*
Reduce code duplication in init_render_context().
eugeni
2006-09-17
*
Subtract glyph bitmap from outline bitmap.
eugeni
2006-09-16
*
Add \be (blur edges) support to libass.
eugeni
2006-09-16
*
Store bitmap glyphs in a separate struct, instead of FreeType's internal buffer.
eugeni
2006-09-16
*
Make font outline width proportional to movie resolution.
eugeni
2006-09-13
*
Bugfix: timing for empty karaoke words was lost, resulting
eugeni
2006-09-06
*
Workaround for broken fonts with bad ascender/descender.
eugeni
2006-09-05
*
Change \fad behaviour so that it does not get cancelled by \r.
eugeni
2006-09-05
*
Simplification.
eugeni
2006-09-05
*
Add vertical clipping for subtitles that were moved because of a collision.
eugeni
2006-09-04
*
Fix possible unallocated memory read in libass line wrapping code.
eugeni
2006-09-04
*
Apply -ass-force-style also to matroska plaintext subs.
eugeni
2006-09-03
*
Cosmetics: restore indentation after recent changes.
eugeni
2006-09-03
*
Add -ass-styles option. It allows to load styles from a file and use them
eugeni
2006-09-03
*
Fix last commit.
eugeni
2006-09-03
*
More checks in ass_render_event.
eugeni
2006-09-03
*
Remove unneeded variable.
eugeni
2006-09-03
*
ass-color and ass-border-color options.
eugeni
2006-09-03
[next]