aboutsummaryrefslogtreecommitdiffhomepage
path: root/libass
Commit message (Expand)AuthorAge
* Reduce margins for plaintext subtitles.Gravatar eugeni2006-10-09
* Avoid crash with fontconfig 2.3.9x (as shipped with SuSE 10.1, FcDirScan is b...Gravatar reimar2006-10-08
* Add copyright notice and vim/emacs comments to libass and vf_ass.c.Gravatar eugeni2006-10-01
* Cosmetics: add some comments.Gravatar eugeni2006-09-24
* Shadow support in libass.Gravatar eugeni2006-09-24
* Free memory in ass_synth_done().Gravatar eugeni2006-09-24
* Reduce size of non-blurred bitmaps.Gravatar eugeni2006-09-23
* Cosmetics. Change indentation of block of code to make it consistent withGravatar eugeni2006-09-23
* Better fix_outline implementation. No more "fix_outline failed" messages,Gravatar eugeni2006-09-23
* Fix width -> orig_width typo causing subtitles to be too far to the rightGravatar reimar2006-09-22
* Move calculation of text parameters (number of lines, height, etc.) fromGravatar eugeni2006-09-22
* Move variable declaration to a more deeply nested block. It is not used outsi...Gravatar eugeni2006-09-22
* Cosmetics: fix indentation after last commit.Gravatar eugeni2006-09-21
* Fix FT_Stroker use in libass. The previous variant ended up with 0-widthGravatar eugeni2006-09-21
* In r19831, font size multiplier was mistakenly applied to border width.Gravatar eugeni2006-09-21
* Sort events by ReadOrder (if both layer and start time are equal).Gravatar eugeni2006-09-19
* Set ReadOrder values for external subtitles.Gravatar eugeni2006-09-19
* Calculate text bounding box in such way that it does not depend on the heightGravatar eugeni2006-09-19
* Cosmetics: fix indentation after last commit.Gravatar eugeni2006-09-19
* Don't call FcDirScan/FcDirSave with FontConfig >= 2.4.Gravatar eugeni2006-09-19
* Fix a stupid bug in list concatenation.Gravatar eugeni2006-09-18
* Reduce code duplication in init_render_context().Gravatar eugeni2006-09-17
* Subtract glyph bitmap from outline bitmap.Gravatar eugeni2006-09-16
* Add \be (blur edges) support to libass.Gravatar eugeni2006-09-16
* Store bitmap glyphs in a separate struct, instead of FreeType's internal buffer.Gravatar eugeni2006-09-16
* Make font outline width proportional to movie resolution.Gravatar eugeni2006-09-13
* Bugfix: timing for empty karaoke words was lost, resultingGravatar eugeni2006-09-06
* Workaround for broken fonts with bad ascender/descender.Gravatar eugeni2006-09-05
* Change \fad behaviour so that it does not get cancelled by \r.Gravatar eugeni2006-09-05
* Simplification.Gravatar eugeni2006-09-05
* Add vertical clipping for subtitles that were moved because of a collision.Gravatar eugeni2006-09-04
* Fix possible unallocated memory read in libass line wrapping code.Gravatar eugeni2006-09-04
* Apply -ass-force-style also to matroska plaintext subs.Gravatar eugeni2006-09-03
* Cosmetics: restore indentation after recent changes.Gravatar eugeni2006-09-03
* Add -ass-styles option. It allows to load styles from a file and use themGravatar eugeni2006-09-03
* Fix last commit.Gravatar eugeni2006-09-03
* More checks in ass_render_event.Gravatar eugeni2006-09-03
* Remove unneeded variable.Gravatar eugeni2006-09-03
* ass-color and ass-border-color options.Gravatar eugeni2006-09-03
* Add support for rendering matroska plaintext subtitles with libass.Gravatar eugeni2006-09-02
* Don't sort events when reading external subs. With r19644, the order does not...Gravatar eugeni2006-09-02
* Better collision detection algorithm. The idea is to keep a subtitle in placeGravatar eugeni2006-09-02
* Remove some unused code.Gravatar eugeni2006-09-02
* Read layer info from external subs.Gravatar eugeni2006-09-02
* Make \fr* parameter a floating point value.Gravatar eugeni2006-09-01
* Bugfix: potential write of unallocated memory.Gravatar eugeni2006-08-31
* Bugfix: wrong height value used in font size calculation.Gravatar eugeni2006-08-31
* Change default font family and color for plain text subs.Gravatar eugeni2006-08-29
* Bugfix: strdup of NULL value.Gravatar eugeni2006-08-29
* Apply -ass-force-style also to tracks generated from subdata.Gravatar eugeni2006-08-29