index
:
mpv
absurd_test
absurd_test2
absurd_test3
ass_shit
bliss
coverity_scan
master
mruby
rc
rcombs/macos-fixes
rcombs/swift
read_stats_new
read_stats_old
release/0.1
release/0.2
release/0.27
release/0.28
release/0.29
release/0.3
release/0.30
release/0.31
release/0.32
release/0.33
release/0.34
release/0.35
release/0.36
release/0.37
release/0.38
release/0.39
release/0.4
release/0.5
release/0.6
release/0.7
release/0.8
release/0.9
stream_debug_stuff
stream_no_size_caching
stream_size_fstat
stream_size_fstat_nocache
x11_geo
ytdl_sub_delayload
a free, open source, and cross-platform media player
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libass
/
ass_render.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert r20517.
eugeni
2006-10-29
1
-1
/
+3
*
Copy the following functions to libass to avoid dependency on the rest of mpl...
eugeni
2006-10-29
1
-3
/
+1
*
Fix width -> orig_width typo.
eugeni
2006-10-29
1
-1
/
+1
*
Libass interface reworked:
eugeni
2006-10-28
1
-33
/
+33
*
Add missing fontconfig_done() call.
eugeni
2006-10-27
1
-0
/
+2
*
Split ass_configure() into several smaller functions.
eugeni
2006-10-26
1
-44
/
+83
*
Don't forget to apply scaling coefficients to kerning values.
eugeni
2006-10-20
1
-2
/
+2
*
Fix center of rotation calculation. It was overly complex and
eugeni
2006-10-19
1
-9
/
+3
*
Center of rotation depends on alignment.
eugeni
2006-10-18
1
-2
/
+4
*
Support separate rotation angle for each glyph.
eugeni
2006-10-18
1
-10
/
+17
*
Move base point calculation to a separate function. Will be reused soon.
eugeni
2006-10-18
1
-26
/
+41
*
Cosmetics: remove commented code.
eugeni
2006-10-18
1
-5
/
+1
*
Fix a typo in collision detection code.
eugeni
2006-10-18
1
-1
/
+1
*
Remove an outdated debug message.
eugeni
2006-10-16
1
-1
/
+0
*
Fix crash because of last_glyph < first_glyph, probably caused by first line
reimar
2006-10-15
1
-1
/
+1
*
Zerofill libass static variables during initialization.
eugeni
2006-10-14
1
-0
/
+4
*
Free FT_Stroker during libass deinitialization.
eugeni
2006-10-14
1
-0
/
+4
*
Add copyright notice and vim/emacs comments to libass and vf_ass.c.
eugeni
2006-10-01
1
-0
/
+20
*
Shadow support in libass.
eugeni
2006-09-24
1
-4
/
+30
*
Fix width -> orig_width typo causing subtitles to be too far to the right
reimar
2006-09-22
1
-1
/
+1
*
Move calculation of text parameters (number of lines, height, etc.) from
eugeni
2006-09-22
1
-21
/
+36
*
Move variable declaration to a more deeply nested block. It is not used outsi...
eugeni
2006-09-22
1
-1
/
+2
*
Cosmetics: fix indentation after last commit.
eugeni
2006-09-21
1
-18
/
+18
*
Fix FT_Stroker use in libass. The previous variant ended up with 0-width
eugeni
2006-09-21
1
-28
/
+18
*
In r19831, font size multiplier was mistakenly applied to border width.
eugeni
2006-09-21
1
-1
/
+3
*
Sort events by ReadOrder (if both layer and start time are equal).
eugeni
2006-09-19
1
-0
/
+4
*
Calculate text bounding box in such way that it does not depend on the height
eugeni
2006-09-19
1
-0
/
+2
*
Fix a stupid bug in list concatenation.
eugeni
2006-09-18
1
-18
/
+9
*
Reduce code duplication in init_render_context().
eugeni
2006-09-17
1
-77
/
+84
*
Add \be (blur edges) support to libass.
eugeni
2006-09-16
1
-3
/
+16
*
Store bitmap glyphs in a separate struct, instead of FreeType's internal buffer.
eugeni
2006-09-16
1
-60
/
+44
*
Make font outline width proportional to movie resolution.
eugeni
2006-09-13
1
-4
/
+6
*
Bugfix: timing for empty karaoke words was lost, resulting
eugeni
2006-09-06
1
-5
/
+21
*
Workaround for broken fonts with bad ascender/descender.
eugeni
2006-09-05
1
-7
/
+11
*
Change \fad behaviour so that it does not get cancelled by \r.
eugeni
2006-09-05
1
-9
/
+10
*
Simplification.
eugeni
2006-09-05
1
-44
/
+34
*
Add vertical clipping for subtitles that were moved because of a collision.
eugeni
2006-09-04
1
-0
/
+15
*
Fix possible unallocated memory read in libass line wrapping code.
eugeni
2006-09-04
1
-2
/
+2
*
Fix last commit.
eugeni
2006-09-03
1
-1
/
+1
*
More checks in ass_render_event.
eugeni
2006-09-03
1
-7
/
+9
*
Remove unneeded variable.
eugeni
2006-09-03
1
-4
/
+3
*
Better collision detection algorithm. The idea is to keep a subtitle in place
eugeni
2006-09-02
1
-68
/
+263
*
Remove some unused code.
eugeni
2006-09-02
1
-5
/
+0
*
Make \fr* parameter a floating point value.
eugeni
2006-09-01
1
-4
/
+4
*
Bugfix: wrong height value used in font size calculation.
eugeni
2006-08-31
1
-1
/
+1
*
Fix font scaling taking margins into account.
eugeni
2006-08-28
1
-1
/
+1
*
Cosmetics: fix indentation after r19562.
eugeni
2006-08-27
1
-29
/
+29
*
Transition effects support.
eugeni
2006-08-27
1
-22
/
+113
*
Reset glyph cache on reconfigure.
eugeni
2006-08-26
1
-1
/
+7
*
Add right and left margins support to libass.
eugeni
2006-08-26
1
-4
/
+14
*
Fix previous commit.
eugeni
2006-08-24
1
-1
/
+1
*
Simplify vf_ass initialization.
eugeni
2006-08-24
1
-3
/
+7
*
Fix wrong handling of transparency in \fad(\fade).
eugeni
2006-08-16
1
-4
/
+15
*
Replace stdint.h with inttypes.h.
eugeni
2006-08-15
1
-1
/
+0
*
Angle value from style was ignored. Not anymore.
eugeni
2006-08-15
1
-1
/
+1
*
Add subdata to ass_track conversion for external subtitles.
eugeni
2006-08-15
1
-1
/
+3
*
Cosmetics: fix indentation after the last patch.
eugeni
2006-08-15
1
-12
/
+12
*
Allow \fade to be used in place of \fad and vice versa.
eugeni
2006-08-15
1
-21
/
+23
*
Replace %lld with PRId64, part 2.
eugeni
2006-08-13
1
-1
/
+3
*
Fix compilation with gcc 2.95.
eugeni
2006-08-12
1
-6
/
+7
*
marks several read-only string parameters which aren't modified inside the ca...
reynaldo
2006-07-15
1
-1
/
+1
*
marks several function without a prototype which arent used outside its sourc...
reynaldo
2006-07-13
1
-2
/
+2
*
Support 6 argument variant of \move.
eugeni
2006-07-12
1
-7
/
+20
*
Ignoring FT_Glyph_Stroke() errors can potentially lead to double free().
eugeni
2006-07-10
1
-1
/
+5
*
Initial libass release (without mencoder support).
eugeni
2006-07-07
1
-0
/
+1766