]>
granicus.if.org Git - libass/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
eugeni [Tue, 22 Aug 2006 22:11:01 +0000 (22:11 +0000)]
SSA/ASS parser reworked, with 2 main results:
support for script embedded fonts (fonts, uuencoded directly into script) added;
matroska interface functions have got more sensible names.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19498
b3059339 -0415-0410-9bf9-
f77b7e298cf2
rfelker [Mon, 21 Aug 2006 22:02:49 +0000 (22:02 +0000)]
use of malloc without prototype.. very bad on 64bit archs
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19490
b3059339 -0415-0410-9bf9-
f77b7e298cf2
rfelker [Mon, 21 Aug 2006 21:46:59 +0000 (21:46 +0000)]
no c++ decls!
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19487
b3059339 -0415-0410-9bf9-
f77b7e298cf2
eugeni [Mon, 21 Aug 2006 16:33:13 +0000 (16:33 +0000)]
Add public functions for removal of styles and events.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19480
b3059339 -0415-0410-9bf9-
f77b7e298cf2
diego [Thu, 17 Aug 2006 17:19:56 +0000 (17:19 +0000)]
Move all internal -I parameters to the front of CFLAGS to avoid using external
header files that happen to have the same name as internal ones.
based on a patch by Vladislav Naumov, vladislav.naumov **at** gmail **dot** com
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19426
b3059339 -0415-0410-9bf9-
f77b7e298cf2
eugeni [Wed, 16 Aug 2006 00:54:59 +0000 (00:54 +0000)]
Fix wrong handling of transparency in \fad(\fade).
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19412
b3059339 -0415-0410-9bf9-
f77b7e298cf2
eugeni [Tue, 15 Aug 2006 22:46:56 +0000 (22:46 +0000)]
Replace stdint.h with inttypes.h.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19411
b3059339 -0415-0410-9bf9-
f77b7e298cf2
eugeni [Tue, 15 Aug 2006 20:41:53 +0000 (20:41 +0000)]
Angle value from style was ignored. Not anymore.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19410
b3059339 -0415-0410-9bf9-
f77b7e298cf2
eugeni [Tue, 15 Aug 2006 19:25:46 +0000 (19:25 +0000)]
Add subdata to ass_track conversion for external subtitles.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19407
b3059339 -0415-0410-9bf9-
f77b7e298cf2
eugeni [Tue, 15 Aug 2006 14:43:04 +0000 (14:43 +0000)]
Cosmetics: fix indentation after the last patch.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19405
b3059339 -0415-0410-9bf9-
f77b7e298cf2
eugeni [Tue, 15 Aug 2006 14:40:57 +0000 (14:40 +0000)]
Allow \fade to be used in place of \fad and vice versa.
Now they are distinguished by the number of arguments.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19404
b3059339 -0415-0410-9bf9-
f77b7e298cf2
eugeni [Sun, 13 Aug 2006 10:54:29 +0000 (10:54 +0000)]
Replace %lld with PRId64, part 2.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19384
b3059339 -0415-0410-9bf9-
f77b7e298cf2
eugeni [Sun, 13 Aug 2006 00:47:33 +0000 (00:47 +0000)]
MinGW treats %lld as %d. Replace it with PRId64.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19380
b3059339 -0415-0410-9bf9-
f77b7e298cf2
eugeni [Sat, 12 Aug 2006 18:33:19 +0000 (18:33 +0000)]
Fix compilation with gcc 2.95.
Patch by Jason Tackaberry, tack at urandom dot ca.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19376
b3059339 -0415-0410-9bf9-
f77b7e298cf2
eugeni [Sun, 6 Aug 2006 17:56:01 +0000 (17:56 +0000)]
Use FontConfig cache to speedup mplayer startup.
Patch by Zealot <zealot0630 at gmail dot com>.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19346
b3059339 -0415-0410-9bf9-
f77b7e298cf2
diego [Thu, 27 Jul 2006 10:08:17 +0000 (10:08 +0000)]
Unify include paths in the build system, part I.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19195
b3059339 -0415-0410-9bf9-
f77b7e298cf2
reynaldo [Sat, 15 Jul 2006 16:03:12 +0000 (16:03 +0000)]
marks several read-only string parameters which aren't modified inside the called function as const. Patch by Stefan Huehner, stefan AT huehner-org
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19109
b3059339 -0415-0410-9bf9-
f77b7e298cf2
reynaldo [Thu, 13 Jul 2006 20:59:18 +0000 (20:59 +0000)]
marks several function without a prototype which arent used outside its sourcefile as static, Patch by Stefan Huehner - stefan AT huehner-org
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19071
b3059339 -0415-0410-9bf9-
f77b7e298cf2
eugeni [Thu, 13 Jul 2006 18:52:16 +0000 (18:52 +0000)]
Cosmetics.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19069
b3059339 -0415-0410-9bf9-
f77b7e298cf2
eugeni [Thu, 13 Jul 2006 18:49:06 +0000 (18:49 +0000)]
Use FcPatternAdd-Type instead of FcNameParse. The latter, as it turns out, requires escaping of some characters ('-', maybe more).
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19068
b3059339 -0415-0410-9bf9-
f77b7e298cf2
eugeni [Wed, 12 Jul 2006 22:28:20 +0000 (22:28 +0000)]
Support 6 argument variant of \move.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19049
b3059339 -0415-0410-9bf9-
f77b7e298cf2
diego [Wed, 12 Jul 2006 17:58:07 +0000 (17:58 +0000)]
OPTFLAGS already includes EXTRA_INC.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19042
b3059339 -0415-0410-9bf9-
f77b7e298cf2
eugeni [Mon, 10 Jul 2006 23:58:24 +0000 (23:58 +0000)]
Support some recently discovered color formats.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19008
b3059339 -0415-0410-9bf9-
f77b7e298cf2
eugeni [Mon, 10 Jul 2006 23:57:17 +0000 (23:57 +0000)]
Ignoring FT_Glyph_Stroke() errors can potentially lead to double free().
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19007
b3059339 -0415-0410-9bf9-
f77b7e298cf2
eugeni [Mon, 10 Jul 2006 23:55:40 +0000 (23:55 +0000)]
Only match outline fonts.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19006
b3059339 -0415-0410-9bf9-
f77b7e298cf2
eugeni [Fri, 7 Jul 2006 18:26:51 +0000 (18:26 +0000)]
Initial libass release (without mencoder support).
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18942
b3059339 -0415-0410-9bf9-
f77b7e298cf2