| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix a stupid bug in r22473: bbox is zero-filled everytime when a glyph | eugeni | 2007-04-13 | 1 | -5/+1 |
* | Remove unused includes. | eugeni | 2007-04-10 | 1 | -2/+0 |
* | Don't check if user-supplied default font path exists. | eugeni | 2007-04-10 | 1 | -6/+1 |
* | Fix lost hard linebreaks in libass by repeating the loop when both soft and | eugeni | 2007-04-07 | 1 | -0/+5 |
* | "()" to "(void)" function param list fixes | uau | 2007-04-01 | 5 | -6/+6 |
* | Use FT_Glyph_StrokeBorder to render only the outside border. | iive | 2007-03-31 | 1 | -1/+1 |
* | Remove unnecessary include from CFLAGS. | diego | 2007-03-15 | 1 | -2/+0 |
* | cosmetics: Fix indentation, reorder some lines for consistency. | diego | 2007-03-13 | 1 | -9/+8 |
* | Give more descriptive names to the source and library variables and split | diego | 2007-03-13 | 1 | -2/+2 |
* | A function always returning 0 could as well return void. | eugeni | 2007-03-06 | 1 | -11/+4 |
* | Text alignment should not use bounding boxes of individual glyphs. | eugeni | 2007-03-06 | 1 | -3/+3 |
* | Reset advance vector and glyph bounding box if glyph could not be found. | eugeni | 2007-03-06 | 1 | -0/+6 |
* | Fix incorrect spacing introduced in r22231: | eugeni | 2007-03-03 | 1 | -2/+2 |
* | 10l: x2scr used twice instead of y2scr. | eugeni | 2007-03-02 | 1 | -1/+1 |
* | Bugfix: transform origin to screen coordinates. | eugeni | 2007-03-02 | 1 | -2/+2 |
* | Fix \a parsing broken in r22291 | uau | 2007-02-23 | 1 | -1/+1 |
* | Add some missing includes. | eugeni | 2007-02-22 | 2 | -0/+4 |
* | Oops, forgot {} before "else". | eugeni | 2007-02-21 | 1 | -2/+2 |
* | Cosmetics: fix indentation. | eugeni | 2007-02-20 | 1 | -15/+15 |
* | With \t(\b) text becomes bold at the middle of time interval, not at the end | eugeni | 2007-02-20 | 1 | -1/+2 |
* | Any style modifier followed by no recognizable parameter resets to the default. | eugeni | 2007-02-20 | 1 | -7/+17 |
* | \fn without an argument resets font family to the value from style. | eugeni | 2007-02-20 | 1 | -3/+6 |
* | Fix display order of events. | eugeni | 2007-02-20 | 1 | -4/+0 |
* | Both (-1) and 1 mean bold font in SSA/ASS styles. | eugeni | 2007-02-19 | 2 | -4/+7 |
* | Add \t(\b) support. | eugeni | 2007-02-19 | 1 | -3/+4 |
* | Fix bounding box calculation with \fscx/\fscy. | eugeni | 2007-02-19 | 1 | -2/+4 |
* | Fix \fscx/\fscy animation. | eugeni | 2007-02-19 | 1 | -2/+2 |
* | Correct implementation of text spacing. | eugeni | 2007-02-19 | 3 | -10/+10 |
* | Reallocate event_images_t, removing limit on simultanious events count. | eugeni | 2007-02-19 | 1 | -23/+25 |
* | Restore a minus sign that was lost in r22231. | eugeni | 2007-02-16 | 1 | -1/+1 |
* | Implement \frx and \fry (and reimplement \frz) as 3d rotations. | eugeni | 2007-02-16 | 3 | -23/+108 |
* | Consistently name z-axis rotation angle "frz". | eugeni | 2007-02-16 | 2 | -6/+6 |
* | Move conversions between 16.16, 26.6 fixed point and int, double to separate | eugeni | 2007-02-16 | 2 | -17/+43 |
* | Select the first charmap in the font, if FreeType did not autoselect any. | eugeni | 2007-02-15 | 1 | -1/+11 |
* | \r resets \frz to style value. | eugeni | 2007-02-15 | 1 | -1/+1 |
* | Fix \t(\frz) handling. | eugeni | 2007-02-15 | 1 | -4/+2 |
* | \org(0,0) is different from no \org at all. | eugeni | 2007-02-15 | 1 | -1/+4 |
* | Bugfix: glyph and bitmap pointers could be left uninitialized after | eugeni | 2007-01-29 | 1 | -4/+3 |
* | Avoid invalid memory access in ass_process_subtitle for empty subtitles | reimar | 2007-01-07 | 1 | -1/+1 |
* | Make -embeddedfonts enabled by default with FontConfig >= 2.4.2. | eugeni | 2006-12-17 | 1 | -0/+8 |
* | Update some comments. | eugeni | 2006-12-17 | 2 | -6/+43 |
* | Cosmetics: fix indentation. | eugeni | 2006-12-16 | 1 | -15/+15 |
* | Keep reselected fonts in an array, adding new ones to the end. Glyph | eugeni | 2006-12-16 | 3 | -28/+59 |
* | Avoid storing font file path and index in ass_font_t. | eugeni | 2006-12-16 | 2 | -14/+8 |
* | Remove a mistakenly committed debug printf. | eugeni | 2006-12-16 | 1 | -2/+0 |
* | FT_Set_Transform is fast enough to be called once for each glyph. | eugeni | 2006-12-16 | 1 | -15/+7 |
* | Avoid "pointer targets differ in signedness" warnings. | eugeni | 2006-12-16 | 2 | -3/+3 |
* | Move ascender, descender, and kerning computation to ass_font.c. | eugeni | 2006-12-16 | 3 | -33/+43 |
* | Get rid on -DGNU_SOURCE for internal code, imported libs should be fixed | reimar | 2006-12-12 | 1 | -1/+1 |
* | Speed up ASS subtitles display by detecting changes between two consecutive | eugeni | 2006-12-06 | 3 | -11/+90 |
* | Also free ass_library_t members in ass_library_done | reimar | 2006-12-06 | 1 | -1/+5 |
* | Open embedded fonts directly from memory. | eugeni | 2006-12-03 | 5 | -9/+67 |
* | Keep embedded fonts in ass_library_t and perform actual disk write | eugeni | 2006-12-03 | 9 | -85/+123 |
* | Rename: ass_process_font -> ass_add_font. | eugeni | 2006-12-03 | 2 | -5/+5 |
* | Avoid calling validate_fname() twice for one string. | eugeni | 2006-12-03 | 1 | -3/+1 |
* | If a glyph is not found in the current font, switch to another one. | eugeni | 2006-11-28 | 4 | -14/+121 |
* | Skip glyphs with char code < 0x20. | eugeni | 2006-11-28 | 1 | -0/+3 |
* | Add FT_Library to ass_font_t. | eugeni | 2006-11-28 | 2 | -0/+2 |
* | Use (ass_font_t, char code) instead of (FT_Face, glyph index) to identify | eugeni | 2006-11-28 | 3 | -9/+9 |
* | Don't include freetype headers in other headers. | eugeni | 2006-11-27 | 2 | -10/+0 |
* | Fix compilation broken in previous commit. | eugeni | 2006-11-27 | 2 | -2/+2 |
* | Move ass_font_desc_t and ass_font_t declarations to ass_font.h. | eugeni | 2006-11-27 | 3 | -19/+17 |
* | Cosmetics: reindent. | eugeni | 2006-11-27 | 1 | -9/+9 |
* | Don't call FT_Set_Transform/FT_Set_Pixel_Sizes if values have not changed. | eugeni | 2006-11-27 | 1 | -0/+10 |
* | Move ass_font_t allocation to ass_font.h. | eugeni | 2006-11-27 | 5 | -26/+37 |
* | Initialize font size with 0. | eugeni | 2006-11-27 | 1 | -0/+1 |
* | Remove obsolete "no_more_font_messages" hack. | eugeni | 2006-11-26 | 4 | -16/+5 |
* | Move fonts-related code to a separate file. | eugeni | 2006-11-26 | 6 | -69/+197 |
* | Make ass_new_font return ass_font_t struct (instead of just FT_Face). | eugeni | 2006-11-26 | 3 | -38/+33 |
* | Move ass_font_t to header. | eugeni | 2006-11-26 | 2 | -8/+7 |
* | Rename: | eugeni | 2006-11-26 | 3 | -33/+33 |
* | Merge common parts of all Makefiles into one file included by all. | diego | 2006-11-26 | 1 | -32/+2 |
* | SRCS should be one per line to make patches more readable. | diego | 2006-11-25 | 1 | -1/+8 |
* | Remove pointless indirection. | diego | 2006-11-25 | 1 | -3/+1 |
* | Remove superfluous comment. | diego | 2006-11-25 | 1 | -3/+0 |
* | Cosmetics: remove unneeded curly brackets. | eugeni | 2006-11-20 | 1 | -3/+2 |
* | Fix collision detection. The old method tried to avoid gaps between subtitles | eugeni | 2006-11-20 | 1 | -21/+12 |
* | 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 |
* | |