aboutsummaryrefslogtreecommitdiffhomepage
path: root/libass
Commit message (Expand)AuthorAge
* Rename get_path.[ch] --> path.[ch].Gravatar diego2010-03-20
* Add const to ass_read_stream fname argument, the string is not modified.Gravatar reimar2010-02-25
* Add support for loading ASS subtitles through the stream layer and thus e.g.Gravatar reimar2010-02-05
* Update internal libass copy to commit 8db4a5Gravatar greg2010-01-08
* Fix libass API checksGravatar greg2010-01-08
* Fix compilation if FreeType is not available, in particular do not try to buildGravatar reimar2010-01-01
* Revert renaming of process_force_style to restore compilation againstGravatar reimar2009-12-24
* Some ugly hacks to make compiling against a newer external version of libass ...Gravatar reimar2009-12-24
* rename process_force_style to ass_process_force_style to match the APIGravatar reimar2009-12-24
* Fix compilation with internal ASS when no ass header is installed system-wide.Gravatar reimar2009-12-19
* Make ass_mp.h use the system-libass headers when the internal one is disabled.Gravatar reimar2009-12-19
* Fix crash when event format is not specifiedGravatar greg2009-08-13
* Fix stupid, off-by-one, mistakes in assert() expressions.Gravatar eugeni2009-07-27
* Make sure clip coordinates are inside the screen area.Gravatar eugeni2009-07-18
* Cosmetics: make some variables constant to signify their intended use and,Gravatar eugeni2009-07-18
* Fix read after the end of allocated buffer.Gravatar eugeni2009-07-18
* Add a missing check for a NULL return value.Gravatar eugeni2009-06-16
* whitespace cosmetics: Remove all trailing whitespace.Gravatar diego2009-05-13
* Don't automatically wrap lines when WrapStyle==2.Gravatar eugeni2009-04-21
* Document the ass_render_event event_images parameter.Gravatar reimar2009-03-28
* Initialize all structs to 0 before using them.Gravatar reimar2009-03-28
* Cosmetics: reindent.Gravatar eugeni2009-03-16
* Fix uninitialized memory access in ass_fontconfig.Gravatar eugeni2009-03-16
* Use ScaledBorderAndShadow: yes by default.Gravatar greg2009-03-11
* Cosmetics: reindent.Gravatar eugeni2009-03-08
* Treat -font/-subfont as Fontconfig pattern in libass.Gravatar eugeni2009-03-08
* Remove extraneous braces.Gravatar greg2009-03-08
* Don't assume width == stride for bitmap composition.Gravatar greg2009-03-08
* Fix clipping for pan-and-scan.Gravatar greg2009-03-08
* Add a proper color check to the overlap compositing.Gravatar greg2009-03-08
* Replace rotation functions with a simplified version adapted fromGravatar greg2009-03-08
* Only use first \org in a line.Gravatar greg2009-03-07
* Fix \be blur start position.Gravatar greg2009-03-06
* Raise max. number of \be applications to 100, introduce #define for it.Gravatar greg2009-03-06
* Replace magic numbers (for subpixel accuracy masking) with a define.Gravatar greg2009-03-06
* Use blur with kernel [[1,2,1], [2,4,2], [1,2,1]] for \be.Gravatar greg2009-03-06
* Combine adjacent overlapping, translucent glyph borders and shadows toGravatar greg2009-03-05
* Fix positioned events' y-position when pan-and-scan is used.Gravatar greg2009-03-05
* Support for subpixel accuracy of 3 bits for \pos and \move.Gravatar greg2009-03-05
* Style override for ScaledBorderAndShadow.Gravatar greg2009-03-05
* Support ScaledBorderAndShadow property.Gravatar greg2009-03-05
* Scale shadow displacement and blur size like border size.Gravatar greg2009-03-05
* Round shadow displacement to nearest int.Gravatar greg2009-03-05
* Support a vsfilter special case:Gravatar greg2009-03-05
* Hack: half-merge glyph border with outline to avoid ugly anti-aliasingGravatar greg2009-03-05
* Ignore PlayResX/Y aspect ratio for font aspect ratio.Gravatar greg2009-03-05
* Fix a memory leak.Gravatar eugeni2009-03-01
* With pan-and-scan, keep positioned events in their original positionsGravatar eugeni2009-03-01
* Zero-fill glyph_info_t before use.Gravatar eugeni2009-02-27
* Remove unused function argument.Gravatar eugeni2009-02-27