Mercurial > mplayer.hg
annotate libass/ass_render.c @ 20502:81a92ae66d78
Move ass_library initialization code to ass_mp.c.
author | eugeni |
---|---|
date | Sun, 29 Oct 2006 15:26:13 +0000 |
parents | 30df9a64618a |
children | 5cbf1c33a668 |
rev | line source |
---|---|
20008
fa122b7c71c6
Add copyright notice and vim/emacs comments to libass and vf_ass.c.
eugeni
parents:
19965
diff
changeset
|
1 // -*- c-basic-offset: 8; indent-tabs-mode: t -*- |
fa122b7c71c6
Add copyright notice and vim/emacs comments to libass and vf_ass.c.
eugeni
parents:
19965
diff
changeset
|
2 // vim:ts=8:sw=8:noet:ai: |
fa122b7c71c6
Add copyright notice and vim/emacs comments to libass and vf_ass.c.
eugeni
parents:
19965
diff
changeset
|
3 /* |
fa122b7c71c6
Add copyright notice and vim/emacs comments to libass and vf_ass.c.
eugeni
parents:
19965
diff
changeset
|
4 Copyright (C) 2006 Evgeniy Stepanov <eugeni.stepanov@gmail.com> |
fa122b7c71c6
Add copyright notice and vim/emacs comments to libass and vf_ass.c.
eugeni
parents:
19965
diff
changeset
|
5 |
fa122b7c71c6
Add copyright notice and vim/emacs comments to libass and vf_ass.c.
eugeni
parents:
19965
diff
changeset
|
6 This program is free software; you can redistribute it and/or modify |
fa122b7c71c6
Add copyright notice and vim/emacs comments to libass and vf_ass.c.
eugeni
parents:
19965
diff
changeset
|
7 it under the terms of the GNU General Public License as published by |
fa122b7c71c6
Add copyright notice and vim/emacs comments to libass and vf_ass.c.
eugeni
parents:
19965
diff
changeset
|
8 the Free Software Foundation; either version 2 of the License, or |
fa122b7c71c6
Add copyright notice and vim/emacs comments to libass and vf_ass.c.
eugeni
parents:
19965
diff
changeset
|
9 (at your option) any later version. |
fa122b7c71c6
Add copyright notice and vim/emacs comments to libass and vf_ass.c.
eugeni
parents:
19965
diff
changeset
|
10 |
fa122b7c71c6
Add copyright notice and vim/emacs comments to libass and vf_ass.c.
eugeni
parents:
19965
diff
changeset
|
11 This program is distributed in the hope that it will be useful, |
fa122b7c71c6
Add copyright notice and vim/emacs comments to libass and vf_ass.c.
eugeni
parents:
19965
diff
changeset
|
12 but WITHOUT ANY WARRANTY; without even the implied warranty of |
fa122b7c71c6
Add copyright notice and vim/emacs comments to libass and vf_ass.c.
eugeni
parents:
19965
diff
changeset
|
13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
fa122b7c71c6
Add copyright notice and vim/emacs comments to libass and vf_ass.c.
eugeni
parents:
19965
diff
changeset
|
14 GNU General Public License for more details. |
fa122b7c71c6
Add copyright notice and vim/emacs comments to libass and vf_ass.c.
eugeni
parents:
19965
diff
changeset
|
15 |
fa122b7c71c6
Add copyright notice and vim/emacs comments to libass and vf_ass.c.
eugeni
parents:
19965
diff
changeset
|
16 You should have received a copy of the GNU General Public License |
fa122b7c71c6
Add copyright notice and vim/emacs comments to libass and vf_ass.c.
eugeni
parents:
19965
diff
changeset
|
17 along with this program; if not, write to the Free Software |
fa122b7c71c6
Add copyright notice and vim/emacs comments to libass and vf_ass.c.
eugeni
parents:
19965
diff
changeset
|
18 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA |
fa122b7c71c6
Add copyright notice and vim/emacs comments to libass and vf_ass.c.
eugeni
parents:
19965
diff
changeset
|
19 */ |
fa122b7c71c6
Add copyright notice and vim/emacs comments to libass and vf_ass.c.
eugeni
parents:
19965
diff
changeset
|
20 |
18937 | 21 #include "config.h" |
22 | |
23 #include <assert.h> | |
24 #include <math.h> | |
19378 | 25 #include <inttypes.h> |
18937 | 26 #include <ft2build.h> |
27 #include FT_FREETYPE_H | |
28 #include FT_STROKER_H | |
29 #include FT_GLYPH_H | |
30 #include FT_SYNTHESIS_H | |
31 | |
32 #include "mp_msg.h" | |
33 | |
34 #include "ass.h" | |
19846
bcc792bfa431
Store bitmap glyphs in a separate struct, instead of FreeType's internal buffer.
eugeni
parents:
19825
diff
changeset
|
35 #include "ass_bitmap.h" |
18937 | 36 #include "ass_cache.h" |
37 #include "ass_utils.h" | |
38 #include "ass_fontconfig.h" | |
20477 | 39 #include "ass_library.h" |
18937 | 40 |
41 #define MAX_GLYPHS 1000 | |
42 #define MAX_LINES 100 | |
43 | |
20446
e8adc3778348
Split ass_configure() into several smaller functions.
eugeni
parents:
20320
diff
changeset
|
44 static int last_render_id = 0; |
18937 | 45 |
20446
e8adc3778348
Split ass_configure() into several smaller functions.
eugeni
parents:
20320
diff
changeset
|
46 typedef struct ass_settings_s { |
e8adc3778348
Split ass_configure() into several smaller functions.
eugeni
parents:
20320
diff
changeset
|
47 int frame_width; |
e8adc3778348
Split ass_configure() into several smaller functions.
eugeni
parents:
20320
diff
changeset
|
48 int frame_height; |
e8adc3778348
Split ass_configure() into several smaller functions.
eugeni
parents:
20320
diff
changeset
|
49 double font_size_coeff; // font size multiplier |
e8adc3778348
Split ass_configure() into several smaller functions.
eugeni
parents:
20320
diff
changeset
|
50 double line_spacing; // additional line spacing (in frame pixels) |
e8adc3778348
Split ass_configure() into several smaller functions.
eugeni
parents:
20320
diff
changeset
|
51 int top_margin; // height of top margin. Everything except toptitles is shifted down by top_margin. |
e8adc3778348
Split ass_configure() into several smaller functions.
eugeni
parents:
20320
diff
changeset
|
52 int bottom_margin; // height of bottom margin. (frame_height - top_margin - bottom_margin) is original video height. |
e8adc3778348
Split ass_configure() into several smaller functions.
eugeni
parents:
20320
diff
changeset
|
53 int left_margin; |
e8adc3778348
Split ass_configure() into several smaller functions.
eugeni
parents:
20320
diff
changeset
|
54 int right_margin; |
e8adc3778348
Split ass_configure() into several smaller functions.
eugeni
parents:
20320
diff
changeset
|
55 int use_margins; // 0 - place all subtitles inside original frame |
e8adc3778348
Split ass_configure() into several smaller functions.
eugeni
parents:
20320
diff
changeset
|
56 // 1 - use margins for placing toptitles and subtitles |
e8adc3778348
Split ass_configure() into several smaller functions.
eugeni
parents:
20320
diff
changeset
|
57 double aspect; // frame aspect ratio, d_width / d_height. |
20477 | 58 |
20446
e8adc3778348
Split ass_configure() into several smaller functions.
eugeni
parents:
20320
diff
changeset
|
59 char* default_font; |
e8adc3778348
Split ass_configure() into several smaller functions.
eugeni
parents:
20320
diff
changeset
|
60 char* default_family; |
e8adc3778348
Split ass_configure() into several smaller functions.
eugeni
parents:
20320
diff
changeset
|
61 } ass_settings_t; |
19638
a3473d990fed
Better collision detection algorithm. The idea is to keep a subtitle in place
eugeni
parents:
19636
diff
changeset
|
62 |
20477 | 63 struct ass_renderer_s { |
64 ass_library_t* library; | |
65 FT_Library ftlibrary; | |
18937 | 66 fc_instance_t* fontconfig_priv; |
67 ass_settings_t settings; | |
19638
a3473d990fed
Better collision detection algorithm. The idea is to keep a subtitle in place
eugeni
parents:
19636
diff
changeset
|
68 int render_id; |
19848 | 69 ass_synth_priv_t* synth_priv; |
18937 | 70 |
71 ass_image_t* images_root; // rendering result is stored here | |
72 }; | |
73 | |
74 int no_more_font_messages = 0; // don't print font warnings | |
75 | |
76 typedef enum {EF_NONE = 0, EF_KARAOKE, EF_KARAOKE_KF, EF_KARAOKE_KO} effect_t; | |
77 | |
78 // describes a glyph | |
79 // glyph_info_t and text_info_t are used for text centering and word-wrapping operations | |
80 typedef struct glyph_info_s { | |
81 unsigned symbol; | |
82 FT_Glyph glyph; | |
83 FT_Glyph outline_glyph; | |
19965 | 84 bitmap_t* bm; // glyph bitmap |
85 bitmap_t* bm_o; // outline bitmap | |
86 bitmap_t* bm_s; // shadow bitmap | |
18937 | 87 FT_BBox bbox; |
88 FT_Vector pos; | |
89 char linebreak; // the first (leading) glyph of some line ? | |
19691 | 90 uint32_t c[4]; // colors |
18937 | 91 FT_Vector advance; // 26.6 |
92 effect_t effect_type; | |
19716
e4e492fcc2f7
Bugfix: timing for empty karaoke words was lost, resulting
eugeni
parents:
19693
diff
changeset
|
93 int effect_timing; // time duration of current karaoke word |
e4e492fcc2f7
Bugfix: timing for empty karaoke words was lost, resulting
eugeni
parents:
19693
diff
changeset
|
94 // after process_karaoke_effects: distance in pixels from the glyph origin. |
e4e492fcc2f7
Bugfix: timing for empty karaoke words was lost, resulting
eugeni
parents:
19693
diff
changeset
|
95 // part of the glyph to the left of it is displayed in a different color. |
e4e492fcc2f7
Bugfix: timing for empty karaoke words was lost, resulting
eugeni
parents:
19693
diff
changeset
|
96 int effect_skip_timing; // delay after the end of last karaoke word |
18937 | 97 int asc, desc; // font max ascender and descender |
98 // int height; | |
19848 | 99 int be; // blur edges |
19965 | 100 int shadow; |
20295 | 101 double frz; // z-axis rotation |
18937 | 102 |
103 glyph_hash_key_t hash_key; | |
104 } glyph_info_t; | |
105 | |
106 typedef struct line_info_s { | |
107 int asc, desc; | |
108 } line_info_t; | |
109 | |
110 typedef struct text_info_s { | |
111 glyph_info_t* glyphs; | |
112 int length; | |
113 line_info_t lines[MAX_LINES]; | |
114 int n_lines; | |
115 int height; | |
116 } text_info_t; | |
117 | |
118 | |
119 // Renderer state. | |
120 // Values like current font face, color, screen position, clipping and so on are stored here. | |
121 typedef struct render_context_s { | |
122 ass_event_t* event; | |
123 ass_style_t* style; | |
124 | |
125 FT_Face face; | |
126 char* font_path; | |
127 int font_size; | |
128 | |
129 FT_Stroker stroker; | |
130 int alignment; // alignment overrides go here; if zero, style value will be used | |
131 double rotation; | |
132 enum { EVENT_NORMAL, // "normal" top-, sub- or mid- title | |
19556 | 133 EVENT_POSITIONED, // happens after pos(,), margins are ignored |
134 EVENT_HSCROLL, // "Banner" transition effect, text_width is unlimited | |
135 EVENT_VSCROLL // "Scroll up", "Scroll down" transition effects | |
18937 | 136 } evt_type; |
137 int pos_x, pos_y; // position | |
138 int org_x, org_y; // origin | |
139 double scale_x, scale_y; | |
140 int hspacing; // distance between letters, in pixels | |
141 double border; // outline width | |
19691 | 142 uint32_t c[4]; // colors(Primary, Secondary, so on) in RGBA |
18937 | 143 int clip_x0, clip_y0, clip_x1, clip_y1; |
144 char detect_collisions; | |
19692
5b40e87b9619
Change \fad behaviour so that it does not get cancelled by \r.
eugeni
parents:
19691
diff
changeset
|
145 uint32_t fade; // alpha from \fad |
19848 | 146 char be; // blur edges |
19965 | 147 int shadow; |
18937 | 148 |
149 effect_t effect_type; | |
150 int effect_timing; | |
19716
e4e492fcc2f7
Bugfix: timing for empty karaoke words was lost, resulting
eugeni
parents:
19693
diff
changeset
|
151 int effect_skip_timing; |
18937 | 152 |
19556 | 153 enum { SCROLL_LR, // left-to-right |
154 SCROLL_RL, | |
155 SCROLL_TB, // top-to-bottom | |
156 SCROLL_BT | |
157 } scroll_direction; // for EVENT_HSCROLL, EVENT_VSCROLL | |
158 int scroll_shift; | |
159 | |
18937 | 160 // face properties |
161 char* family; | |
162 unsigned bold; | |
163 unsigned italic; | |
164 | |
165 } render_context_t; | |
166 | |
167 // frame-global data | |
168 typedef struct frame_context_s { | |
20477 | 169 ass_renderer_t* ass_priv; |
18937 | 170 int width, height; // screen dimensions |
171 int orig_height; // frame height ( = screen height - margins ) | |
19538 | 172 int orig_width; // frame width ( = screen width - margins ) |
18937 | 173 ass_track_t* track; |
174 long long time; // frame's timestamp, ms | |
19825
f351a3fc3e42
Make font outline width proportional to movie resolution.
eugeni
parents:
19716
diff
changeset
|
175 double font_scale; |
18937 | 176 double font_scale_x; // x scale applied to all glyphs to preserve text aspect ratio |
19917
6a31849e2b80
In r19831, font size multiplier was mistakenly applied to border width.
eugeni
parents:
19906
diff
changeset
|
177 double border_scale; |
18937 | 178 } frame_context_t; |
179 | |
20477 | 180 static ass_renderer_t* ass_renderer; |
18937 | 181 static ass_settings_t* global_settings; |
182 static text_info_t text_info; | |
183 static render_context_t render_context; | |
184 static frame_context_t frame_context; | |
185 | |
19638
a3473d990fed
Better collision detection algorithm. The idea is to keep a subtitle in place
eugeni
parents:
19636
diff
changeset
|
186 // a rendered event |
a3473d990fed
Better collision detection algorithm. The idea is to keep a subtitle in place
eugeni
parents:
19636
diff
changeset
|
187 typedef struct event_images_s { |
a3473d990fed
Better collision detection algorithm. The idea is to keep a subtitle in place
eugeni
parents:
19636
diff
changeset
|
188 ass_image_t* imgs; |
a3473d990fed
Better collision detection algorithm. The idea is to keep a subtitle in place
eugeni
parents:
19636
diff
changeset
|
189 int top, height; |
a3473d990fed
Better collision detection algorithm. The idea is to keep a subtitle in place
eugeni
parents:
19636
diff
changeset
|
190 int detect_collisions; |
a3473d990fed
Better collision detection algorithm. The idea is to keep a subtitle in place
eugeni
parents:
19636
diff
changeset
|
191 int shift_direction; |
a3473d990fed
Better collision detection algorithm. The idea is to keep a subtitle in place
eugeni
parents:
19636
diff
changeset
|
192 ass_event_t* event; |
a3473d990fed
Better collision detection algorithm. The idea is to keep a subtitle in place
eugeni
parents:
19636
diff
changeset
|
193 } event_images_t; |
a3473d990fed
Better collision detection algorithm. The idea is to keep a subtitle in place
eugeni
parents:
19636
diff
changeset
|
194 |
a3473d990fed
Better collision detection algorithm. The idea is to keep a subtitle in place
eugeni
parents:
19636
diff
changeset
|
195 struct render_priv_s { |
a3473d990fed
Better collision detection algorithm. The idea is to keep a subtitle in place
eugeni
parents:
19636
diff
changeset
|
196 int top, height; |
a3473d990fed
Better collision detection algorithm. The idea is to keep a subtitle in place
eugeni
parents:
19636
diff
changeset
|
197 int render_id; |
a3473d990fed
Better collision detection algorithm. The idea is to keep a subtitle in place
eugeni
parents:
19636
diff
changeset
|
198 }; |
a3473d990fed
Better collision detection algorithm. The idea is to keep a subtitle in place
eugeni
parents:
19636
diff
changeset
|
199 |
18937 | 200 static void ass_lazy_track_init(void) |
201 { | |
202 ass_track_t* track = frame_context.track; | |
203 if (track->PlayResX && track->PlayResY) | |
204 return; | |
205 if (!track->PlayResX && !track->PlayResY) { | |
206 mp_msg(MSGT_GLOBAL, MSGL_WARN, "Neither PlayResX nor PlayResY defined. Assuming 384x288. \n"); | |
207 track->PlayResX = 384; | |
208 track->PlayResY = 288; | |
209 } else { | |
19538 | 210 double orig_aspect = (global_settings->aspect * frame_context.height * frame_context.orig_width) / |
211 frame_context.orig_height / frame_context.width; | |
18937 | 212 if (!track->PlayResY) { |
213 track->PlayResY = track->PlayResX / orig_aspect + .5; | |
214 mp_msg(MSGT_GLOBAL, MSGL_WARN, "PlayResY undefined, setting %d \n", track->PlayResY); | |
215 } else if (!track->PlayResX) { | |
216 track->PlayResX = track->PlayResY * orig_aspect + .5; | |
217 mp_msg(MSGT_GLOBAL, MSGL_WARN, "PlayResX undefined, setting %d \n", track->PlayResX); | |
218 } | |
219 } | |
220 } | |
221 | |
20477 | 222 ass_renderer_t* ass_renderer_init(ass_library_t* library) |
18937 | 223 { |
224 int error; | |
225 FT_Library ft; | |
20477 | 226 ass_renderer_t* priv = 0; |
18937 | 227 |
20202
9b67ed06f721
Zerofill libass static variables during initialization.
eugeni
parents:
20201
diff
changeset
|
228 memset(&render_context, 0, sizeof(render_context)); |
9b67ed06f721
Zerofill libass static variables during initialization.
eugeni
parents:
20201
diff
changeset
|
229 memset(&frame_context, 0, sizeof(frame_context)); |
9b67ed06f721
Zerofill libass static variables during initialization.
eugeni
parents:
20201
diff
changeset
|
230 memset(&text_info, 0, sizeof(text_info)); |
9b67ed06f721
Zerofill libass static variables during initialization.
eugeni
parents:
20201
diff
changeset
|
231 |
18937 | 232 error = FT_Init_FreeType( &ft ); |
233 if ( error ) { | |
234 mp_msg(MSGT_GLOBAL, MSGL_FATAL, "FT_Init_FreeType failed\n"); | |
19517 | 235 goto ass_init_exit; |
18937 | 236 } |
237 | |
20477 | 238 priv = calloc(1, sizeof(ass_renderer_t)); |
18937 | 239 if (!priv) { |
240 FT_Done_FreeType(ft); | |
19517 | 241 goto ass_init_exit; |
18937 | 242 } |
19846
bcc792bfa431
Store bitmap glyphs in a separate struct, instead of FreeType's internal buffer.
eugeni
parents:
19825
diff
changeset
|
243 |
19848 | 244 priv->synth_priv = ass_synth_init(); |
245 | |
20477 | 246 priv->library = library; |
247 priv->ftlibrary = ft; | |
18937 | 248 // images_root and related stuff is zero-filled in calloc |
249 | |
250 ass_face_cache_init(); | |
251 ass_glyph_cache_init(); | |
252 | |
253 text_info.glyphs = calloc(MAX_GLYPHS, sizeof(glyph_info_t)); | |
254 | |
19517 | 255 ass_init_exit: |
256 if (priv) mp_msg(MSGT_GLOBAL, MSGL_INFO, "[ass] Init\n"); | |
257 else mp_msg(MSGT_GLOBAL, MSGL_ERR, "[ass] Init failed\n"); | |
258 | |
18937 | 259 return priv; |
260 } | |
261 | |
20477 | 262 void ass_renderer_done(ass_renderer_t* priv) |
18937 | 263 { |
264 ass_face_cache_done(); | |
265 ass_glyph_cache_done(); | |
20201 | 266 if (render_context.stroker) { |
267 FT_Stroker_Done(render_context.stroker); | |
268 render_context.stroker = 0; | |
269 } | |
20477 | 270 if (priv && priv->ftlibrary) FT_Done_FreeType(priv->ftlibrary); |
18937 | 271 if (priv && priv->fontconfig_priv) fontconfig_done(priv->fontconfig_priv); |
19848 | 272 if (priv && priv->synth_priv) ass_synth_done(priv->synth_priv); |
18937 | 273 if (priv) free(priv); |
274 if (text_info.glyphs) free(text_info.glyphs); | |
275 } | |
276 | |
277 /** | |
19638
a3473d990fed
Better collision detection algorithm. The idea is to keep a subtitle in place
eugeni
parents:
19636
diff
changeset
|
278 * \brief Create a new ass_image_t |
18937 | 279 * Parameters are the same as ass_image_t fields. |
280 */ | |
19638
a3473d990fed
Better collision detection algorithm. The idea is to keep a subtitle in place
eugeni
parents:
19636
diff
changeset
|
281 static ass_image_t* my_draw_bitmap(unsigned char* bitmap, int bitmap_w, int bitmap_h, int stride, int dst_x, int dst_y, uint32_t color) |
18937 | 282 { |
19638
a3473d990fed
Better collision detection algorithm. The idea is to keep a subtitle in place
eugeni
parents:
19636
diff
changeset
|
283 ass_image_t* img = calloc(1, sizeof(ass_image_t)); |
18937 | 284 |
285 img->w = bitmap_w; | |
286 img->h = bitmap_h; | |
287 img->stride = stride; | |
288 img->bitmap = bitmap; | |
289 img->color = color; | |
290 img->dst_x = dst_x; | |
291 img->dst_y = dst_y; | |
19638
a3473d990fed
Better collision detection algorithm. The idea is to keep a subtitle in place
eugeni
parents:
19636
diff
changeset
|
292 |
a3473d990fed
Better collision detection algorithm. The idea is to keep a subtitle in place
eugeni
parents:
19636
diff
changeset
|
293 return img; |
18937 | 294 } |
295 | |
296 /** | |
297 * \brief convert bitmap glyph into ass_image_t struct(s) | |
298 * \param bit freetype bitmap glyph, FT_PIXEL_MODE_GRAY | |
299 * \param dst_x bitmap x coordinate in video frame | |
300 * \param dst_y bitmap y coordinate in video frame | |
301 * \param color first color, RGBA | |
302 * \param color2 second color, RGBA | |
303 * \param brk x coordinate relative to glyph origin, color is used to the left of brk, color2 - to the right | |
19638
a3473d990fed
Better collision detection algorithm. The idea is to keep a subtitle in place
eugeni
parents:
19636
diff
changeset
|
304 * \param tail pointer to the last image's next field, head of the generated list should be stored here |
a3473d990fed
Better collision detection algorithm. The idea is to keep a subtitle in place
eugeni
parents:
19636
diff
changeset
|
305 * \return pointer to the new list tail |
18937 | 306 * Performs clipping. Uses my_draw_bitmap for actual bitmap convertion. |
307 */ | |
19846
bcc792bfa431
Store bitmap glyphs in a separate struct, instead of FreeType's internal buffer.
eugeni
parents:
19825
diff
changeset
|
308 static ass_image_t** render_glyph(bitmap_t* bm, int dst_x, int dst_y, uint32_t color, uint32_t color2, int brk, ass_image_t** tail) |
18937 | 309 { |
310 // brk is relative to dst_x | |
311 // color = color left of brk | |
312 // color2 = color right of brk | |
313 int b_x0, b_y0, b_x1, b_y1; // visible part of the bitmap | |
314 int clip_x0, clip_y0, clip_x1, clip_y1; | |
315 int tmp; | |
19638
a3473d990fed
Better collision detection algorithm. The idea is to keep a subtitle in place
eugeni
parents:
19636
diff
changeset
|
316 ass_image_t* img; |
18937 | 317 |
19846
bcc792bfa431
Store bitmap glyphs in a separate struct, instead of FreeType's internal buffer.
eugeni
parents:
19825
diff
changeset
|
318 dst_x += bm->left; |
bcc792bfa431
Store bitmap glyphs in a separate struct, instead of FreeType's internal buffer.
eugeni
parents:
19825
diff
changeset
|
319 dst_y += bm->top; |
bcc792bfa431
Store bitmap glyphs in a separate struct, instead of FreeType's internal buffer.
eugeni
parents:
19825
diff
changeset
|
320 brk -= bm->left; |
18937 | 321 |
322 // clipping | |
323 clip_x0 = render_context.clip_x0; | |
324 clip_y0 = render_context.clip_y0; | |
325 clip_x1 = render_context.clip_x1; | |
326 clip_y1 = render_context.clip_y1; | |
327 b_x0 = 0; | |
328 b_y0 = 0; | |
19846
bcc792bfa431
Store bitmap glyphs in a separate struct, instead of FreeType's internal buffer.
eugeni
parents:
19825
diff
changeset
|
329 b_x1 = bm->w; |
bcc792bfa431
Store bitmap glyphs in a separate struct, instead of FreeType's internal buffer.
eugeni
parents:
19825
diff
changeset
|
330 b_y1 = bm->h; |
18937 | 331 |
332 tmp = dst_x - clip_x0; | |
333 if (tmp < 0) { | |
334 mp_msg(MSGT_GLOBAL, MSGL_DBG2, "clip left\n"); | |
335 b_x0 = - tmp; | |
336 } | |
337 tmp = dst_y - clip_y0; | |
338 if (tmp < 0) { | |
339 mp_msg(MSGT_GLOBAL, MSGL_DBG2, "clip top\n"); | |
340 b_y0 = - tmp; | |
341 } | |
19846
bcc792bfa431
Store bitmap glyphs in a separate struct, instead of FreeType's internal buffer.
eugeni
parents:
19825
diff
changeset
|
342 tmp = clip_x1 - dst_x - bm->w; |
18937 | 343 if (tmp < 0) { |
344 mp_msg(MSGT_GLOBAL, MSGL_DBG2, "clip right\n"); | |
19846
bcc792bfa431
Store bitmap glyphs in a separate struct, instead of FreeType's internal buffer.
eugeni
parents:
19825
diff
changeset
|
345 b_x1 = bm->w + tmp; |
18937 | 346 } |
19846
bcc792bfa431
Store bitmap glyphs in a separate struct, instead of FreeType's internal buffer.
eugeni
parents:
19825
diff
changeset
|
347 tmp = clip_y1 - dst_y - bm->h; |
18937 | 348 if (tmp < 0) { |
349 mp_msg(MSGT_GLOBAL, MSGL_DBG2, "clip bottom\n"); | |
19846
bcc792bfa431
Store bitmap glyphs in a separate struct, instead of FreeType's internal buffer.
eugeni
parents:
19825
diff
changeset
|
350 b_y1 = bm->h + tmp; |
18937 | 351 } |
352 | |
353 if ((b_y0 >= b_y1) || (b_x0 >= b_x1)) | |
19638
a3473d990fed
Better collision detection algorithm. The idea is to keep a subtitle in place
eugeni
parents:
19636
diff
changeset
|
354 return tail; |
18937 | 355 |
356 if (brk > b_x0) { // draw left part | |
357 if (brk > b_x1) brk = b_x1; | |
19846
bcc792bfa431
Store bitmap glyphs in a separate struct, instead of FreeType's internal buffer.
eugeni
parents:
19825
diff
changeset
|
358 img = my_draw_bitmap(bm->buffer + bm->w * b_y0 + b_x0, |
bcc792bfa431
Store bitmap glyphs in a separate struct, instead of FreeType's internal buffer.
eugeni
parents:
19825
diff
changeset
|
359 brk - b_x0, b_y1 - b_y0, bm->w, |
18937 | 360 dst_x + b_x0, dst_y + b_y0, color); |
19638
a3473d990fed
Better collision detection algorithm. The idea is to keep a subtitle in place
eugeni
parents:
19636
diff
changeset
|
361 *tail = img; |
a3473d990fed
Better collision detection algorithm. The idea is to keep a subtitle in place
eugeni
parents:
19636
diff
changeset
|
362 tail = &img->next; |
18937 | 363 } |
364 if (brk < b_x1) { // draw right part | |
365 if (brk < b_x0) brk = b_x0; | |
19846
bcc792bfa431
Store bitmap glyphs in a separate struct, instead of FreeType's internal buffer.
eugeni
parents:
19825
diff
changeset
|
366 img = my_draw_bitmap(bm->buffer + bm->w * b_y0 + brk, |
bcc792bfa431
Store bitmap glyphs in a separate struct, instead of FreeType's internal buffer.
eugeni
parents:
19825
diff
changeset
|
367 b_x1 - brk, b_y1 - b_y0, bm->w, |
18937 | 368 dst_x + brk, dst_y + b_y0, color2); |
19638
a3473d990fed
Better collision detection algorithm. The idea is to keep a subtitle in place
eugeni
parents:
19636
diff
changeset
|
369 *tail = img; |
a3473d990fed
Better collision detection algorithm. The idea is to keep a subtitle in place
eugeni
parents:
19636
diff
changeset
|
370 tail = &img->next; |
18937 | 371 } |
19638
a3473d990fed
Better collision detection algorithm. The idea is to keep a subtitle in place
eugeni
parents:
19636
diff
changeset
|
372 return tail; |
18937 | 373 } |
374 | |
375 /** | |
376 * \brief Render text_info_t struct into ass_images_t list | |
377 * Rasterize glyphs and put them in glyph cache. | |
378 */ | |
19638
a3473d990fed
Better collision detection algorithm. The idea is to keep a subtitle in place
eugeni
parents:
19636
diff
changeset
|
379 static ass_image_t* render_text(text_info_t* text_info, int dst_x, int dst_y) |
18937 | 380 { |
381 int pen_x, pen_y; | |
19846
bcc792bfa431
Store bitmap glyphs in a separate struct, instead of FreeType's internal buffer.
eugeni
parents:
19825
diff
changeset
|
382 int i, error; |
bcc792bfa431
Store bitmap glyphs in a separate struct, instead of FreeType's internal buffer.
eugeni
parents:
19825
diff
changeset
|
383 bitmap_t* bm; |
18937 | 384 glyph_hash_val_t hash_val; |
19638
a3473d990fed
Better collision detection algorithm. The idea is to keep a subtitle in place
eugeni
parents:
19636
diff
changeset
|
385 ass_image_t* head; |
a3473d990fed
Better collision detection algorithm. The idea is to keep a subtitle in place
eugeni
parents:
19636
diff
changeset
|
386 ass_image_t** tail = &head; |
18937 | 387 |
388 for (i = 0; i < text_info->length; ++i) { | |
19846
bcc792bfa431
Store bitmap glyphs in a separate struct, instead of FreeType's internal buffer.
eugeni
parents:
19825
diff
changeset
|
389 if (text_info->glyphs[i].glyph) { |
18937 | 390 if ((text_info->glyphs[i].symbol == '\n') || (text_info->glyphs[i].symbol == 0)) |
391 continue; | |
20477 | 392 error = glyph_to_bitmap(ass_renderer->synth_priv, |
19848 | 393 text_info->glyphs[i].glyph, text_info->glyphs[i].outline_glyph, |
19965 | 394 &text_info->glyphs[i].bm, &text_info->glyphs[i].bm_o, |
395 &text_info->glyphs[i].bm_s, text_info->glyphs[i].be); | |
19846
bcc792bfa431
Store bitmap glyphs in a separate struct, instead of FreeType's internal buffer.
eugeni
parents:
19825
diff
changeset
|
396 if (error) |
bcc792bfa431
Store bitmap glyphs in a separate struct, instead of FreeType's internal buffer.
eugeni
parents:
19825
diff
changeset
|
397 text_info->glyphs[i].symbol = 0; |
bcc792bfa431
Store bitmap glyphs in a separate struct, instead of FreeType's internal buffer.
eugeni
parents:
19825
diff
changeset
|
398 FT_Done_Glyph(text_info->glyphs[i].glyph); |
19873 | 399 if (text_info->glyphs[i].outline_glyph) |
400 FT_Done_Glyph(text_info->glyphs[i].outline_glyph); | |
18937 | 401 |
402 // cache | |
403 hash_val.bbox_scaled = text_info->glyphs[i].bbox; | |
19846
bcc792bfa431
Store bitmap glyphs in a separate struct, instead of FreeType's internal buffer.
eugeni
parents:
19825
diff
changeset
|
404 hash_val.bm_o = text_info->glyphs[i].bm_o; |
bcc792bfa431
Store bitmap glyphs in a separate struct, instead of FreeType's internal buffer.
eugeni
parents:
19825
diff
changeset
|
405 hash_val.bm = text_info->glyphs[i].bm; |
19965 | 406 hash_val.bm_s = text_info->glyphs[i].bm_s; |
18937 | 407 hash_val.advance.x = text_info->glyphs[i].advance.x; |
408 hash_val.advance.y = text_info->glyphs[i].advance.y; | |
409 cache_add_glyph(&(text_info->glyphs[i].hash_key), &hash_val); | |
19846
bcc792bfa431
Store bitmap glyphs in a separate struct, instead of FreeType's internal buffer.
eugeni
parents:
19825
diff
changeset
|
410 |
18937 | 411 } |
412 } | |
413 | |
414 for (i = 0; i < text_info->length; ++i) { | |
415 glyph_info_t* info = text_info->glyphs + i; | |
19965 | 416 if ((info->symbol == 0) || (info->symbol == '\n') || !info->bm_s || (info->shadow == 0)) |
417 continue; | |
418 | |
419 pen_x = dst_x + info->pos.x + info->shadow; | |
420 pen_y = dst_y + info->pos.y + info->shadow; | |
421 bm = info->bm_s; | |
422 | |
423 tail = render_glyph(bm, pen_x, pen_y, info->c[3], 0, 1000000, tail); | |
424 } | |
425 | |
426 for (i = 0; i < text_info->length; ++i) { | |
427 glyph_info_t* info = text_info->glyphs + i; | |
19873 | 428 if ((info->symbol == 0) || (info->symbol == '\n') || !info->bm_o) |
18937 | 429 continue; |
430 | |
431 pen_x = dst_x + info->pos.x; | |
432 pen_y = dst_y + info->pos.y; | |
19846
bcc792bfa431
Store bitmap glyphs in a separate struct, instead of FreeType's internal buffer.
eugeni
parents:
19825
diff
changeset
|
433 bm = info->bm_o; |
18937 | 434 |
435 if ((info->effect_type == EF_KARAOKE_KO) && (info->effect_timing <= info->bbox.xMax)) { | |
436 // do nothing | |
437 } else | |
19846
bcc792bfa431
Store bitmap glyphs in a separate struct, instead of FreeType's internal buffer.
eugeni
parents:
19825
diff
changeset
|
438 tail = render_glyph(bm, pen_x, pen_y, info->c[2], 0, 1000000, tail); |
18937 | 439 } |
440 for (i = 0; i < text_info->length; ++i) { | |
441 glyph_info_t* info = text_info->glyphs + i; | |
19873 | 442 if ((info->symbol == 0) || (info->symbol == '\n') || !info->bm) |
18937 | 443 continue; |
444 | |
445 pen_x = dst_x + info->pos.x; | |
446 pen_y = dst_y + info->pos.y; | |
19846
bcc792bfa431
Store bitmap glyphs in a separate struct, instead of FreeType's internal buffer.
eugeni
parents:
19825
diff
changeset
|
447 bm = info->bm; |
18937 | 448 |
449 if ((info->effect_type == EF_KARAOKE) || (info->effect_type == EF_KARAOKE_KO)) { | |
450 if (info->effect_timing > info->bbox.xMax) | |
19846
bcc792bfa431
Store bitmap glyphs in a separate struct, instead of FreeType's internal buffer.
eugeni
parents:
19825
diff
changeset
|
451 tail = render_glyph(bm, pen_x, pen_y, info->c[0], 0, 1000000, tail); |
18937 | 452 else |
19846
bcc792bfa431
Store bitmap glyphs in a separate struct, instead of FreeType's internal buffer.
eugeni
parents:
19825
diff
changeset
|
453 tail = render_glyph(bm, pen_x, pen_y, info->c[1], 0, 1000000, tail); |
18937 | 454 } else if (info->effect_type == EF_KARAOKE_KF) { |
19846
bcc792bfa431
Store bitmap glyphs in a separate struct, instead of FreeType's internal buffer.
eugeni
parents:
19825
diff
changeset
|
455 tail = render_glyph(bm, pen_x, pen_y, info->c[0], info->c[1], info->effect_timing, tail); |
18937 | 456 } else |
19846
bcc792bfa431
Store bitmap glyphs in a separate struct, instead of FreeType's internal buffer.
eugeni
parents:
19825
diff
changeset
|
457 tail = render_glyph(bm, pen_x, pen_y, info->c[0], 0, 1000000, tail); |
18937 | 458 } |
459 | |
19638
a3473d990fed
Better collision detection algorithm. The idea is to keep a subtitle in place
eugeni
parents:
19636
diff
changeset
|
460 *tail = 0; |
a3473d990fed
Better collision detection algorithm. The idea is to keep a subtitle in place
eugeni
parents:
19636
diff
changeset
|
461 return head; |
18937 | 462 } |
463 | |
464 /** | |
465 * \brief Mapping between script and screen coordinates | |
466 */ | |
467 static int x2scr(int x) { | |
19940
fb2063eaa445
Fix width -> orig_width typo causing subtitles to be too far to the right
reimar
parents:
19932
diff
changeset
|
468 return x*frame_context.orig_width / frame_context.track->PlayResX + global_settings->left_margin; |
18937 | 469 } |
470 /** | |
471 * \brief Mapping between script and screen coordinates | |
472 */ | |
473 static int y2scr(int y) { | |
474 return y * frame_context.orig_height / frame_context.track->PlayResY + global_settings->top_margin; | |
475 } | |
476 // the same for toptitles | |
477 static int y2scr_top(int y) { | |
19538 | 478 if (global_settings->use_margins) |
479 return y * frame_context.orig_height / frame_context.track->PlayResY; | |
480 else | |
481 return y * frame_context.orig_height / frame_context.track->PlayResY + global_settings->top_margin; | |
18937 | 482 } |
483 // the same for subtitles | |
484 static int y2scr_sub(int y) { | |
19538 | 485 if (global_settings->use_margins) |
486 return y * frame_context.orig_height / frame_context.track->PlayResY + | |
487 global_settings->top_margin + global_settings->bottom_margin; | |
488 else | |
489 return y * frame_context.orig_height / frame_context.track->PlayResY + global_settings->top_margin; | |
18937 | 490 } |
491 | |
492 static void vmirror_bbox(FT_BBox* orig, FT_BBox* pbbox) { | |
493 pbbox->xMin = orig->xMin; | |
494 pbbox->xMax = orig->xMax; | |
495 pbbox->yMin = - orig->yMax; | |
496 pbbox->yMax = - orig->yMin; | |
497 } | |
498 | |
499 static void compute_string_bbox( text_info_t* info, FT_BBox *abbox ) { | |
500 FT_BBox bbox; | |
501 int n; | |
502 | |
503 /* initialize string bbox to "empty" values */ | |
504 bbox.xMin = bbox.yMin = 32000; | |
505 bbox.xMax = bbox.yMax = -32000; | |
506 | |
507 /* for each glyph image, compute its bounding box, */ | |
508 /* translate it, and grow the string bbox */ | |
509 for ( n = 0; n < info->length; n++ ) { | |
510 FT_BBox glyph_bbox; | |
511 vmirror_bbox( &(info->glyphs[n].bbox), &glyph_bbox ); | |
512 glyph_bbox.xMin += info->glyphs[n].pos.x; | |
513 glyph_bbox.xMax += info->glyphs[n].pos.x; | |
514 glyph_bbox.yMin += info->glyphs[n].pos.y; | |
515 glyph_bbox.yMax += info->glyphs[n].pos.y; | |
516 if ( glyph_bbox.xMin < bbox.xMin ) bbox.xMin = glyph_bbox.xMin; | |
517 if ( glyph_bbox.yMin < bbox.yMin ) bbox.yMin = glyph_bbox.yMin; | |
518 if ( glyph_bbox.xMax > bbox.xMax ) bbox.xMax = glyph_bbox.xMax; | |
519 if ( glyph_bbox.yMax > bbox.yMax ) bbox.yMax = glyph_bbox.yMax; | |
520 } | |
521 | |
522 /* check that we really grew the string bbox */ | |
523 if ( bbox.xMin > bbox.xMax ) { | |
524 bbox.xMin = 0; | |
525 bbox.yMin = 0; | |
526 bbox.xMax = 0; | |
527 bbox.yMax = 0; | |
528 } | |
529 | |
530 /* return string bbox */ | |
531 *abbox = bbox; | |
532 } | |
533 | |
534 | |
535 /** | |
536 * \brief Check if starting part of (*p) matches sample. If true, shift p to the first symbol after the matching part. | |
537 */ | |
19104
2ec2301183cd
marks several read-only string parameters which aren't modified inside the called function as const. Patch by Stefan Huehner, stefan AT huehner-org
reynaldo
parents:
19066
diff
changeset
|
538 static inline int mystrcmp(char** p, const char* sample) { |
18937 | 539 int len = strlen(sample); |
540 if (strncmp(*p, sample, len) == 0) { | |
541 (*p) += len; | |
542 return 1; | |
543 } else | |
544 return 0; | |
545 } | |
546 | |
19401
c0c3a2f8bb32
Add subdata to ass_track conversion for external subtitles.
eugeni
parents:
19399
diff
changeset
|
547 double ass_internal_font_size_coeff = 0.8; |
c0c3a2f8bb32
Add subdata to ass_track conversion for external subtitles.
eugeni
parents:
19399
diff
changeset
|
548 |
18937 | 549 static void change_font_size(int sz) |
550 { | |
19825
f351a3fc3e42
Make font outline width proportional to movie resolution.
eugeni
parents:
19716
diff
changeset
|
551 double size = sz * frame_context.font_scale; |
18937 | 552 |
553 if (size < 1) | |
554 size = 1; | |
555 else if (size > frame_context.height * 2) | |
556 size = frame_context.height * 2; | |
557 | |
558 FT_Set_Pixel_Sizes(render_context.face, 0, size); | |
559 | |
560 render_context.font_size = sz; | |
561 } | |
562 | |
563 /** | |
564 * \brief Change current font, using setting from render_context. | |
565 */ | |
566 static void update_font(void) | |
567 { | |
568 int error; | |
569 unsigned val; | |
20477 | 570 ass_renderer_t* priv = frame_context.ass_priv; |
18937 | 571 face_desc_t desc; |
572 desc.family = strdup(render_context.family); | |
573 | |
574 val = render_context.bold; | |
575 // 0 = normal, 1 = bold, >1 = exact weight | |
576 if (val == 0) val = 80; // normal | |
577 else if (val == 1) val = 200; // bold | |
578 desc.bold = val; | |
579 | |
580 val = render_context.italic; | |
581 if (val == 0) val = 0; // normal | |
582 else if (val == 1) val = 110; //italic | |
583 desc.italic = val; | |
584 | |
20477 | 585 error = ass_new_face(priv->ftlibrary, priv->fontconfig_priv, &desc, &(render_context.face)); |
18937 | 586 if (error) { |
587 render_context.face = 0; | |
588 } | |
589 | |
590 if (render_context.face) | |
591 change_font_size(render_context.font_size); | |
592 } | |
593 | |
594 /** | |
595 * \brief Change border width | |
19873 | 596 * negative value resets border to style value |
18937 | 597 */ |
598 static void change_border(double border) | |
599 { | |
19918
1de67089c19a
Fix FT_Stroker use in libass. The previous variant ended up with 0-width
eugeni
parents:
19917
diff
changeset
|
600 int b; |
1de67089c19a
Fix FT_Stroker use in libass. The previous variant ended up with 0-width
eugeni
parents:
19917
diff
changeset
|
601 if (!render_context.face) return; |
1de67089c19a
Fix FT_Stroker use in libass. The previous variant ended up with 0-width
eugeni
parents:
19917
diff
changeset
|
602 |
19919 | 603 if (border < 0) { |
604 if (render_context.style->BorderStyle == 1) { | |
605 if (render_context.style->Outline == 0 && render_context.style->Shadow > 0) | |
19873 | 606 border = 1.; |
19919 | 607 else |
608 border = render_context.style->Outline; | |
609 } else | |
610 border = 1.; | |
611 } | |
612 render_context.border = border; | |
19873 | 613 |
19919 | 614 b = 64 * border * frame_context.border_scale; |
615 if (b > 0) { | |
19918
1de67089c19a
Fix FT_Stroker use in libass. The previous variant ended up with 0-width
eugeni
parents:
19917
diff
changeset
|
616 if (!render_context.stroker) { |
1de67089c19a
Fix FT_Stroker use in libass. The previous variant ended up with 0-width
eugeni
parents:
19917
diff
changeset
|
617 int error; |
1de67089c19a
Fix FT_Stroker use in libass. The previous variant ended up with 0-width
eugeni
parents:
19917
diff
changeset
|
618 #if (FREETYPE_MAJOR > 2) || ((FREETYPE_MAJOR == 2) && (FREETYPE_MINOR > 1)) |
20477 | 619 error = FT_Stroker_New( ass_renderer->ftlibrary, &render_context.stroker ); |
19918
1de67089c19a
Fix FT_Stroker use in libass. The previous variant ended up with 0-width
eugeni
parents:
19917
diff
changeset
|
620 #else // < 2.2 |
1de67089c19a
Fix FT_Stroker use in libass. The previous variant ended up with 0-width
eugeni
parents:
19917
diff
changeset
|
621 error = FT_Stroker_New( render_context.face->memory, &render_context.stroker ); |
1de67089c19a
Fix FT_Stroker use in libass. The previous variant ended up with 0-width
eugeni
parents:
19917
diff
changeset
|
622 #endif |
1de67089c19a
Fix FT_Stroker use in libass. The previous variant ended up with 0-width
eugeni
parents:
19917
diff
changeset
|
623 if (error) { |
1de67089c19a
Fix FT_Stroker use in libass. The previous variant ended up with 0-width
eugeni
parents:
19917
diff
changeset
|
624 mp_msg(MSGT_GLOBAL, MSGL_V, "failed to get stroker\n"); |
1de67089c19a
Fix FT_Stroker use in libass. The previous variant ended up with 0-width
eugeni
parents:
19917
diff
changeset
|
625 render_context.stroker = 0; |
1de67089c19a
Fix FT_Stroker use in libass. The previous variant ended up with 0-width
eugeni
parents:
19917
diff
changeset
|
626 } |
1de67089c19a
Fix FT_Stroker use in libass. The previous variant ended up with 0-width
eugeni
parents:
19917
diff
changeset
|
627 } |
1de67089c19a
Fix FT_Stroker use in libass. The previous variant ended up with 0-width
eugeni
parents:
19917
diff
changeset
|
628 if (render_context.stroker) |
19873 | 629 FT_Stroker_Set( render_context.stroker, b, |
19919 | 630 FT_STROKER_LINECAP_ROUND, |
631 FT_STROKER_LINEJOIN_ROUND, | |
632 0 ); | |
633 } else { | |
634 FT_Stroker_Done(render_context.stroker); | |
635 render_context.stroker = 0; | |
636 } | |
18937 | 637 } |
638 | |
639 #define _r(c) ((c)>>24) | |
640 #define _g(c) (((c)>>16)&0xFF) | |
641 #define _b(c) (((c)>>8)&0xFF) | |
642 #define _a(c) ((c)&0xFF) | |
643 | |
644 /** | |
645 * \brief Calculate a weighted average of two colors | |
646 * calculates c1*(1-a) + c2*a, but separately for each component except alpha | |
647 */ | |
648 static void change_color(uint32_t* var, uint32_t new, double pwr) | |
649 { | |
650 (*var)= ((uint32_t)(_r(*var) * (1 - pwr) + _r(new) * pwr) << 24) + | |
651 ((uint32_t)(_g(*var) * (1 - pwr) + _g(new) * pwr) << 16) + | |
652 ((uint32_t)(_b(*var) * (1 - pwr) + _b(new) * pwr) << 8) + | |
653 _a(*var); | |
654 } | |
655 | |
656 // like change_color, but for alpha component only | |
657 static void change_alpha(uint32_t* var, uint32_t new, double pwr) | |
658 { | |
659 *var = (_r(*var) << 24) + (_g(*var) << 16) + (_b(*var) << 8) + (_a(*var) * (1 - pwr) + _a(new) * pwr); | |
660 } | |
661 | |
19406
747a5c394a69
Fix wrong handling of transparency in \fad(\fade).
eugeni
parents:
19405
diff
changeset
|
662 /** |
747a5c394a69
Fix wrong handling of transparency in \fad(\fade).
eugeni
parents:
19405
diff
changeset
|
663 * \brief Multiply two alpha values |
747a5c394a69
Fix wrong handling of transparency in \fad(\fade).
eugeni
parents:
19405
diff
changeset
|
664 * \param a first value |
747a5c394a69
Fix wrong handling of transparency in \fad(\fade).
eugeni
parents:
19405
diff
changeset
|
665 * \param b second value |
747a5c394a69
Fix wrong handling of transparency in \fad(\fade).
eugeni
parents:
19405
diff
changeset
|
666 * \return result of multiplication |
747a5c394a69
Fix wrong handling of transparency in \fad(\fade).
eugeni
parents:
19405
diff
changeset
|
667 * Parameters and result are limited by 0xFF. |
747a5c394a69
Fix wrong handling of transparency in \fad(\fade).
eugeni
parents:
19405
diff
changeset
|
668 */ |
747a5c394a69
Fix wrong handling of transparency in \fad(\fade).
eugeni
parents:
19405
diff
changeset
|
669 static uint32_t mult_alpha(uint32_t a, uint32_t b) |
747a5c394a69
Fix wrong handling of transparency in \fad(\fade).
eugeni
parents:
19405
diff
changeset
|
670 { |
747a5c394a69
Fix wrong handling of transparency in \fad(\fade).
eugeni
parents:
19405
diff
changeset
|
671 return 0xFF - (0xFF - a) * (0xFF - b) / 0xFF; |
747a5c394a69
Fix wrong handling of transparency in \fad(\fade).
eugeni
parents:
19405
diff
changeset
|
672 } |
18937 | 673 |
674 /** | |
675 * \brief Calculate alpha value by piecewise linear function | |
676 * Used for \fad, \fade implementation. | |
677 */ | |
19692
5b40e87b9619
Change \fad behaviour so that it does not get cancelled by \r.
eugeni
parents:
19691
diff
changeset
|
678 static unsigned interpolate_alpha(long long now, |
18937 | 679 long long t1, long long t2, long long t3, long long t4, |
680 unsigned a1, unsigned a2, unsigned a3) | |
681 { | |
682 unsigned a; | |
683 double cf; | |
684 if (now <= t1) { | |
685 a = a1; | |
686 } else if (now >= t4) { | |
687 a = a3; | |
688 } else if (now < t2) { // and > t1 | |
689 cf = ((double)(now - t1)) / (t2 - t1); | |
690 a = a1 * (1 - cf) + a2 * cf; | |
691 } else if (now > t3) { | |
692 cf = ((double)(now - t3)) / (t4 - t3); | |
693 a = a2 * (1 - cf) + a3 * cf; | |
694 } else { // t2 <= now <= t3 | |
695 a = a2; | |
696 } | |
697 | |
19692
5b40e87b9619
Change \fad behaviour so that it does not get cancelled by \r.
eugeni
parents:
19691
diff
changeset
|
698 return a; |
18937 | 699 } |
700 | |
19873 | 701 static void reset_render_context(); |
702 | |
18937 | 703 /** |
704 * \brief Parse style override tag. | |
705 * \param p string to parse | |
706 * \param pwr multiplier for some tag effects (comes from \t tags) | |
707 */ | |
708 static char* parse_tag(char* p, double pwr) { | |
709 #define skip_all(x) if (*p == (x)) ++p; else { \ | |
710 while ((*p != (x)) && (*p != '}') && (*p != 0)) {++p;} } | |
711 #define skip(x) if (*p == (x)) ++p; else { return p; } | |
712 | |
713 skip_all('\\'); | |
714 if ((*p == '}') || (*p == 0)) | |
715 return p; | |
716 | |
717 if (mystrcmp(&p, "fsc")) { | |
718 char tp = *p++; | |
719 double val; | |
720 if (tp == 'x') { | |
721 if (mystrtod(&p, &val)) { | |
722 val /= 100; | |
723 render_context.scale_x = (val - 1.) * pwr + 1.; | |
724 } else | |
725 render_context.scale_x = render_context.style->ScaleX; | |
726 } else if (tp == 'y') { | |
727 if (mystrtod(&p, &val)) { | |
728 val /= 100; | |
729 render_context.scale_y = (val - 1.) * pwr + 1.; | |
730 } else | |
731 render_context.scale_y = render_context.style->ScaleY; | |
732 } | |
733 } else if (mystrcmp(&p, "fsp")) { | |
734 int val; | |
735 if (mystrtoi(&p, 10, &val)) | |
736 render_context.hspacing = val * pwr; | |
737 else | |
738 render_context.hspacing = 0; | |
739 } else if (mystrcmp(&p, "fs")) { | |
740 int val; | |
741 if (mystrtoi(&p, 10, &val)) | |
742 val = render_context.font_size * ( 1 - pwr ) + val * pwr; | |
743 else | |
744 val = render_context.style->FontSize; | |
745 if (render_context.face) | |
746 change_font_size(val); | |
747 } else if (mystrcmp(&p, "bord")) { | |
748 double val; | |
749 if (mystrtod(&p, &val)) | |
750 val = render_context.border * ( 1 - pwr ) + val * pwr; | |
751 else | |
19873 | 752 val = -1.; // reset to default |
18937 | 753 change_border(val); |
754 } else if (mystrcmp(&p, "move")) { | |
755 int x1, x2, y1, y2; | |
19044 | 756 long long t1, t2, delta_t, t; |
18937 | 757 int x, y; |
758 double k; | |
759 skip('('); | |
760 x1 = strtol(p, &p, 10); | |
761 skip(','); | |
762 y1 = strtol(p, &p, 10); | |
763 skip(','); | |
764 x2 = strtol(p, &p, 10); | |
765 skip(','); | |
766 y2 = strtol(p, &p, 10); | |
19044 | 767 if (*p == ',') { |
768 skip(','); | |
769 t1 = strtoll(p, &p, 10); | |
770 skip(','); | |
771 t2 = strtoll(p, &p, 10); | |
19378 | 772 mp_msg(MSGT_GLOBAL, MSGL_DBG2, "movement6: (%d, %d) -> (%d, %d), (%" PRId64 " .. %" PRId64 ")\n", |
773 x1, y1, x2, y2, (int64_t)t1, (int64_t)t2); | |
19044 | 774 } else { |
775 t1 = 0; | |
776 t2 = render_context.event->Duration; | |
777 mp_msg(MSGT_GLOBAL, MSGL_DBG2, "movement: (%d, %d) -> (%d, %d)\n", x1, y1, x2, y2); | |
778 } | |
779 skip(')'); | |
780 delta_t = t2 - t1; | |
781 t = frame_context.time - render_context.event->Start; | |
782 if (t < t1) | |
783 k = 0.; | |
784 else if (t > t2) | |
785 k = 1.; | |
786 else k = ((double)(t - t1)) / delta_t; | |
18937 | 787 x = k * (x2 - x1) + x1; |
788 y = k * (y2 - y1) + y1; | |
789 render_context.pos_x = x; | |
790 render_context.pos_y = y; | |
791 render_context.detect_collisions = 0; | |
792 render_context.evt_type = EVENT_POSITIONED; | |
793 } else if (mystrcmp(&p, "frx") || mystrcmp(&p, "fry")) { | |
19622 | 794 double val; |
795 mystrtod(&p, &val); | |
18937 | 796 mp_msg(MSGT_GLOBAL, MSGL_V, "frx/fry unimplemented \n"); |
797 } else if (mystrcmp(&p, "frz") || mystrcmp(&p, "fr")) { | |
798 double angle; | |
19622 | 799 double val; |
800 mystrtod(&p, &val); | |
18937 | 801 mp_msg(MSGT_GLOBAL, MSGL_DBG2, "setting rotation to %.2f\n", val * pwr); |
802 angle = M_PI * val / 180; | |
803 render_context.rotation = angle * pwr; | |
804 } else if (mystrcmp(&p, "fn")) { | |
805 char* start = p; | |
806 char* family; | |
807 skip_all('\\'); | |
808 family = malloc(p - start + 1); | |
809 strncpy(family, start, p - start); | |
810 family[p - start] = '\0'; | |
811 if (render_context.family) | |
812 free(render_context.family); | |
813 render_context.family = family; | |
814 update_font(); | |
815 } else if (mystrcmp(&p, "alpha")) { | |
816 uint32_t val; | |
19691 | 817 int i; |
18937 | 818 if (strtocolor(&p, &val)) { |
819 unsigned char a = val >> 24; | |
19691 | 820 for (i = 0; i < 4; ++i) |
821 change_alpha(&render_context.c[i], a, pwr); | |
18937 | 822 } else { |
19691 | 823 change_alpha(&render_context.c[0], render_context.style->PrimaryColour, pwr); |
824 change_alpha(&render_context.c[1], render_context.style->SecondaryColour, pwr); | |
825 change_alpha(&render_context.c[2], render_context.style->OutlineColour, pwr); | |
826 change_alpha(&render_context.c[3], render_context.style->BackColour, pwr); | |
18937 | 827 } |
828 // FIXME: simplify | |
829 } else if (mystrcmp(&p, "an")) { | |
830 int val = strtol(p, &p, 10); | |
831 int v = (val - 1) / 3; // 0, 1 or 2 for vertical alignment | |
832 mp_msg(MSGT_GLOBAL, MSGL_DBG2, "an %d\n", val); | |
833 if (v != 0) v = 3 - v; | |
834 val = ((val - 1) % 3) + 1; // horizontal alignment | |
835 val += v*4; | |
836 mp_msg(MSGT_GLOBAL, MSGL_DBG2, "align %d\n", val); | |
837 render_context.alignment = val; | |
838 } else if (mystrcmp(&p, "a")) { | |
839 int val = strtol(p, &p, 10); | |
840 render_context.alignment = val; | |
841 } else if (mystrcmp(&p, "pos")) { | |
842 int v1, v2; | |
843 skip('('); | |
844 v1 = strtol(p, &p, 10); | |
845 skip(','); | |
846 v2 = strtol(p, &p, 10); | |
847 skip(')'); | |
848 mp_msg(MSGT_GLOBAL, MSGL_DBG2, "pos(%d, %d)\n", v1, v2); | |
849 render_context.evt_type = EVENT_POSITIONED; | |
850 render_context.detect_collisions = 0; | |
851 render_context.pos_x = v1; | |
852 render_context.pos_y = v2; | |
19398
bb5164e0f70f
Allow \fade to be used in place of \fad and vice versa.
eugeni
parents:
19378
diff
changeset
|
853 } else if (mystrcmp(&p, "fad")) { |
bb5164e0f70f
Allow \fade to be used in place of \fad and vice versa.
eugeni
parents:
19378
diff
changeset
|
854 int a1, a2, a3; |
bb5164e0f70f
Allow \fade to be used in place of \fad and vice versa.
eugeni
parents:
19378
diff
changeset
|
855 long long t1, t2, t3, t4; |
bb5164e0f70f
Allow \fade to be used in place of \fad and vice versa.
eugeni
parents:
19378
diff
changeset
|
856 if (*p == 'e') ++p; // either \fad or \fade |
18937 | 857 skip('('); |
858 a1 = strtol(p, &p, 10); | |
859 skip(','); | |
860 a2 = strtol(p, &p, 10); | |
19398
bb5164e0f70f
Allow \fade to be used in place of \fad and vice versa.
eugeni
parents:
19378
diff
changeset
|
861 if (*p == ')') { |
bb5164e0f70f
Allow \fade to be used in place of \fad and vice versa.
eugeni
parents:
19378
diff
changeset
|
862 // 2-argument version (\fad, according to specs) |
bb5164e0f70f
Allow \fade to be used in place of \fad and vice versa.
eugeni
parents:
19378
diff
changeset
|
863 // a1 and a2 are fade-in and fade-out durations |
bb5164e0f70f
Allow \fade to be used in place of \fad and vice versa.
eugeni
parents:
19378
diff
changeset
|
864 t1 = 0; |
bb5164e0f70f
Allow \fade to be used in place of \fad and vice versa.
eugeni
parents:
19378
diff
changeset
|
865 t4 = render_context.event->Duration; |
bb5164e0f70f
Allow \fade to be used in place of \fad and vice versa.
eugeni
parents:
19378
diff
changeset
|
866 t2 = a1; |
bb5164e0f70f
Allow \fade to be used in place of \fad and vice versa.
eugeni
parents:
19378
diff
changeset
|
867 t3 = t4 - a2; |
bb5164e0f70f
Allow \fade to be used in place of \fad and vice versa.
eugeni
parents:
19378
diff
changeset
|
868 a1 = 0xFF; |
bb5164e0f70f
Allow \fade to be used in place of \fad and vice versa.
eugeni
parents:
19378
diff
changeset
|
869 a2 = 0; |
bb5164e0f70f
Allow \fade to be used in place of \fad and vice versa.
eugeni
parents:
19378
diff
changeset
|
870 a3 = 0xFF; |
bb5164e0f70f
Allow \fade to be used in place of \fad and vice versa.
eugeni
parents:
19378
diff
changeset
|
871 } else { |
19399 | 872 // 6-argument version (\fade) |
873 // a1 and a2 (and a3) are opacity values | |
874 skip(','); | |
875 a3 = strtol(p, &p, 10); | |
876 skip(','); | |
877 t1 = strtoll(p, &p, 10); | |
878 skip(','); | |
879 t2 = strtoll(p, &p, 10); | |
880 skip(','); | |
881 t3 = strtoll(p, &p, 10); | |
882 skip(','); | |
883 t4 = strtoll(p, &p, 10); | |
19398
bb5164e0f70f
Allow \fade to be used in place of \fad and vice versa.
eugeni
parents:
19378
diff
changeset
|
884 } |
18937 | 885 skip(')'); |
19692
5b40e87b9619
Change \fad behaviour so that it does not get cancelled by \r.
eugeni
parents:
19691
diff
changeset
|
886 render_context.fade = interpolate_alpha(frame_context.time - render_context.event->Start, t1, t2, t3, t4, a1, a2, a3); |
18937 | 887 } else if (mystrcmp(&p, "org")) { |
888 int v1, v2; | |
889 skip('('); | |
890 v1 = strtol(p, &p, 10); | |
891 skip(','); | |
892 v2 = strtol(p, &p, 10); | |
893 skip(')'); | |
894 mp_msg(MSGT_GLOBAL, MSGL_DBG2, "org(%d, %d)\n", v1, v2); | |
895 // render_context.evt_type = EVENT_POSITIONED; | |
896 render_context.org_x = v1; | |
897 render_context.org_y = v2; | |
898 } else if (mystrcmp(&p, "t")) { | |
899 double v[3]; | |
900 int v1, v2; | |
901 double v3; | |
902 int cnt; | |
903 long long t1, t2, t, delta_t; | |
904 double k; | |
905 skip('('); | |
906 for (cnt = 0; cnt < 3; ++cnt) { | |
907 if (*p == '\\') | |
908 break; | |
909 v[cnt] = strtod(p, &p); | |
910 skip(','); | |
911 } | |
912 if (cnt == 3) { | |
913 v1 = v[0]; v2 = v[1]; v3 = v[2]; | |
914 } else if (cnt == 2) { | |
915 v1 = v[0]; v2 = v[1]; v3 = 1.; | |
916 } else if (cnt == 1) { | |
917 v1 = 0; v2 = render_context.event->Duration; v3 = v[0]; | |
918 } else { // cnt == 0 | |
919 v1 = 0; v2 = render_context.event->Duration; v3 = 1.; | |
920 } | |
921 render_context.detect_collisions = 0; | |
922 t1 = v1; | |
923 t2 = v2; | |
924 delta_t = v2 - v1; | |
925 t = frame_context.time - render_context.event->Start; // FIXME: move to render_context | |
926 if (t < t1) | |
927 k = 0.; | |
928 else if (t > t2) | |
929 k = 1.; | |
930 else k = ((double)(t - t1)) / delta_t; | |
931 while (*p == '\\') | |
932 p = parse_tag(p, k); // maybe k*pwr ? no, specs forbid nested \t's | |
933 skip_all(')'); // FIXME: better skip(')'), but much more tags support required | |
934 } else if (mystrcmp(&p, "clip")) { | |
935 int x0, y0, x1, y1; | |
936 int res = 1; | |
937 skip('('); | |
938 res &= mystrtoi(&p, 10, &x0); | |
939 skip(','); | |
940 res &= mystrtoi(&p, 10, &y0); | |
941 skip(','); | |
942 res &= mystrtoi(&p, 10, &x1); | |
943 skip(','); | |
944 res &= mystrtoi(&p, 10, &y1); | |
945 skip(')'); | |
946 if (res) { | |
947 render_context.clip_x0 = render_context.clip_x0 * (1-pwr) + x0 * pwr; | |
948 render_context.clip_x1 = render_context.clip_x1 * (1-pwr) + x1 * pwr; | |
949 render_context.clip_y0 = render_context.clip_y0 * (1-pwr) + y0 * pwr; | |
950 render_context.clip_y1 = render_context.clip_y1 * (1-pwr) + y1 * pwr; | |
951 } else { | |
952 render_context.clip_x0 = 0; | |
953 render_context.clip_y0 = 0; | |
954 render_context.clip_x1 = frame_context.track->PlayResX; | |
955 render_context.clip_y1 = frame_context.track->PlayResY; | |
956 } | |
957 } else if (mystrcmp(&p, "c")) { | |
958 uint32_t val; | |
959 if (!strtocolor(&p, &val)) | |
960 val = render_context.style->PrimaryColour; | |
961 mp_msg(MSGT_GLOBAL, MSGL_DBG2, "color: %X\n", val); | |
19691 | 962 change_color(&render_context.c[0], val, pwr); |
18937 | 963 } else if ((*p >= '1') && (*p <= '4') && (++p) && (mystrcmp(&p, "c") || mystrcmp(&p, "a"))) { |
964 char n = *(p-2); | |
19691 | 965 int cidx = n - '1'; |
18937 | 966 char cmd = *(p-1); |
967 uint32_t val; | |
968 assert((n >= '1') && (n <= '4')); | |
969 if (!strtocolor(&p, &val)) | |
970 switch(n) { | |
971 case '1': val = render_context.style->PrimaryColour; break; | |
972 case '2': val = render_context.style->SecondaryColour; break; | |
973 case '3': val = render_context.style->OutlineColour; break; | |
974 case '4': val = render_context.style->BackColour; break; | |
975 default : val = 0; break; // impossible due to assert; avoid compilation warning | |
976 } | |
977 switch (cmd) { | |
19691 | 978 case 'c': change_color(render_context.c + cidx, val, pwr); break; |
979 case 'a': change_alpha(render_context.c + cidx, val >> 24, pwr); break; | |
18937 | 980 default: mp_msg(MSGT_GLOBAL, MSGL_WARN, "Bad command: %c%c\n", n, cmd); break; |
981 } | |
19691 | 982 mp_msg(MSGT_GLOBAL, MSGL_DBG2, "single c/a at %f: %c%c = %X \n", pwr, n, cmd, render_context.c[cidx]); |
18937 | 983 } else if (mystrcmp(&p, "r")) { |
19873 | 984 reset_render_context(); |
18937 | 985 } else if (mystrcmp(&p, "be")) { |
986 int val; | |
19848 | 987 if (mystrtoi(&p, 10, &val)) |
988 render_context.be = val ? 1 : 0; | |
989 else | |
990 render_context.be = 0; | |
18937 | 991 } else if (mystrcmp(&p, "b")) { |
992 int b; | |
993 if (mystrtoi(&p, 10, &b)) | |
994 render_context.bold = b; | |
995 else | |
996 render_context.bold = - render_context.style->Bold; | |
997 update_font(); | |
998 } else if (mystrcmp(&p, "i")) { | |
999 int i; | |
1000 if (mystrtoi(&p, 10, &i)) | |
1001 render_context.italic = i; | |
1002 else | |
1003 render_context.italic = - render_context.style->Italic; | |
1004 update_font(); | |
1005 } else if (mystrcmp(&p, "kf") || mystrcmp(&p, "K")) { | |
1006 int val = strtol(p, &p, 10); | |
1007 render_context.effect_type = EF_KARAOKE_KF; | |
19716
e4e492fcc2f7
Bugfix: timing for empty karaoke words was lost, resulting
eugeni
parents:
19693
diff
changeset
|
1008 if (render_context.effect_timing) |
e4e492fcc2f7
Bugfix: timing for empty karaoke words was lost, resulting
eugeni
parents:
19693
diff
changeset
|
1009 render_context.effect_skip_timing += render_context.effect_timing; |
18937 | 1010 render_context.effect_timing = val * 10; |
1011 } else if (mystrcmp(&p, "ko")) { | |
1012 int val = strtol(p, &p, 10); | |
1013 render_context.effect_type = EF_KARAOKE_KO; | |
19716
e4e492fcc2f7
Bugfix: timing for empty karaoke words was lost, resulting
eugeni
parents:
19693
diff
changeset
|
1014 if (render_context.effect_timing) |
e4e492fcc2f7
Bugfix: timing for empty karaoke words was lost, resulting
eugeni
parents:
19693
diff
changeset
|
1015 render_context.effect_skip_timing += render_context.effect_timing; |
18937 | 1016 render_context.effect_timing = val * 10; |
1017 } else if (mystrcmp(&p, "k")) { | |
1018 int val = strtol(p, &p, 10); | |
1019 render_context.effect_type = EF_KARAOKE; | |
19716
e4e492fcc2f7
Bugfix: timing for empty karaoke words was lost, resulting
eugeni
parents:
19693
diff
changeset
|
1020 if (render_context.effect_timing) |
e4e492fcc2f7
Bugfix: timing for empty karaoke words was lost, resulting
eugeni
parents:
19693
diff
changeset
|
1021 render_context.effect_skip_timing += render_context.effect_timing; |
18937 | 1022 render_context.effect_timing = val * 10; |
19965 | 1023 } else if (mystrcmp(&p, "shad")) { |
1024 int val; | |
1025 if (mystrtoi(&p, 10, &val)) | |
1026 render_context.shadow = val; | |
1027 else | |
1028 render_context.shadow = render_context.style->Shadow; | |
18937 | 1029 } |
1030 | |
1031 return p; | |
1032 | |
1033 #undef skip | |
1034 #undef skip_all | |
1035 } | |
1036 | |
1037 /** | |
1038 * \brief Get next ucs4 char from string, parsing and executing style overrides | |
1039 * \param str string pointer | |
1040 * \return ucs4 code of the next char | |
1041 * On return str points to the unparsed part of the string | |
1042 */ | |
1043 static unsigned get_next_char(char** str) | |
1044 { | |
1045 char* p = *str; | |
1046 unsigned chr; | |
1047 if (*p == '{') { // '\0' goes here | |
1048 p++; | |
1049 while (1) { | |
1050 p = parse_tag(p, 1.); | |
1051 if (*p == '}') { // end of tag | |
1052 p++; | |
1053 if (*p == '{') { | |
1054 p++; | |
1055 continue; | |
1056 } else | |
1057 break; | |
1058 } else if (*p != '\\') | |
1059 mp_msg(MSGT_GLOBAL, MSGL_V, "Unable to parse: \"%s\" \n", p); | |
1060 if (*p == 0) | |
1061 break; | |
1062 } | |
1063 } | |
1064 if (*p == '\t') { | |
1065 ++p; | |
1066 *str = p; | |
1067 return ' '; | |
1068 } | |
1069 if (*p == '\\') { | |
1070 if ((*(p+1) == 'N') || ((*(p+1) == 'n') && (frame_context.track->WrapStyle == 2))) { | |
1071 p += 2; | |
1072 *str = p; | |
1073 return '\n'; | |
1074 } else if (*(p+1) == 'n') { | |
1075 p += 2; | |
1076 *str = p; | |
1077 return ' '; | |
1078 } | |
1079 } | |
20501
30df9a64618a
Copy the following functions to libass to avoid dependency on the rest of mplayer:
eugeni
parents:
20497
diff
changeset
|
1080 chr = ass_utf8_get_char(&p); |
18937 | 1081 *str = p; |
1082 return chr; | |
1083 } | |
1084 | |
19556 | 1085 static void apply_transition_effects(ass_event_t* event) |
1086 { | |
1087 int v[4]; | |
1088 int cnt; | |
1089 char* p = event->Effect; | |
1090 | |
1091 if (!p || !*p) return; | |
1092 | |
1093 cnt = 0; | |
1094 while (cnt < 4 && (p = strchr(p, ';'))) { | |
1095 v[cnt++] = atoi(++p); | |
1096 } | |
1097 | |
1098 if (strncmp(event->Effect, "Banner;", 7) == 0) { | |
1099 int delay; | |
1100 if (cnt < 1) { | |
1101 mp_msg(MSGT_GLOBAL, MSGL_V, "Error parsing effect: %s \n", event->Effect); | |
1102 return; | |
1103 } | |
1104 if (cnt >= 2 && v[1] == 0) // right-to-left | |
1105 render_context.scroll_direction = SCROLL_RL; | |
1106 else // left-to-right | |
1107 render_context.scroll_direction = SCROLL_LR; | |
1108 | |
1109 delay = v[0]; | |
1110 if (delay == 0) delay = 1; // ? | |
1111 render_context.scroll_shift = (frame_context.time - render_context.event->Start) / delay; | |
1112 render_context.evt_type = EVENT_HSCROLL; | |
1113 return; | |
1114 } | |
1115 | |
1116 if (strncmp(event->Effect, "Scroll up;", 10) == 0) { | |
1117 render_context.scroll_direction = SCROLL_BT; | |
1118 } else if (strncmp(event->Effect, "Scroll down;", 12) == 0) { | |
1119 render_context.scroll_direction = SCROLL_TB; | |
1120 } else { | |
1121 mp_msg(MSGT_GLOBAL, MSGL_V, "Unknown transition effect: %s \n", event->Effect); | |
1122 return; | |
1123 } | |
1124 // parse scroll up/down parameters | |
1125 { | |
1126 int delay; | |
1127 int y0, y1; | |
1128 if (cnt < 3) { | |
1129 mp_msg(MSGT_GLOBAL, MSGL_V, "Error parsing effect: %s \n", event->Effect); | |
1130 return; | |
1131 } | |
1132 delay = v[2]; | |
1133 if (delay == 0) delay = 1; // ? | |
1134 render_context.scroll_shift = (frame_context.time - render_context.event->Start) / delay; | |
1135 if (v[0] < v[1]) { | |
1136 y0 = v[0]; y1 = v[1]; | |
1137 } else { | |
1138 y0 = v[1]; y1 = v[0]; | |
1139 } | |
1140 if (y1 == 0) | |
1141 y1 = frame_context.track->PlayResY; // y0=y1=0 means fullscreen scrolling | |
1142 render_context.clip_y0 = y0; | |
1143 render_context.clip_y1 = y1; | |
1144 render_context.evt_type = EVENT_VSCROLL; | |
19638
a3473d990fed
Better collision detection algorithm. The idea is to keep a subtitle in place
eugeni
parents:
19636
diff
changeset
|
1145 render_context.detect_collisions = 0; |
19556 | 1146 } |
1147 | |
1148 } | |
1149 | |
18937 | 1150 /** |
19873 | 1151 * \brief partially reset render_context to style values |
1152 * Works like {\r}: resets some style overrides | |
1153 */ | |
1154 static void reset_render_context(void) | |
1155 { | |
1156 render_context.c[0] = render_context.style->PrimaryColour; | |
1157 render_context.c[1] = render_context.style->SecondaryColour; | |
1158 render_context.c[2] = render_context.style->OutlineColour; | |
1159 render_context.c[3] = render_context.style->BackColour; | |
1160 render_context.font_size = render_context.style->FontSize; | |
1161 | |
1162 if (render_context.family) | |
1163 free(render_context.family); | |
1164 render_context.family = strdup(render_context.style->FontName); | |
1165 render_context.bold = - render_context.style->Bold; | |
1166 render_context.italic = - render_context.style->Italic; | |
1167 update_font(); | |
1168 | |
1169 change_border(-1.); | |
1170 render_context.scale_x = render_context.style->ScaleX; | |
1171 render_context.scale_y = render_context.style->ScaleY; | |
1172 render_context.hspacing = 0; // FIXME | |
1173 render_context.be = 0; | |
19965 | 1174 render_context.shadow = render_context.style->Shadow; |
19873 | 1175 |
1176 // FIXME: does not reset unsupported attributes. | |
1177 } | |
1178 | |
1179 /** | |
18937 | 1180 * \brief Start new event. Reset render_context. |
1181 */ | |
19873 | 1182 static void init_render_context(ass_event_t* event) |
18937 | 1183 { |
1184 render_context.event = event; | |
1185 render_context.style = frame_context.track->styles + event->Style; | |
19873 | 1186 |
1187 reset_render_context(); | |
1188 | |
18937 | 1189 render_context.evt_type = EVENT_NORMAL; |
1190 render_context.alignment = 0; | |
19404 | 1191 render_context.rotation = M_PI * render_context.style->Angle / 180.; |
18937 | 1192 render_context.pos_x = 0; |
1193 render_context.pos_y = 0; | |
1194 render_context.org_x = 0; | |
1195 render_context.org_y = 0; | |
1196 render_context.clip_x0 = 0; | |
1197 render_context.clip_y0 = 0; | |
1198 render_context.clip_x1 = frame_context.track->PlayResX; | |
1199 render_context.clip_y1 = frame_context.track->PlayResY; | |
1200 render_context.detect_collisions = 1; | |
19692
5b40e87b9619
Change \fad behaviour so that it does not get cancelled by \r.
eugeni
parents:
19691
diff
changeset
|
1201 render_context.fade = 0; |
19716
e4e492fcc2f7
Bugfix: timing for empty karaoke words was lost, resulting
eugeni
parents:
19693
diff
changeset
|
1202 render_context.effect_type = EF_NONE; |
e4e492fcc2f7
Bugfix: timing for empty karaoke words was lost, resulting
eugeni
parents:
19693
diff
changeset
|
1203 render_context.effect_timing = 0; |
e4e492fcc2f7
Bugfix: timing for empty karaoke words was lost, resulting
eugeni
parents:
19693
diff
changeset
|
1204 render_context.effect_skip_timing = 0; |
18937 | 1205 |
19556 | 1206 apply_transition_effects(event); |
18937 | 1207 } |
1208 | |
19873 | 1209 static void free_render_context(void) |
18937 | 1210 { |
1211 } | |
1212 | |
1213 /** | |
1214 * \brief Get normal and outline glyphs from cache (if possible) or font face | |
1215 * \param index face glyph index | |
1216 * \param symbol ucs4 char | |
1217 * \param info out: struct filled with extracted data | |
1218 * \param advance advance vector of the extracted glyph | |
1219 * \return 0 on success | |
1220 */ | |
1221 static int get_glyph(int index, int symbol, glyph_info_t* info, FT_Vector* advance) | |
1222 { | |
1223 int error; | |
1224 glyph_hash_val_t* val; | |
1225 glyph_hash_key_t* key = &(info->hash_key); | |
1226 | |
1227 key->face = render_context.face; | |
1228 key->size = render_context.font_size; | |
1229 key->index = index; | |
1230 key->outline = (render_context.border * 0xFFFF); // convert to 16.16 | |
1231 key->scale_x = (render_context.scale_x * 0xFFFF); | |
1232 key->scale_y = (render_context.scale_y * 0xFFFF); | |
1233 key->angle = (render_context.rotation * 0xFFFF); | |
1234 key->advance = *advance; | |
1235 key->bold = render_context.bold; | |
1236 key->italic = render_context.italic; | |
19848 | 1237 key->be = render_context.be; |
18937 | 1238 |
1239 val = cache_find_glyph(key); | |
1240 // val = 0; | |
1241 | |
1242 if (val) { | |
19846
bcc792bfa431
Store bitmap glyphs in a separate struct, instead of FreeType's internal buffer.
eugeni
parents:
19825
diff
changeset
|
1243 info->glyph = info->outline_glyph = 0; |
bcc792bfa431
Store bitmap glyphs in a separate struct, instead of FreeType's internal buffer.
eugeni
parents:
19825
diff
changeset
|
1244 info->bm = val->bm; |
bcc792bfa431
Store bitmap glyphs in a separate struct, instead of FreeType's internal buffer.
eugeni
parents:
19825
diff
changeset
|
1245 info->bm_o = val->bm_o; |
19965 | 1246 info->bm_s = val->bm_s; |
18937 | 1247 info->bbox = val->bbox_scaled; |
1248 info->advance.x = val->advance.x; | |
1249 info->advance.y = val->advance.y; | |
1250 | |
1251 return 0; | |
1252 } | |
1253 | |
1254 // not found, get a new outline glyph from face | |
1255 // mp_msg(MSGT_GLOBAL, MSGL_INFO, "miss, index = %d, symbol = %c, adv = (%d, %d)\n", index, symbol, advance->x, advance->y); | |
1256 | |
1257 error = FT_Load_Glyph(render_context.face, index, FT_LOAD_NO_BITMAP ); | |
1258 if (error) { | |
1259 mp_msg(MSGT_GLOBAL, MSGL_WARN, "Error loading glyph\n"); | |
1260 return error; | |
1261 } | |
1262 | |
1263 #if (FREETYPE_MAJOR > 2) || \ | |
1264 ((FREETYPE_MAJOR == 2) && (FREETYPE_MINOR >= 2)) || \ | |
1265 ((FREETYPE_MAJOR == 2) && (FREETYPE_MINOR == 1) && (FREETYPE_PATCH >= 10)) | |
1266 // FreeType >= 2.1.10 required | |
1267 if (!(render_context.face->style_flags & FT_STYLE_FLAG_ITALIC) && | |
1268 ((render_context.italic == 1) || (render_context.italic > 55))) { | |
1269 FT_GlyphSlot_Oblique(render_context.face->glyph); | |
1270 } | |
1271 #endif | |
1272 error = FT_Get_Glyph(render_context.face->glyph, &(info->glyph)); | |
1273 if (error) { | |
1274 mp_msg(MSGT_GLOBAL, MSGL_WARN, "Error getting glyph\n"); | |
1275 return error; | |
1276 } | |
1277 | |
1278 info->advance.x = info->glyph->advance.x >> 10; | |
1279 info->advance.y = info->glyph->advance.y >> 10; | |
1280 | |
19873 | 1281 if (render_context.stroker) { |
1282 info->outline_glyph = info->glyph; | |
1283 error = FT_Glyph_Stroke( &(info->outline_glyph), render_context.stroker, 0 ); // don't destroy original | |
1284 if (error) { | |
1285 mp_msg(MSGT_GLOBAL, MSGL_WARN, "FT_Glyph_Stroke error %d \n", error); | |
1286 } | |
1287 } else { | |
1288 info->outline_glyph = 0; | |
19002
da05237044c2
Ignoring FT_Glyph_Stroke() errors can potentially lead to double free().
eugeni
parents:
18937
diff
changeset
|
1289 } |
18937 | 1290 |
19965 | 1291 info->bm = info->bm_o = info->bm_s = 0; |
18937 | 1292 |
1293 return 0; | |
1294 } | |
1295 | |
1296 /** | |
19932
0b5b9cbbc74e
Move calculation of text parameters (number of lines, height, etc.) from
eugeni
parents:
19931
diff
changeset
|
1297 * This function goes through text_info and calculates text parameters. |
0b5b9cbbc74e
Move calculation of text parameters (number of lines, height, etc.) from
eugeni
parents:
19931
diff
changeset
|
1298 * The following text_info fields are filled: |
0b5b9cbbc74e
Move calculation of text parameters (number of lines, height, etc.) from
eugeni
parents:
19931
diff
changeset
|
1299 * n_lines |
0b5b9cbbc74e
Move calculation of text parameters (number of lines, height, etc.) from
eugeni
parents:
19931
diff
changeset
|
1300 * height |
0b5b9cbbc74e
Move calculation of text parameters (number of lines, height, etc.) from
eugeni
parents:
19931
diff
changeset
|
1301 * lines[].height |
0b5b9cbbc74e
Move calculation of text parameters (number of lines, height, etc.) from
eugeni
parents:
19931
diff
changeset
|
1302 * lines[].asc |
0b5b9cbbc74e
Move calculation of text parameters (number of lines, height, etc.) from
eugeni
parents:
19931
diff
changeset
|
1303 * lines[].desc |
0b5b9cbbc74e
Move calculation of text parameters (number of lines, height, etc.) from
eugeni
parents:
19931
diff
changeset
|
1304 */ |
0b5b9cbbc74e
Move calculation of text parameters (number of lines, height, etc.) from
eugeni
parents:
19931
diff
changeset
|
1305 static void measure_text() |
0b5b9cbbc74e
Move calculation of text parameters (number of lines, height, etc.) from
eugeni
parents:
19931
diff
changeset
|
1306 { |
0b5b9cbbc74e
Move calculation of text parameters (number of lines, height, etc.) from
eugeni
parents:
19931
diff
changeset
|
1307 int cur_line = 0, max_asc = 0, max_desc = 0; |
0b5b9cbbc74e
Move calculation of text parameters (number of lines, height, etc.) from
eugeni
parents:
19931
diff
changeset
|
1308 int i; |
0b5b9cbbc74e
Move calculation of text parameters (number of lines, height, etc.) from
eugeni
parents:
19931
diff
changeset
|
1309 text_info.height = 0; |
0b5b9cbbc74e
Move calculation of text parameters (number of lines, height, etc.) from
eugeni
parents:
19931
diff
changeset
|
1310 for (i = 0; i < text_info.length + 1; ++i) { |
0b5b9cbbc74e
Move calculation of text parameters (number of lines, height, etc.) from
eugeni
parents:
19931
diff
changeset
|
1311 if ((i == text_info.length) || text_info.glyphs[i].linebreak) { |
0b5b9cbbc74e
Move calculation of text parameters (number of lines, height, etc.) from
eugeni
parents:
19931
diff
changeset
|
1312 text_info.lines[cur_line].asc = max_asc; |
0b5b9cbbc74e
Move calculation of text parameters (number of lines, height, etc.) from
eugeni
parents:
19931
diff
changeset
|
1313 text_info.lines[cur_line].desc = max_desc; |
0b5b9cbbc74e
Move calculation of text parameters (number of lines, height, etc.) from
eugeni
parents:
19931
diff
changeset
|
1314 text_info.height += max_asc + max_desc; |
0b5b9cbbc74e
Move calculation of text parameters (number of lines, height, etc.) from
eugeni
parents:
19931
diff
changeset
|
1315 cur_line ++; |
0b5b9cbbc74e
Move calculation of text parameters (number of lines, height, etc.) from
eugeni
parents:
19931
diff
changeset
|
1316 max_asc = max_desc = 0; |
0b5b9cbbc74e
Move calculation of text parameters (number of lines, height, etc.) from
eugeni
parents:
19931
diff
changeset
|
1317 } |
0b5b9cbbc74e
Move calculation of text parameters (number of lines, height, etc.) from
eugeni
parents:
19931
diff
changeset
|
1318 if (i < text_info.length) { |
0b5b9cbbc74e
Move calculation of text parameters (number of lines, height, etc.) from
eugeni
parents:
19931
diff
changeset
|
1319 glyph_info_t* cur = text_info.glyphs + i; |
0b5b9cbbc74e
Move calculation of text parameters (number of lines, height, etc.) from
eugeni
parents:
19931
diff
changeset
|
1320 if (cur->asc > max_asc) |
0b5b9cbbc74e
Move calculation of text parameters (number of lines, height, etc.) from
eugeni
parents:
19931
diff
changeset
|
1321 max_asc = cur->asc * render_context.scale_y; |
0b5b9cbbc74e
Move calculation of text parameters (number of lines, height, etc.) from
eugeni
parents:
19931
diff
changeset
|
1322 if (cur->desc > max_desc) |
0b5b9cbbc74e
Move calculation of text parameters (number of lines, height, etc.) from
eugeni
parents:
19931
diff
changeset
|
1323 max_desc = cur->desc * render_context.scale_y; |
0b5b9cbbc74e
Move calculation of text parameters (number of lines, height, etc.) from
eugeni
parents:
19931
diff
changeset
|
1324 } |
0b5b9cbbc74e
Move calculation of text parameters (number of lines, height, etc.) from
eugeni
parents:
19931
diff
changeset
|
1325 } |
0b5b9cbbc74e
Move calculation of text parameters (number of lines, height, etc.) from
eugeni
parents:
19931
diff
changeset
|
1326 } |
0b5b9cbbc74e
Move calculation of text parameters (number of lines, height, etc.) from
eugeni
parents:
19931
diff
changeset
|
1327 |
0b5b9cbbc74e
Move calculation of text parameters (number of lines, height, etc.) from
eugeni
parents:
19931
diff
changeset
|
1328 /** |
18937 | 1329 * \brief rearrange text between lines |
1330 * \param max_text_width maximal text line width in pixels | |
1331 * The algo is similar to the one in libvo/sub.c: | |
1332 * 1. Place text, wrapping it when current line is full | |
1333 * 2. Try moving words from the end of a line to the beginning of the next one while it reduces | |
1334 * the difference in lengths between this two lines. | |
1335 * The result may not be optimal, but usually is good enough. | |
1336 */ | |
1337 static void wrap_lines_smart(int max_text_width) | |
1338 { | |
1339 int i, j; | |
1340 glyph_info_t *cur, *s1, *e1, *s2, *s3, *w; | |
1341 int last_space; | |
1342 int break_type; | |
1343 int exit; | |
1344 int pen_shift_x; | |
1345 int pen_shift_y; | |
1346 int cur_line; | |
1347 | |
1348 last_space = -1; | |
1349 text_info.n_lines = 1; | |
1350 break_type = 0; | |
1351 s1 = text_info.glyphs; // current line start | |
1352 for (i = 0; i < text_info.length; ++i) { | |
19370 | 1353 int break_at, s_offset, len; |
18937 | 1354 cur = text_info.glyphs + i; |
19370 | 1355 break_at = -1; |
1356 s_offset = s1->bbox.xMin + s1->pos.x; | |
1357 len = (cur->bbox.xMax + cur->pos.x) - s_offset; | |
18937 | 1358 |
1359 if (cur->symbol == '\n') { | |
1360 break_type = 2; | |
1361 break_at = i; | |
1362 mp_msg(MSGT_GLOBAL, MSGL_DBG2, "forced line break at %d\n", break_at); | |
1363 } | |
1364 | |
1365 if (len >= max_text_width) { | |
1366 break_type = 1; | |
1367 break_at = last_space; | |
1368 if (break_at == -1) | |
1369 break_at = i - 1; | |
1370 if (break_at == -1) | |
1371 break_at = 0; | |
1372 mp_msg(MSGT_GLOBAL, MSGL_DBG2, "overfill at %d\n", i); | |
1373 mp_msg(MSGT_GLOBAL, MSGL_DBG2, "line break at %d\n", break_at); | |
1374 } | |
1375 | |
1376 if (break_at != -1) { | |
1377 // need to use one more line | |
1378 // marking break_at+1 as start of a new line | |
1379 int lead = break_at + 1; // the first symbol of the new line | |
1380 if (text_info.n_lines >= MAX_LINES) { | |
1381 // to many lines ! | |
1382 // no more linebreaks | |
1383 for (j = lead; j < text_info.length; ++j) | |
1384 text_info.glyphs[j].linebreak = 0; | |
1385 break; | |
1386 } | |
1387 if (lead < text_info.length) | |
1388 text_info.glyphs[lead].linebreak = break_type; | |
1389 last_space = -1; | |
1390 s1 = text_info.glyphs + lead; | |
1391 s_offset = s1->bbox.xMin + s1->pos.x; | |
1392 text_info.n_lines ++; | |
1393 } | |
1394 | |
1395 if (cur->symbol == ' ') | |
1396 last_space = i; | |
1397 } | |
1398 #define DIFF(x,y) (((x) < (y)) ? (y - x) : (x - y)) | |
1399 exit = 0; | |
1400 while (!exit) { | |
1401 exit = 1; | |
1402 w = s3 = text_info.glyphs; | |
1403 s1 = s2 = 0; | |
1404 for (i = 0; i <= text_info.length; ++i) { | |
1405 cur = text_info.glyphs + i; | |
1406 if ((i == text_info.length) || cur->linebreak) { | |
1407 s1 = s2; | |
1408 s2 = s3; | |
1409 s3 = cur; | |
1410 if (s1 && (s2->linebreak == 1)) { // have at least 2 lines, and linebreak is 'soft' | |
1411 int l1, l2, l1_new, l2_new; | |
1412 | |
1413 w = s2; | |
1414 do { --w; } while ((w > s1) && (w->symbol == ' ')); | |
19663
042680f89e7d
Fix possible unallocated memory read in libass line wrapping code.
eugeni
parents:
19651
diff
changeset
|
1415 while ((w > s1) && (w->symbol != ' ')) { --w; } |
18937 | 1416 e1 = w; |
19663
042680f89e7d
Fix possible unallocated memory read in libass line wrapping code.
eugeni
parents:
19651
diff
changeset
|
1417 while ((e1 > s1) && (e1->symbol == ' ')) { --e1; } |
18937 | 1418 if (w->symbol == ' ') ++w; |
1419 | |
1420 l1 = ((s2-1)->bbox.xMax + (s2-1)->pos.x) - (s1->bbox.xMin + s1->pos.x); | |
1421 l2 = ((s3-1)->bbox.xMax + (s3-1)->pos.x) - (s2->bbox.xMin + s2->pos.x); | |
1422 l1_new = (e1->bbox.xMax + e1->pos.x) - (s1->bbox.xMin + s1->pos.x); | |
1423 l2_new = ((s3-1)->bbox.xMax + (s3-1)->pos.x) - (w->bbox.xMin + w->pos.x); | |
1424 | |
1425 if (DIFF(l1_new, l2_new) < DIFF(l1, l2)) { | |
1426 w->linebreak = 1; | |
1427 s2->linebreak = 0; | |
1428 exit = 0; | |
1429 } | |
1430 } | |
1431 } | |
1432 if (i == text_info.length) | |
1433 break; | |
1434 } | |
1435 | |
1436 } | |
1437 assert(text_info.n_lines >= 1); | |
1438 #undef DIFF | |
1439 | |
19932
0b5b9cbbc74e
Move calculation of text parameters (number of lines, height, etc.) from
eugeni
parents:
19931
diff
changeset
|
1440 measure_text(); |
0b5b9cbbc74e
Move calculation of text parameters (number of lines, height, etc.) from
eugeni
parents:
19931
diff
changeset
|
1441 |
18937 | 1442 pen_shift_x = 0; |
1443 pen_shift_y = 0; | |
1444 cur_line = 1; | |
1445 for (i = 0; i < text_info.length; ++i) { | |
1446 cur = text_info.glyphs + i; | |
1447 if (cur->linebreak) { | |
1448 int height = text_info.lines[cur_line - 1].desc + text_info.lines[cur_line].asc; | |
1449 cur_line ++; | |
1450 pen_shift_x = - cur->pos.x; | |
1451 pen_shift_y += (height >> 6) + global_settings->line_spacing; | |
1452 mp_msg(MSGT_GLOBAL, MSGL_DBG2, "shifting from %d to %d by (%d, %d)\n", i, text_info.length - 1, pen_shift_x, pen_shift_y); | |
1453 } | |
1454 cur->pos.x += pen_shift_x; | |
1455 cur->pos.y += pen_shift_y; | |
1456 } | |
1457 } | |
1458 | |
1459 /** | |
1460 * \brief determine karaoke effects | |
1461 * Karaoke effects cannot be calculated during parse stage (get_next_char()), | |
1462 * so they are done in a separate step. | |
1463 * Parse stage: when karaoke style override is found, its parameters are stored in the next glyph's | |
1464 * (the first glyph of the karaoke word)'s effect_type and effect_timing. | |
1465 * This function: | |
1466 * 1. sets effect_type for all glyphs in the word (_karaoke_ word) | |
1467 * 2. sets effect_timing for all glyphs to x coordinate of the border line between the left and right karaoke parts | |
1468 * (left part is filled with PrimaryColour, right one - with SecondaryColour). | |
1469 */ | |
1470 static void process_karaoke_effects(void) | |
1471 { | |
1472 glyph_info_t *cur, *cur2; | |
1473 glyph_info_t *s1, *e1; // start and end of the current word | |
1474 glyph_info_t *s2; // start of the next word | |
1475 int i; | |
1476 int timing; // current timing | |
1477 int tm_start, tm_end; // timings at start and end of the current word | |
1478 int tm_current; | |
1479 double dt; | |
1480 int x; | |
1481 int x_start, x_end; | |
1482 | |
1483 tm_current = frame_context.time - render_context.event->Start; | |
1484 timing = 0; | |
1485 s1 = s2 = 0; | |
1486 for (i = 0; i <= text_info.length; ++i) { | |
1487 cur = text_info.glyphs + i; | |
1488 if ((i == text_info.length) || (cur->effect_type != EF_NONE)) { | |
1489 s1 = s2; | |
1490 s2 = cur; | |
1491 if (s1) { | |
1492 e1 = s2 - 1; | |
19716
e4e492fcc2f7
Bugfix: timing for empty karaoke words was lost, resulting
eugeni
parents:
19693
diff
changeset
|
1493 tm_start = timing + s1->effect_skip_timing; |
e4e492fcc2f7
Bugfix: timing for empty karaoke words was lost, resulting
eugeni
parents:
19693
diff
changeset
|
1494 tm_end = tm_start + s1->effect_timing; |
18937 | 1495 timing = tm_end; |
1496 x_start = s1->bbox.xMin + s1->pos.x; | |
1497 x_end = e1->bbox.xMax + e1->pos.x; | |
1498 | |
1499 dt = (tm_current - tm_start); | |
1500 if ((s1->effect_type == EF_KARAOKE) || (s1->effect_type == EF_KARAOKE_KO)) { | |
1501 if (dt > 0) | |
1502 x = x_end + 1; | |
1503 else | |
1504 x = x_start; | |
1505 } else if (s1->effect_type == EF_KARAOKE_KF) { | |
1506 dt /= (tm_end - tm_start); | |
1507 x = x_start + (x_end - x_start) * dt; | |
1508 } else { | |
1509 mp_msg(MSGT_GLOBAL, MSGL_ERR, "Unknown effect type (internal error) \n"); | |
1510 continue; | |
1511 } | |
1512 | |
1513 for (cur2 = s1; cur2 <= e1; ++cur2) { | |
1514 cur2->effect_type = s1->effect_type; | |
1515 cur2->effect_timing = x - cur2->pos.x; | |
1516 } | |
1517 } | |
1518 } | |
1519 } | |
1520 } | |
1521 | |
19066
26a30496ec96
marks several function without a prototype which arent used outside its sourcefile as static, Patch by Stefan Huehner - stefan AT huehner-org
reynaldo
parents:
19044
diff
changeset
|
1522 static int get_face_ascender(FT_Face face) |
18937 | 1523 { |
1524 int v = face->size->metrics.ascender; | |
19693
3fc2235ff062
Workaround for broken fonts with bad ascender/descender.
eugeni
parents:
19692
diff
changeset
|
1525 int v2 = FT_MulFix(face->bbox.yMax, face->size->metrics.y_scale); |
3fc2235ff062
Workaround for broken fonts with bad ascender/descender.
eugeni
parents:
19692
diff
changeset
|
1526 if (v > v2 * 0.9) |
3fc2235ff062
Workaround for broken fonts with bad ascender/descender.
eugeni
parents:
19692
diff
changeset
|
1527 return v; |
3fc2235ff062
Workaround for broken fonts with bad ascender/descender.
eugeni
parents:
19692
diff
changeset
|
1528 else |
3fc2235ff062
Workaround for broken fonts with bad ascender/descender.
eugeni
parents:
19692
diff
changeset
|
1529 return v2; |
18937 | 1530 } |
1531 | |
19066
26a30496ec96
marks several function without a prototype which arent used outside its sourcefile as static, Patch by Stefan Huehner - stefan AT huehner-org
reynaldo
parents:
19044
diff
changeset
|
1532 static int get_face_descender(FT_Face face) |
18937 | 1533 { |
19693
3fc2235ff062
Workaround for broken fonts with bad ascender/descender.
eugeni
parents:
19692
diff
changeset
|
1534 int v = - face->size->metrics.descender; |
3fc2235ff062
Workaround for broken fonts with bad ascender/descender.
eugeni
parents:
19692
diff
changeset
|
1535 int v2 = - FT_MulFix(face->bbox.yMin, face->size->metrics.y_scale); |
3fc2235ff062
Workaround for broken fonts with bad ascender/descender.
eugeni
parents:
19692
diff
changeset
|
1536 if (v > v2 * 0.9) |
3fc2235ff062
Workaround for broken fonts with bad ascender/descender.
eugeni
parents:
19692
diff
changeset
|
1537 return v; |
3fc2235ff062
Workaround for broken fonts with bad ascender/descender.
eugeni
parents:
19692
diff
changeset
|
1538 else |
3fc2235ff062
Workaround for broken fonts with bad ascender/descender.
eugeni
parents:
19692
diff
changeset
|
1539 return v2; |
18937 | 1540 } |
1541 | |
1542 /** | |
20294
4d7c8478e523
Move base point calculation to a separate function. Will be reused soon.
eugeni
parents:
20293
diff
changeset
|
1543 * \brief Calculate base point for positioning and rotation |
4d7c8478e523
Move base point calculation to a separate function. Will be reused soon.
eugeni
parents:
20293
diff
changeset
|
1544 * \param bbox text bbox |
4d7c8478e523
Move base point calculation to a separate function. Will be reused soon.
eugeni
parents:
20293
diff
changeset
|
1545 * \param alignment alignment |
4d7c8478e523
Move base point calculation to a separate function. Will be reused soon.
eugeni
parents:
20293
diff
changeset
|
1546 * \param bx, by out: base point coordinates |
4d7c8478e523
Move base point calculation to a separate function. Will be reused soon.
eugeni
parents:
20293
diff
changeset
|
1547 */ |
4d7c8478e523
Move base point calculation to a separate function. Will be reused soon.
eugeni
parents:
20293
diff
changeset
|
1548 static void get_base_point(FT_BBox bbox, int alignment, int* bx, int* by) |
4d7c8478e523
Move base point calculation to a separate function. Will be reused soon.
eugeni
parents:
20293
diff
changeset
|
1549 { |
4d7c8478e523
Move base point calculation to a separate function. Will be reused soon.
eugeni
parents:
20293
diff
changeset
|
1550 const int halign = alignment & 3; |
4d7c8478e523
Move base point calculation to a separate function. Will be reused soon.
eugeni
parents:
20293
diff
changeset
|
1551 const int valign = alignment & 12; |
4d7c8478e523
Move base point calculation to a separate function. Will be reused soon.
eugeni
parents:
20293
diff
changeset
|
1552 if (bx) |
4d7c8478e523
Move base point calculation to a separate function. Will be reused soon.
eugeni
parents:
20293
diff
changeset
|
1553 switch(halign) { |
4d7c8478e523
Move base point calculation to a separate function. Will be reused soon.
eugeni
parents:
20293
diff
changeset
|
1554 case HALIGN_LEFT: |
4d7c8478e523
Move base point calculation to a separate function. Will be reused soon.
eugeni
parents:
20293
diff
changeset
|
1555 *bx = bbox.xMin; |
4d7c8478e523
Move base point calculation to a separate function. Will be reused soon.
eugeni
parents:
20293
diff
changeset
|
1556 break; |
4d7c8478e523
Move base point calculation to a separate function. Will be reused soon.
eugeni
parents:
20293
diff
changeset
|
1557 case HALIGN_CENTER: |
4d7c8478e523
Move base point calculation to a separate function. Will be reused soon.
eugeni
parents:
20293
diff
changeset
|
1558 *bx = (bbox.xMax + bbox.xMin) / 2; |
4d7c8478e523
Move base point calculation to a separate function. Will be reused soon.
eugeni
parents:
20293
diff
changeset
|
1559 break; |
4d7c8478e523
Move base point calculation to a separate function. Will be reused soon.
eugeni
parents:
20293
diff
changeset
|
1560 case HALIGN_RIGHT: |
4d7c8478e523
Move base point calculation to a separate function. Will be reused soon.
eugeni
parents:
20293
diff
changeset
|
1561 *bx = bbox.xMax; |
4d7c8478e523
Move base point calculation to a separate function. Will be reused soon.
eugeni
parents:
20293
diff
changeset
|
1562 break; |
4d7c8478e523
Move base point calculation to a separate function. Will be reused soon.
eugeni
parents:
20293
diff
changeset
|
1563 } |
4d7c8478e523
Move base point calculation to a separate function. Will be reused soon.
eugeni
parents:
20293
diff
changeset
|
1564 if (by) |
4d7c8478e523
Move base point calculation to a separate function. Will be reused soon.
eugeni
parents:
20293
diff
changeset
|
1565 switch(valign) { |
4d7c8478e523
Move base point calculation to a separate function. Will be reused soon.
eugeni
parents:
20293
diff
changeset
|
1566 case VALIGN_TOP: |
4d7c8478e523
Move base point calculation to a separate function. Will be reused soon.
eugeni
parents:
20293
diff
changeset
|
1567 *by = bbox.yMin; |
4d7c8478e523
Move base point calculation to a separate function. Will be reused soon.
eugeni
parents:
20293
diff
changeset
|
1568 break; |
4d7c8478e523
Move base point calculation to a separate function. Will be reused soon.
eugeni
parents:
20293
diff
changeset
|
1569 case VALIGN_CENTER: |
4d7c8478e523
Move base point calculation to a separate function. Will be reused soon.
eugeni
parents:
20293
diff
changeset
|
1570 *by = (bbox.yMax + bbox.yMin) / 2; |
4d7c8478e523
Move base point calculation to a separate function. Will be reused soon.
eugeni
parents:
20293
diff
changeset
|
1571 break; |
4d7c8478e523
Move base point calculation to a separate function. Will be reused soon.
eugeni
parents:
20293
diff
changeset
|
1572 case VALIGN_SUB: |
4d7c8478e523
Move base point calculation to a separate function. Will be reused soon.
eugeni
parents:
20293
diff
changeset
|
1573 *by = bbox.yMax; |
4d7c8478e523
Move base point calculation to a separate function. Will be reused soon.
eugeni
parents:
20293
diff
changeset
|
1574 break; |
4d7c8478e523
Move base point calculation to a separate function. Will be reused soon.
eugeni
parents:
20293
diff
changeset
|
1575 } |
4d7c8478e523
Move base point calculation to a separate function. Will be reused soon.
eugeni
parents:
20293
diff
changeset
|
1576 } |
4d7c8478e523
Move base point calculation to a separate function. Will be reused soon.
eugeni
parents:
20293
diff
changeset
|
1577 |
4d7c8478e523
Move base point calculation to a separate function. Will be reused soon.
eugeni
parents:
20293
diff
changeset
|
1578 /** |
18937 | 1579 * \brief Main ass rendering function, glues everything together |
1580 * \param event event to render | |
1581 * Process event, appending resulting ass_image_t's to images_root. | |
1582 */ | |
19638
a3473d990fed
Better collision detection algorithm. The idea is to keep a subtitle in place
eugeni
parents:
19636
diff
changeset
|
1583 static int ass_render_event(ass_event_t* event, event_images_t* event_images) |
18937 | 1584 { |
1585 char* p; | |
1586 FT_UInt glyph_index; | |
1587 FT_Bool use_kerning; | |
1588 FT_UInt previous; | |
1589 FT_UInt num_glyphs; | |
1590 FT_Vector pen; | |
1591 int error; | |
1592 unsigned code; | |
1593 FT_BBox bbox; | |
1594 int i, j; | |
1595 FT_Vector shift; | |
1596 int MarginL, MarginR, MarginV; | |
1597 int last_break; | |
1598 int alignment, halign, valign; | |
19556 | 1599 int device_x = 0, device_y = 0; |
18937 | 1600 |
19651 | 1601 if (event->Style >= frame_context.track->n_styles) { |
19650 | 1602 mp_msg(MSGT_GLOBAL, MSGL_WARN, "No style found!\n"); |
1603 return 1; | |
1604 } | |
1605 if (!event->Text) { | |
1606 mp_msg(MSGT_GLOBAL, MSGL_WARN, "Empty event!\n"); | |
1607 return 1; | |
1608 } | |
1609 | |
18937 | 1610 init_render_context(event); |
1611 | |
1612 text_info.length = 0; | |
1613 pen.x = 0; | |
1614 pen.y = 0; | |
1615 previous = 0; | |
1616 num_glyphs = 0; | |
1617 p = event->Text; | |
1618 // Event parsing. | |
1619 while (1) { | |
1620 // get next char, executing style override | |
1621 // this affects render_context | |
1622 code = get_next_char(&p); | |
1623 | |
1624 // face could have been changed in get_next_char | |
1625 if (!render_context.face) { | |
1626 free_render_context(); | |
19638
a3473d990fed
Better collision detection algorithm. The idea is to keep a subtitle in place
eugeni
parents:
19636
diff
changeset
|
1627 return 1; |
18937 | 1628 } |
1629 | |
1630 if (code == 0) | |
1631 break; | |
1632 | |
1633 use_kerning = FT_HAS_KERNING(render_context.face); | |
1634 | |
1635 if (text_info.length >= MAX_GLYPHS) { | |
1636 mp_msg(MSGT_GLOBAL, MSGL_WARN, "\nMAX_GLYPHS reached: event %d, start = %llu, duration = %llu\n Text = %s\n", | |
1637 (int)(event - frame_context.track->events), event->Start, event->Duration, event->Text); | |
1638 break; | |
1639 } | |
1640 | |
1641 glyph_index = FT_Get_Char_Index( render_context.face, code); | |
1642 | |
1643 if ( use_kerning && previous && glyph_index ) { | |
1644 FT_Vector delta; | |
1645 FT_Get_Kerning( render_context.face, previous, glyph_index, FT_KERNING_DEFAULT, &delta ); | |
20320
33f0529d29e3
Don't forget to apply scaling coefficients to kerning values.
eugeni
parents:
20302
diff
changeset
|
1646 pen.x += delta.x * render_context.scale_x; |
33f0529d29e3
Don't forget to apply scaling coefficients to kerning values.
eugeni
parents:
20302
diff
changeset
|
1647 pen.y += delta.y * render_context.scale_y; |
18937 | 1648 } |
1649 | |
1650 shift.x = pen.x & 63; | |
1651 shift.y = pen.y & 63; | |
1652 | |
1653 if ((render_context.scale_x != 1.) || (render_context.scale_y != 1.) || | |
1654 (frame_context.font_scale_x != 1.)) { | |
1655 FT_Matrix matrix; | |
1656 matrix.xx = (FT_Fixed)( render_context.scale_x * frame_context.font_scale_x * 0x10000L ); | |
1657 matrix.xy = (FT_Fixed)( 0 * 0x10000L ); | |
1658 matrix.yx = (FT_Fixed)( 0 * 0x10000L ); | |
1659 matrix.yy = (FT_Fixed)( render_context.scale_y * 0x10000L ); | |
1660 | |
1661 FT_Set_Transform( render_context.face, &matrix, &shift ); | |
1662 } else { | |
1663 FT_Set_Transform(render_context.face, 0, &shift); | |
1664 } | |
1665 | |
1666 error = get_glyph(glyph_index, code, text_info.glyphs + text_info.length, &shift); | |
1667 | |
1668 if (error) { | |
1669 continue; | |
1670 } | |
1671 | |
1672 text_info.glyphs[text_info.length].pos.x = pen.x >> 6; | |
1673 text_info.glyphs[text_info.length].pos.y = pen.y >> 6; | |
1674 | |
1675 pen.x += text_info.glyphs[text_info.length].advance.x; | |
1676 pen.x += render_context.hspacing; | |
1677 pen.y += text_info.glyphs[text_info.length].advance.y; | |
1678 | |
1679 // if it's an outline glyph, we still need to fill the bbox | |
19846
bcc792bfa431
Store bitmap glyphs in a separate struct, instead of FreeType's internal buffer.
eugeni
parents:
19825
diff
changeset
|
1680 if (text_info.glyphs[text_info.length].glyph) { |
18937 | 1681 FT_Glyph_Get_CBox( text_info.glyphs[text_info.length].glyph, FT_GLYPH_BBOX_PIXELS, &(text_info.glyphs[text_info.length].bbox) ); |
1682 } | |
1683 | |
1684 | |
1685 previous = glyph_index; | |
1686 | |
1687 text_info.glyphs[text_info.length].symbol = code; | |
1688 text_info.glyphs[text_info.length].linebreak = 0; | |
19692
5b40e87b9619
Change \fad behaviour so that it does not get cancelled by \r.
eugeni
parents:
19691
diff
changeset
|
1689 for (i = 0; i < 4; ++i) { |
5b40e87b9619
Change \fad behaviour so that it does not get cancelled by \r.
eugeni
parents:
19691
diff
changeset
|
1690 uint32_t clr = render_context.c[i]; |
5b40e87b9619
Change \fad behaviour so that it does not get cancelled by \r.
eugeni
parents:
19691
diff
changeset
|
1691 change_alpha(&clr, mult_alpha(_a(clr), render_context.fade), 1.); |
5b40e87b9619
Change \fad behaviour so that it does not get cancelled by \r.
eugeni
parents:
19691
diff
changeset
|
1692 text_info.glyphs[text_info.length].c[i] = clr; |
5b40e87b9619
Change \fad behaviour so that it does not get cancelled by \r.
eugeni
parents:
19691
diff
changeset
|
1693 } |
18937 | 1694 text_info.glyphs[text_info.length].effect_type = render_context.effect_type; |
1695 text_info.glyphs[text_info.length].effect_timing = render_context.effect_timing; | |
19716
e4e492fcc2f7
Bugfix: timing for empty karaoke words was lost, resulting
eugeni
parents:
19693
diff
changeset
|
1696 text_info.glyphs[text_info.length].effect_skip_timing = render_context.effect_skip_timing; |
18937 | 1697 text_info.glyphs[text_info.length].asc = get_face_ascender(render_context.face); |
1698 text_info.glyphs[text_info.length].desc = get_face_descender(render_context.face); | |
19848 | 1699 text_info.glyphs[text_info.length].be = render_context.be; |
19965 | 1700 text_info.glyphs[text_info.length].shadow = render_context.shadow; |
20295 | 1701 text_info.glyphs[text_info.length].frz = render_context.rotation; |
18937 | 1702 |
1703 text_info.length++; | |
19716
e4e492fcc2f7
Bugfix: timing for empty karaoke words was lost, resulting
eugeni
parents:
19693
diff
changeset
|
1704 |
e4e492fcc2f7
Bugfix: timing for empty karaoke words was lost, resulting
eugeni
parents:
19693
diff
changeset
|
1705 render_context.effect_type = EF_NONE; |
e4e492fcc2f7
Bugfix: timing for empty karaoke words was lost, resulting
eugeni
parents:
19693
diff
changeset
|
1706 render_context.effect_timing = 0; |
e4e492fcc2f7
Bugfix: timing for empty karaoke words was lost, resulting
eugeni
parents:
19693
diff
changeset
|
1707 render_context.effect_skip_timing = 0; |
18937 | 1708 } |
1709 | |
1710 if (text_info.length == 0) { | |
1711 // no valid symbols in the event; this can be smth like {comment} | |
1712 free_render_context(); | |
19638
a3473d990fed
Better collision detection algorithm. The idea is to keep a subtitle in place
eugeni
parents:
19636
diff
changeset
|
1713 return 1; |
18937 | 1714 } |
1715 | |
1716 // depends on glyph x coordinates being monotonous, so it should be done before line wrap | |
1717 process_karaoke_effects(); | |
1718 | |
1719 // alignments | |
1720 alignment = render_context.alignment; | |
1721 if (!alignment) | |
1722 alignment = render_context.style->Alignment; | |
1723 halign = alignment & 3; | |
1724 valign = alignment & 12; | |
1725 | |
19649 | 1726 MarginL = (event->MarginL) ? event->MarginL : render_context.style->MarginL; |
1727 MarginR = (event->MarginR) ? event->MarginR : render_context.style->MarginR; | |
1728 MarginV = (event->MarginV) ? event->MarginV : render_context.style->MarginV; | |
19556 | 1729 |
1730 if (render_context.evt_type != EVENT_HSCROLL) { | |
19931
399bb1fcdc94
Move variable declaration to a more deeply nested block. It is not used outside of it.
eugeni
parents:
19919
diff
changeset
|
1731 int max_text_width; |
399bb1fcdc94
Move variable declaration to a more deeply nested block. It is not used outside of it.
eugeni
parents:
19919
diff
changeset
|
1732 |
19557 | 1733 // calculate max length of a line |
1734 max_text_width = x2scr(frame_context.track->PlayResX - MarginR) - x2scr(MarginL); | |
19556 | 1735 |
19557 | 1736 // rearrange text in several lines |
1737 wrap_lines_smart(max_text_width); | |
19556 | 1738 |
19557 | 1739 // align text |
1740 last_break = -1; | |
1741 for (i = 1; i < text_info.length + 1; ++i) { // (text_info.length + 1) is the end of the last line | |
1742 if ((i == text_info.length) || text_info.glyphs[i].linebreak) { | |
1743 int width, shift; | |
1744 glyph_info_t* first_glyph = text_info.glyphs + last_break + 1; | |
1745 glyph_info_t* last_glyph = text_info.glyphs + i - 1; | |
18937 | 1746 |
20226
42140caaf210
Fix crash because of last_glyph < first_glyph, probably caused by first line
reimar
parents:
20202
diff
changeset
|
1747 while ((last_glyph > first_glyph) && ((last_glyph->symbol == '\n') || (last_glyph->symbol == 0))) |
19557 | 1748 last_glyph --; |
18937 | 1749 |
19557 | 1750 width = last_glyph->pos.x + last_glyph->bbox.xMax - first_glyph->pos.x - first_glyph->bbox.xMin; |
1751 shift = - first_glyph->bbox.xMin; // now text line starts exactly at 0 (left margin) | |
1752 if (halign == HALIGN_LEFT) { // left aligned, no action | |
1753 } else if (halign == HALIGN_RIGHT) { // right aligned | |
1754 shift = max_text_width - width; | |
1755 } else if (halign == HALIGN_CENTER) { // centered | |
1756 shift = (max_text_width - width) / 2; | |
1757 } | |
1758 for (j = last_break + 1; j < i; ++j) { | |
1759 text_info.glyphs[j].pos.x += shift; | |
1760 } | |
1761 last_break = i - 1; | |
18937 | 1762 } |
1763 } | |
19932
0b5b9cbbc74e
Move calculation of text parameters (number of lines, height, etc.) from
eugeni
parents:
19931
diff
changeset
|
1764 } else { // render_context.evt_type == EVENT_HSCROLL |
0b5b9cbbc74e
Move calculation of text parameters (number of lines, height, etc.) from
eugeni
parents:
19931
diff
changeset
|
1765 measure_text(); |
18937 | 1766 } |
1767 | |
1768 // determing text bounding box | |
1769 compute_string_bbox(&text_info, &bbox); | |
19904
640093581779
Calculate text bounding box in such way that it does not depend on the height
eugeni
parents:
19891
diff
changeset
|
1770 bbox.yMin = - (text_info.lines[0].asc >> 6); |
640093581779
Calculate text bounding box in such way that it does not depend on the height
eugeni
parents:
19891
diff
changeset
|
1771 bbox.yMax = (text_info.height - text_info.lines[0].asc) >> 6; |
18937 | 1772 |
1773 // determine device coordinates for text | |
19556 | 1774 |
1775 // x coordinate for everything except positioned events | |
1776 if (render_context.evt_type == EVENT_NORMAL || | |
1777 render_context.evt_type == EVENT_VSCROLL) { | |
1778 device_x = x2scr(MarginL); | |
1779 } else if (render_context.evt_type == EVENT_HSCROLL) { | |
1780 if (render_context.scroll_direction == SCROLL_RL) | |
1781 device_x = x2scr(frame_context.track->PlayResX - render_context.scroll_shift); | |
1782 else if (render_context.scroll_direction == SCROLL_LR) | |
1783 device_x = x2scr(render_context.scroll_shift) - (bbox.xMax - bbox.xMin); | |
1784 } | |
18937 | 1785 |
19556 | 1786 // y coordinate for everything except positioned events |
1787 if (render_context.evt_type == EVENT_NORMAL || | |
1788 render_context.evt_type == EVENT_HSCROLL) { | |
18937 | 1789 if (valign == VALIGN_TOP) { // toptitle |
1790 device_y = y2scr_top(MarginV) + (text_info.lines[0].asc >> 6); | |
1791 } else if (valign == VALIGN_CENTER) { // midtitle | |
1792 int scr_y = y2scr(frame_context.track->PlayResY / 2); | |
1793 device_y = scr_y - (bbox.yMax - bbox.yMin) / 2; | |
1794 } else { // subtitle | |
1795 int scr_y; | |
1796 if (valign != VALIGN_SUB) | |
1797 mp_msg(MSGT_GLOBAL, MSGL_V, "Invalid valign, supposing 0 (subtitle)\n"); | |
1798 scr_y = y2scr_sub(frame_context.track->PlayResY - MarginV); | |
1799 device_y = scr_y; | |
1800 device_y -= (text_info.height >> 6); | |
1801 device_y += (text_info.lines[0].asc >> 6); | |
1802 } | |
19556 | 1803 } else if (render_context.evt_type == EVENT_VSCROLL) { |
1804 if (render_context.scroll_direction == SCROLL_TB) | |
1805 device_y = y2scr(render_context.clip_y0 + render_context.scroll_shift) - (bbox.yMax - bbox.yMin); | |
1806 else if (render_context.scroll_direction == SCROLL_BT) | |
1807 device_y = y2scr(render_context.clip_y1 - render_context.scroll_shift); | |
1808 } | |
1809 | |
1810 // positioned events are totally different | |
1811 if (render_context.evt_type == EVENT_POSITIONED) { | |
20294
4d7c8478e523
Move base point calculation to a separate function. Will be reused soon.
eugeni
parents:
20293
diff
changeset
|
1812 int base_x = 0; |
4d7c8478e523
Move base point calculation to a separate function. Will be reused soon.
eugeni
parents:
20293
diff
changeset
|
1813 int base_y = 0; |
18937 | 1814 mp_msg(MSGT_GLOBAL, MSGL_DBG2, "positioned event at %d, %d\n", render_context.pos_x, render_context.pos_y); |
20294
4d7c8478e523
Move base point calculation to a separate function. Will be reused soon.
eugeni
parents:
20293
diff
changeset
|
1815 get_base_point(bbox, alignment, &base_x, &base_y); |
4d7c8478e523
Move base point calculation to a separate function. Will be reused soon.
eugeni
parents:
20293
diff
changeset
|
1816 device_x = x2scr(render_context.pos_x) - base_x; |
4d7c8478e523
Move base point calculation to a separate function. Will be reused soon.
eugeni
parents:
20293
diff
changeset
|
1817 device_y = y2scr(render_context.pos_y) - base_y; |
18937 | 1818 } |
1819 | |
1820 // fix clip coordinates (they depend on alignment) | |
1821 render_context.clip_x0 = x2scr(render_context.clip_x0); | |
1822 render_context.clip_x1 = x2scr(render_context.clip_x1); | |
19556 | 1823 if (render_context.evt_type == EVENT_NORMAL || |
1824 render_context.evt_type == EVENT_HSCROLL || | |
1825 render_context.evt_type == EVENT_VSCROLL) { | |
18937 | 1826 if (valign == VALIGN_TOP) { |
1827 render_context.clip_y0 = y2scr_top(render_context.clip_y0); | |
1828 render_context.clip_y1 = y2scr_top(render_context.clip_y1); | |
1829 } else if (valign == VALIGN_CENTER) { | |
1830 render_context.clip_y0 = y2scr(render_context.clip_y0); | |
1831 render_context.clip_y1 = y2scr(render_context.clip_y1); | |
1832 } else if (valign == VALIGN_SUB) { | |
1833 render_context.clip_y0 = y2scr_sub(render_context.clip_y0); | |
1834 render_context.clip_y1 = y2scr_sub(render_context.clip_y1); | |
1835 } | |
1836 } else if (render_context.evt_type == EVENT_POSITIONED) { | |
1837 render_context.clip_y0 = y2scr(render_context.clip_y0); | |
1838 render_context.clip_y1 = y2scr(render_context.clip_y1); | |
1839 } | |
1840 | |
1841 // rotate glyphs if needed | |
20295 | 1842 { |
1843 double angle = 0.; | |
18937 | 1844 FT_Vector center; |
1845 FT_Matrix matrix_rotate; | |
1846 | |
1847 if (((render_context.org_x != 0) || (render_context.org_y != 0)) && (render_context.evt_type == EVENT_POSITIONED)) { | |
1848 center.x = render_context.org_x; | |
1849 center.y = render_context.org_y; | |
1850 } else { | |
20296 | 1851 int bx, by; |
20302
2f7c26c86574
Fix center of rotation calculation. It was overly complex and
eugeni
parents:
20296
diff
changeset
|
1852 get_base_point(bbox, alignment, &bx, &by); |
2f7c26c86574
Fix center of rotation calculation. It was overly complex and
eugeni
parents:
20296
diff
changeset
|
1853 center.x = device_x + bx; |
2f7c26c86574
Fix center of rotation calculation. It was overly complex and
eugeni
parents:
20296
diff
changeset
|
1854 center.y = device_y + by; |
18937 | 1855 } |
1856 | |
1857 for (i = 0; i < text_info.length; ++i) { | |
20295 | 1858 FT_Vector start; |
1859 FT_Vector start_old; | |
18937 | 1860 glyph_info_t* info = text_info.glyphs + i; |
1861 | |
20295 | 1862 if (info->frz < 0.00001 && info->frz > -0.00001) |
1863 continue; | |
1864 | |
1865 if (info->frz != angle) { | |
1866 angle = info->frz; | |
1867 matrix_rotate.xx = (FT_Fixed)( cos( angle ) * 0x10000L ); | |
1868 matrix_rotate.xy = (FT_Fixed)( -sin( angle ) * 0x10000L ); | |
1869 matrix_rotate.yx = (FT_Fixed)( sin( angle ) * 0x10000L ); | |
1870 matrix_rotate.yy = (FT_Fixed)( cos( angle ) * 0x10000L ); | |
1871 } | |
1872 | |
18937 | 1873 // calculating shift vector |
1874 // shift = (position - center)*M - (position - center) | |
1875 start.x = (info->pos.x + device_x - center.x) << 6; | |
1876 start.y = - (info->pos.y + device_y - center.y) << 6; | |
1877 start_old.x = start.x; | |
1878 start_old.y = start.y; | |
1879 | |
1880 FT_Vector_Transform(&start, &matrix_rotate); | |
1881 | |
1882 start.x -= start_old.x; | |
1883 start.y -= start_old.y; | |
1884 | |
1885 info->pos.x += start.x >> 6; | |
1886 info->pos.y -= start.y >> 6; | |
1887 | |
19873 | 1888 if (info->glyph) |
18937 | 1889 FT_Glyph_Transform( info->glyph, &matrix_rotate, 0 ); |
19873 | 1890 if (info->outline_glyph) |
18937 | 1891 FT_Glyph_Transform( info->outline_glyph, &matrix_rotate, 0 ); |
1892 } | |
1893 } | |
1894 | |
19638
a3473d990fed
Better collision detection algorithm. The idea is to keep a subtitle in place
eugeni
parents:
19636
diff
changeset
|
1895 event_images->top = device_y - (text_info.lines[0].asc >> 6); |
a3473d990fed
Better collision detection algorithm. The idea is to keep a subtitle in place
eugeni
parents:
19636
diff
changeset
|
1896 event_images->height = text_info.height >> 6; |
a3473d990fed
Better collision detection algorithm. The idea is to keep a subtitle in place
eugeni
parents:
19636
diff
changeset
|
1897 event_images->detect_collisions = render_context.detect_collisions; |
a3473d990fed
Better collision detection algorithm. The idea is to keep a subtitle in place
eugeni
parents:
19636
diff
changeset
|
1898 event_images->shift_direction = (valign == VALIGN_TOP) ? 1 : -1; |
a3473d990fed
Better collision detection algorithm. The idea is to keep a subtitle in place
eugeni
parents:
19636
diff
changeset
|
1899 event_images->event = event; |
a3473d990fed
Better collision detection algorithm. The idea is to keep a subtitle in place
eugeni
parents:
19636
diff
changeset
|
1900 event_images->imgs = render_text(&text_info, device_x, device_y); |
18937 | 1901 |
1902 free_render_context(); | |
1903 | |
1904 return 0; | |
1905 } | |
1906 | |
20477 | 1907 static void ass_reconfigure(ass_renderer_t* priv) |
20446
e8adc3778348
Split ass_configure() into several smaller functions.
eugeni
parents:
20320
diff
changeset
|
1908 { |
e8adc3778348
Split ass_configure() into several smaller functions.
eugeni
parents:
20320
diff
changeset
|
1909 priv->render_id = ++last_render_id; |
e8adc3778348
Split ass_configure() into several smaller functions.
eugeni
parents:
20320
diff
changeset
|
1910 ass_glyph_cache_reset(); |
e8adc3778348
Split ass_configure() into several smaller functions.
eugeni
parents:
20320
diff
changeset
|
1911 } |
e8adc3778348
Split ass_configure() into several smaller functions.
eugeni
parents:
20320
diff
changeset
|
1912 |
20477 | 1913 void ass_set_frame_size(ass_renderer_t* priv, int w, int h) |
20446
e8adc3778348
Split ass_configure() into several smaller functions.
eugeni
parents:
20320
diff
changeset
|
1914 { |
e8adc3778348
Split ass_configure() into several smaller functions.
eugeni
parents:
20320
diff
changeset
|
1915 if (priv->settings.frame_width != w || priv->settings.frame_height != h) { |
e8adc3778348
Split ass_configure() into several smaller functions.
eugeni
parents:
20320
diff
changeset
|
1916 priv->settings.frame_width = w; |
e8adc3778348
Split ass_configure() into several smaller functions.
eugeni
parents:
20320
diff
changeset
|
1917 priv->settings.frame_height = h; |
e8adc3778348
Split ass_configure() into several smaller functions.
eugeni
parents:
20320
diff
changeset
|
1918 if (priv->settings.aspect == 0.) |
e8adc3778348
Split ass_configure() into several smaller functions.
eugeni
parents:
20320
diff
changeset
|
1919 priv->settings.aspect = ((double)w) / h; |
e8adc3778348
Split ass_configure() into several smaller functions.
eugeni
parents:
20320
diff
changeset
|
1920 ass_reconfigure(priv); |
e8adc3778348
Split ass_configure() into several smaller functions.
eugeni
parents:
20320
diff
changeset
|
1921 } |
e8adc3778348
Split ass_configure() into several smaller functions.
eugeni
parents:
20320
diff
changeset
|
1922 } |
e8adc3778348
Split ass_configure() into several smaller functions.
eugeni
parents:
20320
diff
changeset
|
1923 |
20477 | 1924 void ass_set_margins(ass_renderer_t* priv, int t, int b, int l, int r) |
20446
e8adc3778348
Split ass_configure() into several smaller functions.
eugeni
parents:
20320
diff
changeset
|
1925 { |
e8adc3778348
Split ass_configure() into several smaller functions.
eugeni
parents:
20320
diff
changeset
|
1926 if (priv->settings.left_margin != l || |
e8adc3778348
Split ass_configure() into several smaller functions.
eugeni
parents:
20320
diff
changeset
|
1927 priv->settings.right_margin != r || |
e8adc3778348
Split ass_configure() into several smaller functions.
eugeni
parents:
20320
diff
changeset
|
1928 priv->settings.top_margin != t || |
e8adc3778348
Split ass_configure() into several smaller functions.
eugeni
parents:
20320
diff
changeset
|
1929 priv->settings.bottom_margin != b) { |
e8adc3778348
Split ass_configure() into several smaller functions.
eugeni
parents:
20320
diff
changeset
|
1930 priv->settings.left_margin = l; |
e8adc3778348
Split ass_configure() into several smaller functions.
eugeni
parents:
20320
diff
changeset
|
1931 priv->settings.right_margin = r; |
e8adc3778348
Split ass_configure() into several smaller functions.
eugeni
parents:
20320
diff
changeset
|
1932 priv->settings.top_margin = t; |
e8adc3778348
Split ass_configure() into several smaller functions.
eugeni
parents:
20320
diff
changeset
|
1933 priv->settings.bottom_margin = b; |
e8adc3778348
Split ass_configure() into several smaller functions.
eugeni
parents:
20320
diff
changeset
|
1934 ass_reconfigure(priv); |
e8adc3778348
Split ass_configure() into several smaller functions.
eugeni
parents:
20320
diff
changeset
|
1935 } |
e8adc3778348
Split ass_configure() into several smaller functions.
eugeni
parents:
20320
diff
changeset
|
1936 } |
e8adc3778348
Split ass_configure() into several smaller functions.
eugeni
parents:
20320
diff
changeset
|
1937 |
20477 | 1938 void ass_set_use_margins(ass_renderer_t* priv, int use) |
18937 | 1939 { |
20446
e8adc3778348
Split ass_configure() into several smaller functions.
eugeni
parents:
20320
diff
changeset
|
1940 priv->settings.use_margins = use; |
e8adc3778348
Split ass_configure() into several smaller functions.
eugeni
parents:
20320
diff
changeset
|
1941 } |
e8adc3778348
Split ass_configure() into several smaller functions.
eugeni
parents:
20320
diff
changeset
|
1942 |
20477 | 1943 void ass_set_aspect_ratio(ass_renderer_t* priv, double ar) |
20446
e8adc3778348
Split ass_configure() into several smaller functions.
eugeni
parents:
20320
diff
changeset
|
1944 { |
e8adc3778348
Split ass_configure() into several smaller functions.
eugeni
parents:
20320
diff
changeset
|
1945 if (priv->settings.aspect != ar) { |
e8adc3778348
Split ass_configure() into several smaller functions.
eugeni
parents:
20320
diff
changeset
|
1946 priv->settings.aspect = ar; |
e8adc3778348
Split ass_configure() into several smaller functions.
eugeni
parents:
20320
diff
changeset
|
1947 ass_reconfigure(priv); |
e8adc3778348
Split ass_configure() into several smaller functions.
eugeni
parents:
20320
diff
changeset
|
1948 } |
e8adc3778348
Split ass_configure() into several smaller functions.
eugeni
parents:
20320
diff
changeset
|
1949 } |
19638
a3473d990fed
Better collision detection algorithm. The idea is to keep a subtitle in place
eugeni
parents:
19636
diff
changeset
|
1950 |
20477 | 1951 void ass_set_font_scale(ass_renderer_t* priv, double font_scale) |
20446
e8adc3778348
Split ass_configure() into several smaller functions.
eugeni
parents:
20320
diff
changeset
|
1952 { |
e8adc3778348
Split ass_configure() into several smaller functions.
eugeni
parents:
20320
diff
changeset
|
1953 if (priv->settings.font_size_coeff != font_scale) { |
e8adc3778348
Split ass_configure() into several smaller functions.
eugeni
parents:
20320
diff
changeset
|
1954 priv->settings.font_size_coeff = font_scale; |
e8adc3778348
Split ass_configure() into several smaller functions.
eugeni
parents:
20320
diff
changeset
|
1955 ass_reconfigure(priv); |
19539 | 1956 } |
18937 | 1957 } |
1958 | |
20477 | 1959 int ass_set_fonts(ass_renderer_t* priv, const char* default_font, const char* default_family) |
20446
e8adc3778348
Split ass_configure() into several smaller functions.
eugeni
parents:
20320
diff
changeset
|
1960 { |
e8adc3778348
Split ass_configure() into several smaller functions.
eugeni
parents:
20320
diff
changeset
|
1961 if (priv->settings.default_font) |
e8adc3778348
Split ass_configure() into several smaller functions.
eugeni
parents:
20320
diff
changeset
|
1962 free(priv->settings.default_font); |
e8adc3778348
Split ass_configure() into several smaller functions.
eugeni
parents:
20320
diff
changeset
|
1963 if (priv->settings.default_family) |
e8adc3778348
Split ass_configure() into several smaller functions.
eugeni
parents:
20320
diff
changeset
|
1964 free(priv->settings.default_family); |
e8adc3778348
Split ass_configure() into several smaller functions.
eugeni
parents:
20320
diff
changeset
|
1965 |
e8adc3778348
Split ass_configure() into several smaller functions.
eugeni
parents:
20320
diff
changeset
|
1966 priv->settings.default_font = default_font ? strdup(default_font) : 0; |
e8adc3778348
Split ass_configure() into several smaller functions.
eugeni
parents:
20320
diff
changeset
|
1967 priv->settings.default_family = default_family ? strdup(default_family) : 0; |
e8adc3778348
Split ass_configure() into several smaller functions.
eugeni
parents:
20320
diff
changeset
|
1968 |
20451 | 1969 if (priv->fontconfig_priv) |
1970 fontconfig_done(priv->fontconfig_priv); | |
20477 | 1971 priv->fontconfig_priv = fontconfig_init(priv->library->fonts_dir, default_family, default_font); |
20446
e8adc3778348
Split ass_configure() into several smaller functions.
eugeni
parents:
20320
diff
changeset
|
1972 |
e8adc3778348
Split ass_configure() into several smaller functions.
eugeni
parents:
20320
diff
changeset
|
1973 return !!priv->fontconfig_priv; |
e8adc3778348
Split ass_configure() into several smaller functions.
eugeni
parents:
20320
diff
changeset
|
1974 } |
e8adc3778348
Split ass_configure() into several smaller functions.
eugeni
parents:
20320
diff
changeset
|
1975 |
18937 | 1976 /** |
1977 * \brief Start a new frame | |
1978 */ | |
20477 | 1979 static int ass_start_frame(ass_renderer_t *priv, ass_track_t* track, long long now) |
18937 | 1980 { |
19638
a3473d990fed
Better collision detection algorithm. The idea is to keep a subtitle in place
eugeni
parents:
19636
diff
changeset
|
1981 ass_image_t* img; |
a3473d990fed
Better collision detection algorithm. The idea is to keep a subtitle in place
eugeni
parents:
19636
diff
changeset
|
1982 |
20477 | 1983 ass_renderer = priv; |
18937 | 1984 global_settings = &priv->settings; |
1985 | |
1986 if (!priv->settings.frame_width && !priv->settings.frame_height) | |
1987 return 1; // library not initialized | |
1988 | |
1989 frame_context.ass_priv = priv; | |
1990 frame_context.width = global_settings->frame_width; | |
1991 frame_context.height = global_settings->frame_height; | |
19538 | 1992 frame_context.orig_width = global_settings->frame_width - global_settings->left_margin - global_settings->right_margin; |
18937 | 1993 frame_context.orig_height = global_settings->frame_height - global_settings->top_margin - global_settings->bottom_margin; |
1994 frame_context.track = track; | |
1995 frame_context.time = now; | |
1996 | |
1997 ass_lazy_track_init(); | |
1998 | |
19825
f351a3fc3e42
Make font outline width proportional to movie resolution.
eugeni
parents:
19716
diff
changeset
|
1999 frame_context.font_scale = global_settings->font_size_coeff * ass_internal_font_size_coeff * |
f351a3fc3e42
Make font outline width proportional to movie resolution.
eugeni
parents:
19716
diff
changeset
|
2000 frame_context.orig_height / frame_context.track->PlayResY; |
19917
6a31849e2b80
In r19831, font size multiplier was mistakenly applied to border width.
eugeni
parents:
19906
diff
changeset
|
2001 frame_context.border_scale = ((double)frame_context.orig_height) / frame_context.track->PlayResY; |
19825
f351a3fc3e42
Make font outline width proportional to movie resolution.
eugeni
parents:
19716
diff
changeset
|
2002 |
20497 | 2003 if (frame_context.orig_width * track->PlayResY == frame_context.orig_height * track->PlayResX) |
18937 | 2004 frame_context.font_scale_x = 1.; |
2005 else | |
19566 | 2006 frame_context.font_scale_x = ((double)(frame_context.orig_width * track->PlayResY)) / (frame_context.orig_height * track->PlayResX); |
18937 | 2007 |
19638
a3473d990fed
Better collision detection algorithm. The idea is to keep a subtitle in place
eugeni
parents:
19636
diff
changeset
|
2008 img = priv->images_root; |
a3473d990fed
Better collision detection algorithm. The idea is to keep a subtitle in place
eugeni
parents:
19636
diff
changeset
|
2009 while (img) { |
a3473d990fed
Better collision detection algorithm. The idea is to keep a subtitle in place
eugeni
parents:
19636
diff
changeset
|
2010 ass_image_t* next = img->next; |
a3473d990fed
Better collision detection algorithm. The idea is to keep a subtitle in place
eugeni
parents:
19636
diff
changeset
|
2011 free(img); |
a3473d990fed
Better collision detection algorithm. The idea is to keep a subtitle in place
eugeni
parents:
19636
diff
changeset
|
2012 img = next; |
a3473d990fed
Better collision detection algorithm. The idea is to keep a subtitle in place
eugeni
parents:
19636
diff
changeset
|
2013 } |
a3473d990fed
Better collision detection algorithm. The idea is to keep a subtitle in place
eugeni
parents:
19636
diff
changeset
|
2014 priv->images_root = 0; |
18937 | 2015 |
2016 return 0; | |
2017 } | |
2018 | |
19638
a3473d990fed
Better collision detection algorithm. The idea is to keep a subtitle in place
eugeni
parents:
19636
diff
changeset
|
2019 static int cmp_event_layer(const void* p1, const void* p2) |
a3473d990fed
Better collision detection algorithm. The idea is to keep a subtitle in place
eugeni
parents:
19636
diff
changeset
|
2020 { |
a3473d990fed
Better collision detection algorithm. The idea is to keep a subtitle in place
eugeni
parents:
19636
diff
changeset
|
2021 ass_event_t* e1 = ((event_images_t*)p1)->event; |
a3473d990fed
Better collision detection algorithm. The idea is to keep a subtitle in place
eugeni
parents:
19636
diff
changeset
|
2022 ass_event_t* e2 = ((event_images_t*)p2)->event; |
a3473d990fed
Better collision detection algorithm. The idea is to keep a subtitle in place
eugeni
parents:
19636
diff
changeset
|
2023 if (e1->Layer < e2->Layer) |
a3473d990fed
Better collision detection algorithm. The idea is to keep a subtitle in place
eugeni
parents:
19636
diff
changeset
|
2024 return -1; |
a3473d990fed
Better collision detection algorithm. The idea is to keep a subtitle in place
eugeni
parents:
19636
diff
changeset
|
2025 if (e1->Layer > e2->Layer) |
a3473d990fed
Better collision detection algorithm. The idea is to keep a subtitle in place
eugeni
parents:
19636
diff
changeset
|
2026 return 1; |
a3473d990fed
Better collision detection algorithm. The idea is to keep a subtitle in place
eugeni
parents:
19636
diff
changeset
|
2027 if (e1->Start < e2->Start) |
a3473d990fed
Better collision detection algorithm. The idea is to keep a subtitle in place
eugeni
parents:
19636
diff
changeset
|
2028 return -1; |
a3473d990fed
Better collision detection algorithm. The idea is to keep a subtitle in place
eugeni
parents:
19636
diff
changeset
|
2029 if (e1->Start > e2->Start) |
a3473d990fed
Better collision detection algorithm. The idea is to keep a subtitle in place
eugeni
parents:
19636
diff
changeset
|
2030 return 1; |
19906
f72c694ee566
Sort events by ReadOrder (if both layer and start time are equal).
eugeni
parents:
19904
diff
changeset
|
2031 if (e1->ReadOrder < e2->ReadOrder) |
f72c694ee566
Sort events by ReadOrder (if both layer and start time are equal).
eugeni
parents:
19904
diff
changeset
|
2032 return -1; |
f72c694ee566
Sort events by ReadOrder (if both layer and start time are equal).
eugeni
parents:
19904
diff
changeset
|
2033 if (e1->ReadOrder > e2->ReadOrder) |
f72c694ee566
Sort events by ReadOrder (if both layer and start time are equal).
eugeni
parents:
19904
diff
changeset
|
2034 return 1; |
19638
a3473d990fed
Better collision detection algorithm. The idea is to keep a subtitle in place
eugeni
parents:
19636
diff
changeset
|
2035 return 0; |
a3473d990fed
Better collision detection algorithm. The idea is to keep a subtitle in place
eugeni
parents:
19636
diff
changeset
|
2036 } |
a3473d990fed
Better collision detection algorithm. The idea is to keep a subtitle in place
eugeni
parents:
19636
diff
changeset
|
2037 |
a3473d990fed
Better collision detection algorithm. The idea is to keep a subtitle in place
eugeni
parents:
19636
diff
changeset
|
2038 #define MAX_EVENTS 100 |
a3473d990fed
Better collision detection algorithm. The idea is to keep a subtitle in place
eugeni
parents:
19636
diff
changeset
|
2039 |
a3473d990fed
Better collision detection algorithm. The idea is to keep a subtitle in place
eugeni
parents:
19636
diff
changeset
|
2040 static render_priv_t* get_render_priv(ass_event_t* event) |
18937 | 2041 { |
19638
a3473d990fed
Better collision detection algorithm. The idea is to keep a subtitle in place
eugeni
parents:
19636
diff
changeset
|
2042 if (!event->render_priv) |
a3473d990fed
Better collision detection algorithm. The idea is to keep a subtitle in place
eugeni
parents:
19636
diff
changeset
|
2043 event->render_priv = calloc(1, sizeof(render_priv_t)); |
a3473d990fed
Better collision detection algorithm. The idea is to keep a subtitle in place
eugeni
parents:
19636
diff
changeset
|
2044 // FIXME: check render_id |
20477 | 2045 if (ass_renderer->render_id != event->render_priv->render_id) { |
19638
a3473d990fed
Better collision detection algorithm. The idea is to keep a subtitle in place
eugeni
parents:
19636
diff
changeset
|
2046 memset(event->render_priv, 0, sizeof(render_priv_t)); |
20477 | 2047 event->render_priv->render_id = ass_renderer->render_id; |
19638
a3473d990fed
Better collision detection algorithm. The idea is to keep a subtitle in place
eugeni
parents:
19636
diff
changeset
|
2048 } |
a3473d990fed
Better collision detection algorithm. The idea is to keep a subtitle in place
eugeni
parents:
19636
diff
changeset
|
2049 return event->render_priv; |
a3473d990fed
Better collision detection algorithm. The idea is to keep a subtitle in place
eugeni
parents:
19636
diff
changeset
|
2050 } |
a3473d990fed
Better collision detection algorithm. The idea is to keep a subtitle in place
eugeni
parents:
19636
diff
changeset
|
2051 |
a3473d990fed
Better collision detection algorithm. The idea is to keep a subtitle in place
eugeni
parents:
19636
diff
changeset
|
2052 typedef struct segment_s { |
a3473d990fed
Better collision detection algorithm. The idea is to keep a subtitle in place
eugeni
parents:
19636
diff
changeset
|
2053 int a, b; // top and height |
a3473d990fed
Better collision detection algorithm. The idea is to keep a subtitle in place
eugeni
parents:
19636
diff
changeset
|
2054 } segment_t; |
a3473d990fed
Better collision detection algorithm. The idea is to keep a subtitle in place
eugeni
parents:
19636
diff
changeset
|
2055 |
a3473d990fed
Better collision detection algorithm. The idea is to keep a subtitle in place
eugeni
parents:
19636
diff
changeset
|
2056 static int overlap(segment_t* s1, segment_t* s2) |
a3473d990fed
Better collision detection algorithm. The idea is to keep a subtitle in place
eugeni
parents:
19636
diff
changeset
|
2057 { |
a3473d990fed
Better collision detection algorithm. The idea is to keep a subtitle in place
eugeni
parents:
19636
diff
changeset
|
2058 if (s1->a >= s2->b || s2->a >= s1->b) |
a3473d990fed
Better collision detection algorithm. The idea is to keep a subtitle in place
eugeni
parents:
19636
diff
changeset
|
2059 return 0; |
a3473d990fed
Better collision detection algorithm. The idea is to keep a subtitle in place
eugeni
parents:
19636
diff
changeset
|
2060 return 1; |
a3473d990fed
Better collision detection algorithm. The idea is to keep a subtitle in place
eugeni
parents:
19636
diff
changeset
|
2061 } |
a3473d990fed
Better collision detection algorithm. The idea is to keep a subtitle in place
eugeni
parents:
19636
diff
changeset
|
2062 |
a3473d990fed
Better collision detection algorithm. The idea is to keep a subtitle in place
eugeni
parents:
19636
diff
changeset
|
2063 static int cmp_segment(const void* p1, const void* p2) |
a3473d990fed
Better collision detection algorithm. The idea is to keep a subtitle in place
eugeni
parents:
19636
diff
changeset
|
2064 { |
20291 | 2065 return ((segment_t*)p1)->a - ((segment_t*)p2)->a; |
19638
a3473d990fed
Better collision detection algorithm. The idea is to keep a subtitle in place
eugeni
parents:
19636
diff
changeset
|
2066 } |
a3473d990fed
Better collision detection algorithm. The idea is to keep a subtitle in place
eugeni
parents:
19636
diff
changeset
|
2067 |
a3473d990fed
Better collision detection algorithm. The idea is to keep a subtitle in place
eugeni
parents:
19636
diff
changeset
|
2068 static void shift_event(event_images_t* ei, int shift) |
a3473d990fed
Better collision detection algorithm. The idea is to keep a subtitle in place
eugeni
parents:
19636
diff
changeset
|
2069 { |
a3473d990fed
Better collision detection algorithm. The idea is to keep a subtitle in place
eugeni
parents:
19636
diff
changeset
|
2070 ass_image_t* cur = ei->imgs; |
a3473d990fed
Better collision detection algorithm. The idea is to keep a subtitle in place
eugeni
parents:
19636
diff
changeset
|
2071 while (cur) { |
a3473d990fed
Better collision detection algorithm. The idea is to keep a subtitle in place
eugeni
parents:
19636
diff
changeset
|
2072 cur->dst_y += shift; |
19664
f6badf921e82
Add vertical clipping for subtitles that were moved because of a collision.
eugeni
parents:
19663
diff
changeset
|
2073 // clip top and bottom |
f6badf921e82
Add vertical clipping for subtitles that were moved because of a collision.
eugeni
parents:
19663
diff
changeset
|
2074 if (cur->dst_y < 0) { |
f6badf921e82
Add vertical clipping for subtitles that were moved because of a collision.
eugeni
parents:
19663
diff
changeset
|
2075 int clip = - cur->dst_y; |
f6badf921e82
Add vertical clipping for subtitles that were moved because of a collision.
eugeni
parents:
19663
diff
changeset
|
2076 cur->h -= clip; |
f6badf921e82
Add vertical clipping for subtitles that were moved because of a collision.
eugeni
parents:
19663
diff
changeset
|
2077 cur->bitmap += clip * cur->stride; |
f6badf921e82
Add vertical clipping for subtitles that were moved because of a collision.
eugeni
parents:
19663
diff
changeset
|
2078 cur->dst_y = 0; |
f6badf921e82
Add vertical clipping for subtitles that were moved because of a collision.
eugeni
parents:
19663
diff
changeset
|
2079 } |
f6badf921e82
Add vertical clipping for subtitles that were moved because of a collision.
eugeni
parents:
19663
diff
changeset
|
2080 if (cur->dst_y + cur->h >= frame_context.height) { |
f6badf921e82
Add vertical clipping for subtitles that were moved because of a collision.
eugeni
parents:
19663
diff
changeset
|
2081 int clip = cur->dst_y + cur->h - frame_context.height; |
f6badf921e82
Add vertical clipping for subtitles that were moved because of a collision.
eugeni
parents:
19663
diff
changeset
|
2082 cur->h -= clip; |
f6badf921e82
Add vertical clipping for subtitles that were moved because of a collision.
eugeni
parents:
19663
diff
changeset
|
2083 } |
f6badf921e82
Add vertical clipping for subtitles that were moved because of a collision.
eugeni
parents:
19663
diff
changeset
|
2084 if (cur->h <= 0) { |
f6badf921e82
Add vertical clipping for subtitles that were moved because of a collision.
eugeni
parents:
19663
diff
changeset
|
2085 cur->h = 0; |
f6badf921e82
Add vertical clipping for subtitles that were moved because of a collision.
eugeni
parents:
19663
diff
changeset
|
2086 cur->dst_y = 0; |
f6badf921e82
Add vertical clipping for subtitles that were moved because of a collision.
eugeni
parents:
19663
diff
changeset
|
2087 } |
19638
a3473d990fed
Better collision detection algorithm. The idea is to keep a subtitle in place
eugeni
parents:
19636
diff
changeset
|
2088 cur = cur->next; |
a3473d990fed
Better collision detection algorithm. The idea is to keep a subtitle in place
eugeni
parents:
19636
diff
changeset
|
2089 } |
a3473d990fed
Better collision detection algorithm. The idea is to keep a subtitle in place
eugeni
parents:
19636
diff
changeset
|
2090 ei->top += shift; |
a3473d990fed
Better collision detection algorithm. The idea is to keep a subtitle in place
eugeni
parents:
19636
diff
changeset
|
2091 } |
a3473d990fed
Better collision detection algorithm. The idea is to keep a subtitle in place
eugeni
parents:
19636
diff
changeset
|
2092 |
a3473d990fed
Better collision detection algorithm. The idea is to keep a subtitle in place
eugeni
parents:
19636
diff
changeset
|
2093 // dir: 1 - move down |
a3473d990fed
Better collision detection algorithm. The idea is to keep a subtitle in place
eugeni
parents:
19636
diff
changeset
|
2094 // -1 - move up |
a3473d990fed
Better collision detection algorithm. The idea is to keep a subtitle in place
eugeni
parents:
19636
diff
changeset
|
2095 static int fit_segment(segment_t* s, segment_t* fixed, int* cnt, int dir) |
a3473d990fed
Better collision detection algorithm. The idea is to keep a subtitle in place
eugeni
parents:
19636
diff
changeset
|
2096 { |
a3473d990fed
Better collision detection algorithm. The idea is to keep a subtitle in place
eugeni
parents:
19636
diff
changeset
|
2097 int i; |
a3473d990fed
Better collision detection algorithm. The idea is to keep a subtitle in place
eugeni
parents:
19636
diff
changeset
|
2098 int shift; |
a3473d990fed
Better collision detection algorithm. The idea is to keep a subtitle in place
eugeni
parents:
19636
diff
changeset
|
2099 |
a3473d990fed
Better collision detection algorithm. The idea is to keep a subtitle in place
eugeni
parents:
19636
diff
changeset
|
2100 if (*cnt == 0) { |
a3473d990fed
Better collision detection algorithm. The idea is to keep a subtitle in place
eugeni
parents:
19636
diff
changeset
|
2101 *cnt = 1; |
a3473d990fed
Better collision detection algorithm. The idea is to keep a subtitle in place
eugeni
parents:
19636
diff
changeset
|
2102 fixed[0].a = s->a; |
a3473d990fed
Better collision detection algorithm. The idea is to keep a subtitle in place
eugeni
parents:
19636
diff
changeset
|
2103 fixed[0].b = s->b; |
18937 | 2104 return 0; |
2105 } | |
19638
a3473d990fed
Better collision detection algorithm. The idea is to keep a subtitle in place
eugeni
parents:
19636
diff
changeset
|
2106 |
a3473d990fed
Better collision detection algorithm. The idea is to keep a subtitle in place
eugeni
parents:
19636
diff
changeset
|
2107 if (dir == 1) { // move down |
a3473d990fed
Better collision detection algorithm. The idea is to keep a subtitle in place
eugeni
parents:
19636
diff
changeset
|
2108 if (s->b <= fixed[0].a) // all ok |
a3473d990fed
Better collision detection algorithm. The idea is to keep a subtitle in place
eugeni
parents:
19636
diff
changeset
|
2109 return 0; |
a3473d990fed
Better collision detection algorithm. The idea is to keep a subtitle in place
eugeni
parents:
19636
diff
changeset
|
2110 for (i = 0; i < *cnt; ++i) { |
a3473d990fed
Better collision detection algorithm. The idea is to keep a subtitle in place
eugeni
parents:
19636
diff
changeset
|
2111 shift = fixed[i].b - s->a; |
a3473d990fed
Better collision detection algorithm. The idea is to keep a subtitle in place
eugeni
parents:
19636
diff
changeset
|
2112 if (i == *cnt - 1 || fixed[i+1].a >= shift + s->b) { // here is a good place |
a3473d990fed
Better collision detection algorithm. The idea is to keep a subtitle in place
eugeni
parents:
19636
diff
changeset
|
2113 fixed[i].b += s->b - s->a; |
a3473d990fed
Better collision detection algorithm. The idea is to keep a subtitle in place
eugeni
parents:
19636
diff
changeset
|
2114 return shift; |
a3473d990fed
Better collision detection algorithm. The idea is to keep a subtitle in place
eugeni
parents:
19636
diff
changeset
|
2115 } |
a3473d990fed
Better collision detection algorithm. The idea is to keep a subtitle in place
eugeni
parents:
19636
diff
changeset
|
2116 } |
a3473d990fed
Better collision detection algorithm. The idea is to keep a subtitle in place
eugeni
parents:
19636
diff
changeset
|
2117 } else { // dir == -1, move up |
a3473d990fed
Better collision detection algorithm. The idea is to keep a subtitle in place
eugeni
parents:
19636
diff
changeset
|
2118 if (s->a >= fixed[*cnt-1].b) // all ok |
a3473d990fed
Better collision detection algorithm. The idea is to keep a subtitle in place
eugeni
parents:
19636
diff
changeset
|
2119 return 0; |
a3473d990fed
Better collision detection algorithm. The idea is to keep a subtitle in place
eugeni
parents:
19636
diff
changeset
|
2120 for (i = *cnt-1; i >= 0; --i) { |
a3473d990fed
Better collision detection algorithm. The idea is to keep a subtitle in place
eugeni
parents:
19636
diff
changeset
|
2121 shift = fixed[i].a - s->b; |
a3473d990fed
Better collision detection algorithm. The idea is to keep a subtitle in place
eugeni
parents:
19636
diff
changeset
|
2122 if (i == 0 || fixed[i-1].b <= shift + s->a) { // here is a good place |
a3473d990fed
Better collision detection algorithm. The idea is to keep a subtitle in place
eugeni
parents:
19636
diff
changeset
|
2123 fixed[i].a -= s->b - s->a; |
a3473d990fed
Better collision detection algorithm. The idea is to keep a subtitle in place
eugeni
parents:
19636
diff
changeset
|
2124 return shift; |
a3473d990fed
Better collision detection algorithm. The idea is to keep a subtitle in place
eugeni
parents:
19636
diff
changeset
|
2125 } |
a3473d990fed
Better collision detection algorithm. The idea is to keep a subtitle in place
eugeni
parents:
19636
diff
changeset
|
2126 } |
a3473d990fed
Better collision detection algorithm. The idea is to keep a subtitle in place
eugeni
parents:
19636
diff
changeset
|
2127 } |
a3473d990fed
Better collision detection algorithm. The idea is to keep a subtitle in place
eugeni
parents:
19636
diff
changeset
|
2128 assert(0); // unreachable |
18937 | 2129 } |
19638
a3473d990fed
Better collision detection algorithm. The idea is to keep a subtitle in place
eugeni
parents:
19636
diff
changeset
|
2130 |
a3473d990fed
Better collision detection algorithm. The idea is to keep a subtitle in place
eugeni
parents:
19636
diff
changeset
|
2131 static void fix_collisions(event_images_t* imgs, int cnt) |
a3473d990fed
Better collision detection algorithm. The idea is to keep a subtitle in place
eugeni
parents:
19636
diff
changeset
|
2132 { |
a3473d990fed
Better collision detection algorithm. The idea is to keep a subtitle in place
eugeni
parents:
19636
diff
changeset
|
2133 segment_t used[MAX_EVENTS]; |
a3473d990fed
Better collision detection algorithm. The idea is to keep a subtitle in place
eugeni
parents:
19636
diff
changeset
|
2134 int cnt_used = 0; |
a3473d990fed
Better collision detection algorithm. The idea is to keep a subtitle in place
eugeni
parents:
19636
diff
changeset
|
2135 int i, j; |
a3473d990fed
Better collision detection algorithm. The idea is to keep a subtitle in place
eugeni
parents:
19636
diff
changeset
|
2136 |
a3473d990fed
Better collision detection algorithm. The idea is to keep a subtitle in place
eugeni
parents:
19636
diff
changeset
|
2137 // fill used[] with fixed events |
a3473d990fed
Better collision detection algorithm. The idea is to keep a subtitle in place
eugeni
parents:
19636
diff
changeset
|
2138 for (i = 0; i < cnt; ++i) { |
a3473d990fed
Better collision detection algorithm. The idea is to keep a subtitle in place
eugeni
parents:
19636
diff
changeset
|
2139 render_priv_t* priv; |
a3473d990fed
Better collision detection algorithm. The idea is to keep a subtitle in place
eugeni
parents:
19636
diff
changeset
|
2140 if (!imgs[i].detect_collisions) break; |
a3473d990fed
Better collision detection algorithm. The idea is to keep a subtitle in place
eugeni
parents:
19636
diff
changeset
|
2141 priv = get_render_priv(imgs[i].event); |
a3473d990fed
Better collision detection algorithm. The idea is to keep a subtitle in place
eugeni
parents:
19636
diff
changeset
|
2142 if (priv->height > 0) { // it's a fixed event |
a3473d990fed
Better collision detection algorithm. The idea is to keep a subtitle in place
eugeni
parents:
19636
diff
changeset
|
2143 segment_t s; |
a3473d990fed
Better collision detection algorithm. The idea is to keep a subtitle in place
eugeni
parents:
19636
diff
changeset
|
2144 s.a = priv->top; |
a3473d990fed
Better collision detection algorithm. The idea is to keep a subtitle in place
eugeni
parents:
19636
diff
changeset
|
2145 s.b = priv->top + priv->height; |
a3473d990fed
Better collision detection algorithm. The idea is to keep a subtitle in place
eugeni
parents:
19636
diff
changeset
|
2146 if (priv->height != imgs[i].height) { // no, it's not |
a3473d990fed
Better collision detection algorithm. The idea is to keep a subtitle in place
eugeni
parents:
19636
diff
changeset
|
2147 mp_msg(MSGT_GLOBAL, MSGL_WARN, "Achtung! Event height has changed! \n"); |
a3473d990fed
Better collision detection algorithm. The idea is to keep a subtitle in place
eugeni
parents:
19636
diff
changeset
|
2148 priv->top = 0; |
a3473d990fed
Better collision detection algorithm. The idea is to keep a subtitle in place
eugeni
parents:
19636
diff
changeset
|
2149 priv->height = 0; |
a3473d990fed
Better collision detection algorithm. The idea is to keep a subtitle in place
eugeni
parents:
19636
diff
changeset
|
2150 } |
a3473d990fed
Better collision detection algorithm. The idea is to keep a subtitle in place
eugeni
parents:
19636
diff
changeset
|
2151 for (j = 0; j < cnt_used; ++j) |
a3473d990fed
Better collision detection algorithm. The idea is to keep a subtitle in place
eugeni
parents:
19636
diff
changeset
|
2152 if (overlap(&s, used + j)) { // no, it's not |
a3473d990fed
Better collision detection algorithm. The idea is to keep a subtitle in place
eugeni
parents:
19636
diff
changeset
|
2153 priv->top = 0; |
a3473d990fed
Better collision detection algorithm. The idea is to keep a subtitle in place
eugeni
parents:
19636
diff
changeset
|
2154 priv->height = 0; |
a3473d990fed
Better collision detection algorithm. The idea is to keep a subtitle in place
eugeni
parents:
19636
diff
changeset
|
2155 } |
a3473d990fed
Better collision detection algorithm. The idea is to keep a subtitle in place
eugeni
parents:
19636
diff
changeset
|
2156 if (priv->height > 0) { // still a fixed event |
a3473d990fed
Better collision detection algorithm. The idea is to keep a subtitle in place
eugeni
parents:
19636
diff
changeset
|
2157 used[cnt_used].a = priv->top; |
a3473d990fed
Better collision detection algorithm. The idea is to keep a subtitle in place
eugeni
parents:
19636
diff
changeset
|
2158 used[cnt_used].b = priv->top + priv->height; |
a3473d990fed
Better collision detection algorithm. The idea is to keep a subtitle in place
eugeni
parents:
19636
diff
changeset
|
2159 cnt_used ++; |
a3473d990fed
Better collision detection algorithm. The idea is to keep a subtitle in place
eugeni
parents:
19636
diff
changeset
|
2160 shift_event(imgs + i, priv->top - imgs[i].top); |
a3473d990fed
Better collision detection algorithm. The idea is to keep a subtitle in place
eugeni
parents:
19636
diff
changeset
|
2161 } |
a3473d990fed
Better collision detection algorithm. The idea is to keep a subtitle in place
eugeni
parents:
19636
diff
changeset
|
2162 } |
a3473d990fed
Better collision detection algorithm. The idea is to keep a subtitle in place
eugeni
parents:
19636
diff
changeset
|
2163 } |
a3473d990fed
Better collision detection algorithm. The idea is to keep a subtitle in place
eugeni
parents:
19636
diff
changeset
|
2164 qsort(used, cnt_used, sizeof(segment_t), cmp_segment); |
a3473d990fed
Better collision detection algorithm. The idea is to keep a subtitle in place
eugeni
parents:
19636
diff
changeset
|
2165 |
a3473d990fed
Better collision detection algorithm. The idea is to keep a subtitle in place
eugeni
parents:
19636
diff
changeset
|
2166 // try to fit other events in free spaces |
a3473d990fed
Better collision detection algorithm. The idea is to keep a subtitle in place
eugeni
parents:
19636
diff
changeset
|
2167 for (i = 0; i < cnt; ++i) { |
a3473d990fed
Better collision detection algorithm. The idea is to keep a subtitle in place
eugeni
parents:
19636
diff
changeset
|
2168 render_priv_t* priv; |
a3473d990fed
Better collision detection algorithm. The idea is to keep a subtitle in place
eugeni
parents:
19636
diff
changeset
|
2169 if (!imgs[i].detect_collisions) break; |
a3473d990fed
Better collision detection algorithm. The idea is to keep a subtitle in place
eugeni
parents:
19636
diff
changeset
|
2170 priv = get_render_priv(imgs[i].event); |
a3473d990fed
Better collision detection algorithm. The idea is to keep a subtitle in place
eugeni
parents:
19636
diff
changeset
|
2171 if (priv->height == 0) { // not a fixed event |
a3473d990fed
Better collision detection algorithm. The idea is to keep a subtitle in place
eugeni
parents:
19636
diff
changeset
|
2172 int shift; |
a3473d990fed
Better collision detection algorithm. The idea is to keep a subtitle in place
eugeni
parents:
19636
diff
changeset
|
2173 segment_t s; |
a3473d990fed
Better collision detection algorithm. The idea is to keep a subtitle in place
eugeni
parents:
19636
diff
changeset
|
2174 s.a = imgs[i].top; |
a3473d990fed
Better collision detection algorithm. The idea is to keep a subtitle in place
eugeni
parents:
19636
diff
changeset
|
2175 s.b = imgs[i].top + imgs[i].height; |
a3473d990fed
Better collision detection algorithm. The idea is to keep a subtitle in place
eugeni
parents:
19636
diff
changeset
|
2176 shift = fit_segment(&s, used, &cnt_used, imgs[i].shift_direction); |
a3473d990fed
Better collision detection algorithm. The idea is to keep a subtitle in place
eugeni
parents:
19636
diff
changeset
|
2177 if (shift) shift_event(imgs + i, shift); |
a3473d990fed
Better collision detection algorithm. The idea is to keep a subtitle in place
eugeni
parents:
19636
diff
changeset
|
2178 // make it fixed |
a3473d990fed
Better collision detection algorithm. The idea is to keep a subtitle in place
eugeni
parents:
19636
diff
changeset
|
2179 priv->top = imgs[i].top; |
a3473d990fed
Better collision detection algorithm. The idea is to keep a subtitle in place
eugeni
parents:
19636
diff
changeset
|
2180 priv->height = imgs[i].height; |
a3473d990fed
Better collision detection algorithm. The idea is to keep a subtitle in place
eugeni
parents:
19636
diff
changeset
|
2181 } |
a3473d990fed
Better collision detection algorithm. The idea is to keep a subtitle in place
eugeni
parents:
19636
diff
changeset
|
2182 |
a3473d990fed
Better collision detection algorithm. The idea is to keep a subtitle in place
eugeni
parents:
19636
diff
changeset
|
2183 } |
a3473d990fed
Better collision detection algorithm. The idea is to keep a subtitle in place
eugeni
parents:
19636
diff
changeset
|
2184 } |
a3473d990fed
Better collision detection algorithm. The idea is to keep a subtitle in place
eugeni
parents:
19636
diff
changeset
|
2185 |
18937 | 2186 /** |
2187 * \brief render a frame | |
2188 * \param priv library handle | |
2189 * \param track track | |
2190 * \param now current video timestamp (ms) | |
2191 */ | |
20477 | 2192 ass_image_t* ass_render_frame(ass_renderer_t *priv, ass_track_t* track, long long now) |
18937 | 2193 { |
19638
a3473d990fed
Better collision detection algorithm. The idea is to keep a subtitle in place
eugeni
parents:
19636
diff
changeset
|
2194 int i, cnt, rc; |
a3473d990fed
Better collision detection algorithm. The idea is to keep a subtitle in place
eugeni
parents:
19636
diff
changeset
|
2195 event_images_t eimg[MAX_EVENTS]; |
a3473d990fed
Better collision detection algorithm. The idea is to keep a subtitle in place
eugeni
parents:
19636
diff
changeset
|
2196 event_images_t* last; |
19891 | 2197 ass_image_t** tail; |
18937 | 2198 |
19638
a3473d990fed
Better collision detection algorithm. The idea is to keep a subtitle in place
eugeni
parents:
19636
diff
changeset
|
2199 // init frame |
18937 | 2200 rc = ass_start_frame(priv, track, now); |
19638
a3473d990fed
Better collision detection algorithm. The idea is to keep a subtitle in place
eugeni
parents:
19636
diff
changeset
|
2201 if (rc != 0) |
18937 | 2202 return 0; |
19638
a3473d990fed
Better collision detection algorithm. The idea is to keep a subtitle in place
eugeni
parents:
19636
diff
changeset
|
2203 |
a3473d990fed
Better collision detection algorithm. The idea is to keep a subtitle in place
eugeni
parents:
19636
diff
changeset
|
2204 // render events separately |
a3473d990fed
Better collision detection algorithm. The idea is to keep a subtitle in place
eugeni
parents:
19636
diff
changeset
|
2205 cnt = 0; |
18937 | 2206 for (i = 0; i < track->n_events; ++i) { |
2207 ass_event_t* event = track->events + i; | |
2208 if ( (event->Start <= now) && (now < (event->Start + event->Duration)) ) { | |
19638
a3473d990fed
Better collision detection algorithm. The idea is to keep a subtitle in place
eugeni
parents:
19636
diff
changeset
|
2209 if (cnt < MAX_EVENTS) { |
a3473d990fed
Better collision detection algorithm. The idea is to keep a subtitle in place
eugeni
parents:
19636
diff
changeset
|
2210 rc = ass_render_event(event, eimg + cnt); |
a3473d990fed
Better collision detection algorithm. The idea is to keep a subtitle in place
eugeni
parents:
19636
diff
changeset
|
2211 if (!rc) ++cnt; |
a3473d990fed
Better collision detection algorithm. The idea is to keep a subtitle in place
eugeni
parents:
19636
diff
changeset
|
2212 } else { |
a3473d990fed
Better collision detection algorithm. The idea is to keep a subtitle in place
eugeni
parents:
19636
diff
changeset
|
2213 mp_msg(MSGT_GLOBAL, MSGL_WARN, "Too many simultaneous events \n"); |
a3473d990fed
Better collision detection algorithm. The idea is to keep a subtitle in place
eugeni
parents:
19636
diff
changeset
|
2214 break; |
a3473d990fed
Better collision detection algorithm. The idea is to keep a subtitle in place
eugeni
parents:
19636
diff
changeset
|
2215 } |
18937 | 2216 } |
2217 } | |
19638
a3473d990fed
Better collision detection algorithm. The idea is to keep a subtitle in place
eugeni
parents:
19636
diff
changeset
|
2218 |
a3473d990fed
Better collision detection algorithm. The idea is to keep a subtitle in place
eugeni
parents:
19636
diff
changeset
|
2219 // sort by layer |
a3473d990fed
Better collision detection algorithm. The idea is to keep a subtitle in place
eugeni
parents:
19636
diff
changeset
|
2220 qsort(eimg, cnt, sizeof(event_images_t), cmp_event_layer); |
a3473d990fed
Better collision detection algorithm. The idea is to keep a subtitle in place
eugeni
parents:
19636
diff
changeset
|
2221 |
a3473d990fed
Better collision detection algorithm. The idea is to keep a subtitle in place
eugeni
parents:
19636
diff
changeset
|
2222 // call fix_collisions for each group of events with the same layer |
a3473d990fed
Better collision detection algorithm. The idea is to keep a subtitle in place
eugeni
parents:
19636
diff
changeset
|
2223 last = eimg; |
a3473d990fed
Better collision detection algorithm. The idea is to keep a subtitle in place
eugeni
parents:
19636
diff
changeset
|
2224 for (i = 1; i < cnt; ++i) |
a3473d990fed
Better collision detection algorithm. The idea is to keep a subtitle in place
eugeni
parents:
19636
diff
changeset
|
2225 if (last->event->Layer != eimg[i].event->Layer) { |
a3473d990fed
Better collision detection algorithm. The idea is to keep a subtitle in place
eugeni
parents:
19636
diff
changeset
|
2226 fix_collisions(last, eimg + i - last); |
a3473d990fed
Better collision detection algorithm. The idea is to keep a subtitle in place
eugeni
parents:
19636
diff
changeset
|
2227 last = eimg + i; |
a3473d990fed
Better collision detection algorithm. The idea is to keep a subtitle in place
eugeni
parents:
19636
diff
changeset
|
2228 } |
a3473d990fed
Better collision detection algorithm. The idea is to keep a subtitle in place
eugeni
parents:
19636
diff
changeset
|
2229 if (cnt > 0) |
a3473d990fed
Better collision detection algorithm. The idea is to keep a subtitle in place
eugeni
parents:
19636
diff
changeset
|
2230 fix_collisions(last, eimg + cnt - last); |
a3473d990fed
Better collision detection algorithm. The idea is to keep a subtitle in place
eugeni
parents:
19636
diff
changeset
|
2231 |
a3473d990fed
Better collision detection algorithm. The idea is to keep a subtitle in place
eugeni
parents:
19636
diff
changeset
|
2232 // concat lists |
20477 | 2233 tail = &ass_renderer->images_root; |
19891 | 2234 for (i = 0; i < cnt; ++i) { |
2235 ass_image_t* cur = eimg[i].imgs; | |
2236 while (cur) { | |
2237 *tail = cur; | |
2238 tail = &cur->next; | |
2239 cur = cur->next; | |
2240 } | |
19638
a3473d990fed
Better collision detection algorithm. The idea is to keep a subtitle in place
eugeni
parents:
19636
diff
changeset
|
2241 } |
a3473d990fed
Better collision detection algorithm. The idea is to keep a subtitle in place
eugeni
parents:
19636
diff
changeset
|
2242 |
20477 | 2243 return ass_renderer->images_root; |
18937 | 2244 } |
2245 |