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
/
ass.h
Commit message (
Expand
)
Author
Age
*
libass: fix type mismatch between size parameter and the way it's used
aurel
2008-09-05
*
libass: add a new ass_process_data() to process demuxed subtitle packets
aurel
2008-09-05
*
Speak of libass instead of MPlayer in the libass license headers.
diego
2008-05-14
*
Use standard license header.
diego
2008-05-13
*
Remove libass dependency on global font_fontconfig variable.
eugeni
2008-04-30
*
Add missing header #includes to fix 'make checkheaders'.
diego
2008-03-05
*
Consistently give all libass multiple inclusion guards a LIBASS_ prefix.
diego
2008-01-29
*
Copy font data to ass_library instead of referencing demuxer-owned memory.
eugeni
2008-01-07
*
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
*
Enable ass_line_spacing option.
eugeni
2007-09-18
*
Do not use leading underscores in multiple inclusion guards, they are reserved.
diego
2007-07-02
*
Move code for reading a file and recoding it to utf-8 to a separate function.
eugeni
2007-06-01
*
Add -ass-hinting option for setting font hinting method.
eugeni
2007-04-27
*
Speed up ASS subtitles display by detecting changes between two consecutive
eugeni
2006-12-06
*
Keep embedded fonts in ass_library_t and perform actual disk write
eugeni
2006-12-03
*
Rename: ass_process_font -> ass_add_font.
eugeni
2006-12-03
*
Implement loading subtitles from memory.
eugeni
2006-11-03
*
Libass interface reworked:
eugeni
2006-10-28
*
Split ass_configure() into several smaller functions.
eugeni
2006-10-26
*
Add copyright notice and vim/emacs comments to libass and vf_ass.c.
eugeni
2006-10-01
*
Add -ass-styles option. It allows to load styles from a file and use them
eugeni
2006-09-03
*
Better collision detection algorithm. The idea is to keep a subtitle in place
eugeni
2006-09-02
*
Add right and left margins support to libass.
eugeni
2006-08-26
*
SSA/ASS parser reworked, with 2 main results:
eugeni
2006-08-22
*
Add public functions for removal of styles and events.
eugeni
2006-08-21
*
Initial libass release (without mencoder support).
eugeni
2006-07-07