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
*
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
*
Deallocate FontConfig objects.
eugeni
2007-05-03
*
Fix stupid bug in r23229.
eugeni
2007-05-03
*
Deallocate string.
eugeni
2007-05-03
*
In ass_font_new, allocate temporary ass_font_t on stack and return the pointer
eugeni
2007-05-03
*
Make cache_*_add functions return the pointer to new (copied) value.
eugeni
2007-05-03
*
Always deallocate glyphs. Fixes memory leak.
eugeni
2007-05-02
*
Update comments.
eugeni
2007-05-01
*
Cosmetics.
eugeni
2007-05-01
*
Move glyph_to_bitmap() call and outline glyph deallocation to
eugeni
2007-05-01
*
Minor code simplification.
eugeni
2007-05-01
*
Move get_bitmap_glyph() call to a separate loop.
eugeni
2007-05-01
[next]