]> granicus.if.org Git - libass/shortlog
libass
2008-05-08 eugeniRemove extra family names from the search pattern after...
2008-05-03 ulionFix the second fontconfig_init function as the declarat...
2008-05-02 eugeniPrint more info about selected font.
2008-05-02 eugeniRewrite font family check in a simpler way.
2008-05-02 eugeniMove font family check to the end of the list.
2008-05-02 eugeniCosmetics: rename local variables to better reflect...
2008-05-01 eugeniSkip '@' at the beginning of the font name.
2008-05-01 eugeniOnly warn if both font family and it's full name are...
2008-05-01 eugeniAllow inexact font family matching.
2008-04-30 eugeniRemove libass dependency on global font_fontconfig...
2008-04-08 diegoMerge libass/Makefile into Makefile, one less recursive...
2008-03-30 eugeniCase insensitive parsing of SSA/ASS section headers.
2008-03-30 eugeniSkip BOM at the beginning of text in ASS parser.
2008-03-05 diegoAdd missing header #includes to fix 'make checkheaders'.
2008-02-22 eugeniComment out dump_glyph(): it is unused and, as it is...
2008-02-22 eugeniCheck glyph bounding box before rasterizing and complai...
2008-02-22 eugeniSome debugging routines.
2008-02-22 eugeniBetter handling of behind-the-camera objects.
2008-02-22 eugeniPrint FreeType version in libass init. Makes error...
2008-01-29 diegoConsistently give all libass multiple inclusion guards...
2008-01-28 diegoConsistently use uppercase filename as multiple inclusi...
2008-01-23 eugeniAdd global ass_force_reload flag.
2008-01-12 eugeniDo not try to guess font metrics based on its bounding...
2008-01-08 eugeniFix ass_clear_fonts not deallocating fontdata.
2008-01-07 eugeniNo need to reinvent strdup...
2008-01-07 eugeniCopy font data to ass_library instead of referencing...
2008-01-05 eugeniAllow overriding [Script Info] parameters with -ass...
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-12-30 eugeniReturn from ass_start_frame immediately if the track...
2007-12-16 benmake libass use sub_font_name whenever it's possible
2007-12-12 ulionFix libass to support -nofontconfig.
2007-10-28 iiveOur enca code uses strdup() on the input encoding name...
2007-10-25 eugeniCosmetics: fix indentation after last commit.
2007-10-25 eugeniCheck return value of add_face.
2007-10-19 eugeniAvoid text deformation and subtitles moving outside...
2007-09-18 eugeniMore precise line spacing.
2007-09-18 eugeniFix text height calculation. It depends on line spacing.
2007-09-18 eugeniFix an obviously incorrect comment.
2007-09-18 eugeniEnable ass_line_spacing option.
2007-08-28 diegoClean up the way get_path is handled: Compile get_path...
2007-08-04 iiveFix compilation of ass_fontconfig.c when fontconfig...
2007-08-03 eugeniDon't apply windows-like font scaling if hhea or os2...
2007-08-03 eugeniWorkaround for fonts with zero ascender/descender in...
2007-08-03 eugeniFactor out common code from ass_font_new and ass_font_r...
2007-08-03 eugeniMore simple and correct font reselection.
2007-07-02 diegoDo not use leading underscores in multiple inclusion...
2007-07-02 diegoConsistently use filename as multiple inclusion guard.
2007-06-15 eugeniWhen parsing ass-force-style arguments, search for...
2007-06-15 eugeniMake sure there is at least one style in ass_track...
2007-06-01 eugeniMove code for reading a file and recoding it to utf...
2007-05-20 eugeniFix #if condition.
2007-05-20 eugeniFT_Request_Size does not exist in FreeType 2.1.*. Fallb...
2007-05-19 eugeniCorrect font size in libass.
2007-05-18 eugeniRevert y-axis rotation. Change order of rotations.
2007-05-14 eugeniSupport fractional font sizes.
2007-05-14 eugeniLimit ass_font_set_transform to nonrotating transformat...
2007-05-09 eugeniDon't deallocate font data if it will be used later.
2007-05-03 eugeniMove variables and a function under #ifdef FC_VERSION...
2007-05-03 eugeniDeallocate FontConfig objects.
2007-05-03 eugeniFix stupid bug in r23229.
2007-05-03 eugeniDeallocate string.
2007-05-03 eugeniIn ass_font_new, allocate temporary ass_font_t on stack...
2007-05-03 eugeniMake cache_*_add functions return the pointer to new...
2007-05-02 eugeniAlways deallocate glyphs. Fixes memory leak.
2007-05-01 eugeniUpdate comments.
2007-05-01 eugeniCosmetics.
2007-05-01 eugeniMove glyph_to_bitmap() call and outline glyph deallocat...
2007-05-01 eugeniMinor code simplification.
2007-05-01 eugeniMove get_bitmap_glyph() call to a separate loop.
2007-05-01 eugeniMove transform_3d() call to get_bitmap_glyph().
2007-05-01 eugeniMake a function static.
2007-05-01 eugeniDon't recalculate rotation radius.
2007-05-01 eugeniBugfix: glyph cache depends on border width, because...
2007-04-27 eugeniAdd -ass-hinting option for setting font hinting method.
2007-04-27 eugeniFix division by zero in "\t" parsing.
2007-04-24 eugeniDo not use FT_Glyph_Copy with NULL glyphs.
2007-04-21 eugeniDeallocate glyphs in a separate loop.
2007-04-21 eugeniAlways deallocate glyphs. Fixes a memory leak.
2007-04-21 eugeniReset outline glyph cache when configuration changes.
2007-04-21 eugeniScale camera distance.
2007-04-20 eugeniRemove unused variables.
2007-04-20 eugeniCosmetics.
2007-04-20 eugeniAllow caching of rotated glyphs.
2007-04-20 eugeniAdd shift_[xy] (vector that is added to the glyph befor...
2007-04-20 eugeniFill bitmap_hash_key during parsing stage, call get_bit...
2007-04-20 eugeniRemove bbox and advance vector from bitmap cache.
2007-04-20 eugeniStore outline_glyph (glyph border) in glyph cache.
2007-04-20 eugeniCosmetics: reindentation.
2007-04-20 eugeniBecause of the outline glyph cache it is now possible...
2007-04-20 eugeniMake get_*_glyph return void.
2007-04-20 eugeniMove outline glyph generation to a separate function...
2007-04-20 eugeniOops, fix compilation broken in r23037.
2007-04-20 eugeniCollect hit/miss statistic in hash map, and print in...
2007-04-20 eugeniAdd outline glyph cache (unused yet).
2007-04-20 eugeniRename glyph cache to bitmap cache.
2007-04-20 eugeniAdd generic hash map implementation.
2007-04-20 eugeniA meaningless cosmetic change.
2007-04-20 eugeniAdd perspective projection.
next