2009-06-20 |
greg | Add -Wall to CFLAGS |
commit | commitdiff | tree | snapshot |
2009-06-20 |
greg | Replace manual fixed-point conversion |
commit | commitdiff | tree | snapshot |
2009-06-20 |
greg | Reindent all source code. |
commit | commitdiff | tree | snapshot |
2009-06-20 |
greg | Add .gitignore |
commit | commitdiff | tree | snapshot |
2009-06-20 |
greg | Do not print message level of a string (bloats output... |
commit | commitdiff | tree | snapshot |
2009-06-20 |
greg | Fix up glyph stroker to avoid buggy rendering. |
commit | commitdiff | tree | snapshot |
2009-06-19 |
greg | Set a more reasonable maximum blur radius and make... |
commit | commitdiff | tree | snapshot |
2009-06-19 |
greg | Enlarge glyph size more for \blur to avoid artefacts. |
commit | commitdiff | tree | snapshot |
2009-06-19 |
greg | Remove MAX_GLYPHS and MAX_LINES limits. Instead, dynami... |
commit | commitdiff | tree | snapshot |
2009-06-19 |
greg | Remove cache globals; move cache data into a separate... |
commit | commitdiff | tree | snapshot |
2009-06-19 |
greg | Eliminate text_info global; move it into ass_renderer. |
commit | commitdiff | tree | snapshot |
2009-06-19 |
greg | Eliminate render_context global; move it into ass_renderer. |
commit | commitdiff | tree | snapshot |
2009-06-19 |
greg | Use ass_renderer to access settings instead of passing... |
commit | commitdiff | tree | snapshot |
2009-06-19 |
greg | Move frame_context into ass_renderer. This finishes... |
commit | commitdiff | tree | snapshot |
2009-06-19 |
greg | Eliminate frame_context global, started. |
commit | commitdiff | tree | snapshot |
2009-06-19 |
greg | Eliminate global_settings global. |
commit | commitdiff | tree | snapshot |
2009-06-19 |
greg | Eliminate ass_renderer global. |
commit | commitdiff | tree | snapshot |
2009-06-19 |
greg | Warn on \pos, \move redefinitions |
commit | commitdiff | tree | snapshot |
2009-06-19 |
greg | ass_render.c: declare functions static |
commit | commitdiff | tree | snapshot |
2009-06-19 |
greg | From uau: libass: Fix cache lookup problem causing... |
commit | commitdiff | tree | snapshot |
2009-06-18 |
greg | Add autotools infrastructure. |
commit | commitdiff | tree | snapshot |
2009-06-18 |
greg | Apply initial changes needed for standalone libass. |
commit | commitdiff | tree | snapshot |
2009-06-16 |
eugeni | Add a missing check for a NULL return value. |
commit | commitdiff | tree | snapshot |
2009-05-13 |
diego | whitespace cosmetics: Remove all trailing whitespace. |
commit | commitdiff | tree | snapshot |
2009-04-21 |
eugeni | Don't automatically wrap lines when WrapStyle==2. |
commit | commitdiff | tree | snapshot |
2009-03-28 |
reimar | Document the ass_render_event event_images parameter. |
commit | commitdiff | tree | snapshot |
2009-03-28 |
reimar | Initialize all structs to 0 before using them. |
commit | commitdiff | tree | snapshot |
2009-03-16 |
eugeni | Cosmetics: reindent. |
commit | commitdiff | tree | snapshot |
2009-03-16 |
eugeni | Fix uninitialized memory access in ass_fontconfig. |
commit | commitdiff | tree | snapshot |
2009-03-11 |
greg | Use ScaledBorderAndShadow: yes by default. |
commit | commitdiff | tree | snapshot |
2009-03-08 |
eugeni | Cosmetics: reindent. |
commit | commitdiff | tree | snapshot |
2009-03-08 |
eugeni | Treat -font/-subfont as Fontconfig pattern in libass. |
commit | commitdiff | tree | snapshot |
2009-03-08 |
greg | Remove extraneous braces. |
commit | commitdiff | tree | snapshot |
2009-03-08 |
greg | Don't assume width == stride for bitmap composition. |
commit | commitdiff | tree | snapshot |
2009-03-08 |
greg | Fix clipping for pan-and-scan. |
commit | commitdiff | tree | snapshot |
2009-03-08 |
greg | Add a proper color check to the overlap compositing. |
commit | commitdiff | tree | snapshot |
2009-03-08 |
greg | Replace rotation functions with a simplified version... |
commit | commitdiff | tree | snapshot |
2009-03-07 |
greg | Only use first \org in a line. |
commit | commitdiff | tree | snapshot |
2009-03-06 |
greg | Fix \be blur start position. |
commit | commitdiff | tree | snapshot |
2009-03-06 |
greg | Raise max. number of \be applications to 100, introduce... |
commit | commitdiff | tree | snapshot |
2009-03-06 |
greg | Replace magic numbers (for subpixel accuracy masking... |
commit | commitdiff | tree | snapshot |
2009-03-06 |
greg | Use blur with kernel [[1,2,1], [2,4,2], [1,2,1]] for... |
commit | commitdiff | tree | snapshot |
2009-03-05 |
greg | Combine adjacent overlapping, translucent glyph borders... |
commit | commitdiff | tree | snapshot |
2009-03-05 |
greg | Fix positioned events' y-position when pan-and-scan... |
commit | commitdiff | tree | snapshot |
2009-03-05 |
greg | Support for subpixel accuracy of 3 bits for \pos and... |
commit | commitdiff | tree | snapshot |
2009-03-05 |
greg | Style override for ScaledBorderAndShadow. |
commit | commitdiff | tree | snapshot |
2009-03-05 |
greg | Support ScaledBorderAndShadow property. |
commit | commitdiff | tree | snapshot |
2009-03-05 |
greg | Scale shadow displacement and blur size like border... |
commit | commitdiff | tree | snapshot |
2009-03-05 |
greg | Round shadow displacement to nearest int. |
commit | commitdiff | tree | snapshot |
2009-03-05 |
greg | Support a vsfilter special case: |
commit | commitdiff | tree | snapshot |
2009-03-05 |
greg | Hack: half-merge glyph border with outline to avoid... |
commit | commitdiff | tree | snapshot |
2009-03-05 |
greg | Ignore PlayResX/Y aspect ratio for font aspect ratio. |
commit | commitdiff | tree | snapshot |
2009-03-01 |
eugeni | Fix a memory leak. |
commit | commitdiff | tree | snapshot |
2009-03-01 |
eugeni | With pan-and-scan, keep positioned events in their... |
commit | commitdiff | tree | snapshot |
2009-02-27 |
eugeni | Zero-fill glyph_info_t before use. |
commit | commitdiff | tree | snapshot |
2009-02-27 |
eugeni | Remove unused function argument. |
commit | commitdiff | tree | snapshot |
2009-02-27 |
eugeni | Support fractional arguments for some override tags. |
commit | commitdiff | tree | snapshot |
2009-02-27 |
eugeni | Fix two gcc warnings. |
commit | commitdiff | tree | snapshot |
2009-02-27 |
eugeni | Fix memory leak produced by the \blur patch. |
commit | commitdiff | tree | snapshot |
2009-02-27 |
eugeni | Stronger blur. |
commit | commitdiff | tree | snapshot |
2009-02-27 |
eugeni | Allow shadow without border. |
commit | commitdiff | tree | snapshot |
2009-02-07 |
eugeni | In case of several \move or \pos in one line, prefer... |
commit | commitdiff | tree | snapshot |
2009-02-07 |
eugeni | Add stubs for a few unimplemented tags. |
commit | commitdiff | tree | snapshot |
2009-02-07 |
eugeni | Allow \be with arguments other than 0 or 1. Implement... |
commit | commitdiff | tree | snapshot |
2009-01-29 |
compn | increase max glyph and lines limit |
commit | commitdiff | tree | snapshot |
2008-12-03 |
diego | Get rid of pointless 'extern' keywords. |
commit | commitdiff | tree | snapshot |
2008-11-02 |
reimar | Consistently use NULL for pointers instead of 0. |
commit | commitdiff | tree | snapshot |
2008-11-02 |
reimar | Fallback to non-fontconfig behaviour when fontconfig... |
commit | commitdiff | tree | snapshot |
2008-09-05 |
aurel | libass: fix type mismatch between size parameter and... |
commit | commitdiff | tree | snapshot |
2008-09-05 |
aurel | libass: add a new ass_process_data() to process demuxed... |
commit | commitdiff | tree | snapshot |
2008-08-08 |
eugeni | Don't print drawing commands on screen. |
commit | commitdiff | tree | snapshot |
2008-08-07 |
eugeni | If (has outline) blur(outline) else blur(glyph). |
commit | commitdiff | tree | snapshot |
2008-08-07 |
eugeni | \org turns off collision detection. |
commit | commitdiff | tree | snapshot |
2008-08-07 |
eugeni | Treat \h as space character. |
commit | commitdiff | tree | snapshot |
2008-08-07 |
eugeni | Calculate subtitle origin in floating point. |
commit | commitdiff | tree | snapshot |
2008-08-07 |
eugeni | Calculate subtitle position in floating point. |
commit | commitdiff | tree | snapshot |
2008-08-07 |
diego | Rename font-related preprocessor directives. |
commit | commitdiff | tree | snapshot |
2008-08-01 |
diego | Rename some preprocessor directives from CONFIG_* to... |
commit | commitdiff | tree | snapshot |
2008-07-30 |
diego | Start unifying names of internal preprocessor directives. |
commit | commitdiff | tree | snapshot |
2008-07-09 |
eugeni | Fix \fn without an argument consuming the next '\'. |
commit | commitdiff | tree | snapshot |
2008-06-23 |
eugeni | Check if the font set returned from FcFontSort in not... |
commit | commitdiff | tree | snapshot |
2008-06-23 |
eugeni | Reindent. |
commit | commitdiff | tree | snapshot |
2008-06-23 |
eugeni | Only use application font dir if library->fonts_dir... |
commit | commitdiff | tree | snapshot |
2008-05-29 |
eugeni | The size of output buffer is stored in 'osize', not... |
commit | commitdiff | tree | snapshot |
2008-05-29 |
eugeni | Clear iconv conversion state also in libass. |
commit | commitdiff | tree | snapshot |
2008-05-29 |
eugeni | Offset should be size_t. |
commit | commitdiff | tree | snapshot |
2008-05-22 |
eugeni | Cosmetics: reindent after the last commit. |
commit | commitdiff | tree | snapshot |
2008-05-22 |
eugeni | Read all faces of a memory font, not just the first... |
commit | commitdiff | tree | snapshot |
2008-05-22 |
eugeni | Fix compilation with FontConfig <= 2.2.96. |
commit | commitdiff | tree | snapshot |
2008-05-19 |
eugeni | In case 2 styles have the same name, prefer the latest... |
commit | commitdiff | tree | snapshot |
2008-05-16 |
diego | cosmetics: Remove useless parentheses from return state... |
commit | commitdiff | tree | snapshot |
2008-05-14 |
diego | Speak of libass instead of MPlayer in the libass licens... |
commit | commitdiff | tree | snapshot |
2008-05-13 |
diego | Add standard license header. |
commit | commitdiff | tree | snapshot |
2008-05-13 |
diego | Fix one more license header wording detail for consistency. |
commit | commitdiff | tree | snapshot |
2008-05-13 |
diego | Use standard license header. |
commit | commitdiff | tree | snapshot |
2008-05-11 |
eugeni | When building font pattern, treat both ' ' and '-'... |
commit | commitdiff | tree | snapshot |
2008-05-11 |
eugeni | Fix possible free of unallocated memory. |
commit | commitdiff | tree | snapshot |
2008-05-08 |
eugeni | Define FC_FULLNAME and FC_EMBOLDEN to fix compilation... |
commit | commitdiff | tree | snapshot |
2008-05-08 |
eugeni | If both full name and family are available, use the... |
commit | commitdiff | tree | snapshot |
2008-05-08 |
eugeni | Remove extra family names from the search pattern after... |
commit | commitdiff | tree | snapshot |
next |