| Commit message (Expand) | Author | Age | Files | Lines |
* | Unify dep/depend targets. | diego | 2006-11-20 | 1 | -3/+1 |
* | MSGTRs for libass | kraymer | 2006-11-19 | 6 | -48/+48 |
* | Collect all includes of mplayer headers in libass in a single file (mputils.h). | eugeni | 2006-11-19 | 7 | -15/+16 |
* | Support \t with acceleration. | eugeni | 2006-11-13 | 1 | -1/+3 |
* | Partial fix for semitransparent glyph outlines. | eugeni | 2006-11-13 | 1 | -1/+1 |
* | s/break/continue/. A crazy mistake, somehow unnoticed for more that 2 months. | eugeni | 2006-11-08 | 1 | -2/+2 |
* | Bugfix: when copying ass_force_style_list, ending 0 was left out. | eugeni | 2006-11-06 | 1 | -1/+2 |
* | Calculate text bounding box in a way that does not depend on actual glyph | eugeni | 2006-11-06 | 1 | -36/+15 |
* | Initialize fontconfig in VFCTRL_INIT_EOSD handler. | eugeni | 2006-11-05 | 2 | -1/+4 |
* | Cosmetics: indentation fix. | eugeni | 2006-11-05 | 1 | -8/+8 |
* | Fix the following compiler warnings: | eugeni | 2006-11-05 | 1 | -2/+1 |
* | More precise bounding box calculation for karaoke effects. | eugeni | 2006-11-04 | 1 | -2/+7 |
* | Prefer microsoft-specific charmaps to all other. | eugeni | 2006-11-03 | 1 | -0/+20 |
* | Introduce MSGT_ASS, use it for all libass messages. | eugeni | 2006-11-03 | 7 | -91/+91 |
* | Implement loading subtitles from memory. | eugeni | 2006-11-03 | 2 | -24/+102 |
* | Bugfix: sub_recode could deallocate global sub_cp under some circumstances. | eugeni | 2006-11-03 | 1 | -1/+1 |
* | Revert r20517. | eugeni | 2006-10-29 | 5 | -201/+11 |
* | Move ass_library initialization code to ass_mp.c. | eugeni | 2006-10-29 | 2 | -0/+12 |
* | Copy the following functions to libass to avoid dependency on the rest of mpl... | eugeni | 2006-10-29 | 5 | -11/+201 |
* | Fix width -> orig_width typo. | eugeni | 2006-10-29 | 1 | -1/+1 |
* | Don't set PlayResX for plaintext subtitles. | eugeni | 2006-10-29 | 1 | -1/+0 |
* | Add \N at the end of each subtitle line when converting from subdata. | eugeni | 2006-10-29 | 1 | -2/+2 |
* | Libass interface reworked: | eugeni | 2006-10-28 | 9 | -89/+228 |
* | If HAVE_FONTCONFIG is not defined, font_fontconfig might be declared both | reimar | 2006-10-28 | 1 | -5/+4 |
* | Add missing fontconfig_done() call. | eugeni | 2006-10-27 | 1 | -0/+2 |
* | Split ass_configure() into several smaller functions. | eugeni | 2006-10-26 | 4 | -65/+119 |
* | Don't forget to apply scaling coefficients to kerning values. | eugeni | 2006-10-20 | 1 | -2/+2 |
* | Fix center of rotation calculation. It was overly complex and | eugeni | 2006-10-19 | 1 | -9/+3 |
* | Center of rotation depends on alignment. | eugeni | 2006-10-18 | 1 | -2/+4 |
* | Support separate rotation angle for each glyph. | eugeni | 2006-10-18 | 1 | -10/+17 |
* | Move base point calculation to a separate function. Will be reused soon. | eugeni | 2006-10-18 | 1 | -26/+41 |
* | Cosmetics: remove commented code. | eugeni | 2006-10-18 | 1 | -5/+1 |
* | Fix a typo in collision detection code. | eugeni | 2006-10-18 | 1 | -1/+1 |
* | Remove an outdated debug message. | eugeni | 2006-10-16 | 1 | -1/+0 |
* | Fix crash because of last_glyph < first_glyph, probably caused by first line | reimar | 2006-10-15 | 1 | -1/+1 |
* | Zerofill libass static variables during initialization. | eugeni | 2006-10-14 | 1 | -0/+4 |
* | Free FT_Stroker during libass deinitialization. | eugeni | 2006-10-14 | 1 | -0/+4 |
* | Reduce margins for plaintext subtitles. | eugeni | 2006-10-09 | 1 | -3/+3 |
* | Avoid crash with fontconfig 2.3.9x (as shipped with SuSE 10.1, FcDirScan is b... | reimar | 2006-10-08 | 1 | -1/+5 |
* | Add copyright notice and vim/emacs comments to libass and vf_ass.c. | eugeni | 2006-10-01 | 14 | -0/+280 |
* | Cosmetics: add some comments. | eugeni | 2006-09-24 | 2 | -0/+16 |
* | Shadow support in libass. | eugeni | 2006-09-24 | 5 | -14/+63 |
* | Free memory in ass_synth_done(). | eugeni | 2006-09-24 | 1 | -0/+6 |
* | Reduce size of non-blurred bitmaps. | eugeni | 2006-09-23 | 1 | -1/+1 |
* | Cosmetics. Change indentation of block of code to make it consistent with | eugeni | 2006-09-23 | 1 | -39/+39 |
* | Better fix_outline implementation. No more "fix_outline failed" messages, | eugeni | 2006-09-23 | 1 | -12/+15 |
* | Fix width -> orig_width typo causing subtitles to be too far to the right | reimar | 2006-09-22 | 1 | -1/+1 |
* | Move calculation of text parameters (number of lines, height, etc.) from | eugeni | 2006-09-22 | 1 | -21/+36 |
* | Move variable declaration to a more deeply nested block. It is not used outsi... | eugeni | 2006-09-22 | 1 | -1/+2 |
* | Cosmetics: fix indentation after last commit. | eugeni | 2006-09-21 | 1 | -18/+18 |
* | Fix FT_Stroker use in libass. The previous variant ended up with 0-width | eugeni | 2006-09-21 | 1 | -28/+18 |
* | In r19831, font size multiplier was mistakenly applied to border width. | eugeni | 2006-09-21 | 1 | -1/+3 |
* | Sort events by ReadOrder (if both layer and start time are equal). | eugeni | 2006-09-19 | 1 | -0/+4 |
* | Set ReadOrder values for external subtitles. | eugeni | 2006-09-19 | 1 | -0/+5 |
* | Calculate text bounding box in such way that it does not depend on the height | eugeni | 2006-09-19 | 1 | -0/+2 |
* | Cosmetics: fix indentation after last commit. | eugeni | 2006-09-19 | 1 | -23/+23 |
* | Don't call FcDirScan/FcDirSave with FontConfig >= 2.4. | eugeni | 2006-09-19 | 1 | -1/+4 |
* | Fix a stupid bug in list concatenation. | eugeni | 2006-09-18 | 1 | -18/+9 |
* | Reduce code duplication in init_render_context(). | eugeni | 2006-09-17 | 2 | -83/+93 |
* | Subtract glyph bitmap from outline bitmap. | eugeni | 2006-09-16 | 1 | -0/+22 |
* | Add \be (blur edges) support to libass. | eugeni | 2006-09-16 | 5 | -7/+128 |
* | Store bitmap glyphs in a separate struct, instead of FreeType's internal buffer. | eugeni | 2006-09-16 | 6 | -65/+156 |
* | Make font outline width proportional to movie resolution. | eugeni | 2006-09-13 | 1 | -4/+6 |
* | Bugfix: timing for empty karaoke words was lost, resulting | eugeni | 2006-09-06 | 1 | -5/+21 |
* | Workaround for broken fonts with bad ascender/descender. | eugeni | 2006-09-05 | 1 | -7/+11 |
* | Change \fad behaviour so that it does not get cancelled by \r. | eugeni | 2006-09-05 | 1 | -9/+10 |
* | Simplification. | eugeni | 2006-09-05 | 1 | -44/+34 |
* | Add vertical clipping for subtitles that were moved because of a collision. | eugeni | 2006-09-04 | 1 | -0/+15 |
* | Fix possible unallocated memory read in libass line wrapping code. | eugeni | 2006-09-04 | 1 | -2/+2 |
* | Apply -ass-force-style also to matroska plaintext subs. | eugeni | 2006-09-03 | 1 | -1/+1 |
* | Cosmetics: restore indentation after recent changes. | eugeni | 2006-09-03 | 1 | -49/+49 |
* | Add -ass-styles option. It allows to load styles from a file and use them | eugeni | 2006-09-03 | 4 | -14/+61 |
* | Fix last commit. | eugeni | 2006-09-03 | 1 | -1/+1 |
* | More checks in ass_render_event. | eugeni | 2006-09-03 | 1 | -7/+9 |
* | Remove unneeded variable. | eugeni | 2006-09-03 | 1 | -4/+3 |
* | ass-color and ass-border-color options. | eugeni | 2006-09-03 | 2 | -3/+14 |
* | Add support for rendering matroska plaintext subtitles with libass. | eugeni | 2006-09-02 | 2 | -27/+78 |
* | Don't sort events when reading external subs. With r19644, the order does not... | eugeni | 2006-09-02 | 1 | -19/+0 |
* | Better collision detection algorithm. The idea is to keep a subtitle in place | eugeni | 2006-09-02 | 4 | -93/+269 |
* | Remove some unused code. | eugeni | 2006-09-02 | 1 | -5/+0 |
* | Read layer info from external subs. | eugeni | 2006-09-02 | 1 | -0/+1 |
* | Make \fr* parameter a floating point value. | eugeni | 2006-09-01 | 1 | -4/+4 |
* | Bugfix: potential write of unallocated memory. | eugeni | 2006-08-31 | 1 | -3/+5 |
* | Bugfix: wrong height value used in font size calculation. | eugeni | 2006-08-31 | 1 | -1/+1 |
* | Change default font family and color for plain text subs. | eugeni | 2006-08-29 | 1 | -4/+4 |
* | Bugfix: strdup of NULL value. | eugeni | 2006-08-29 | 1 | -1/+1 |
* | Apply -ass-force-style also to tracks generated from subdata. | eugeni | 2006-08-29 | 2 | -1/+3 |
* | Ignore '*' at the beginning of style name. | eugeni | 2006-08-28 | 1 | -0/+1 |
* | Fix font scaling taking margins into account. | eugeni | 2006-08-28 | 1 | -1/+1 |
* | Add -(no)ass-use-margins option. | eugeni | 2006-08-28 | 2 | -0/+2 |
* | Cosmetics: fix indentation after r19562. | eugeni | 2006-08-27 | 1 | -29/+29 |
* | Transition effects support. | eugeni | 2006-08-27 | 1 | -22/+113 |
* | Simplify ass_glyph_cache_reset(). | eugeni | 2006-08-26 | 1 | -4/+5 |
* | Reset glyph cache on reconfigure. | eugeni | 2006-08-26 | 3 | -3/+15 |
* | Add right and left margins support to libass. | eugeni | 2006-08-26 | 2 | -4/+18 |
* | Fix previous commit. | eugeni | 2006-08-24 | 1 | -1/+1 |
* | Simplify vf_ass initialization. | eugeni | 2006-08-24 | 1 | -3/+7 |
* | New cmdline option: -ass-force-style. | eugeni | 2006-08-22 | 3 | -1/+76 |
* | SSA/ASS parser reworked, with 2 main results: | eugeni | 2006-08-22 | 3 | -115/+237 |
* | use of malloc without prototype.. very bad on 64bit archs | rfelker | 2006-08-21 | 1 | -0/+1 |
* | no c++ decls! | rfelker | 2006-08-21 | 1 | -1/+3 |
* | Add public functions for removal of styles and events. | eugeni | 2006-08-21 | 2 | -21/+38 |
* | Move all internal -I parameters to the front of CFLAGS to avoid using external | diego | 2006-08-17 | 1 | -2/+2 |
* | Fix wrong handling of transparency in \fad(\fade). | eugeni | 2006-08-16 | 1 | -4/+15 |
* | Replace stdint.h with inttypes.h. | eugeni | 2006-08-15 | 4 | -4/+2 |
* | Angle value from style was ignored. Not anymore. | eugeni | 2006-08-15 | 1 | -1/+1 |
* | Add subdata to ass_track conversion for external subtitles. | eugeni | 2006-08-15 | 3 | -1/+106 |
* | Cosmetics: fix indentation after the last patch. | eugeni | 2006-08-15 | 1 | -12/+12 |
* | Allow \fade to be used in place of \fad and vice versa. | eugeni | 2006-08-15 | 1 | -21/+23 |
* | Replace %lld with PRId64, part 2. | eugeni | 2006-08-13 | 2 | -2/+4 |
* | MinGW treats %lld as %d. Replace it with PRId64. | eugeni | 2006-08-13 | 1 | -1/+2 |
* | Fix compilation with gcc 2.95. | eugeni | 2006-08-12 | 1 | -6/+7 |
* | Use FontConfig cache to speedup mplayer startup. | eugeni | 2006-08-06 | 1 | -0/+28 |
* | Unify include paths in the build system, part I. | diego | 2006-07-27 | 1 | -2/+0 |
* | marks several read-only string parameters which aren't modified inside the ca... | reynaldo | 2006-07-15 | 1 | -1/+1 |
* | marks several function without a prototype which arent used outside its sourc... | reynaldo | 2006-07-13 | 1 | -2/+2 |
* | Cosmetics. | eugeni | 2006-07-13 | 1 | -1/+1 |
* | Use FcPatternAdd-Type instead of FcNameParse. The latter, as it turns out, re... | eugeni | 2006-07-13 | 1 | -4/+6 |
* | Support 6 argument variant of \move. | eugeni | 2006-07-12 | 1 | -7/+20 |
* | OPTFLAGS already includes EXTRA_INC. | diego | 2006-07-12 | 1 | -1/+0 |
* | Support some recently discovered color formats. | eugeni | 2006-07-10 | 1 | -3/+3 |
* | Ignoring FT_Glyph_Stroke() errors can potentially lead to double free(). | eugeni | 2006-07-10 | 1 | -1/+5 |
* | Only match outline fonts. | eugeni | 2006-07-10 | 1 | -0/+7 |
* | Initial libass release (without mencoder support). | eugeni | 2006-07-07 | 13 | -0/+3468 |