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.c
Commit message (
Expand
)
Author
Age
*
Rename font-related preprocessor directives.
diego
2008-08-07
*
Rename some preprocessor directives from CONFIG_* to HAVE_* where appropriate;
diego
2008-08-01
*
Start unifying names of internal preprocessor directives.
diego
2008-07-30
*
The size of output buffer is stored in 'osize', not 'size'.
eugeni
2008-05-29
*
Clear iconv conversion state also in libass.
eugeni
2008-05-29
*
Offset should be size_t.
eugeni
2008-05-29
*
In case 2 styles have the same name, prefer the latest one.
eugeni
2008-05-19
*
Speak of libass instead of MPlayer in the libass license headers.
diego
2008-05-14
*
Use standard license header.
diego
2008-05-13
*
Skip '@' at the beginning of the font name.
eugeni
2008-05-01
*
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
*
Allow overriding [Script Info] parameters with -ass-force-style option.
eugeni
2008-01-05
*
typo
diego
2007-12-30
*
Our enca code uses strdup() on the input encoding name, as we don't modify it...
iive
2007-10-28
*
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
*
Support fractional font sizes.
eugeni
2007-05-14
*
Don't deallocate font data if it will be used later.
eugeni
2007-05-09
*
Both (-1) and 1 mean bold font in SSA/ASS styles.
eugeni
2007-02-19
*
Correct implementation of text spacing.
eugeni
2007-02-19
*
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
*
Avoid calling validate_fname() twice for one string.
eugeni
2006-12-03
*
MSGTRs for libass
kraymer
2006-11-19
*
Collect all includes of mplayer headers in libass in a single file (mputils.h).
eugeni
2006-11-19
*
Fix the following compiler warnings:
eugeni
2006-11-05
*
Introduce MSGT_ASS, use it for all libass messages.
eugeni
2006-11-03
*
Implement loading subtitles from memory.
eugeni
2006-11-03
*
Bugfix: sub_recode could deallocate global sub_cp under some circumstances.
eugeni
2006-11-03
*
Revert r20517.
eugeni
2006-10-29
*
Copy the following functions to libass to avoid dependency on the rest of mpl...
eugeni
2006-10-29
*
Libass interface reworked:
eugeni
2006-10-28
*
Add copyright notice and vim/emacs comments to libass and vf_ass.c.
eugeni
2006-10-01
*
Set ReadOrder values for external subtitles.
eugeni
2006-09-19
*
Add -ass-styles option. It allows to load styles from a file and use them
eugeni
2006-09-03
*
Don't sort events when reading external subs. With r19644, the order does not...
eugeni
2006-09-02
*
Better collision detection algorithm. The idea is to keep a subtitle in place
eugeni
2006-09-02
*
Read layer info from external subs.
eugeni
2006-09-02
*
Bugfix: potential write of unallocated memory.
eugeni
2006-08-31
*
Apply -ass-force-style also to tracks generated from subdata.
eugeni
2006-08-29
*
Ignore '*' at the beginning of style name.
eugeni
2006-08-28
*
New cmdline option: -ass-force-style.
eugeni
2006-08-22
*
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
*
Replace stdint.h with inttypes.h.
eugeni
2006-08-15
*
Replace %lld with PRId64, part 2.
eugeni
2006-08-13
*
MinGW treats %lld as %d. Replace it with PRId64.
eugeni
2006-08-13
*
Initial libass release (without mencoder support).
eugeni
2006-07-07