]> granicus.if.org Git - libass/shortlog
libass
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 GoronzyUpdate changelog
2010-06-26 Grigori GoronzyBuild system: replace "shave" script by AM_SILENT_RULES
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 autoconf version
2010-03-01 Grigori GoronzyBump LIBASS_VERSION 0.9.9
2010-03-01 Grigori GoronzyInitial changelog for release 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 GoronzySimplify test program
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
2010-01-03 Grigori Goronzyautogen: cosmetics, overwrite files
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 GoronzyDisable test program and libpng by default 0.9.8
2009-09-17 Grigori GoronzyBump version to 0.9.8
2009-09-16 Grigori GoronzyUpdate changelog
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
2009-09-01 Grigori GoronzyFix underrun in slant pen correction
2009-09-01 Grigori GoronzyHandle illegal \a tags like VSFilter
2009-09-01 Grigori Goronzyopaque box: do not subtract glyph from border
2009-09-01 Grigori GoronzyRevert "Merge glyph and outline bitmap better"
2009-08-31 Grigori GoronzyCalculate glyph slant width correctly
2009-08-29 Grigori GoronzyDo not close empty drawings
2009-08-23 Grigori GoronzyFix order of pen advance assignments
2009-08-23 Grigori GoronzyFix opaque box sizing again
2009-08-23 Grigori GoronzyFix glyph overlap blending
2009-08-22 Grigori GoronzyUpdate changelog
2009-08-22 Grigori GoronzyScale kerning according to x font scaling factor
2009-08-22 Grigori GoronzyTrim whitespace after line wrapping
2009-08-20 Grigori GoronzyClip vector blending: do not copy last row padding
2009-08-20 Grigori GoronzyAdjust shearing behavior to match VSFilter
2009-08-20 Grigori GoronzyVSFilter quirk: double-scale widths of opaque boxes
2009-08-15 Grigori GoronzyImprove and fix outline striker
2009-08-15 Grigori GoronzyFix caching of underlined/striked out glyphs
next