| Commit message (Expand) | Author | Age |
* | Fix compilation with internal ASS when no ass header is installed system-wide. | reimar | 2009-12-19 |
* | Make ass_mp.h use the system-libass headers when the internal one is disabled. | reimar | 2009-12-19 |
* | Fix crash when event format is not specified | greg | 2009-08-13 |
* | Fix stupid, off-by-one, mistakes in assert() expressions. | eugeni | 2009-07-27 |
* | Make sure clip coordinates are inside the screen area. | eugeni | 2009-07-18 |
* | Cosmetics: make some variables constant to signify their intended use and, | eugeni | 2009-07-18 |
* | Fix read after the end of allocated buffer. | eugeni | 2009-07-18 |
* | Add a missing check for a NULL return value. | eugeni | 2009-06-16 |
* | whitespace cosmetics: Remove all trailing whitespace. | diego | 2009-05-13 |
* | Don't automatically wrap lines when WrapStyle==2. | eugeni | 2009-04-21 |
* | Document the ass_render_event event_images parameter. | reimar | 2009-03-28 |
* | Initialize all structs to 0 before using them. | reimar | 2009-03-28 |
* | Cosmetics: reindent. | eugeni | 2009-03-16 |
* | Fix uninitialized memory access in ass_fontconfig. | eugeni | 2009-03-16 |
* | Use ScaledBorderAndShadow: yes by default. | greg | 2009-03-11 |
* | Cosmetics: reindent. | eugeni | 2009-03-08 |
* | Treat -font/-subfont as Fontconfig pattern in libass. | eugeni | 2009-03-08 |
* | Remove extraneous braces. | greg | 2009-03-08 |
* | Don't assume width == stride for bitmap composition. | greg | 2009-03-08 |
* | Fix clipping for pan-and-scan. | greg | 2009-03-08 |
* | Add a proper color check to the overlap compositing. | greg | 2009-03-08 |
* | Replace rotation functions with a simplified version adapted from | greg | 2009-03-08 |
* | Only use first \org in a line. | greg | 2009-03-07 |
* | Fix \be blur start position. | greg | 2009-03-06 |
* | 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 |
* | Style override for ScaledBorderAndShadow. | 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 |
* | Hack: half-merge glyph border with outline to avoid ugly anti-aliasing | greg | 2009-03-05 |
* | Ignore PlayResX/Y aspect ratio for font aspect ratio. | greg | 2009-03-05 |
* | Fix a memory leak. | eugeni | 2009-03-01 |
* | 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 |
* | Fix memory leak produced by the \blur patch. | eugeni | 2009-02-27 |
* | Stronger blur. | 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 |