summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/vf_ass.c
Commit message (Expand)AuthorAgeFilesLines
* Move opt_screen_size_[x|y] to options structUoti Urpala2008-04-251-4/+3
* Remove _s/_st suffix from some struct namesUoti Urpala2008-04-251-10/+10
* Add global ass_force_reload flag.eugeni2008-01-231-1/+1
* begin moving const filter data to .text/.rodata sectionsrfelker2007-11-091-6/+6
* Replace stdint.h #include by functionally equivalent inttypes.h.diego2007-09-181-1/+1
* Add -ass-hinting option for setting font hinting method.eugeni2007-04-271-1/+1
* Mark m_struct_t defaults as constreimar2007-01-281-1/+1
* Speed up ASS subtitles display by detecting changes between two consecutiveeugeni2006-12-061-1/+1
* Fix incorrect stride used in vf_ass.eugeni2006-11-221-6/+6
* Initialize fontconfig in VFCTRL_INIT_EOSD handler.eugeni2006-11-051-1/+3
* ass renderer absolutely needs readable target mpi.reimar2006-11-041-2/+2
* Introduce MSGT_ASS, use it for all libass messages.eugeni2006-11-031-3/+3
* Libass interface reworked:eugeni2006-10-281-3/+3
* Split ass_configure() into several smaller functions.eugeni2006-10-261-13/+2
* Simplify and optimize bitmap blending.eugeni2006-10-021-31/+12
* Add copyright notice and vim/emacs comments to libass and vf_ass.c.eugeni2006-10-011-0/+20
* Add -(no)ass-use-margins option.eugeni2006-08-281-0/+1
* Zero fill ass_settings_t before use.eugeni2006-08-271-0/+1
* Add VFCTRL_DRAW_EOSD.eugeni2006-08-241-1/+5
* Simplify vf_ass initialization.eugeni2006-08-241-6/+1
* "[ass] init" message looks better when it starts with the capital letter 'I'.eugeni2006-08-061-2/+2
* drops casts from void * on malloc/calloc, leftover on libmpcodecsreynaldo2006-07-131-3/+3
* Initial libass release (without mencoder support).eugeni2006-07-071-0/+435