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 |
2006-12-03 |
eugeni | Rename: ass_process_font -> ass_add_font. |
commit | commitdiff | tree | snapshot |
2006-12-03 |
eugeni | Avoid calling validate_fname() twice for one string. |
commit | commitdiff | tree | snapshot |
2006-11-28 |
eugeni | If a glyph is not found in the current font, switch... |
commit | commitdiff | tree | snapshot |
2006-11-28 |
eugeni | Skip glyphs with char code < 0x20. |
commit | commitdiff | tree | snapshot |
2006-11-28 |
eugeni | Add FT_Library to ass_font_t. |
commit | commitdiff | tree | snapshot |
2006-11-28 |
eugeni | Use (ass_font_t, char code) instead of (FT_Face, glyph... |
commit | commitdiff | tree | snapshot |
2006-11-27 |
eugeni | Don't include freetype headers in other headers. |
commit | commitdiff | tree | snapshot |
2006-11-27 |
eugeni | Fix compilation broken in previous commit. |
commit | commitdiff | tree | snapshot |
2006-11-27 |
eugeni | Move ass_font_desc_t and ass_font_t declarations to... |
commit | commitdiff | tree | snapshot |
2006-11-27 |
eugeni | Cosmetics: reindent. |
commit | commitdiff | tree | snapshot |
2006-11-27 |
eugeni | Don't call FT_Set_Transform/FT_Set_Pixel_Sizes if value... |
commit | commitdiff | tree | snapshot |
2006-11-27 |
eugeni | Move ass_font_t allocation to ass_font.h. |
commit | commitdiff | tree | snapshot |
2006-11-27 |
eugeni | Initialize font size with 0. |
commit | commitdiff | tree | snapshot |
2006-11-26 |
eugeni | Remove obsolete "no_more_font_messages" hack. |
commit | commitdiff | tree | snapshot |
2006-11-26 |
eugeni | Move fonts-related code to a separate file. |
commit | commitdiff | tree | snapshot |
2006-11-26 |
eugeni | Make ass_new_font return ass_font_t struct (instead... |
commit | commitdiff | tree | snapshot |
2006-11-26 |
eugeni | Move ass_font_t to header. |
commit | commitdiff | tree | snapshot |
2006-11-26 |
eugeni | Rename: |
commit | commitdiff | tree | snapshot |
2006-11-26 |
diego | Merge common parts of all Makefiles into one file inclu... |
commit | commitdiff | tree | snapshot |
2006-11-25 |
diego | SRCS should be one per line to make patches more readable. |
commit | commitdiff | tree | snapshot |
2006-11-25 |
diego | Remove pointless indirection. |
commit | commitdiff | tree | snapshot |
2006-11-25 |
diego | Remove superfluous comment. |
commit | commitdiff | tree | snapshot |
2006-11-20 |
eugeni | Cosmetics: remove unneeded curly brackets. |
commit | commitdiff | tree | snapshot |
2006-11-20 |
eugeni | Fix collision detection. The old method tried to avoid... |
commit | commitdiff | tree | snapshot |
2006-11-20 |
diego | Unify dep/depend targets. |
commit | commitdiff | tree | snapshot |
2006-11-19 |
kraymer | MSGTRs for libass |
commit | commitdiff | tree | snapshot |
2006-11-19 |
eugeni | Collect all includes of mplayer headers in libass in... |
commit | commitdiff | tree | snapshot |
2006-11-13 |
eugeni | Support \t with acceleration. |
commit | commitdiff | tree | snapshot |
2006-11-13 |
eugeni | Partial fix for semitransparent glyph outlines. |
commit | commitdiff | tree | snapshot |
2006-11-08 |
eugeni | s/break/continue/. A crazy mistake, somehow unnoticed... |
commit | commitdiff | tree | snapshot |
2006-11-06 |
eugeni | Bugfix: when copying ass_force_style_list, ending 0... |
commit | commitdiff | tree | snapshot |
2006-11-06 |
eugeni | Calculate text bounding box in a way that does not... |
commit | commitdiff | tree | snapshot |
2006-11-05 |
eugeni | Initialize fontconfig in VFCTRL_INIT_EOSD handler. |
commit | commitdiff | tree | snapshot |
2006-11-05 |
eugeni | Cosmetics: indentation fix. |
commit | commitdiff | tree | snapshot |
2006-11-05 |
eugeni | Fix the following compiler warnings: |
commit | commitdiff | tree | snapshot |
2006-11-04 |
eugeni | More precise bounding box calculation for karaoke effects. |
commit | commitdiff | tree | snapshot |
2006-11-03 |
eugeni | Prefer microsoft-specific charmaps to all other. |
commit | commitdiff | tree | snapshot |
2006-11-03 |
eugeni | Introduce MSGT_ASS, use it for all libass messages. |
commit | commitdiff | tree | snapshot |
2006-11-03 |
eugeni | Implement loading subtitles from memory. |
commit | commitdiff | tree | snapshot |
2006-11-03 |
eugeni | Bugfix: sub_recode could deallocate global sub_cp under... |
commit | commitdiff | tree | snapshot |
2006-10-29 |
eugeni | Revert r20517. |
commit | commitdiff | tree | snapshot |
2006-10-29 |
eugeni | Move ass_library initialization code to ass_mp.c. |
commit | commitdiff | tree | snapshot |
2006-10-29 |
eugeni | Copy the following functions to libass to avoid depende... |
commit | commitdiff | tree | snapshot |
2006-10-29 |
eugeni | Fix width -> orig_width typo. |
commit | commitdiff | tree | snapshot |
2006-10-29 |
eugeni | Don't set PlayResX for plaintext subtitles. |
commit | commitdiff | tree | snapshot |
2006-10-29 |
eugeni | Add \N at the end of each subtitle line when converting... |
commit | commitdiff | tree | snapshot |
2006-10-28 |
eugeni | Libass interface reworked: |
commit | commitdiff | tree | snapshot |
2006-10-28 |
reimar | If HAVE_FONTCONFIG is not defined, font_fontconfig... |
commit | commitdiff | tree | snapshot |
2006-10-27 |
eugeni | Add missing fontconfig_done() call. |
commit | commitdiff | tree | snapshot |
2006-10-26 |
eugeni | Split ass_configure() into several smaller functions. |
commit | commitdiff | tree | snapshot |
next |