aboutsummaryrefslogtreecommitdiffhomepage
path: root/libass/ass_render.c
Commit message (Expand)AuthorAge
* Remove trailing whitespace from most filesGravatar Uoti Urpala2009-07-07
* Merge svn changes up to r29277Gravatar Uoti Urpala2009-05-08
|\
| * Don't automatically wrap lines when WrapStyle==2.Gravatar eugeni2009-04-21
* | Merge svn changes up to r29117Gravatar Uoti Urpala2009-04-01
|\|
| * Document the ass_render_event event_images parameter.Gravatar reimar2009-03-28
| * Initialize all structs to 0 before using them.Gravatar reimar2009-03-28
* | Merge svn changes up to r28951Gravatar Uoti Urpala2009-03-14
|\|
| * Treat -font/-subfont as Fontconfig pattern in libass.Gravatar eugeni2009-03-08
| * Remove extraneous braces.Gravatar greg2009-03-08
| * Don't assume width == stride for bitmap composition.Gravatar greg2009-03-08
| * Fix clipping for pan-and-scan.Gravatar greg2009-03-08
| * Add a proper color check to the overlap compositing.Gravatar greg2009-03-08
| * Replace rotation functions with a simplified version adapted fromGravatar greg2009-03-08
| * Only use first \org in a line.Gravatar greg2009-03-07
* | Merge svn changes up to r28862Gravatar Uoti Urpala2009-03-07
|\|
| * Raise max. number of \be applications to 100, introduce #define for it.Gravatar greg2009-03-06
| * Replace magic numbers (for subpixel accuracy masking) with a define.Gravatar greg2009-03-06
| * Use blur with kernel [[1,2,1], [2,4,2], [1,2,1]] for \be.Gravatar greg2009-03-06
| * Combine adjacent overlapping, translucent glyph borders and shadows toGravatar greg2009-03-05
| * Fix positioned events' y-position when pan-and-scan is used.Gravatar greg2009-03-05
| * Support for subpixel accuracy of 3 bits for \pos and \move.Gravatar greg2009-03-05
| * Support ScaledBorderAndShadow property.Gravatar greg2009-03-05
| * Scale shadow displacement and blur size like border size.Gravatar greg2009-03-05
| * Round shadow displacement to nearest int.Gravatar greg2009-03-05
| * Support a vsfilter special case:Gravatar greg2009-03-05
| * Ignore PlayResX/Y aspect ratio for font aspect ratio.Gravatar greg2009-03-05
| * With pan-and-scan, keep positioned events in their original positionsGravatar eugeni2009-03-01
* | Merge svn changes up to r28755Gravatar Uoti Urpala2009-02-28
|\|
| * Zero-fill glyph_info_t before use.Gravatar eugeni2009-02-27
| * Remove unused function argument.Gravatar eugeni2009-02-27
| * Support fractional arguments for some override tags.Gravatar eugeni2009-02-27
| * Fix two gcc warnings.Gravatar eugeni2009-02-27
| * Allow shadow without border.Gravatar eugeni2009-02-27
* | Merge svn changes up to r28537Gravatar Uoti Urpala2009-02-12
|\|
| * In case of several \move or \pos in one line, prefer the first one.Gravatar eugeni2009-02-07
| * Add stubs for a few unimplemented tags.Gravatar eugeni2009-02-07
| * Allow \be with arguments other than 0 or 1. Implement \blur.Gravatar eugeni2009-02-07
* | Merge svn changes up to r28403Gravatar Uoti Urpala2009-01-31
|\|
| * increase max glyph and lines limitGravatar compn2009-01-29
* | libass: If a bad subtitle has multiple \pos use firstGravatar Uoti Urpala2008-12-22
* | Merge svn changes up to r27458Gravatar Uoti Urpala2008-08-12
|\|
* | Make various functions staticGravatar Uoti Urpala2008-08-12
| * Don't print drawing commands on screen.Gravatar eugeni2008-08-08
* | Merge svn changes up to r27441Gravatar Uoti Urpala2008-08-08
| * \org turns off collision detection.Gravatar eugeni2008-08-07
| * Treat \h as space character.Gravatar eugeni2008-08-07
| * Calculate subtitle origin in floating point.Gravatar eugeni2008-08-07
| * Calculate subtitle position in floating point.Gravatar eugeni2008-08-07
|/
* Fix \fn without an argument consuming the next '\'.Gravatar eugeni2008-07-09
* Speak of libass instead of MPlayer in the libass license headers.Gravatar diego2008-05-14