| Commit message (Expand) | Author | Age |
* | Raise max. number of \be applications to 100, introduce #define for it. | greg | 2009-03-06 |
* | Replace magic numbers (for subpixel accuracy masking) with a define. | greg | 2009-03-06 |
* | Use blur with kernel [[1,2,1], [2,4,2], [1,2,1]] for \be. | greg | 2009-03-06 |
* | Combine adjacent overlapping, translucent glyph borders and shadows to | greg | 2009-03-05 |
* | Fix positioned events' y-position when pan-and-scan is used. | greg | 2009-03-05 |
* | Support for subpixel accuracy of 3 bits for \pos and \move. | greg | 2009-03-05 |
* | Support ScaledBorderAndShadow property. | greg | 2009-03-05 |
* | Scale shadow displacement and blur size like border size. | greg | 2009-03-05 |
* | Round shadow displacement to nearest int. | greg | 2009-03-05 |
* | Support a vsfilter special case: | greg | 2009-03-05 |
* | Ignore PlayResX/Y aspect ratio for font aspect ratio. | greg | 2009-03-05 |
* | With pan-and-scan, keep positioned events in their original positions | eugeni | 2009-03-01 |
* | Zero-fill glyph_info_t before use. | eugeni | 2009-02-27 |
* | Remove unused function argument. | eugeni | 2009-02-27 |
* | Support fractional arguments for some override tags. | eugeni | 2009-02-27 |
* | Fix two gcc warnings. | eugeni | 2009-02-27 |
* | Allow shadow without border. | eugeni | 2009-02-27 |
* | In case of several \move or \pos in one line, prefer the first one. | eugeni | 2009-02-07 |
* | Add stubs for a few unimplemented tags. | eugeni | 2009-02-07 |
* | Allow \be with arguments other than 0 or 1. Implement \blur. | eugeni | 2009-02-07 |
* | increase max glyph and lines limit | compn | 2009-01-29 |
* | Don't print drawing commands on screen. | eugeni | 2008-08-08 |
* | \org turns off collision detection. | eugeni | 2008-08-07 |
* | Treat \h as space character. | eugeni | 2008-08-07 |
* | Calculate subtitle origin in floating point. | eugeni | 2008-08-07 |
* | Calculate subtitle position in floating point. | eugeni | 2008-08-07 |
* | Fix \fn without an argument consuming the next '\'. | eugeni | 2008-07-09 |
* | Speak of libass instead of MPlayer in the libass license headers. | diego | 2008-05-14 |
* | Use standard license header. | diego | 2008-05-13 |
* | Remove libass dependency on global font_fontconfig variable. | eugeni | 2008-04-30 |
* | Better handling of behind-the-camera objects. | eugeni | 2008-02-22 |
* | Print FreeType version in libass init. Makes error logs slightly more helpful. | eugeni | 2008-02-22 |
* | Return from ass_start_frame immediately if the track is empty. | eugeni | 2007-12-30 |
* | Avoid text deformation and subtitles moving outside the screen in pan-and-scan | eugeni | 2007-10-19 |
* | More precise line spacing. | eugeni | 2007-09-18 |
* | Fix text height calculation. It depends on line spacing. | eugeni | 2007-09-18 |
* | Fix an obviously incorrect comment. | eugeni | 2007-09-18 |
* | Enable ass_line_spacing option. | eugeni | 2007-09-18 |
* | Correct font size in libass. | eugeni | 2007-05-19 |
* | Revert y-axis rotation. Change order of rotations. | eugeni | 2007-05-18 |
* | Support fractional font sizes. | eugeni | 2007-05-14 |
* | Limit ass_font_set_transform to nonrotating transformations. | eugeni | 2007-05-14 |
* | Deallocate string. | eugeni | 2007-05-03 |
* | Always deallocate glyphs. Fixes memory leak. | eugeni | 2007-05-02 |
* | Update comments. | eugeni | 2007-05-01 |
* | Cosmetics. | eugeni | 2007-05-01 |
* | Move glyph_to_bitmap() call and outline glyph deallocation to | eugeni | 2007-05-01 |
* | Minor code simplification. | eugeni | 2007-05-01 |
* | Move get_bitmap_glyph() call to a separate loop. | eugeni | 2007-05-01 |
* | Move transform_3d() call to get_bitmap_glyph(). | eugeni | 2007-05-01 |