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
*
Speed up ASS subtitles display by detecting changes between two consecutive
eugeni
2006-12-06
*
Also free ass_library_t members in ass_library_done
reimar
2006-12-06
*
Open embedded fonts directly from memory.
eugeni
2006-12-03
*
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
*
If a glyph is not found in the current font, switch to another one.
eugeni
2006-11-28
*
Skip glyphs with char code < 0x20.
eugeni
2006-11-28
*
Add FT_Library to ass_font_t.
eugeni
2006-11-28
*
Use (ass_font_t, char code) instead of (FT_Face, glyph index) to identify
eugeni
2006-11-28
*
Don't include freetype headers in other headers.
eugeni
2006-11-27
*
Fix compilation broken in previous commit.
eugeni
2006-11-27
*
Move ass_font_desc_t and ass_font_t declarations to ass_font.h.
eugeni
2006-11-27
*
Cosmetics: reindent.
eugeni
2006-11-27
*
Don't call FT_Set_Transform/FT_Set_Pixel_Sizes if values have not changed.
eugeni
2006-11-27
*
Move ass_font_t allocation to ass_font.h.
eugeni
2006-11-27
*
Initialize font size with 0.
eugeni
2006-11-27
*
Remove obsolete "no_more_font_messages" hack.
eugeni
2006-11-26
*
Move fonts-related code to a separate file.
eugeni
2006-11-26
*
Make ass_new_font return ass_font_t struct (instead of just FT_Face).
eugeni
2006-11-26
*
Move ass_font_t to header.
eugeni
2006-11-26
*
Rename:
eugeni
2006-11-26
*
Merge common parts of all Makefiles into one file included by all.
diego
2006-11-26
*
SRCS should be one per line to make patches more readable.
diego
2006-11-25
*
Remove pointless indirection.
diego
2006-11-25
*
Remove superfluous comment.
diego
2006-11-25
*
Cosmetics: remove unneeded curly brackets.
eugeni
2006-11-20
*
Fix collision detection. The old method tried to avoid gaps between subtitles
eugeni
2006-11-20
*
Unify dep/depend targets.
diego
2006-11-20
*
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
*
Support \t with acceleration.
eugeni
2006-11-13
*
Partial fix for semitransparent glyph outlines.
eugeni
2006-11-13
*
s/break/continue/. A crazy mistake, somehow unnoticed for more that 2 months.
eugeni
2006-11-08
*
Bugfix: when copying ass_force_style_list, ending 0 was left out.
eugeni
2006-11-06
*
Calculate text bounding box in a way that does not depend on actual glyph
eugeni
2006-11-06
*
Initialize fontconfig in VFCTRL_INIT_EOSD handler.
eugeni
2006-11-05
*
Cosmetics: indentation fix.
eugeni
2006-11-05
*
Fix the following compiler warnings:
eugeni
2006-11-05
*
More precise bounding box calculation for karaoke effects.
eugeni
2006-11-04
*
Prefer microsoft-specific charmaps to all other.
eugeni
2006-11-03
*
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
*
Move ass_library initialization code to ass_mp.c.
eugeni
2006-10-29
*
Copy the following functions to libass to avoid dependency on the rest of mpl...
eugeni
2006-10-29
*
Fix width -> orig_width typo.
eugeni
2006-10-29
*
Don't set PlayResX for plaintext subtitles.
eugeni
2006-10-29
*
Add \N at the end of each subtitle line when converting from subdata.
eugeni
2006-10-29
[next]