Commit Graph

1839 Commits

Author SHA1 Message Date
Nikolaj Olsson
3fad7e2703 Fix issue with frames - thx Jose /darnn :)
Fix#3929
2020-01-20 07:31:58 +01:00
Nikolaj Olsson
8607526a33 SE 3.5.12 2020-01-19 14:32:57 +01:00
Nikolaj Olsson
1e467be921 Refact/fix ocr-fix-engine "check one letter word" - thx xylographe :)
Related to https://github.com/SubtitleEdit/subtitleedit/issues/3899#issuecomment-575968147 and #3899
2020-01-19 07:47:37 +01:00
Nikolaj Olsson
4aef0f70a2 Update Tesseract OCR from 4.1.0 to 4.1.1 2020-01-18 18:15:35 +01:00
Waldi Ravens
da77ce8fd9 Add and apply Utilities.GetSubtitleLanguageCultures() 2020-01-18 10:04:14 +01:00
Nikolaj Olsson
bb47836a17 More minor fixes for Linux 2020-01-16 19:02:05 +01:00
Nikolaj Olsson
3b4a728759 Add a few languages to WebVTT - thx Jamakmake :) 2020-01-16 05:14:08 +01:00
Nikolaj Olsson
5c75b59ee2 Set default font on Linux to "DejaVu Serif" + improve About dialog for Linux 2020-01-14 21:56:00 +01:00
Nikolaj Olsson
6e4cc7175e Fix for generic json sub parser - thx kyuntot :) 2020-01-11 19:46:12 +01:00
Nikolaj Olsson
b9af4c6c30 Fix issues with user-replace-list - thx shag00 :)
Fix #3904
2020-01-11 09:31:05 +01:00
Waldi Ravens
f7a29724e3 Formatting (whitespace only) 2020-01-08 18:45:14 +01:00
Nikolaj Olsson
75ecb38eb8 Another fix for start ellipsis and "add missing space" - thx btsix :) 2020-01-07 18:24:21 +01:00
Nikolaj Olsson
058a4a997b Fix for start ellipsis and "add missing space" - thx btsix :) 2020-01-05 17:18:42 +01:00
Nikolaj Olsson
cdc7ce9d8d Fix casing in laguage tag 2020-01-04 13:10:35 +01:00
Nikolaj Olsson
44a41b85e0 Fix issues found in "Batch convert" testing
Loosely related to #3899
2020-01-04 12:59:47 +01:00
Nikolaj Olsson
17f8e391c7 Fix typo 2020-01-04 08:20:31 +01:00
Nikolaj Olsson
6f5b504209 Add "remove line breaks" to "Batch convert" + "cmd line convert" - thx xmrea :) 2020-01-02 19:08:19 +01:00
Nikolaj Olsson
2b77d7ed6a Fix crash in teletext parsing - thx xylographe :) 2020-01-02 18:30:26 +01:00
Nikolaj Olsson
4202b7211d Work on beta stuff 2019-12-31 14:51:53 +01:00
Nikolaj Olsson
894c043789 Refactor some netflix check + work on fix 2019-12-30 17:05:08 +01:00
Nikolaj Olsson
315f0441e3 Add apostrophe to "reverse-chars" in reverse rtl start/end
Fix #3766
2019-12-29 18:15:13 +01:00
Nikolaj Olsson
3dbadd68f6 Move word up/down refactor to separate class + unit tests
Work on #3887
2019-12-28 13:15:08 +01:00
Nikolaj Olsson
653287ff5a Minor fixes for export to "Spumux" - thx Isak :) 2019-12-28 11:32:12 +01:00
Nikolaj Olsson
668668994e Revert af3b26ad08 2019-12-26 08:11:30 +01:00
Nikolaj Olsson
18d2acb719 Add "Apply duration limits" to "Batch convert" + "cmd line convert" - thx xmrea/andradadad :)
Fix #3880
2019-12-25 11:38:43 +01:00
Nikolaj Olsson
af3b26ad08 Remove "Set minimum display time between paragraphs"
Related to #3881
2019-12-25 10:23:20 +01:00
Nikolaj Olsson
2c73337198
Merge pull request #3881 from Flitskikker/feature-syntaxcoloring-gaps
Add syntax coloring and "Fix common errors" option for too short gaps
2019-12-25 09:51:56 +01:00
Nikolaj Olsson
efc4866a84 Add hack for "DirectShow" and some (perhaps borken) win 10 installations 2019-12-23 08:03:27 +01:00
Nikolaj Olsson
4c7cbd159d Fix two minor Codacy issues 2019-12-22 16:05:23 +01:00
Waldi Ravens
a88b9930c1 [TransportStream] Refact teletext SubtractStartMs() 2019-12-22 14:05:52 +01:00
Nikolaj Olsson
7784b0c6f2 Fix order of reset/offset for teletext - thx xylographe :) 2019-12-22 11:34:06 +01:00
Nikolaj Olsson
33df78d50f Fix teletext offset issue - thx xylographe :) 2019-12-20 07:44:04 +01:00
Nikolaj Olsson
098dac73db Improve frame rate conversion precision - thx gru123 :)
Fix #3890
2019-12-20 07:33:22 +01:00
Nikolaj Olsson
d39d8fdcd5 Fix isseue with timestamp reset in ts files - thx xylographe :) 2019-12-15 10:40:10 +01:00
Martijn van Berkel (Flitskikker)
97e720fc9b Merge branch 'master' into feature-syntaxcoloring-gaps
# Conflicts:
#	src/Forms/Settings.Designer.cs
2019-12-13 00:12:50 +01:00
Nikolaj Olsson
eca6157df9 Add "Restore default settings" button in settings 2019-12-11 15:17:35 +01:00
Martijn van Berkel (Flitskikker)
580efbe28e Add additional common profile presets 2019-12-10 23:05:44 +01:00
Martijn van Berkel (Flitskikker)
dda26fa4d0 Add separate language item for "Fix short gaps" fix action 2019-12-10 18:35:28 +01:00
Martijn van Berkel (Flitskikker)
255275ab2d Add "Fix short gaps" option to "Fix common errors" 2019-12-10 18:28:40 +01:00
Martijn van Berkel (Flitskikker)
baac6ddf64 Add syntax coloring for gaps that are too short 2019-12-10 18:06:30 +01:00
Nikolaj Olsson
dad17570f0 Add "merge short lines" settings to batch convert
Work on #3867
2019-12-09 18:34:46 +01:00
Nikolaj Olsson
b6864ea27e Remove unused line 2019-12-09 18:09:14 +01:00
Nikolaj Olsson
a2d77afed2 Fix issue with Greek/missing spaces regarding "Ο,ΤΙ" - thx Harry :) 2019-12-09 16:05:21 +01:00
Nikolaj Olsson
98104f30fd Refactor to always use milliseconds internally 2019-12-09 15:38:46 +01:00
Nikolaj Olsson
8b233b5d03 Minor fix for last commit 2019-12-08 21:16:04 +01:00
Nikolaj Olsson
b15cf65f24 Work on new format 2019-12-08 21:12:19 +01:00
Nikolaj Olsson
229874eaee Fix bug in frame calc 2019-12-08 21:11:34 +01:00
Nikolaj Olsson
9238458611 Merge branch 'feature/batch-convert' 2019-12-08 15:21:31 +01:00
Nikolaj Olsson
2520c90375 Minor refact 2019-12-08 15:19:33 +01:00
niksedk
2840a87f9b Add new sub format - thx Magnus :) 2019-12-08 10:20:19 +01:00