summaryrefslogtreecommitdiffstats
path: root/libass/ass_render.c
Commit message (Expand)AuthorAgeFilesLines
* Fix layout with fsp/fay features enabledGrigori Goronzy2011-07-131-3/+6
* Introduce ASS_Shaper objectGrigori Goronzy2011-07-131-42/+8
* Various small fixes to HarfBuzz renderingGrigori Goronzy2011-07-121-17/+23
* Support glyph clusters of multiple glyphsGrigori Goronzy2011-07-111-100/+152
* HarfBuzz shaping supportGrigori Goronzy2011-07-111-20/+45
* Separate glyph font face matching and glyph loadingGrigori Goronzy2011-07-111-2/+6
* Fix bitmap cacheGrigori Goronzy2011-07-101-2/+3
* Reorder positions for "Banner" effect textGrigori Goronzy2011-07-101-32/+36
* Redesign horizontal alignment calculations for bidiGrigori Goronzy2011-07-091-18/+7
* Fix coordinates after repositioningGrigori Goronzy2011-07-081-2/+11
* shaper: print version info stringGrigori Goronzy2011-07-061-0/+2
* Provisional bidi and shaping supportGrigori Goronzy2011-07-061-14/+64
* Separate event parsing and layoutGrigori Goronzy2011-07-041-127/+133
* Introduce bitmap runsGrigori Goronzy2011-07-041-0/+62
* Fix: VSFilter compat: don't render shadow when glyph/border invisibleGrigori Goronzy2011-07-041-1/+1
* Cache ascender/descenderGrigori Goronzy2011-07-011-19/+10
* Fix stride support in vector clipsGrigori Goronzy2011-06-271-1/+1
* cache: unified bitmap cacheGrigori Goronzy2011-06-271-33/+24
* cache: use outline-bitmap hierarchy to slim down bitmap hash keyGrigori Goronzy2011-06-271-26/+17
* cache: unified outline cache for glyphs/drawingsGrigori Goronzy2011-06-271-21/+26
* bitmap: add strideGrigori Goronzy2011-06-261-8/+8
* Use bare outlines for drawingsGrigori Goronzy2011-06-201-16/+8
* Convert outline processing and caching from glyphs to bare outlinesGrigori Goronzy2011-06-201-70/+73
* Convert to high-level rasterizer parts to outlinesGrigori Goronzy2011-06-151-7/+9
* Stroker: process outlines directlyGrigori Goronzy2011-06-131-21/+34
* Fix whitespace trimmingGrigori Goronzy2011-06-111-8/+9
* Much improved cache/hashmap implementationGrigori Goronzy2011-06-071-32/+19
* refactor: move track init into ass track parserGrigori Goronzy2011-06-061-33/+1
* refactor: move karaoke effect parsing into event parserGrigori Goronzy2011-06-061-70/+0
* Match first occurence of \fade, \fad, \an and \a tagsGrigori Goronzy2011-05-301-0/+1
* VSFilter compat: don't render shadow when glyph/border invisibleGrigori Goronzy2011-04-091-0/+5
* Simplify word wrapping and fix possible endless loopGrigori Goronzy2011-02-091-14/+5
* Relicense to ISCGrigori Goronzy2010-09-281-12/+10
* Only word wrap on spacesGrigori Goronzy2010-08-121-7/+3
* Get rid of NULL checks for freeGrigori Goronzy2010-08-091-5/+4
* Fix drawing leakage: delay glyph allocationGrigori Goronzy2010-08-091-2/+1
* Check vector clip mask bounding box sizeGrigori Goronzy2010-08-011-5/+13
* Fix TextInfo reallocationGrigori Goronzy2010-08-011-1/+1
* Don't initialize bitmap hash key with bogus valuesGrigori Goronzy2010-08-011-2/+0
* refactor: extract glyph hash key fillGrigori Goronzy2010-08-011-24/+34
* refactor: move transformation/projection functionsGrigori Goronzy2010-08-011-80/+75
* Cosmetics: various cleanups in ass_render.cGrigori Goronzy2010-08-011-43/+36
* Handle allocation failure of clipped bitmapsGrigori Goronzy2010-08-011-0/+2
* Check ASS_Image allocationGrigori Goronzy2010-08-011-7/+13
* refactor: remove unneeded includesGrigori Goronzy2010-08-011-15/+1
* refactor: move ASS_Renderer getters/setters/etc into separate fileGrigori Goronzy2010-08-011-125/+1
* refactor: extract bitmap hash key fillGrigori Goronzy2010-08-011-96/+80
* refactor: extract cache check/managementGrigori Goronzy2010-08-011-20/+27
* Limit (bitmap) glyph cache sizeGrigori Goronzy2010-08-011-4/+6
* Parse vector clip mask only after cache missGrigori Goronzy2010-07-291-2/+23
* Cache vector clip masksGrigori Goronzy2010-07-221-11/+31
* refactor: move position translation functionsGrigori Goronzy2010-07-221-55/+51
* Better PAR correctionGrigori Goronzy2010-07-221-29/+48
* Drawing cache: include scale factor in hash keyGrigori Goronzy2010-07-141-1/+5
* Avoid unnecessary conditional and initializationsGrigori Goronzy2010-07-141-4/+3
* Simple optimizations to memory handlingGrigori Goronzy2010-06-271-4/+2
* Reduce number of glyph copiesGrigori Goronzy2010-06-271-16/+18
* Add fixups for various font defectsGrigori Goronzy2010-06-261-82/+0
* Fix off-by-one error in cbox calculationGrigori Goronzy2010-06-071-1/+1
* Move frame size setup into ass_reconfigureGrigori Goronzy2010-02-121-16/+15
* Use font scaling coefficient 1.0 by defaultGrigori Goronzy2010-02-061-0/+2
* Do not try to render if fonts have not been configuredGrigori Goronzy2010-02-061-0/+3
* Skip border generation if glyph is collapsedGrigori Goronzy2010-01-211-2/+3
* Adjust a few message levels and message textsGrigori Goronzy2010-01-191-4/+4
* Use conversion functions to generate cache keysGrigori Goronzy2010-01-071-6/+6
* Improve rotation cache accuracyGrigori Goronzy2010-01-071-3/+3
* Reset clip_mode on new eventsGrigori Goronzy2010-01-051-0/+1
* Fix libass w/o fontconfigGrigori Goronzy2009-10-111-1/+2
* Refactor: effect parsing should be in ass_parse.cGrigori Goronzy2009-09-161-76/+0
* Disable kerning by default and make it configurableGrigori Goronzy2009-09-081-1/+2
* Refactor: move event parsing code into separate fileGrigori Goronzy2009-09-011-843/+2
* Fix underrun in slant pen correctionGrigori Goronzy2009-09-011-1/+2
* Handle illegal \a tags like VSFilterGrigori Goronzy2009-09-011-1/+2
* opaque box: do not subtract glyph from borderGrigori Goronzy2009-09-011-1/+2
* Calculate glyph slant width correctlyGrigori Goronzy2009-08-311-4/+7
* Fix order of pen advance assignmentsGrigori Goronzy2009-08-231-3/+3
* Fix opaque box sizing againGrigori Goronzy2009-08-231-7/+20
* Fix glyph overlap blendingGrigori Goronzy2009-08-231-14/+13
* Scale kerning according to x font scaling factorGrigori Goronzy2009-08-221-2/+4
* Trim whitespace after line wrappingGrigori Goronzy2009-08-221-6/+85
* Clip vector blending: do not copy last row paddingGrigori Goronzy2009-08-201-1/+1
* Adjust shearing behavior to match VSFilterGrigori Goronzy2009-08-201-9/+15
* VSFilter quirk: double-scale widths of opaque boxesGrigori Goronzy2009-08-201-0/+5
* Fix caching of underlined/striked out glyphsGrigori Goronzy2009-08-151-0/+2
* Implement wrap style 1Grigori Goronzy2009-08-141-5/+4
* Cosmetics: ass_render.c formattingGrigori Goronzy2009-08-141-19/+18
* Use event bbox for collision detectionGrigori Goronzy2009-08-131-6/+24
* Scale ascender/descender for opaque boxesGrigori Goronzy2009-08-131-0/+4
* Do not draw opaque box if border size zeroGrigori Goronzy2009-08-121-1/+3
* BorderStyle cache integrationGrigori Goronzy2009-08-121-0/+4
* Always parse colors as hex for ASS tracksGrigori Goronzy2009-08-121-3/+6
* Fix italic to non-italic space handlingGrigori Goronzy2009-08-121-4/+6
* Support \q override tagGrigori Goronzy2009-08-121-2/+10
* Implement BorderStyle 3Grigori Goronzy2009-08-121-3/+48
* Fix advance for italic to non-italic style changesGrigori Goronzy2009-08-121-0/+9
* Factor out renderer types into separate fileGrigori Goronzy2009-08-071-216/+1
* Rename typedefs (breaks API)Grigori Goronzy2009-08-061-219/+222
* Fix typoGrigori Goronzy2009-08-051-1/+1
* Clarify the AR parameter meaningsGrigori Goronzy2009-08-051-7/+7
* Get rid of MAX_EVENTS limitGrigori Goronzy2009-07-301-3/+3
* Do not round karaoke timing coordinatesGrigori Goronzy2009-07-291-2/+2
* Fix \k and \ko tagsGrigori Goronzy2009-07-281-2/+2
* Clean up typedefs/structsGrigori Goronzy2009-07-281-15/+15
* Remove shift vector in ass_render_eventGrigori Goronzy2009-07-251-9/+3
* Assume 4:3 AR when calculating missing PlayResX/YGrigori Goronzy2009-07-251-7/+2
* Handle clip vector rasterizer errorsGrigori Goronzy2009-07-241-1/+8
* Fix renderer memory leaksGrigori Goronzy2009-07-241-3/+13
* Move render_id into ass_rendererGrigori Goronzy2009-07-241-3/+1
* Bold/italic: interpret -1 as "true"Grigori Goronzy2009-07-221-6/+6
* Do not double free default font/family buffersGrigori Goronzy2009-07-211-5/+0
* Factor out bitmap buffer copyGrigori Goronzy2009-07-211-6/+16
* Clamp clip rectangle to frame sizeGrigori Goronzy2009-07-211-4/+4
* Animations: allow equal start and end timeGrigori Goronzy2009-07-211-2/+2
* 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