aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpcodecs/vf_ass.c
Commit message (Expand)AuthorAge
* Declare externally used variables from vd.c as extern in vd.h.Gravatar diego2010-02-22
* cosmetics: Rename struct vf_instance_s --> vf_instance.Gravatar diego2010-02-21
* Rename open() vf initialization function to vf_open().Gravatar diego2010-02-21
* cosmetics: Remove pointless empty lines at EOF.Gravatar diego2010-02-20
* libass: fix PAR correctionGravatar greg2010-02-09
* Some ugly hacks to make compiling against a newer external version of libass ...Gravatar reimar2009-12-24
* Remove more direct includes of libass/ass.hGravatar reimar2009-12-24
* Fix stupid, off-by-one, mistakes in assert() expressions.Gravatar eugeni2009-07-27
* Make sure clip coordinates are inside the screen area.Gravatar eugeni2009-07-18
* whitespace cosmetics: Remove all trailing whitespace.Gravatar diego2009-05-13
* Use standard license headers.Gravatar diego2008-05-13
* Add global ass_force_reload flag.Gravatar eugeni2008-01-23
* begin moving const filter data to .text/.rodata sectionsGravatar rfelker2007-11-09
* Replace stdint.h #include by functionally equivalent inttypes.h.Gravatar diego2007-09-18
* Add -ass-hinting option for setting font hinting method.Gravatar eugeni2007-04-27
* Mark m_struct_t defaults as constGravatar reimar2007-01-28
* Speed up ASS subtitles display by detecting changes between two consecutiveGravatar eugeni2006-12-06
* Fix incorrect stride used in vf_ass.Gravatar eugeni2006-11-22
* Initialize fontconfig in VFCTRL_INIT_EOSD handler.Gravatar eugeni2006-11-05
* ass renderer absolutely needs readable target mpi.Gravatar reimar2006-11-04
* Introduce MSGT_ASS, use it for all libass messages.Gravatar eugeni2006-11-03
* Libass interface reworked:Gravatar eugeni2006-10-28
* Split ass_configure() into several smaller functions.Gravatar eugeni2006-10-26
* Simplify and optimize bitmap blending.Gravatar eugeni2006-10-02
* Add copyright notice and vim/emacs comments to libass and vf_ass.c.Gravatar eugeni2006-10-01
* Add -(no)ass-use-margins option.Gravatar eugeni2006-08-28
* Zero fill ass_settings_t before use.Gravatar eugeni2006-08-27
* Add VFCTRL_DRAW_EOSD.Gravatar eugeni2006-08-24
* Simplify vf_ass initialization.Gravatar eugeni2006-08-24
* "[ass] init" message looks better when it starts with the capital letter 'I'.Gravatar eugeni2006-08-06
* drops casts from void * on malloc/calloc, leftover on libmpcodecsGravatar reynaldo2006-07-13
* Initial libass release (without mencoder support).Gravatar eugeni2006-07-07