Commit Graph

399 Commits

Author SHA1 Message Date
Nikolaj Olsson
fdd9c3fc1b Refactor subtitle formats 2017-08-03 12:43:52 +02:00
Nikolaj Olsson
ba4cb7fb2a Minor fix for TSB4 italics - thx kamenf :) 2017-08-03 08:18:34 +02:00
Nikolaj Olsson
6cc38df95c Add null check + minor opti for Ultech 2017-08-02 21:23:41 +02:00
Nikolaj Olsson
8b8d5b4988 Merge pull request #2500 from ivandrofly/ultech-130
[Ultech130] - update/optimize
2017-08-02 21:17:27 +02:00
Nikolaj Olsson
e8dd201e6b Fix italics + few other issues for TSB4 2017-08-02 20:10:21 +02:00
kamenf
c4bc7a1ddf Update TSB4.cs 2017-08-01 20:18:56 +03:00
kamenf
8b0d69a4f2 Update TSB4.cs 2017-08-01 19:36:10 +03:00
kamenf
bc2be22978 conform line endings to CRLF 2017-08-01 18:38:28 +03:00
Ivandro Ismael
7580e54b52 [Ultech130] - update/optimize 2017-08-01 04:18:50 +01:00
kamenf
f2cb8b38b6 Update TSB4.cs 2017-08-01 03:49:29 +03:00
kamenf
1eca359708 TSB4: handling codepage and correct text extract 2017-08-01 03:30:19 +03:00
Nikolaj Olsson
ecda029a3f Fix time code reading for format FCP/Image - thx BeoZeBold :) 2017-07-27 14:26:18 +02:00
Nikolaj Olsson
915d254342 Try to keep styles from ttml draft to ASS - thx Bill :)
Also, added UI setting to take ASS/SSA style from source in "Batch convert"
2017-07-27 13:31:54 +02:00
Nikolaj Olsson
375b414daa Fix minor issues for format DVD Studio Pro - thx Mike :) 2017-07-25 21:53:43 +02:00
Nikolaj Olsson
bbaf4689e8 Refactor Cheetah Caption (minor) 2017-07-24 19:56:43 +02:00
Nikolaj Olsson
498d92f0c2 Merge pull request #2482 from ivandrofly/cheetash-captions
[cheetahcaption] - better lookup for latin chars
2017-07-24 19:36:18 +02:00
Nikolaj Olsson
65a117a11f Minor refactor for mp4 2017-07-24 11:17:41 +02:00
Nikolaj Olsson
f8f1dcc0a7 Fix bugs regarding non-default ASS style 2017-07-23 10:54:53 +02:00
Nikolaj Olsson
95b611a609 Fix #2481 2017-07-23 10:53:25 +02:00
Ivandro Ismael
20688b6dff [cheetahcaption] - better lookup for latin chars 2017-07-23 02:10:37 +01:00
Nikolaj Olsson
c9e6e84e63 Add new subtitle format 2017-07-22 14:59:20 +02:00
Nikolaj Olsson
884efb13a9 Merge pull request #2478 from ivandrofly/DvdSubtitleSystem
[DvdSubtitleSystem] - Optimize parsing.
2017-07-21 07:49:31 +02:00
Nikolaj Olsson
f7be7a9031 Added new subtitle format 2017-07-18 07:55:52 +02:00
Ivandro Ismael
31e422fb56 [DvdSubtitleSystem] - Optimize parsing. 2017-07-18 04:16:05 +01:00
Nikolaj Olsson
e04ef478c2 Working on subtitle formats 2017-07-11 15:36:04 +02:00
Nikolaj Olsson
f6b34e7b69 Fix ASS font tag with space - thx OmarSi :)
Fix  #2459
2017-07-04 16:57:31 +02:00
Nikolaj Olsson
ebdb6ecf4c Enabled disabled unit test + added extra unit test regarding JacoSub 2017-07-02 13:11:23 +02:00
Nikolaj Olsson
2c95e9adc7 * ASS now allows decimals for outline/shadow - thx Ninelpienel :)
Fix #2454
2017-06-30 21:55:10 +02:00
Nikolaj Olsson
821f55ab3e Minor fixes for Lambda Cap 2017-06-29 10:15:14 +02:00
Nikolaj Olsson
40a86afa12 Minor fixes for JacoSub + added two unit tests
Fix #2452
2017-06-28 20:26:43 +02:00
Nikolaj Olsson
3a894dda38 Merge pull request #2447 from ivandrofly/new-sub-format
Closes #2446
2017-06-28 18:06:49 +02:00
Ivandro Ismael
219b131878 [JacobSub] - Final touch. 2017-06-28 05:14:19 +00:00
Nikolaj Olsson
cced55f963 Added initial support for Lambda Cap - thx Chie :) 2017-06-27 16:41:41 +02:00
Nikolaj Olsson
3f86726128 Fix for PAC language auto-detect - thx SirEllert :)
Fix #2451
2017-06-27 07:44:44 +02:00
Ivandro Ismael
bb8b62a071 Closes #2446 2017-06-18 18:04:08 +00:00
Nikolaj Olsson
d6941c4ca1 Minor TTML refact 2017-06-13 12:30:29 +02:00
Nikolaj Olsson
73cd49f622 Fixed missing space in WebVTT - thx bodrick :)
Fix #2425
2017-06-02 16:40:44 +02:00
Nikolaj Olsson
d10f4be092 Minor PAC refact
Fix #2421
2017-05-31 21:54:20 +02:00
Nikolaj Olsson
c66cccfdd0 Fix for double pac auto detect letters - thx ivandrofly :) 2017-05-31 18:37:38 +02:00
Nikolaj Olsson
8604b4434a EBU/PAC can now save from byte array 2017-05-31 18:28:45 +02:00
zehelein
fcd46258f7 Corrected the logic: if a special arabic character is found then the next character must be used 2017-05-31 15:57:44 +02:00
zehelein
16a2c97ade Adjusted the logic for arabic PAC handling in a way that special characters are placed on the correct character position that should appear above "normal" arabic letters. 2017-05-31 14:53:06 +02:00
zehelein
7934d7b6dd Refactored the Pac class to allow for combined characters in arabic language 2017-05-31 12:31:04 +02:00
Nikolaj Olsson
9e539abd10 Fixed issue with TTML and name space - thx PannenkoekenNL :) 2017-05-30 19:24:10 +02:00
Nikolaj Olsson
5164049dff Some improvements from comments in last commit (0a6aebb980) - thx ivandrofly :) 2017-05-05 19:50:57 +02:00
Nikolaj Olsson
0a6aebb980 Fix for format "Sonic Scenerist Bitmaps" 2017-05-04 21:37:41 +02:00
Nikolaj Olsson
ccc48018f3 Netflix cps include white space 2017-05-04 21:24:15 +02:00
Nikolaj Olsson
ba647e315a Minor refact 2017-04-27 17:25:12 +02:00
Nikolaj Olsson
7174c93826 Trying to fix issue with format "DCinema SMTP 2010"
Might be related to #2351
2017-04-27 16:38:07 +02:00
Nikolaj Olsson
4bfb63d718 Minor fix for last commit - thx unit tests ;) 2017-04-27 13:30:05 +02:00