index
:
mpv
master
video player based on MPlayer/mplayer2
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
libass
Commit message (
Expand
)
Author
Age
*
Merge libass/Makefile into Makefile, one less recursive make directory.
diego
2008-04-08
*
Case insensitive parsing of SSA/ASS section headers.
eugeni
2008-03-30
*
Skip BOM at the beginning of text in ASS parser.
eugeni
2008-03-30
*
Add missing header #includes to fix 'make checkheaders'.
diego
2008-03-05
*
Comment out dump_glyph(): it is unused and, as it is now, breaks compilation.
eugeni
2008-02-22
*
Check glyph bounding box before rasterizing and complain if it is too large.
eugeni
2008-02-22
*
Some debugging routines.
eugeni
2008-02-22
*
Better handling of behind-the-camera objects.
eugeni
2008-02-22
*
Print FreeType version in libass init. Makes error logs slightly more helpful.
eugeni
2008-02-22
*
Consistently give all libass multiple inclusion guards a LIBASS_ prefix.
diego
2008-01-29
*
Consistently use uppercase filename as multiple inclusion guard.
diego
2008-01-28
*
Add global ass_force_reload flag.
eugeni
2008-01-23
*
Do not try to guess font metrics based on its bounding box.
eugeni
2008-01-12
*
Fix ass_clear_fonts not deallocating fontdata.
eugeni
2008-01-08
*
No need to reinvent strdup...
eugeni
2008-01-07
*
Copy font data to ass_library instead of referencing demuxer-owned memory.
eugeni
2008-01-07
*
Allow overriding [Script Info] parameters with -ass-force-style option.
eugeni
2008-01-05
*
Add explanatory comments to the #endif part of multiple inclusion guards.
diego
2007-12-31
*
typo
diego
2007-12-30
*
Improve comments for ass_process_* functions.
eugeni
2007-12-30
*
Return from ass_start_frame immediately if the track is empty.
eugeni
2007-12-30
*
make libass use sub_font_name whenever it's possible
ben
2007-12-16
*
Fix libass to support -nofontconfig.
ulion
2007-12-12
*
Our enca code uses strdup() on the input encoding name, as we don't modify it...
iive
2007-10-28
*
Cosmetics: fix indentation after last commit.
eugeni
2007-10-25
*
Check return value of add_face.
eugeni
2007-10-25
*
Avoid text deformation and subtitles moving outside the screen in pan-and-scan
eugeni
2007-10-19
*
More precise line spacing.
eugeni
2007-09-18
*
Fix text height calculation. It depends on line spacing.
eugeni
2007-09-18
*
Fix an obviously incorrect comment.
eugeni
2007-09-18
*
Enable ass_line_spacing option.
eugeni
2007-09-18
*
Clean up the way get_path is handled: Compile get_path.c to an object to link
diego
2007-08-28
*
Fix compilation of ass_fontconfig.c when fontconfig is disabled.
iive
2007-08-04
*
Don't apply windows-like font scaling if hhea or os2 tables contain invalid
eugeni
2007-08-03
*
Workaround for fonts with zero ascender/descender in horizontal header.
eugeni
2007-08-03
*
Factor out common code from ass_font_new and ass_font_reselect.
eugeni
2007-08-03
*
More simple and correct font reselection.
eugeni
2007-08-03
*
Do not use leading underscores in multiple inclusion guards, they are reserved.
diego
2007-07-02
*
Consistently use filename as multiple inclusion guard.
diego
2007-07-02
*
When parsing ass-force-style arguments, search for '=' and '.' characters with
eugeni
2007-06-15
*
Make sure there is at least one style in ass_track when parsing events.
eugeni
2007-06-15
*
Move code for reading a file and recoding it to utf-8 to a separate function.
eugeni
2007-06-01
*
Fix #if condition.
eugeni
2007-05-20
*
FT_Request_Size does not exist in FreeType 2.1.*. Fallback to FT_Set_Char_Size.
eugeni
2007-05-20
*
Correct font size in libass.
eugeni
2007-05-19
*
Revert y-axis rotation. Change order of rotations.
eugeni
2007-05-18
*
Support fractional font sizes.
eugeni
2007-05-14
*
Limit ass_font_set_transform to nonrotating transformations.
eugeni
2007-05-14
*
Don't deallocate font data if it will be used later.
eugeni
2007-05-09
*
Move variables and a function under #ifdef FC_VERSION to avoid warnings.
eugeni
2007-05-03
[next]