]> granicus.if.org Git - libass/history - libass/ass.h
Fix x coordinates with PAR correction and left border
[libass] / libass / ass.h
2011-08-07 Grigori GoronzyRuntime shaper selection
2011-05-30 Grigori GoronzyBump version 0.9.12
2010-09-28 Grigori GoronzyRelicense to ISC
2010-08-11 Grigori GoronzyBump autoconf version and LIBASS_VERSION 0.9.11
2010-05-30 Grigori GoronzyAdd API function to flush all events
2010-03-01 Grigori GoronzyBump LIBASS_VERSION 0.9.9
2010-02-06 Grigori GoronzyDo not try to render if fonts have not been configured
2010-02-02 Grigori GoronzyClarify that libass expects subtitle packets in Matrosk...
2010-02-02 Grigori GoronzyUpdate ass_set_fonts_dir documentation
2009-10-11 Grigori GoronzyFix minor typo
2009-10-11 Grigori GoronzyFix libass w/o fontconfig
2009-09-17 Grigori GoronzyBump version to 0.9.8
2009-08-06 Grigori GoronzyBump LIBASS_VERSION due to renames
2009-08-06 Grigori GoronzyRename typedefs (breaks API)
2009-08-05 Grigori GoronzyCosmetics: add parameter name in prototype
2009-08-05 Grigori GoronzyClarify the AR parameter meanings
2009-07-27 Grigori GoronzyClean up typedefs/structs
2009-07-26 Grigori GoronzyImprove message callback API
2009-07-24 Grigori GoronzyDocument ass_hinting enum
2009-07-21 Grigori GoronzyFactor out bitmap buffer copy
2009-07-19 Grigori GoronzyIntroduce simple cache memory management
2009-07-17 Grigori GoronzyImprove API headers and documentation
2009-07-17 Grigori GoronzyImprove fontconfig setup
2009-07-12 Grigori GoronzyAllow passing user data to callback
2009-07-11 Grigori GoronzyMessage callback funtionality
2009-07-01 Grigori GoronzyRemove read_file_recode from API
2009-06-29 Grigori GoronzyAPI: make process_force_style available
2009-06-29 Grigori GoronzyPAR correction for rendering at non-video resolution
2009-06-20 gregass_set_fonts: optionally pass fontconfig config path
2009-06-20 gregRemove wrappers for ass_set_fonts
2009-06-20 gregReindent all source code.
2009-05-13 diegowhitespace cosmetics: Remove all trailing whitespace.
2008-09-05 aurellibass: fix type mismatch between size parameter and...
2008-09-05 aurellibass: add a new ass_process_data() to process demuxed...
2008-05-14 diegoSpeak of libass instead of MPlayer in the libass licens...
2008-05-13 diegoUse standard license header.
2008-04-30 eugeniRemove libass dependency on global font_fontconfig...
2008-03-05 diegoAdd missing header #includes to fix 'make checkheaders'.
2008-01-29 diegoConsistently give all libass multiple inclusion guards...
2008-01-07 eugeniCopy font data to ass_library instead of referencing...
2007-12-31 diegoAdd explanatory comments to the #endif part of multiple...
2007-12-30 diegotypo
2007-12-30 eugeniImprove comments for ass_process_* functions.
2007-09-18 eugeniEnable ass_line_spacing option.
2007-07-02 diegoDo not use leading underscores in multiple inclusion...
2007-06-01 eugeniMove code for reading a file and recoding it to utf...
2007-04-27 eugeniAdd -ass-hinting option for setting font hinting method.
2006-12-06 eugeniSpeed up ASS subtitles display by detecting changes...
2006-12-03 eugeniKeep embedded fonts in ass_library_t and perform actual...
2006-12-03 eugeniRename: ass_process_font -> ass_add_font.
2006-11-03 eugeniImplement loading subtitles from memory.
2006-10-28 eugeniLibass interface reworked:
2006-10-26 eugeniSplit ass_configure() into several smaller functions.
2006-10-01 eugeniAdd copyright notice and vim/emacs comments to libass...
2006-09-03 eugeniAdd -ass-styles option. It allows to load styles from...
2006-09-02 eugeniBetter collision detection algorithm. The idea is to...
2006-08-26 eugeniAdd right and left margins support to libass.
2006-08-22 eugeniSSA/ASS parser reworked, with 2 main results:
2006-08-21 eugeniAdd public functions for removal of styles and events.
2006-07-07 eugeniInitial libass release (without mencoder support).