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 |
2006-10-20 |
eugeni | Don't forget to apply scaling coefficients to kerning... |
commit | commitdiff | tree | snapshot |
2006-10-19 |
eugeni | Fix center of rotation calculation. It was overly compl... |
commit | commitdiff | tree | snapshot |
2006-10-18 |
eugeni | Center of rotation depends on alignment. |
commit | commitdiff | tree | snapshot |
2006-10-18 |
eugeni | Support separate rotation angle for each glyph. |
commit | commitdiff | tree | snapshot |
2006-10-18 |
eugeni | Move base point calculation to a separate function... |
commit | commitdiff | tree | snapshot |
2006-10-18 |
eugeni | Cosmetics: remove commented code. |
commit | commitdiff | tree | snapshot |
2006-10-18 |
eugeni | Fix a typo in collision detection code. |
commit | commitdiff | tree | snapshot |
2006-10-16 |
eugeni | Remove an outdated debug message. |
commit | commitdiff | tree | snapshot |
2006-10-15 |
reimar | Fix crash because of last_glyph < first_glyph, probably... |
commit | commitdiff | tree | snapshot |
2006-10-14 |
eugeni | Zerofill libass static variables during initialization. |
commit | commitdiff | tree | snapshot |
2006-10-14 |
eugeni | Free FT_Stroker during libass deinitialization. |
commit | commitdiff | tree | snapshot |
2006-10-09 |
eugeni | Reduce margins for plaintext subtitles. |
commit | commitdiff | tree | snapshot |
2006-10-08 |
reimar | Avoid crash with fontconfig 2.3.9x (as shipped with... |
commit | commitdiff | tree | snapshot |
2006-10-01 |
eugeni | Add copyright notice and vim/emacs comments to libass... |
commit | commitdiff | tree | snapshot |
2006-09-24 |
eugeni | Cosmetics: add some comments. |
commit | commitdiff | tree | snapshot |
2006-09-24 |
eugeni | Shadow support in libass. |
commit | commitdiff | tree | snapshot |
2006-09-24 |
eugeni | Free memory in ass_synth_done(). |
commit | commitdiff | tree | snapshot |
2006-09-23 |
eugeni | Reduce size of non-blurred bitmaps. |
commit | commitdiff | tree | snapshot |
2006-09-23 |
eugeni | Cosmetics. Change indentation of block of code to make... |
commit | commitdiff | tree | snapshot |
2006-09-23 |
eugeni | Better fix_outline implementation. No more "fix_outline... |
commit | commitdiff | tree | snapshot |
2006-09-22 |
reimar | Fix width -> orig_width typo causing subtitles to be... |
commit | commitdiff | tree | snapshot |
2006-09-22 |
eugeni | Move calculation of text parameters (number of lines... |
commit | commitdiff | tree | snapshot |
2006-09-22 |
eugeni | Move variable declaration to a more deeply nested block... |
commit | commitdiff | tree | snapshot |
2006-09-21 |
eugeni | Cosmetics: fix indentation after last commit. |
commit | commitdiff | tree | snapshot |
2006-09-21 |
eugeni | Fix FT_Stroker use in libass. The previous variant... |
commit | commitdiff | tree | snapshot |
2006-09-21 |
eugeni | In r19831, font size multiplier was mistakenly applied... |
commit | commitdiff | tree | snapshot |
2006-09-19 |
eugeni | Sort events by ReadOrder (if both layer and start time... |
commit | commitdiff | tree | snapshot |
2006-09-19 |
eugeni | Set ReadOrder values for external subtitles. |
commit | commitdiff | tree | snapshot |
2006-09-19 |
eugeni | Calculate text bounding box in such way that it does... |
commit | commitdiff | tree | snapshot |
2006-09-19 |
eugeni | Cosmetics: fix indentation after last commit. |
commit | commitdiff | tree | snapshot |
2006-09-19 |
eugeni | Don't call FcDirScan/FcDirSave with FontConfig >= 2.4. |
commit | commitdiff | tree | snapshot |
2006-09-18 |
eugeni | Fix a stupid bug in list concatenation. |
commit | commitdiff | tree | snapshot |
2006-09-17 |
eugeni | Reduce code duplication in init_render_context(). |
commit | commitdiff | tree | snapshot |
next |