2007-05-14 |
eugeni | Support fractional font sizes. |
commit | commitdiff | tree | snapshot |
2007-05-14 |
eugeni | Limit ass_font_set_transform to nonrotating transformat... |
commit | commitdiff | tree | snapshot |
2007-05-09 |
eugeni | Don't deallocate font data if it will be used later. |
commit | commitdiff | tree | snapshot |
2007-05-03 |
eugeni | Move variables and a function under #ifdef FC_VERSION... |
commit | commitdiff | tree | snapshot |
2007-05-03 |
eugeni | Deallocate FontConfig objects. |
commit | commitdiff | tree | snapshot |
2007-05-03 |
eugeni | Fix stupid bug in r23229. |
commit | commitdiff | tree | snapshot |
2007-05-03 |
eugeni | Deallocate string. |
commit | commitdiff | tree | snapshot |
2007-05-03 |
eugeni | In ass_font_new, allocate temporary ass_font_t on stack... |
commit | commitdiff | tree | snapshot |
2007-05-03 |
eugeni | Make cache_*_add functions return the pointer to new... |
commit | commitdiff | tree | snapshot |
2007-05-02 |
eugeni | Always deallocate glyphs. Fixes memory leak. |
commit | commitdiff | tree | snapshot |
2007-05-01 |
eugeni | Update comments. |
commit | commitdiff | tree | snapshot |
2007-05-01 |
eugeni | Cosmetics. |
commit | commitdiff | tree | snapshot |
2007-05-01 |
eugeni | Move glyph_to_bitmap() call and outline glyph deallocat... |
commit | commitdiff | tree | snapshot |
2007-05-01 |
eugeni | Minor code simplification. |
commit | commitdiff | tree | snapshot |
2007-05-01 |
eugeni | Move get_bitmap_glyph() call to a separate loop. |
commit | commitdiff | tree | snapshot |
2007-05-01 |
eugeni | Move transform_3d() call to get_bitmap_glyph(). |
commit | commitdiff | tree | snapshot |
2007-05-01 |
eugeni | Make a function static. |
commit | commitdiff | tree | snapshot |
2007-05-01 |
eugeni | Don't recalculate rotation radius. |
commit | commitdiff | tree | snapshot |
2007-05-01 |
eugeni | Bugfix: glyph cache depends on border width, because... |
commit | commitdiff | tree | snapshot |
2007-04-27 |
eugeni | Add -ass-hinting option for setting font hinting method. |
commit | commitdiff | tree | snapshot |
2007-04-27 |
eugeni | Fix division by zero in "\t" parsing. |
commit | commitdiff | tree | snapshot |
2007-04-24 |
eugeni | Do not use FT_Glyph_Copy with NULL glyphs. |
commit | commitdiff | tree | snapshot |
2007-04-21 |
eugeni | Deallocate glyphs in a separate loop. |
commit | commitdiff | tree | snapshot |
2007-04-21 |
eugeni | Always deallocate glyphs. Fixes a memory leak. |
commit | commitdiff | tree | snapshot |
2007-04-21 |
eugeni | Reset outline glyph cache when configuration changes. |
commit | commitdiff | tree | snapshot |
2007-04-21 |
eugeni | Scale camera distance. |
commit | commitdiff | tree | snapshot |
2007-04-20 |
eugeni | Remove unused variables. |
commit | commitdiff | tree | snapshot |
2007-04-20 |
eugeni | Cosmetics. |
commit | commitdiff | tree | snapshot |
2007-04-20 |
eugeni | Allow caching of rotated glyphs. |
commit | commitdiff | tree | snapshot |
2007-04-20 |
eugeni | Add shift_[xy] (vector that is added to the glyph befor... |
commit | commitdiff | tree | snapshot |
2007-04-20 |
eugeni | Fill bitmap_hash_key during parsing stage, call get_bit... |
commit | commitdiff | tree | snapshot |
2007-04-20 |
eugeni | Remove bbox and advance vector from bitmap cache. |
commit | commitdiff | tree | snapshot |
2007-04-20 |
eugeni | Store outline_glyph (glyph border) in glyph cache. |
commit | commitdiff | tree | snapshot |
2007-04-20 |
eugeni | Cosmetics: reindentation. |
commit | commitdiff | tree | snapshot |
2007-04-20 |
eugeni | Because of the outline glyph cache it is now possible... |
commit | commitdiff | tree | snapshot |
2007-04-20 |
eugeni | Make get_*_glyph return void. |
commit | commitdiff | tree | snapshot |
2007-04-20 |
eugeni | Move outline glyph generation to a separate function... |
commit | commitdiff | tree | snapshot |
2007-04-20 |
eugeni | Oops, fix compilation broken in r23037. |
commit | commitdiff | tree | snapshot |
2007-04-20 |
eugeni | Collect hit/miss statistic in hash map, and print in... |
commit | commitdiff | tree | snapshot |
2007-04-20 |
eugeni | Add outline glyph cache (unused yet). |
commit | commitdiff | tree | snapshot |
2007-04-20 |
eugeni | Rename glyph cache to bitmap cache. |
commit | commitdiff | tree | snapshot |
2007-04-20 |
eugeni | Add generic hash map implementation. |
commit | commitdiff | tree | snapshot |
2007-04-20 |
eugeni | A meaningless cosmetic change. |
commit | commitdiff | tree | snapshot |
2007-04-20 |
eugeni | Add perspective projection. |
commit | commitdiff | tree | snapshot |
2007-04-20 |
eugeni | Applying transformation matrix to the glyph and the... |
commit | commitdiff | tree | snapshot |
2007-04-20 |
eugeni | Cosmetics: reindentation. |
commit | commitdiff | tree | snapshot |
2007-04-20 |
eugeni | Disable caching of rotated glyphs. |
commit | commitdiff | tree | snapshot |
2007-04-13 |
eugeni | Fix a stupid bug in r22473: bbox is zero-filled everyti... |
commit | commitdiff | tree | snapshot |
2007-04-10 |
eugeni | Remove unused includes. |
commit | commitdiff | tree | snapshot |
2007-04-10 |
eugeni | Don't check if user-supplied default font path exists. |
commit | commitdiff | tree | snapshot |
2007-04-07 |
eugeni | Fix lost hard linebreaks in libass by repeating the... |
commit | commitdiff | tree | snapshot |
2007-04-01 |
uau | "()" to "(void)" function param list fixes |
commit | commitdiff | tree | snapshot |
2007-03-31 |
iive | Use FT_Glyph_StrokeBorder to render only the outside... |
commit | commitdiff | tree | snapshot |
2007-03-15 |
diego | Remove unnecessary include from CFLAGS. |
commit | commitdiff | tree | snapshot |
2007-03-13 |
diego | cosmetics: Fix indentation, reorder some lines for... |
commit | commitdiff | tree | snapshot |
2007-03-13 |
diego | Give more descriptive names to the source and library... |
commit | commitdiff | tree | snapshot |
2007-03-06 |
eugeni | A function always returning 0 could as well return... |
commit | commitdiff | tree | snapshot |
2007-03-06 |
eugeni | Text alignment should not use bounding boxes of individ... |
commit | commitdiff | tree | snapshot |
2007-03-06 |
eugeni | Reset advance vector and glyph bounding box if glyph... |
commit | commitdiff | tree | snapshot |
2007-03-03 |
eugeni | Fix incorrect spacing introduced in r22231: |
commit | commitdiff | tree | snapshot |
2007-03-02 |
eugeni | 10l: x2scr used twice instead of y2scr. |
commit | commitdiff | tree | snapshot |
2007-03-02 |
eugeni | Bugfix: transform origin to screen coordinates. |
commit | commitdiff | tree | snapshot |
2007-02-23 |
uau | Fix \a parsing broken in r22291 |
commit | commitdiff | tree | snapshot |
2007-02-22 |
eugeni | Add some missing includes. |
commit | commitdiff | tree | snapshot |
2007-02-21 |
eugeni | Oops, forgot {} before "else". |
commit | commitdiff | tree | snapshot |
2007-02-20 |
eugeni | Cosmetics: fix indentation. |
commit | commitdiff | tree | snapshot |
2007-02-20 |
eugeni | With \t(\b) text becomes bold at the middle of time... |
commit | commitdiff | tree | snapshot |
2007-02-20 |
eugeni | Any style modifier followed by no recognizable paramete... |
commit | commitdiff | tree | snapshot |
2007-02-20 |
eugeni | \fn without an argument resets font family to the value... |
commit | commitdiff | tree | snapshot |
2007-02-20 |
eugeni | Fix display order of events. |
commit | commitdiff | tree | snapshot |
2007-02-19 |
eugeni | Both (-1) and 1 mean bold font in SSA/ASS styles. |
commit | commitdiff | tree | snapshot |
2007-02-19 |
eugeni | Add \t(\b) support. |
commit | commitdiff | tree | snapshot |
2007-02-19 |
eugeni | Fix bounding box calculation with \fscx/\fscy. |
commit | commitdiff | tree | snapshot |
2007-02-19 |
eugeni | Fix \fscx/\fscy animation. |
commit | commitdiff | tree | snapshot |
2007-02-19 |
eugeni | Correct implementation of text spacing. |
commit | commitdiff | tree | snapshot |
2007-02-19 |
eugeni | Reallocate event_images_t, removing limit on simultanio... |
commit | commitdiff | tree | snapshot |
2007-02-16 |
eugeni | Restore a minus sign that was lost in r22231. |
commit | commitdiff | tree | snapshot |
2007-02-16 |
eugeni | Implement \frx and \fry (and reimplement \frz) as 3d... |
commit | commitdiff | tree | snapshot |
2007-02-16 |
eugeni | Consistently name z-axis rotation angle "frz". |
commit | commitdiff | tree | snapshot |
2007-02-16 |
eugeni | Move conversions between 16.16, 26.6 fixed point and... |
commit | commitdiff | tree | snapshot |
2007-02-15 |
eugeni | Select the first charmap in the font, if FreeType did... |
commit | commitdiff | tree | snapshot |
2007-02-15 |
eugeni | \r resets \frz to style value. |
commit | commitdiff | tree | snapshot |
2007-02-15 |
eugeni | Fix \t(\frz) handling. |
commit | commitdiff | tree | snapshot |
2007-02-15 |
eugeni | \org(0,0) is different from no \org at all. |
commit | commitdiff | tree | snapshot |
2007-01-29 |
eugeni | Bugfix: glyph and bitmap pointers could be left uniniti... |
commit | commitdiff | tree | snapshot |
2007-01-07 |
reimar | Avoid invalid memory access in ass_process_subtitle... |
commit | commitdiff | tree | snapshot |
2006-12-17 |
eugeni | Make -embeddedfonts enabled by default with FontConfig... |
commit | commitdiff | tree | snapshot |
2006-12-17 |
eugeni | Update some comments. |
commit | commitdiff | tree | snapshot |
2006-12-16 |
eugeni | Cosmetics: fix indentation. |
commit | commitdiff | tree | snapshot |
2006-12-16 |
eugeni | Keep reselected fonts in an array, adding new ones... |
commit | commitdiff | tree | snapshot |
2006-12-16 |
eugeni | Avoid storing font file path and index in ass_font_t. |
commit | commitdiff | tree | snapshot |
2006-12-16 |
eugeni | Remove a mistakenly committed debug printf. |
commit | commitdiff | tree | snapshot |
2006-12-16 |
eugeni | FT_Set_Transform is fast enough to be called once for... |
commit | commitdiff | tree | snapshot |
2006-12-16 |
eugeni | Avoid "pointer targets differ in signedness" warnings. |
commit | commitdiff | tree | snapshot |
2006-12-16 |
eugeni | Move ascender, descender, and kerning computation to... |
commit | commitdiff | tree | snapshot |
2006-12-12 |
reimar | Get rid on -DGNU_SOURCE for internal code, imported... |
commit | commitdiff | tree | snapshot |
2006-12-06 |
eugeni | Speed up ASS subtitles display by detecting changes... |
commit | commitdiff | tree | snapshot |
2006-12-06 |
reimar | Also free ass_library_t members in ass_library_done |
commit | commitdiff | tree | snapshot |
2006-12-03 |
eugeni | Open embedded fonts directly from memory. |
commit | commitdiff | tree | snapshot |
2006-12-03 |
eugeni | Keep embedded fonts in ass_library_t and perform actual... |
commit | commitdiff | tree | snapshot |
next |