log libmpcodecs/vf_ass.c @ 30735:783071763328

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