summaryrefslogtreecommitdiffstats
path: root/libass
Commit message (Expand)AuthorAgeFilesLines
* Add missing header #includes to fix 'make checkheaders'.diego2008-03-058-0/+25
* Comment out dump_glyph(): it is unused and, as it is now, breaks compilation.eugeni2008-02-222-1/+2
* Check glyph bounding box before rasterizing and complain if it is too large.eugeni2008-02-221-0/+16
* Some debugging routines.eugeni2008-02-222-0/+27
* 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
* Consistently give all libass multiple inclusion guards a LIBASS_ prefix.diego2008-01-2910-30/+30
* Consistently use uppercase filename as multiple inclusion guard.diego2008-01-281-3/+3
* Add global ass_force_reload flag.eugeni2008-01-232-0/+15
* Do not try to guess font metrics based on its bounding box.eugeni2008-01-121-8/+2
* Fix ass_clear_fonts not deallocating fontdata.eugeni2008-01-081-0/+3
* No need to reinvent strdup...eugeni2008-01-071-2/+1
* Copy font data to ass_library instead of referencing demuxer-owned memory.eugeni2008-01-072-3/+26
* Allow overriding [Script Info] parameters with -ass-force-style option.eugeni2008-01-051-0/+9
* Add explanatory comments to the #endif part of multiple inclusion guards.diego2007-12-3110-18/+10
* typodiego2007-12-302-2/+2
* Improve comments for ass_process_* functions.eugeni2007-12-301-2/+2
* Return from ass_start_frame immediately if the track is empty.eugeni2007-12-301-0/+3
* make libass use sub_font_name whenever it's possibleben2007-12-161-3/+6
* Fix libass to support -nofontconfig.ulion2007-12-122-4/+18
* Our enca code uses strdup() on the input encoding name, as we don't modify it...iive2007-10-281-4/+1
* Cosmetics: fix indentation after last commit.eugeni2007-10-251-6/+6
* Check return value of add_face.eugeni2007-10-251-0/+2
* 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-183-0/+7
* Clean up the way get_path is handled: Compile get_path.c to an object to linkdiego2007-08-281-2/+1
* Fix compilation of ass_fontconfig.c when fontconfig is disabled.iive2007-08-041-1/+2
* Don't apply windows-like font scaling if hhea or os2 tables contain invalideugeni2007-08-031-2/+6
* Workaround for fonts with zero ascender/descender in horizontal header.eugeni2007-08-031-0/+20
* Factor out common code from ass_font_new and ass_font_reselect.eugeni2007-08-032-58/+47
* More simple and correct font reselection.eugeni2007-08-034-58/+21
* Do not use leading underscores in multiple inclusion guards, they are reserved.diego2007-07-0210-20/+20
* Consistently use filename as multiple inclusion guard.diego2007-07-021-2/+2
* When parsing ass-force-style arguments, search for '=' and '.' characters witheugeni2007-06-151-2/+2
* Make sure there is at least one style in ass_track when parsing events.eugeni2007-06-151-7/+8
* Move code for reading a file and recoding it to utf-8 to a separate function.eugeni2007-06-012-9/+23
* Fix #if condition.eugeni2007-05-201-1/+1
* FT_Request_Size does not exist in FreeType 2.1.*. Fallback to FT_Set_Char_Size.eugeni2007-05-201-0/+4
* Correct font size in libass.eugeni2007-05-193-10/+28
* Revert y-axis rotation. Change order of rotations.eugeni2007-05-181-4/+5
* Support fractional font sizes.eugeni2007-05-146-17/+19
* Limit ass_font_set_transform to nonrotating transformations.eugeni2007-05-144-23/+30
* Don't deallocate font data if it will be used later.eugeni2007-05-091-1/+3
* Move variables and a function under #ifdef FC_VERSION to avoid warnings.eugeni2007-05-031-10/+12
* Deallocate FontConfig objects.eugeni2007-05-031-9/+14
* Fix stupid bug in r23229.eugeni2007-05-031-1/+1
* Deallocate string.eugeni2007-05-031-0/+1
* In ass_font_new, allocate temporary ass_font_t on stack and return the pointereugeni2007-05-031-19/+17
* Make cache_*_add functions return the pointer to new (copied) value.eugeni2007-05-032-11/+12
* 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-012-0/+2
* Add -ass-hinting option for setting font hinting method.eugeni2007-04-276-6/+39
* 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-202-3/+12
* 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-202-8/+0
* Store outline_glyph (glyph border) in glyph cache.eugeni2007-04-203-8/+12
* 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
* Oops, fix compilation broken in r23037.eugeni2007-04-201-1/+1
* Collect hit/miss statistic in hash map, and print in -v mode.eugeni2007-04-201-2/+11
* Add outline glyph cache (unused yet).eugeni2007-04-202-0/+68
* Rename glyph cache to bitmap cache.eugeni2007-04-203-41/+40
* Add generic hash map implementation.eugeni2007-04-202-120/+179
* 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
* Remove unused includes.eugeni2007-04-101-2/+0
* Don't check if user-supplied default font path exists.eugeni2007-04-101-6/+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-015-6/+6
* Use FT_Glyph_StrokeBorder to render only the outside border.iive2007-03-311-1/+1
* Remove unnecessary include from CFLAGS.diego2007-03-151-2/+0
* cosmetics: Fix indentation, reorder some lines for consistency.diego2007-03-131-9/+8
* Give more descriptive names to the source and library variables and splitdiego2007-03-131-2/+2
* 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
* Add some missing includes.eugeni2007-02-222-0/+4
* 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-192-4/+7
* 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-193-10/+10
* 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-163-23/+108
* Consistently name z-axis rotation angle "frz".eugeni2007-02-162-6/+6
* Move conversions between 16.16, 26.6 fixed point and int, double to separateeugeni2007-02-162-17/+43
* Select the first charmap in the font, if FreeType did not autoselect any.eugeni2007-02-151-1/+11
* \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
* Avoid invalid memory access in ass_process_subtitle for empty subtitlesreimar2007-01-071-1/+1
* Make -embeddedfonts enabled by default with FontConfig >= 2.4.2.eugeni2006-12-171-0/+8
* Update some comments.eugeni2006-12-172-6/+43
* Cosmetics: fix indentation.eugeni2006-12-161-15/+15
* Keep reselected fonts in an array, adding new ones to the end. Glypheugeni2006-12-163-28/+59
* Avoid storing font file path and index in ass_font_t.eugeni2006-12-162-14/+8
* Remove a mistakenly committed debug printf.eugeni2006-12-161-2/+0
* FT_Set_Transform is fast enough to be called once for each glyph.eugeni2006-12-161-15/+7
* Avoid "pointer targets differ in signedness" warnings.eugeni2006-12-162-3/+3
* Move ascender, descender, and kerning computation to ass_font.c.eugeni2006-12-163-33/+43
* Get rid on -DGNU_SOURCE for internal code, imported libs should be fixedreimar2006-12-121-1/+1
* Speed up ASS subtitles display by detecting changes between two consecutiveeugeni2006-12-063-11/+90
* Also free ass_library_t members in ass_library_donereimar2006-12-061-1/+5
* Open embedded fonts directly from memory.eugeni2006-12-035-9/+67
* Keep embedded fonts in ass_library_t and perform actual disk writeeugeni2006-12-039-85/+123
* Rename: ass_process_font -> ass_add_font.eugeni2006-12-032-5/+5
* Avoid calling validate_fname() twice for one string.eugeni2006-12-031-3/+1
* If a glyph is not found in the current font, switch to another one.eugeni2006-11-284-14/+121
* Skip glyphs with char code < 0x20.eugeni2006-11-281-0/+3
* Add FT_Library to ass_font_t.eugeni2006-11-282-0/+2
* Use (ass_font_t, char code) instead of (FT_Face, glyph index) to identifyeugeni2006-11-283-9/+9
* Don't include freetype headers in other headers.eugeni2006-11-272-10/+0
* Fix compilation broken in previous commit.eugeni2006-11-272-2/+2
* Move ass_font_desc_t and ass_font_t declarations to ass_font.h.eugeni2006-11-273-19/+17
* Cosmetics: reindent.eugeni2006-11-271-9/+9
* Don't call FT_Set_Transform/FT_Set_Pixel_Sizes if values have not changed.eugeni2006-11-271-0/+10
* Move ass_font_t allocation to ass_font.h.eugeni2006-11-275-26/+37
* Initialize font size with 0.eugeni2006-11-271-0/+1
* Remove obsolete "no_more_font_messages" hack.eugeni2006-11-264-16/+5
* Move fonts-related code to a separate file.eugeni2006-11-266-69/+197
* Make ass_new_font return ass_font_t struct (instead of just FT_Face).eugeni2006-11-263-38/+33
* Move ass_font_t to header.eugeni2006-11-262-8/+7
* Rename:eugeni2006-11-263-33/+33
* Merge common parts of all Makefiles into one file included by all.diego2006-11-261-32/+2
* SRCS should be one per line to make patches more readable.diego2006-11-251-1/+8
* Remove pointless indirection.diego2006-11-251-3/+1
* Remove superfluous comment.diego2006-11-251-3/+0
* 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
* Unify dep/depend targets.diego2006-11-201-3/+1
* MSGTRs for libasskraymer2006-11-196-48/+48
* Collect all includes of mplayer headers in libass in a single file (mputils.h).eugeni2006-11-197-15/+16
* Support \t with acceleration.eugeni2006-11-131-1/+3
* Partial fix for semitransparent glyph outlines.eugeni2006-11-131-1/+1
* s/break/continue/. A crazy mistake, somehow unnoticed for more that 2 months.eugeni2006-11-081-2/+2
* Bugfix: when copying ass_force_style_list, ending 0 was left out.eugeni2006-11-061-1/+2
* Calculate text bounding box in a way that does not depend on actual glypheugeni2006-11-061-36/+15
* Initialize fontconfig in VFCTRL_INIT_EOSD handler.eugeni2006-11-052-1/+4