summaryrefslogtreecommitdiffstats
path: root/libass/ass_render.c
Commit message (Expand)AuthorAgeFilesLines
* Fix borders when a x/y component is zeroGrigori Goronzy2009-07-191-1/+1
* Fix drawing parser memory leakGrigori Goronzy2009-07-191-1/+0
* Introduce simple cache memory managementGrigori Goronzy2009-07-191-5/+39
* Fix vertical centering (VALIGN_CENTER)Grigori Goronzy2009-07-191-1/+1
* Fix ascender/descender calculation for empty linesGrigori Goronzy2009-07-191-5/+8
* Improve fontconfig setupGrigori Goronzy2009-07-171-4/+8
* Clear free list on renderer uninitGrigori Goronzy2009-07-161-11/+17
* Implement vector clipsGrigori Goronzy2009-07-161-14/+212
* Proper support for empty linesGrigori Goronzy2009-07-121-9/+8
* Check whether renderer and track use the same library instanceGrigori Goronzy2009-07-121-0/+3
* Message callback funtionalityGrigori Goronzy2009-07-111-52/+60
* Replace string defines with real stringsGrigori Goronzy2009-07-111-42/+39
* Slight optimizations for \be, \blurGrigori Goronzy2009-07-101-1/+1
* Use better method for stroking with \xbord, \ybordGrigori Goronzy2009-07-081-86/+62
* Turn down subpixel accuracy to 1/8th pixelGrigori Goronzy2009-07-081-3/+4
* Support for underline and strikethroughGrigori Goronzy2009-07-071-1/+19
* Implement drawing mode (\p)Grigori Goronzy2009-07-061-40/+110
* Scale letter spacing with font scaleGrigori Goronzy2009-07-011-1/+2
* Scale rotation constants with font scaleGrigori Goronzy2009-07-011-10/+15
* Assume pixel ratio equals aspect ratioGrigori Goronzy2009-07-011-1/+3
* Support for \iclip (inverse clipping)Grigori Goronzy2009-06-301-2/+127
* Fix karaoke (\kf) timingGrigori Goronzy2009-06-301-3/+3
* Move subpixel shift out of transform_3dGrigori Goronzy2009-06-291-10/+19
* PAR correction for rendering at non-video resolutionGrigori Goronzy2009-06-291-3/+7
* Fix two-pass stroking for \xbord, \ybordGrigori Goronzy2009-06-291-2/+3
* Handle conflicting \t time intervalsGrigori Goronzy2009-06-291-2/+2
* Subpixel accurate shadow renderingGrigori Goronzy2009-06-291-4/+14
* Fix subpixel shift calculation for negative coordinatesGrigori Goronzy2009-06-281-4/+4
* Make \shad, \xshad and \yshad animatable.Grigori Goronzy2009-06-271-8/+15
* Support \xshad and \yshad override tagsGrigori Goronzy2009-06-271-16/+22
* Support \xbord and \ybord override tagsGrigori Goronzy2009-06-271-39/+115
* Fix memory leak in render_overlapGrigori Goronzy2009-06-271-7/+4
* Fix strdup() string leaksGrigori Goronzy2009-06-271-0/+5
* Make \fax and \fay animatable.Grigori Goronzy2009-06-271-2/+4
* Fix rotation and subpixel placementGrigori Goronzy2009-06-271-2/+4
* Include ass_utils.h instead of mputils.hGrigori Goronzy2009-06-271-2/+0
* Cosmetics: minor cleanup in ass_render_eventsGrigori Goronzy2009-06-271-5/+1
* Cosmetics: fix a few remaining declarationsGrigori Goronzy2009-06-271-8/+8
* Rename various non-static functionsGrigori Goronzy2009-06-271-1/+1
* Rename mp_msg to ass_msgGrigori Goronzy2009-06-271-45/+45
* Improve positioning for full subpixel accuracyGrigori Goronzy2009-06-271-127/+135
* Correct vertical glyph positioning for \fayGrigori Goronzy2009-06-241-0/+2
* Initial support for \fax, \fay override tagsgreg2009-06-231-16/+31
* Add hack to support empty lines of textgreg2009-06-201-0/+8
* ass_set_fonts: optionally pass fontconfig config pathgreg2009-06-201-2/+2
* Remove wrappers for ass_set_fontsgreg2009-06-201-17/+2
* Silence warnings introduced by -Wallgreg2009-06-201-2/+1
* Replace manual fixed-point conversiongreg2009-06-201-2/+2
* Reindent all source code.greg2009-06-201-2185/+2510
* Fix up glyph stroker to avoid buggy rendering.greg2009-06-201-2/+79
* Set a more reasonable maximum blur radius and make \blur animatable.greg2009-06-191-1/+2
* Remove MAX_GLYPHS and MAX_LINES limits. Instead, dynamically allocategreg2009-06-191-15/+20
* Remove cache globals; move cache data into a separate cache_store structgreg2009-06-191-21/+29
* Eliminate text_info global; move it into ass_renderer.greg2009-06-191-109/+109
* Eliminate render_context global; move it into ass_renderer.greg2009-06-191-311/+312
* Use ass_renderer to access settings instead of passing a pointer togreg2009-06-191-48/+50
* Move frame_context into ass_renderer. This finishes the previousgreg2009-06-191-160/+145
* Eliminate frame_context global, started.greg2009-06-191-133/+141
* Eliminate global_settings global.greg2009-06-191-69/+69
* Eliminate ass_renderer global.greg2009-06-191-34/+32
* Warn on \pos, \move redefinitionsgreg2009-06-191-1/+4
* ass_render.c: declare functions staticgreg2009-06-191-3/+3
* whitespace cosmetics: Remove all trailing whitespace.diego2009-05-131-54/+54
* Don't automatically wrap lines when WrapStyle==2.eugeni2009-04-211-1/+1
* 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
* 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
* 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
* 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
* 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
* increase max glyph and lines limitcompn2009-01-291-2/+2
* 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
* 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.