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_bitmap.c
Commit message (
Expand
)
Author
Age
*
If (has outline) blur(outline) else blur(glyph).
eugeni
2008-08-07
*
Speak of libass instead of MPlayer in the libass license headers.
diego
2008-05-14
*
Use standard license header.
diego
2008-05-13
*
Check glyph bounding box before rasterizing and complain if it is too large.
eugeni
2008-02-22
*
"()" to "(void)" function param list fixes
uau
2007-04-01
*
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
*
Partial fix for semitransparent glyph outlines.
eugeni
2006-11-13
*
Introduce MSGT_ASS, use it for all libass messages.
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
*
Add copyright notice and vim/emacs comments to libass and vf_ass.c.
eugeni
2006-10-01
*
Cosmetics: add some comments.
eugeni
2006-09-24
*
Shadow support in libass.
eugeni
2006-09-24
*
Free memory in ass_synth_done().
eugeni
2006-09-24
*
Reduce size of non-blurred bitmaps.
eugeni
2006-09-23
*
Cosmetics. Change indentation of block of code to make it consistent with
eugeni
2006-09-23
*
Better fix_outline implementation. No more "fix_outline failed" messages,
eugeni
2006-09-23
*
Reduce code duplication in init_render_context().
eugeni
2006-09-17
*
Subtract glyph bitmap from outline bitmap.
eugeni
2006-09-16
*
Add \be (blur edges) support to libass.
eugeni
2006-09-16
*
Store bitmap glyphs in a separate struct, instead of FreeType's internal buffer.
eugeni
2006-09-16