eugeni
219d0cfca9
Always initialize and destroy ass_library.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20499 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-10-29 03:23:23 +00:00
uau
4df2014879
Always initialize libass to fix crashes caused by use without initialization.
...
Library init was only done if ass_enabled was true at program startup.
However there are at least 2 ways how MPlayer can later try to access
the library even if ass_enabled is false at that point:
- per-file options can turn on ass support later
- if the embeddedfonts option is enabled and the file has fonts
demux_mkv will call ass_process_font
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20498 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-10-29 00:23:12 +00:00
kraymer
ccdc5fda08
Partially synced with en/mplayer.1 (3).
...
Section "OSD/SUBTITLE OPTIONS" of zh/mplayer.1 updated. And some wordings.
patch by Sheldon Jin (jinsh2 yahoo com)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20497 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-10-28 18:40:25 +00:00
nicodvb
cb54570f66
removed useless check: when is_start is set the size of the payload
...
can be at most 184 bytes
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20496 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-10-28 17:51:32 +00:00
kraymer
9b514bd5fe
fix some wordings
...
patch by Sheldon Jin (jinsh2 yahoo com)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20495 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-10-28 17:42:37 +00:00
nicodvb
feed289c95
in ts_parse() centralized stream_read()+stream_skip(); smaller and cleaner
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20494 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-10-28 17:42:25 +00:00
eugeni
efea99c2c9
Libass interface reworked:
...
- ass_instance_t renamed to ass_renderer_t
- ass_library_t introduced
- use of mplayer-specific global variables limited to ass_mp.c
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20493 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-10-28 15:07:18 +00:00
kraymer
a383ad29ea
r20477: Add missing parenthesis
...
typo
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20492 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-10-28 14:20:15 +00:00
kraymer
54c17886a1
r20440: Add ASS subtitle rendering options to gui.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20491 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-10-28 13:07:36 +00:00
rtogni
6ee923883c
Add svn versions for rc1
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20490 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-10-28 12:26:17 +00:00
reimar
e5d30923d1
Cleanup/simplify nsv check_file function.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20489 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-10-28 11:01:18 +00:00
nicodvb
267ed8021e
readability cosmetics
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20488 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-10-28 10:59:17 +00:00
nicodvb
fb8eec9d28
unconditionally assign the language code when available;
...
more simplifications
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20487 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-10-28 10:52:12 +00:00
reimar
8777fbb596
Better check for non-broken NSVf-header to avoid incorrect detection.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20486 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-10-28 10:44:45 +00:00
reimar
ef45c3167f
If HAVE_FONTCONFIG is not defined, font_fontconfig might be declared both
...
extern and static, causing compilation to fail
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20485 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-10-28 10:21:30 +00:00
ods15
6590c8d72f
indentation fix
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20484 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-10-28 10:06:11 +00:00
nicodvb
c57f415693
reformatted ts_parse() after previous commit
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20483 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-10-28 09:52:19 +00:00
ods15
6355be18bd
make vf_geq read whitespace in equation param
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20482 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-10-28 09:50:22 +00:00
nicodvb
de8cb3f35a
removed unreachable code (when len=pes_parse2() returns 0)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20481 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-10-28 09:44:18 +00:00
nicodvb
fd08f0490e
10l: fixed misplaced adaption field check
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20480 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-10-28 09:03:51 +00:00
nicodvb
5f569045d4
removed commented crc32 code; I'll eventualy reuse the one in lavu
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20479 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-10-28 08:56:44 +00:00
nicodvb
b705af5710
slight simplifications
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20478 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-10-28 08:54:31 +00:00
corey
d9b8e39c75
Add missing parenthesis. Patch by Andrew Savchenko, Bircoph <at> list <dot> ru.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20477 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-10-28 03:49:03 +00:00
michael
e4a9ff8c04
clarify pts related stuff
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20476 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-10-28 00:11:53 +00:00
kraymer
c68aea6ebd
Partial sync with en/mplayer.1 (2)
...
zh/mplayer.1 is mainly updated with section of
"DEMUXER/STREAM OPTIONS"
patch by Sheldon Jin (jinsh2 yahoo com)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20475 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-10-27 23:13:46 +00:00
diego
671843b934
Add a note about charset configuration to the Apache section.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20474 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-10-27 22:47:41 +00:00
ods15
bc9d65db85
remove unused variable
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20473 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-10-27 21:34:05 +00:00
ods15
6c1309fe19
cosmetic, reindentation, tab removal
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20472 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-10-27 21:33:01 +00:00
ods15
591f6c68bb
update vf_geq to new ff_eval API
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20471 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-10-27 19:40:48 +00:00
reimar
0f281eb8d9
100l, forgotten "no" for nouse-filedir-conf caused "-use-filedir-conf"
...
option to have no effect.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20470 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-10-27 19:19:40 +00:00
Gabrov
fce74b2827
synced with r20468
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20469 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-10-27 17:15:42 +00:00
Gabrov
d7209373dd
synced with r20445
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20468 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-10-27 17:10:23 +00:00
eugeni
4d268b94d7
Add missing fontconfig_done() call.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20467 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-10-27 16:02:44 +00:00
diego
66140b89cc
Sync with Debian package.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20466 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-10-27 14:57:10 +00:00
michael
88f9acb2b4
"-o -" -> use stdout
...
makes users of obscure OSs like window$ happy as they have no /dev/stdout
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20465 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-10-27 12:25:59 +00:00
iive
9e171eda7b
Add cmov detection to configure
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20464 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-10-27 11:56:43 +00:00
voroshil
abe0c8c4f4
Fix translation inconsistencies, noticed by Torinthiel.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20463 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-10-27 05:54:32 +00:00
eugeni
e8733cbf9d
Split ass_configure() into several smaller functions.
...
FontConfig initialization moved from ass_init() to ass_set_fonts().
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20462 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-10-26 20:08:46 +00:00
diego
702278b69e
Fix a multitude of roff errors and warnings.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20461 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-10-26 15:27:00 +00:00
kraymer
43c68f9695
various orthography and wording fixes
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20460 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-10-26 13:02:16 +00:00
kraymer
bc0528c0a8
r20426: -chapter works with dvd:// and dvdnav://
...
r20445: finally document -correct-pts
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20459 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-10-26 11:05:40 +00:00
kraymer
762e99197d
r20412: Fix some inconsistencies pointed out by Torinthiel.
...
r20417: s/DarwinPorts/MacPorts/
r20419: Yet some more CVS->CVS
r20442: Remove confusing and probably wrong paragraph about libdvdcss.
r20449: Typo fix
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20458 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-10-26 11:02:33 +00:00
torinthiel
74b8002d64
Improve translation of autogenerated labels
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20457 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-10-26 09:14:39 +00:00
torinthiel
07a1fca254
Clearly state that main.xml is generated
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20456 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-10-26 09:10:32 +00:00
torinthiel
d796a6ca18
sync r20341
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20455 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-10-26 08:33:35 +00:00
gpoirier
84f5b2cf32
sync w/ r20440, patch by Sheldon Jin
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20454 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-10-26 08:13:27 +00:00
voroshil
1b5a98c144
r20379: Remove doubled -dvd-device information.
...
r20392: misc fixes.
r20399: Remove bio2jack from list of required software.
r20401: <replacable> tag aren't needed in literal example.
r20412: Fix some inconsistences pointed out by Torinthiel.
r20417: s/DarwinPorts/MaxPorts/
r20419: Yet more CVS->SVN. ...
r20442: Remove confusing and probably wrong paragraph about libdvdcss.
r20449: Typo fix.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20453 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-10-26 08:03:06 +00:00
torinthiel
71dcd9e4fe
Transtale a skipped title
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20452 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-10-26 08:00:01 +00:00
voroshil
69fc886478
r20355: typo
...
r20440: Add ASS subtitle rendering option to gui.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20451 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-10-26 07:53:06 +00:00
torinthiel
07c6c84fba
sync r20449
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20450 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-10-25 21:06:11 +00:00