2006-10-29 |
eugeni |
Revert r20517.
|
2006-10-29 |
eugeni |
Copy the following functions to libass to avoid dependency on the rest of mplayer:
|
2006-10-29 |
eugeni |
Fix width -> orig_width typo.
|
2006-10-28 |
eugeni |
Libass interface reworked:
|
2006-10-27 |
eugeni |
Add missing fontconfig_done() call.
|
2006-10-26 |
eugeni |
Split ass_configure() into several smaller functions.
|
2006-10-20 |
eugeni |
Don't forget to apply scaling coefficients to kerning values.
|
2006-10-19 |
eugeni |
Fix center of rotation calculation. It was overly complex and
|
2006-10-18 |
eugeni |
Center of rotation depends on alignment.
|
2006-10-18 |
eugeni |
Support separate rotation angle for each glyph.
|
2006-10-18 |
eugeni |
Move base point calculation to a separate function. Will be reused soon.
|
2006-10-18 |
eugeni |
Cosmetics: remove commented code.
|
2006-10-18 |
eugeni |
Fix a typo in collision detection code.
|
2006-10-16 |
eugeni |
Remove an outdated debug message.
|
2006-10-15 |
reimar |
Fix crash because of last_glyph < first_glyph, probably caused by first line
|
2006-10-14 |
eugeni |
Zerofill libass static variables during initialization.
|
2006-10-14 |
eugeni |
Free FT_Stroker during libass deinitialization.
|
2006-10-01 |
eugeni |
Add copyright notice and vim/emacs comments to libass and vf_ass.c.
|
2006-09-24 |
eugeni |
Shadow support in libass.
|
2006-09-22 |
reimar |
Fix width -> orig_width typo causing subtitles to be too far to the right
|
2006-09-22 |
eugeni |
Move calculation of text parameters (number of lines, height, etc.) from
|
2006-09-22 |
eugeni |
Move variable declaration to a more deeply nested block. It is not used outside of it.
|
2006-09-21 |
eugeni |
Cosmetics: fix indentation after last commit.
|
2006-09-21 |
eugeni |
Fix FT_Stroker use in libass. The previous variant ended up with 0-width
|
2006-09-21 |
eugeni |
In r19831, font size multiplier was mistakenly applied to border width.
|
2006-09-19 |
eugeni |
Sort events by ReadOrder (if both layer and start time are equal).
|
2006-09-19 |
eugeni |
Calculate text bounding box in such way that it does not depend on the height
|
2006-09-18 |
eugeni |
Fix a stupid bug in list concatenation.
|
2006-09-17 |
eugeni |
Reduce code duplication in init_render_context().
|
2006-09-16 |
eugeni |
Add \be (blur edges) support to libass.
|
2006-09-16 |
eugeni |
Store bitmap glyphs in a separate struct, instead of FreeType's internal buffer.
|
2006-09-13 |
eugeni |
Make font outline width proportional to movie resolution.
|
2006-09-06 |
eugeni |
Bugfix: timing for empty karaoke words was lost, resulting
|
2006-09-05 |
eugeni |
Workaround for broken fonts with bad ascender/descender.
|
2006-09-05 |
eugeni |
Change \fad behaviour so that it does not get cancelled by \r.
|
2006-09-05 |
eugeni |
Simplification.
|
2006-09-04 |
eugeni |
Add vertical clipping for subtitles that were moved because of a collision.
|
2006-09-04 |
eugeni |
Fix possible unallocated memory read in libass line wrapping code.
|
2006-09-03 |
eugeni |
Fix last commit.
|
2006-09-03 |
eugeni |
More checks in ass_render_event.
|
2006-09-03 |
eugeni |
Remove unneeded variable.
|
2006-09-02 |
eugeni |
Better collision detection algorithm. The idea is to keep a subtitle in place
|
2006-09-02 |
eugeni |
Remove some unused code.
|
2006-09-01 |
eugeni |
Make \fr* parameter a floating point value.
|
2006-08-31 |
eugeni |
Bugfix: wrong height value used in font size calculation.
|
2006-08-28 |
eugeni |
Fix font scaling taking margins into account.
|
2006-08-27 |
eugeni |
Cosmetics: fix indentation after r19562.
|
2006-08-27 |
eugeni |
Transition effects support.
|
2006-08-26 |
eugeni |
Reset glyph cache on reconfigure.
|
2006-08-26 |
eugeni |
Add right and left margins support to libass.
|
2006-08-24 |
eugeni |
Fix previous commit.
|
2006-08-24 |
eugeni |
Simplify vf_ass initialization.
|
2006-08-16 |
eugeni |
Fix wrong handling of transparency in \fad(\fade).
|
2006-08-15 |
eugeni |
Replace stdint.h with inttypes.h.
|
2006-08-15 |
eugeni |
Angle value from style was ignored. Not anymore.
|
2006-08-15 |
eugeni |
Add subdata to ass_track conversion for external subtitles.
|
2006-08-15 |
eugeni |
Cosmetics: fix indentation after the last patch.
|
2006-08-15 |
eugeni |
Allow \fade to be used in place of \fad and vice versa.
|
2006-08-13 |
eugeni |
Replace %lld with PRId64, part 2.
|
2006-08-12 |
eugeni |
Fix compilation with gcc 2.95.
|
2006-07-15 |
reynaldo |
marks several read-only string parameters which aren't modified inside the called function as const. Patch by Stefan Huehner, stefan AT huehner-org
|
2006-07-13 |
reynaldo |
marks several function without a prototype which arent used outside its sourcefile as static, Patch by Stefan Huehner - stefan AT huehner-org
|
2006-07-12 |
eugeni |
Support 6 argument variant of \move.
|
2006-07-10 |
eugeni |
Ignoring FT_Glyph_Stroke() errors can potentially lead to double free().
|
2006-07-07 |
eugeni |
Initial libass release (without mencoder support).
|