summaryrefslogtreecommitdiffstats
path: root/libass
Commit message (Expand)AuthorAgeFilesLines
* Update internal libass copy to commit 8db4a5greg2010-01-0823-4782/+7764
* Fix libass API checksgreg2010-01-082-2/+2
* Fix compilation if FreeType is not available, in particular do not try to buildreimar2010-01-011-1/+1
* Revert renaming of process_force_style to restore compilation againstreimar2009-12-244-6/+7
* Some ugly hacks to make compiling against a newer external version of libass ...reimar2009-12-242-3/+13
* rename process_force_style to ass_process_force_style to match the APIreimar2009-12-243-6/+6
* Fix compilation with internal ASS when no ass header is installed system-wide.reimar2009-12-191-1/+1
* Make ass_mp.h use the system-libass headers when the internal one is disabled.reimar2009-12-191-1/+4
* Fix crash when event format is not specifiedgreg2009-08-131-2/+9
* Fix stupid, off-by-one, mistakes in assert() expressions.eugeni2009-07-271-2/+2
* Make sure clip coordinates are inside the screen area.eugeni2009-07-181-0/+11
* Cosmetics: make some variables constant to signify their intended use and,eugeni2009-07-181-6/+5
* Fix read after the end of allocated buffer.eugeni2009-07-182-6/+19
* Add a missing check for a NULL return value.eugeni2009-06-161-0/+2
* whitespace cosmetics: Remove all trailing whitespace.diego2009-05-1312-144/+144
* 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
* Cosmetics: reindent.eugeni2009-03-161-5/+5
* Fix uninitialized memory access in ass_fontconfig.eugeni2009-03-161-0/+2
* Use ScaledBorderAndShadow: yes by default.greg2009-03-111-0/+1
* Cosmetics: reindent.eugeni2009-03-081-25/+25
* Treat -font/-subfont as Fontconfig pattern in libass.eugeni2009-03-088-13/+31
* 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
* Fix \be blur start position.greg2009-03-061-2/+2
* 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-063-14/+34
* Combine adjacent overlapping, translucent glyph borders and shadows togreg2009-03-053-1/+177
* 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
* Style override for ScaledBorderAndShadow.greg2009-03-051-0/+2
* Support ScaledBorderAndShadow property.greg2009-03-055-1/+19
* 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
* Hack: half-merge glyph border with outline to avoid ugly anti-aliasinggreg2009-03-051-1/+1
* Ignore PlayResX/Y aspect ratio for font aspect ratio.greg2009-03-051-4/+1
* Fix a memory leak.eugeni2009-03-011-0/+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-273-44/+44
* Support fractional arguments for some override tags.eugeni2009-02-273-22/+40
* Fix two gcc warnings.eugeni2009-02-271-2/+2
* Fix memory leak produced by the \blur patch.eugeni2009-02-271-2/+2
* Stronger blur.eugeni2009-02-271-0/+1
* 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-074-20/+63
* increase max glyph and lines limitcompn2009-01-291-2/+2
* Get rid of pointless 'extern' keywords.diego2008-12-031-1/+1
* Consistently use NULL for pointers instead of 0.reimar2008-11-021-6/+6
* Fallback to non-fontconfig behaviour when fontconfig initialization fails.reimar2008-11-021-5/+3
* libass: fix type mismatch between size parameter and the way it's usedaurel2008-09-052-2/+2
* libass: add a new ass_process_data() to process demuxed subtitle packetsaurel2008-09-052-4/+24
* Don't print drawing commands on screen.eugeni2008-08-081-1/+12
* If (has outline) blur(outline) else blur(glyph).eugeni2008-08-071-1/+2
* \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
* Rename font-related preprocessor directives.diego2008-08-075-15/+15
* Rename some preprocessor directives from CONFIG_* to HAVE_* where appropriate;diego2008-08-012-6/+6
* Start unifying names of internal preprocessor directives.diego2008-07-302-6/+6
* Fix \fn without an argument consuming the next '\'.eugeni2008-07-091-6/+7
* Check if the font set returned from FcFontSort in not NULL.eugeni2008-06-231-0/+2
* Reindent.eugeni2008-06-231-35/+36
* Only use application font dir if library->fonts_dir is not NULL.eugeni2008-06-231-0/+2
* The size of output buffer is stored in 'osize', not 'size'.eugeni2008-05-291-1/+1
* Clear iconv conversion state also in libass.eugeni2008-05-291-3/+11
* Offset should be size_t.eugeni2008-05-291-1/+1
* Cosmetics: reindent after the last commit.eugeni2008-05-221-25/+25
* Read all faces of a memory font, not just the first one.eugeni2008-05-221-1/+5
* Fix compilation with FontConfig <= 2.2.96.eugeni2008-05-221-0/+2
* In case 2 styles have the same name, prefer the latest one.eugeni2008-05-191-1/+1
* cosmetics: Remove useless parentheses from return statements.diego2008-05-161-1/+1
* Speak of libass instead of MPlayer in the libass license headers.diego2008-05-1419-76/+76
* Add standard license header.diego2008-05-131-0/+20
* Fix one more license header wording detail for consistency.diego2008-05-131-1/+1
* Use standard license header.diego2008-05-1318-288/+324
* When building font pattern, treat both ' ' and '-' as word separators.eugeni2008-05-111-7/+9
* Fix possible free of unallocated memory.eugeni2008-05-111-1/+1
* Define FC_FULLNAME and FC_EMBOLDEN to fix compilation with ancient fontconfig.eugeni2008-05-081-0/+10
* If both full name and family are available, use the former in inexact match w...eugeni2008-05-081-1/+1
* Remove extra family names from the search pattern after FcFontSort andeugeni2008-05-081-6/+18
* Fix the second fontconfig_init function as the declaration in the .h file.ulion2008-05-031-1/+1
* Print more info about selected font.eugeni2008-05-021-2/+24
* Rewrite font family check in a simpler way.eugeni2008-05-021-8/+9
* Move font family check to the end of the list.eugeni2008-05-021-5/+5
* Cosmetics: rename local variables to better reflect their contents.eugeni2008-05-021-17/+17
* Skip '@' at the beginning of the font name.eugeni2008-05-011-0/+6
* Only warn if both font family and it's full name are different from requested.eugeni2008-05-011-3/+6
* Allow inexact font family matching.eugeni2008-05-011-0/+20
* Remove libass dependency on global font_fontconfig variable.eugeni2008-04-305-9/+26
* Merge libass/Makefile into Makefile, one less recursive make directory.diego2008-04-081-15/+0
* Case insensitive parsing of SSA/ASS section headers.eugeni2008-03-301-5/+5
* Skip BOM at the beginning of text in ASS parser.eugeni2008-03-301-2/+6
* 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/