aboutsummaryrefslogtreecommitdiffhomepage
path: root/libass
Commit message (Expand)AuthorAge
* SRCS should be one per line to make patches more readable.Gravatar diego2006-11-25
* Remove pointless indirection.Gravatar diego2006-11-25
* Remove superfluous comment.Gravatar diego2006-11-25
* Cosmetics: remove unneeded curly brackets.Gravatar eugeni2006-11-20
* Fix collision detection. The old method tried to avoid gaps between subtitlesGravatar eugeni2006-11-20
* Unify dep/depend targets.Gravatar diego2006-11-20
* MSGTRs for libassGravatar kraymer2006-11-19
* Collect all includes of mplayer headers in libass in a single file (mputils.h).Gravatar eugeni2006-11-19
* Support \t with acceleration.Gravatar eugeni2006-11-13
* Partial fix for semitransparent glyph outlines.Gravatar eugeni2006-11-13
* s/break/continue/. A crazy mistake, somehow unnoticed for more that 2 months.Gravatar eugeni2006-11-08
* Bugfix: when copying ass_force_style_list, ending 0 was left out.Gravatar eugeni2006-11-06
* Calculate text bounding box in a way that does not depend on actual glyphGravatar eugeni2006-11-06
* Initialize fontconfig in VFCTRL_INIT_EOSD handler.Gravatar eugeni2006-11-05
* Cosmetics: indentation fix.Gravatar eugeni2006-11-05
* Fix the following compiler warnings:Gravatar eugeni2006-11-05
* More precise bounding box calculation for karaoke effects.Gravatar eugeni2006-11-04
* Prefer microsoft-specific charmaps to all other.Gravatar eugeni2006-11-03
* Introduce MSGT_ASS, use it for all libass messages.Gravatar eugeni2006-11-03
* Implement loading subtitles from memory.Gravatar eugeni2006-11-03
* Bugfix: sub_recode could deallocate global sub_cp under some circumstances.Gravatar eugeni2006-11-03
* Revert r20517.Gravatar eugeni2006-10-29
* Move ass_library initialization code to ass_mp.c.Gravatar eugeni2006-10-29
* Copy the following functions to libass to avoid dependency on the rest of mpl...Gravatar eugeni2006-10-29
* Fix width -> orig_width typo.Gravatar eugeni2006-10-29
* Don't set PlayResX for plaintext subtitles.Gravatar eugeni2006-10-29
* Add \N at the end of each subtitle line when converting from subdata.Gravatar eugeni2006-10-29
* Libass interface reworked:Gravatar eugeni2006-10-28
* If HAVE_FONTCONFIG is not defined, font_fontconfig might be declared bothGravatar reimar2006-10-28
* Add missing fontconfig_done() call.Gravatar eugeni2006-10-27
* Split ass_configure() into several smaller functions.Gravatar eugeni2006-10-26
* Don't forget to apply scaling coefficients to kerning values.Gravatar eugeni2006-10-20
* Fix center of rotation calculation. It was overly complex andGravatar eugeni2006-10-19
* Center of rotation depends on alignment.Gravatar eugeni2006-10-18
* Support separate rotation angle for each glyph.Gravatar eugeni2006-10-18
* Move base point calculation to a separate function. Will be reused soon.Gravatar eugeni2006-10-18
* Cosmetics: remove commented code.Gravatar eugeni2006-10-18
* Fix a typo in collision detection code.Gravatar eugeni2006-10-18
* Remove an outdated debug message.Gravatar eugeni2006-10-16
* Fix crash because of last_glyph < first_glyph, probably caused by first lineGravatar reimar2006-10-15
* Zerofill libass static variables during initialization.Gravatar eugeni2006-10-14
* Free FT_Stroker during libass deinitialization.Gravatar eugeni2006-10-14
* 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