]> granicus.if.org Git - libass/history - libass
Removes an useless warning message.
[libass] / libass /
2011-05-30 Grigori GoronzyNicer default style
2011-05-30 Grigori GoronzyMatch first occurence of \fade, \fad, \an and \a tags
2011-04-09 Grigori GoronzyImproved "last resort" charmap matching
2011-04-09 Grigori GoronzyRemove misleading comment about style case sensitivity
2011-04-09 Grigori GoronzyMuch improved "Default" style
2011-04-08 Grigori GoronzyVSFilter compat: don't render shadow when glyph/border...
2011-02-16 Grigori GoronzyFix fontconfig disabled at runtime
2011-02-09 Grigori GoronzySimplify word wrapping and fix possible endless loop
2010-09-28 Grigori GoronzyRelicense to ISC
2010-08-12 Grigori GoronzyAdd support for \fs+ and \fs- syntax
2010-08-12 Grigori GoronzyOnly word wrap on spaces
2010-08-11 Grigori GoronzyBump autoconf version and LIBASS_VERSION 0.9.11
2010-08-09 Grigori GoronzySet AM_CFLAGS instead of CFLAGS directly
2010-08-09 Grigori GoronzyGet rid of NULL checks for free
2010-08-09 Grigori GoronzyFix another minor leak (event_format overwriting)
2010-08-09 Grigori GoronzyFix leaking of script-embedded fonts
2010-08-09 Grigori GoronzyFix drawing leakage: delay glyph allocation
2010-08-07 Grigori GoronzyPOSIX compliance: add strings.h include where appropriate
2010-08-07 Grigori GoronzyAdd missing config.h include
2010-08-06 Grigori GoronzyVersion bump 0.9.10
2010-08-01 Grigori GoronzyFall back to first charmap as last resort
2010-08-01 Grigori GoronzyRaise verbosity level of "unknown transition effect...
2010-08-01 Grigori GoronzyCheck vector clip mask bounding box size
2010-08-01 Grigori GoronzyFix TextInfo reallocation
2010-08-01 Grigori GoronzyDon't initialize bitmap hash key with bogus values
2010-08-01 Grigori Goronzyrefactor: extract glyph hash key fill
2010-08-01 Grigori Goronzyrefactor: move transformation/projection functions
2010-08-01 Grigori GoronzyCosmetics: various cleanups in ass_render.c
2010-08-01 Grigori GoronzyHandle allocation failure of clipped bitmaps
2010-08-01 Grigori GoronzyCheck ASS_Image allocation
2010-08-01 Grigori Goronzyrefactor: remove unneeded includes
2010-08-01 Grigori Goronzyrefactor: move ASS_Renderer getters/setters/etc into...
2010-08-01 Grigori Goronzyrefactor: extract bitmap hash key fill
2010-08-01 Grigori Goronzyrefactor: extract cache check/management
2010-08-01 Grigori GoronzyLimit (bitmap) glyph cache size
2010-07-29 Grigori GoronzyFix potential, small memory leak
2010-07-29 Grigori GoronzyParse vector clip mask only after cache miss
2010-07-29 Grigori GoronzyRemove debugging leftovers
2010-07-29 Grigori GoronzyFix drawing cbox calculation
2010-07-22 Grigori GoronzyCache vector clip masks
2010-07-22 Grigori Goronzyrefactor: move position translation functions
2010-07-22 Grigori GoronzyBetter PAR correction
2010-07-19 Grigori GoronzyLimit debug output on parsing errors
2010-07-14 Grigori GoronzyDrawing cache: include scale factor in hash key
2010-07-14 Grigori GoronzyAvoid unnecessary conditional and initializations
2010-07-14 Grigori GoronzyASS_Drawing: do not free glyph
2010-07-11 Grigori GoronzyFix match_fullname loop
2010-06-27 Grigori GoronzySimple optimizations to memory handling
2010-06-26 Grigori GoronzyReduce number of glyph copies
2010-06-26 Grigori GoronzyAdd fixups for various font defects
2010-06-26 Grigori GoronzyImprove fullname matching
2010-06-07 Grigori GoronzyFix off-by-one error in cbox calculation
2010-06-02 Grigori GoronzyExport ass_flush_events symbol
2010-05-30 Grigori GoronzyAdd API function to flush all events
2010-05-22 Clément BœschHandle simple backquoting
2010-05-17 Grigori GoronzyFix ascender/descender scaling
2010-04-17 Grigori GoronzyUse first Windows charmap as fallback
2010-04-17 Grigori GoronzySupport multiple faces per attachment correctly
2010-04-11 Grigori GoronzySimplify: FreeType glyph load flags
2010-04-10 Grigori GoronzyUse vertical ascender only for rotated glyphs
2010-04-10 Grigori GoronzyCompletely disable transforms when loading a glyph
2010-04-10 Grigori GoronzyDo not rotate glyphs below lower bound (GDI)
2010-04-10 Grigori GoronzyCalculate vertical layout ascender/descender
2010-04-10 Grigori GoronzyBasic @font support
2010-04-10 Grigori GoronzyIgnore global advance width unconditionally
2010-03-01 Grigori GoronzyBump LIBASS_VERSION 0.9.9
2010-02-13 Grigori GoronzyCosmetics: remove underscore prefix from _select_font...
2010-02-12 Grigori Goronzyfontconfig: consider fullname for matching fonts
2010-02-12 Grigori GoronzyMove frame size setup into ass_reconfigure
2010-02-12 Grigori GoronzyUpdate documentation to reflect fontconfig changes
2010-02-06 Grigori GoronzyRemove file size limit in ass_read_file
2010-02-06 Grigori GoronzyUse font scaling coefficient 1.0 by default
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
2010-01-21 Grigori GoronzySkip border generation if glyph is collapsed
2010-01-18 Grigori GoronzyAdjust a few message levels and message texts
2010-01-18 Grigori GoronzyUp size limit for script files
2010-01-12 Grigori GoronzyFix a warning due to added constness
2010-01-12 Yuriy M. KaminskiyFix leftovers from conversion to ass_strtod
2010-01-12 Yuriy M. KaminskiyConstify table in ass_strtod
2010-01-08 Grigori GoronzyRemove support for freetype < 2.2.1
2010-01-08 Grigori GoronzyRemove support for fontconfig < 2.4.2
2010-01-07 Grigori GoronzyUse conversion functions to generate cache keys
2010-01-07 Grigori GoronzyImprove rotation cache accuracy
2010-01-06 Grigori GoronzyDon't flag for freeing if codepage is unspecified
2010-01-05 Grigori GoronzyReset clip_mode on new events
2010-01-05 Grigori GoronzyReplace strtod with locale-independent strtod
2009-10-11 Grigori GoronzyFix minor typo
2009-10-11 Grigori GoronzyFix libass w/o fontconfig
2009-10-08 Grigori Goronzystrdup() fontconfig strings freed by caller
2009-10-08 Grigori GoronzyRemove superfluous cast
2009-10-02 Grigori GoronzyFix alpha calculation in some cases
2009-09-17 Grigori GoronzyBump version to 0.9.8
2009-09-16 Grigori GoronzyRefactor: effect parsing should be in ass_parse.c
2009-09-16 Grigori GoronzyCopy shadow bitmap from glyph bitmap
2009-09-16 Grigori GoronzyRender NBSP (\h) as normal space
2009-09-08 Grigori GoronzyDisable kerning by default and make it configurable
2009-09-02 Grigori GoronzyFix inline function prototypes
2009-09-01 Grigori GoronzyRefactor: move event parsing code into separate file
next