eyck
cff3abbe48
detect microdvd with empty second frame.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4445 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-01-31 12:03:49 +00:00
laaz
7bc932abc8
fixed mpsub bug requested by Gabucino
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4099 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-01-12 00:02:52 +00:00
atlka
d136021db3
1. subs know are readed after reading AVI header so we already know fps
...
2. modified vplayer format reader - default time is ~6 sec - maybe that should
be an option
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4065 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-01-09 16:35:24 +00:00
atlka
61bcfde0a0
corrections to adjust_subs_time function which now uses fps if needed
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4053 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-01-08 14:10:22 +00:00
atlka
723e6e76b3
added adjust_subs_time function which corrects bad sub->end time
...
after reading subs so it is sub format independent
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4052 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-01-08 12:45:38 +00:00
atlka
8da82b8b0e
changed subreader.c to read microdvd lines in form "{%ld}{}[^\r\n]" too
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4049 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-01-08 11:03:43 +00:00
arpi
5b7e3a9724
tail_space infinite loop fix by jeon_goon@lycos.co.kr
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3925 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-01-01 01:11:31 +00:00
pl
41e2ff053f
fix a warning (ambiguous 'if else')
...
fix a would be bug (separator)
small warning fixes
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3736 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-25 16:41:06 +00:00
eyck
45ff92c257
vplayer format - no longer crashes on slightly broken subs.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3725 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-25 01:32:04 +00:00
pl
78a2f98144
bzero() -> memset()
...
malloc()+strcpy() -> strdup()
trail_space() slightly changed
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3702 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-24 10:39:28 +00:00
pontscho
cf33c343cf
some small sub bug fix
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3544 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-17 00:07:20 +00:00
atmos4
6dccfe832a
Patch by artur Zaprzala:
...
This patch adds test for NULL return value of strchr().
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3434 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-10 14:48:02 +00:00
arpi
69bc5817db
patch fixes the showing last line of subtitles and support of SAMI Slacktime option by Evgeny Chukreev <codedj@echo.ru>
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3236 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-30 23:45:48 +00:00
iive
7c2f90829e
fopen(NULL,r) segfault on qnx
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2916 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-15 16:46:52 +00:00
pl
e107700e17
minor cleanups:
...
a few #define's in subreader.h are now used instead of -1..9
same thing for line length instead of 1000..1001
renamed *_third() to *_subviewer() since it is what it is
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2913 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-15 11:53:11 +00:00
arpi
01934100b7
11110001.txt find_sub sig11 fixed
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2881 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-13 21:18:25 +00:00
atmos4
ee898ac2f9
Applied SAMI patch by Evgeny Chukreev <codedj at echo dot ru>
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2837 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-11 15:41:17 +00:00
laaz
c207d215f6
mpsub, FORMAT=<frame> alpha version
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2496 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-10-26 22:14:19 +00:00
atlka
ee42dc0d10
remowing warning message
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2469 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-10-25 13:46:14 +00:00
atlka
a8ef3eac6d
added DUMPSUBS recognition if we need compile only subreader.c alone
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2450 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-10-24 13:57:46 +00:00
nexus
43e4f2c792
better FreeBSD iconv implementation
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2359 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-10-22 07:43:32 +00:00
arpi
16dc387ec2
AQT type support patch by Jiri.Svoboda@seznam.cz
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2344 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-10-21 17:19:59 +00:00
laaz
987514c601
MPsub read/write support 0.5 (-dumpmpsub switch)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2179 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-10-12 16:21:55 +00:00
laaz
a30a8a7365
mpsub read support
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2178 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-10-12 13:51:58 +00:00
atlka
0a5c47a028
modifications to use iconv(3) function to recode text of subs (autodetect)
...
added option -subcp <cpname> # for example cp1250, latin2 etc.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2152 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-10-10 13:07:42 +00:00
laaz
516a27f670
SSA 2. felvonas (egyre jobban programozok!!!)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2142 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-10-09 00:36:55 +00:00
laaz
a86edc5af9
ssa worx fine. Testers needed :)))
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2141 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-10-09 00:18:20 +00:00
arpi
6fc0377d0d
ehh. sizeof(pointer) bug fixed...
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1765 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-08-29 22:01:04 +00:00
arpi
d42f14b051
subdump
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1762 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-08-29 20:15:41 +00:00
eyck
294ba5ca7c
Fixup to vplayer subtitle submitted to sourceforge by Igor Wojnicki
...
wojnicki at users.sf.net, at 2001-05-23 (sic!)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1641 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-08-22 21:38:35 +00:00
atlka
ca99c8dc89
changes according to -utf8 option, draw_osd() function added
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1502 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-08-13 11:08:18 +00:00
szabii
1f398d061f
new sub format...
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1082 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-06-09 20:09:18 +00:00
laaz
7dccf27b73
debug stuff removed
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@936 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-06-01 21:12:05 +00:00
laaz
127d4034bb
Gabucino (CGA user)'s request (finds default.subs well)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@935 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-06-01 21:06:36 +00:00
laaz
619fa401bb
more stabile
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@933 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-06-01 20:05:12 +00:00
laaz
d7f6f3e341
Added support for .ssa subtitles
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@922 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-05-31 18:08:24 +00:00
laaz
4a012ce8b1
corrected strcmp() bug, now it works again with every subs (it was broken)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@914 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-05-31 02:07:34 +00:00
eyck
2018c8a231
there is another format that get detected as vplayers.
...
Instead of tightening detection support that another format.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@897 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-05-28 09:54:21 +00:00
arpi_esp
7895a99e80
implemented ~/.mplayer/sub/filename.sub stuff
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@893 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-05-27 20:59:58 +00:00
eyck
885eb095d3
Wrong header lenght count for vplayer format fixed.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@859 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-05-24 09:19:38 +00:00
eyck
aeef5ea24a
Preliminary support for RT-type subs.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@851 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-05-22 11:09:26 +00:00
eyck
9e372bc823
Support for vplayer subtitles
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@819 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-05-17 09:17:16 +00:00
arpi_esp
e3d4468a24
better .smi support and display two-byte characters- patch by Sunjin Yang
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@707 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-05-06 02:26:17 +00:00
laaz
95ee0782d3
Fixed segfault (microdvd format, many lines)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@679 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-05-01 21:28:18 +00:00
laaz
4764786f48
#if 0 'd main()
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@626 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-04-24 21:52:10 +00:00
laaz
ac519106bd
added support for SAMI subtitle support (.smi)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@625 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-04-24 21:39:18 +00:00
szabii
3e9f04bdde
warnings killed
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@606 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-04-23 23:46:24 +00:00
pontscho
7eef93819f
add sub autodetect
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@510 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-04-18 20:25:04 +00:00
gabucino
b4535b0069
no more garbage! (fixed by laaz)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@271 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-04-01 19:35:18 +00:00
arpi_esp
348e865399
applied patch by lez
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@270 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-04-01 17:50:40 +00:00