summaryrefslogtreecommitdiffstats
path: root/libass
Commit message (Expand)AuthorAgeFilesLines
* Restrict symbols exported in the DSOGrigori Goronzy2009-06-292-0/+32
* Fix two-pass stroking for \xbord, \ybordGrigori Goronzy2009-06-291-2/+3
* Handle conflicting \t time intervalsGrigori Goronzy2009-06-291-2/+2
* shift_bitmap: do not rely on compiler optimizationsGrigori Goronzy2009-06-291-4/+4
* Subpixel accurate shadow renderingGrigori Goronzy2009-06-294-6/+72
* 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-272-41/+117
* Fix memory leak in render_overlapGrigori Goronzy2009-06-271-7/+4
* Fix strdup() string leaksGrigori Goronzy2009-06-272-0/+8
* 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-277-8/+3
* Incorporate mputils.c into ass_utils.cGrigori Goronzy2009-06-275-286/+226
* Cosmetics: minor cleanup in ass_render_eventsGrigori Goronzy2009-06-271-5/+1
* Cosmetics: fix a few remaining declarationsGrigori Goronzy2009-06-272-9/+9
* Rename various non-static functionsGrigori Goronzy2009-06-276-23/+23
* Rename mp_msg to ass_msgGrigori Goronzy2009-06-279-131/+120
* Add standard GPL header to mputils.cGrigori Goronzy2009-06-271-0/+21
* 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-232-16/+33
* Use safe hash functions for composite bitmapsUoti Urpala2009-06-203-9/+26
* ass_cache_template.c: Undo automatic reindent for this fileUoti Urpala2009-06-201-21/+31
* Add hack to support empty lines of textgreg2009-06-201-0/+8
* Remove static variable modifier in sub_recodegreg2009-06-201-1/+1
* ass_set_fonts: optionally pass fontconfig config pathgreg2009-06-204-9/+19
* Remove wrappers for ass_set_fontsgreg2009-06-202-17/+3
* Silence warnings introduced by -Wallgreg2009-06-203-9/+8
* Replace manual fixed-point conversiongreg2009-06-201-2/+2
* Reindent all source code.greg2009-06-2020-4660/+5189
* Do not print message level of a string (bloats output) and change thegreg2009-06-201-2/+1
* 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
* Enlarge glyph size more for \blur to avoid artefacts.greg2009-06-191-1/+1
* 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-195-109/+117
* 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
* From uau: libass: Fix cache lookup problem causing memory bloatgreg2009-06-193-33/+101
* Add autotools infrastructure.greg2009-06-181-0/+14
* Apply initial changes needed for standalone libass.greg2009-06-185-368/+307
* 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-