summaryrefslogtreecommitdiffstats
path: root/libass/ass_render.c
Commit message (Expand)AuthorAgeFilesLines
* Remove internal libass treeUoti Urpala2009-07-261-2616/+0
* Remove trailing whitespace from most filesUoti Urpala2009-07-071-55/+54
* Merge svn changes up to r29277Uoti Urpala2009-05-081-1/+1
|\
| * Don't automatically wrap lines when WrapStyle==2.eugeni2009-04-211-1/+1
* | Merge svn changes up to r29117Uoti Urpala2009-04-011-0/+4
|\|
| * Document the ass_render_event event_images parameter.reimar2009-03-281-0/+1
| * Initialize all structs to 0 before using them.reimar2009-03-281-0/+3
* | Merge svn changes up to r28951Uoti Urpala2009-03-141-97/+70
|\|
| * Treat -font/-subfont as Fontconfig pattern in libass.eugeni2009-03-081-0/+3
| * Remove extraneous braces.greg2009-03-081-4/+4
| * Don't assume width == stride for bitmap composition.greg2009-03-081-6/+8
| * Fix clipping for pan-and-scan.greg2009-03-081-4/+6
| * Add a proper color check to the overlap compositing.greg2009-03-081-0/+3
| * Replace rotation functions with a simplified version adapted fromgreg2009-03-081-79/+40
| * Only use first \org in a line.greg2009-03-071-4/+6
* | Merge svn changes up to r28862Uoti Urpala2009-03-071-35/+159
|\|
| * Raise max. number of \be applications to 100, introduce #define for it.greg2009-03-061-2/+3
| * Replace magic numbers (for subpixel accuracy masking) with a define.greg2009-03-061-4/+5
| * Use blur with kernel [[1,2,1], [2,4,2], [1,2,1]] for \be.greg2009-03-061-5/+1
| * Combine adjacent overlapping, translucent glyph borders and shadows togreg2009-03-051-1/+106
| * Fix positioned events' y-position when pan-and-scan is used.greg2009-03-051-2/+7
| * Support for subpixel accuracy of 3 bits for \pos and \move.greg2009-03-051-15/+20
| * Support ScaledBorderAndShadow property.greg2009-03-051-1/+4
| * Scale shadow displacement and blur size like border size.greg2009-03-051-3/+3
| * Round shadow displacement to nearest int.greg2009-03-051-4/+5
| * Support a vsfilter special case:greg2009-03-051-1/+7
| * Ignore PlayResX/Y aspect ratio for font aspect ratio.greg2009-03-051-4/+1
| * With pan-and-scan, keep positioned events in their original positionseugeni2009-03-011-1/+5
* | Merge svn changes up to r28755Uoti Urpala2009-02-281-49/+50
|\|
| * Zero-fill glyph_info_t before use.eugeni2009-02-271-1/+1
| * Remove unused function argument.eugeni2009-02-271-40/+40
| * Support fractional arguments for some override tags.eugeni2009-02-271-21/+25
| * Fix two gcc warnings.eugeni2009-02-271-2/+2
| * Allow shadow without border.eugeni2009-02-271-6/+3
* | Merge svn changes up to r28537Uoti Urpala2009-02-121-10/+72
|\|
| * In case of several \move or \pos in one line, prefer the first one.eugeni2009-02-071-8/+12
| * Add stubs for a few unimplemented tags.eugeni2009-02-071-1/+39
| * Allow \be with arguments other than 0 or 1. Implement \blur.eugeni2009-02-071-6/+28
* | Merge svn changes up to r28403Uoti Urpala2009-01-311-2/+2
|\|
| * increase max glyph and lines limitcompn2009-01-291-2/+2
* | libass: If a bad subtitle has multiple \pos use firstUoti Urpala2008-12-221-4/+9
* | Merge svn changes up to r27458Uoti Urpala2008-08-121-1/+12
|\|
| * Don't print drawing commands on screen.eugeni2008-08-081-1/+12
| * \org turns off collision detection.eugeni2008-08-071-0/+1
| * Treat \h as space character.eugeni2008-08-071-1/+1
| * Calculate subtitle origin in floating point.eugeni2008-08-071-1/+1
| * Calculate subtitle position in floating point.eugeni2008-08-071-7/+7
* | Make various functions staticUoti Urpala2008-08-121-3/+3
* | Merge svn changes up to r27441Uoti Urpala2008-08-081-9/+10
|/
* Fix \fn without an argument consuming the next '\'.eugeni2008-07-091-6/+7
* Speak of libass instead of MPlayer in the libass license headers.diego2008-05-141-4/+4
* Use standard license header.diego2008-05-131-16/+18
* Remove libass dependency on global font_fontconfig variable.eugeni2008-04-301-2/+12
* Better handling of behind-the-camera objects.eugeni2008-02-221-2/+3
* Print FreeType version in libass init. Makes error logs slightly more helpful.eugeni2008-02-221-0/+7
* Return from ass_start_frame immediately if the track is empty.eugeni2007-12-301-0/+3
* Avoid text deformation and subtitles moving outside the screen in pan-and-scaneugeni2007-10-191-7/+20
* More precise line spacing.eugeni2007-09-181-1/+1
* Fix text height calculation. It depends on line spacing.eugeni2007-09-181-0/+1
* Fix an obviously incorrect comment.eugeni2007-09-181-1/+0
* Enable ass_line_spacing option.eugeni2007-09-181-0/+5
* Correct font size in libass.eugeni2007-05-191-3/+1
* Revert y-axis rotation. Change order of rotations.eugeni2007-05-181-4/+5
* Support fractional font sizes.eugeni2007-05-141-4/+4
* Limit ass_font_set_transform to nonrotating transformations.eugeni2007-05-141-9/+4
* Deallocate string.eugeni2007-05-031-0/+1
* Always deallocate glyphs. Fixes memory leak.eugeni2007-05-021-5/+5
* Update comments.eugeni2007-05-011-11/+25
* Cosmetics.eugeni2007-05-011-4/+4
* Move glyph_to_bitmap() call and outline glyph deallocation toeugeni2007-05-011-30/+22
* Minor code simplification.eugeni2007-05-011-14/+16
* Move get_bitmap_glyph() call to a separate loop.eugeni2007-05-011-1/+3
* Move transform_3d() call to get_bitmap_glyph().eugeni2007-05-011-10/+9
* Make a function static.eugeni2007-05-011-1/+1
* Don't recalculate rotation radius. eugeni2007-05-011-2/+2
* Bugfix: glyph cache depends on border width, because it contains outline_glypheugeni2007-05-011-0/+1
* Add -ass-hinting option for setting font hinting method.eugeni2007-04-271-1/+10
* Fix division by zero in "\t" parsing.eugeni2007-04-271-3/+6
* Do not use FT_Glyph_Copy with NULL glyphs.eugeni2007-04-241-2/+5
* Deallocate glyphs in a separate loop.eugeni2007-04-211-0/+3
* Always deallocate glyphs. Fixes a memory leak.eugeni2007-04-211-3/+4
* Reset outline glyph cache when configuration changes.eugeni2007-04-211-0/+1
* Scale camera distance.eugeni2007-04-211-3/+4
* Remove unused variables.eugeni2007-04-201-2/+0
* Cosmetics.eugeni2007-04-201-6/+5
* Allow caching of rotated glyphs.eugeni2007-04-201-4/+0
* Add shift_[xy] (vector that is added to the glyph before transformation) toeugeni2007-04-201-3/+9
* Fill bitmap_hash_key during parsing stage, call get_bitmap_glyph() much later.eugeni2007-04-201-16/+19
* Remove bbox and advance vector from bitmap cache.eugeni2007-04-201-6/+0
* Store outline_glyph (glyph border) in glyph cache.eugeni2007-04-201-8/+10
* Cosmetics: reindentation.eugeni2007-04-201-4/+4
* Because of the outline glyph cache it is now possible for glyph_info_t to haveeugeni2007-04-201-1/+3
* Make get_*_glyph return void.eugeni2007-04-201-13/+5
* Move outline glyph generation to a separate function, using outline glypheugeni2007-04-201-34/+60
* Rename glyph cache to bitmap cache.eugeni2007-04-201-9/+9
* A meaningless cosmetic change.eugeni2007-04-201-1/+1
* Add perspective projection.eugeni2007-04-201-0/+12
* Applying transformation matrix to the glyph and the shift vector separately iseugeni2007-04-201-26/+20
* Cosmetics: reindentation.eugeni2007-04-201-7/+7
* Disable caching of rotated glyphs.eugeni2007-04-201-0/+4
* Fix a stupid bug in r22473: bbox is zero-filled everytime when a glypheugeni2007-04-131-5/+1
* Fix lost hard linebreaks in libass by repeating the loop when both soft andeugeni2007-04-071-0/+5
* "()" to "(void)" function param list fixesuau2007-04-011-2/+2
* Use FT_Glyph_StrokeBorder to render only the outside border.iive2007-03-311-1/+1
* A function always returning 0 could as well return void.eugeni2007-03-061-11/+4
* Text alignment should not use bounding boxes of individual glyphs.eugeni2007-03-061-3/+3
* Reset advance vector and glyph bounding box if glyph could not be found.eugeni2007-03-061-0/+6
* Fix incorrect spacing introduced in r22231:eugeni2007-03-031-2/+2
* 10l: x2scr used twice instead of y2scr.eugeni2007-03-021-1/+1
* Bugfix: transform origin to screen coordinates.eugeni2007-03-021-2/+2
* Fix \a parsing broken in r22291uau2007-02-231-1/+1
* Oops, forgot {} before "else".eugeni2007-02-211-2/+2
* Cosmetics: fix indentation.eugeni2007-02-201-15/+15
* With \t(\b) text becomes bold at the middle of time interval, not at the endeugeni2007-02-201-1/+2
* Any style modifier followed by no recognizable parameter resets to the default.eugeni2007-02-201-7/+17
* \fn without an argument resets font family to the value from style.eugeni2007-02-201-3/+6
* Fix display order of events.eugeni2007-02-201-4/+0
* Both (-1) and 1 mean bold font in SSA/ASS styles.eugeni2007-02-191-4/+4
* Add \t(\b) support.eugeni2007-02-191-3/+4
* Fix bounding box calculation with \fscx/\fscy.eugeni2007-02-191-2/+4
* Fix \fscx/\fscy animation.eugeni2007-02-191-2/+2
* Correct implementation of text spacing.eugeni2007-02-191-7/+7
* Reallocate event_images_t, removing limit on simultanious events count.eugeni2007-02-191-23/+25
* Restore a minus sign that was lost in r22231.eugeni2007-02-161-1/+1
* Implement \frx and \fry (and reimplement \frz) as 3d rotations.eugeni2007-02-161-22/+104
* Consistently name z-axis rotation angle "frz".eugeni2007-02-161-5/+5
* Move conversions between 16.16, 26.6 fixed point and int, double to separateeugeni2007-02-161-17/+17
* \r resets \frz to style value.eugeni2007-02-151-1/+1
* Fix \t(\frz) handling.eugeni2007-02-151-4/+2
* \org(0,0) is different from no \org at all.eugeni2007-02-151-1/+4
* Bugfix: glyph and bitmap pointers could be left uninitialized aftereugeni2007-01-291-4/+3
* Keep reselected fonts in an array, adding new ones to the end. Glypheugeni2006-12-161-1/+1
* Remove a mistakenly committed debug printf.eugeni2006-12-161-2/+0
* Move ascender, descender, and kerning computation to ass_font.c.eugeni2006-12-161-33/+9
* Speed up ASS subtitles display by detecting changes between two consecutiveeugeni2006-12-061-10/+84
* Open embedded fonts directly from memory.eugeni2006-12-031-2/+2
* Keep embedded fonts in ass_library_t and perform actual disk writeeugeni2006-12-031-1/+1
* Use (ass_font_t, char code) instead of (FT_Face, glyph index) to identifyeugeni2006-11-281-4/+4
* Fix compilation broken in previous commit.eugeni2006-11-271-1/+1
* Move ass_font_t allocation to ass_font.h.eugeni2006-11-271-1/+1
* Remove obsolete "no_more_font_messages" hack.eugeni2006-11-261-2/+0
* Move fonts-related code to a separate file.eugeni2006-11-261-28/+9
* Make ass_new_font return ass_font_t struct (instead of just FT_Face).eugeni2006-11-261-24/+20
* Rename:eugeni2006-11-261-4/+4
* Cosmetics: remove unneeded curly brackets.eugeni2006-11-201-3/+2
* Fix collision detection. The old method tried to avoid gaps between subtitleseugeni2006-11-201-21/+12
* MSGTRs for libasskraymer2006-11-191-16/+16
* Collect all includes of mplayer headers in libass in a single file (mputils.h).eugeni2006-11-191-4/+1
* Support \t with acceleration.eugeni2006-11-131-1/+3
* s/break/continue/. A crazy mistake, somehow unnoticed for more that 2 months.eugeni2006-11-081-2/+2
* Calculate text bounding box in a way that does not depend on actual glypheugeni2006-11-061-36/+15
* More precise bounding box calculation for karaoke effects.eugeni2006-11-041-2/+7
* Introduce MSGT_ASS, use it for all libass messages.eugeni2006-11-031-42/+42
* Revert r20517.eugeni2006-10-291-1/+3
* Copy the following functions to libass to avoid dependency on the rest of mpl...eugeni2006-10-291-3/+1
* Fix width -> orig_width typo.eugeni2006-10-291-1/+1
* Libass interface reworked:eugeni2006-10-281-33/+33
* Add missing fontconfig_done() call.eugeni2006-10-271-0/+2
* Split ass_configure() into several smaller functions.eugeni2006-10-261-44/+83
* Don't forget to apply scaling coefficients to kerning values.eugeni2006-10-201-2/+2
* Fix center of rotation calculation. It was overly complex andeugeni2006-10-191-9/+3
* Center of rotation depends on alignment.eugeni2006-10-181-2/+4
* Support separate rotation angle for each glyph.eugeni2006-10-181-10/+17
* Move base point calculation to a separate function. Will be reused soon.eugeni