SubtitleEdit/libse
Nikolaj Olsson 068403d4ff Fix for TTML short time code - thx Aylen :)
End time like this: `begin="00:01:02.480" end="00:01:04"`
2020-07-31 07:56:46 +02:00
..
AudioToText Formatting (whitespace only) 2019-08-16 22:55:32 +02:00
BluRaySup Fix missing images in bdsup - thx Devin :) 2020-05-03 10:18:37 +02:00
ContainerFormats Improve transport stream cmd line convert 2020-07-04 13:35:03 +02:00
DetectEncoding Remove MLang 2020-02-23 11:47:07 +01:00
Dictionaries Improve OCR replace list guessses 2020-06-14 20:23:35 +02:00
Enums Refactoring, add "None, only trailing dots for pauses" style for NF 2020-04-10 22:45:55 +02:00
Forms Fix (probably extremely rare) missing space before $ - thx Aleksander :) 2020-06-20 10:39:23 +02:00
Grammar Improve transport stream cmd line convert 2020-07-04 13:35:03 +02:00
Interfaces More code quality improvements 2020-04-11 12:08:03 +02:00
NetflixQualityCheck Fix casing in laguage tag 2020-01-04 13:10:35 +01:00
Properties SE 3.5.16 2020-06-16 17:36:58 +02:00
Resources Update Netflix allowed glyphs - thx Justin :) 2018-12-18 22:17:30 +01:00
SpellCheck Make spell check auto-fix-names less aggressive - thx rhcauthen :) 2020-04-17 12:30:11 +02:00
SubtitleFormats Fix for TTML short time code - thx Aylen :) 2020-07-31 07:56:46 +02:00
Translate Add warning for saving DCinema files in non-utf8-encoding 2020-07-20 19:09:30 +02:00
VobSub Add preview (ctrl+p) for OCR window 2020-05-20 10:55:57 +02:00
BmpReader.cs test appveyor 2020-06-20 08:21:31 +02:00
BookmarkPersistence.cs Fix bookmark "new line" characters 2019-01-28 06:38:35 +01:00
CharUtils.cs Refactor (minor cleanup) 2018-01-27 13:50:44 +01:00
Configuration.cs Switch "Tesseract 4.1.1" to "Tesseract 5 Alpha 2020-03-38" 2020-03-29 16:08:46 +02:00
ContinuationUtilities.cs Fix bug in merge with continuation style / Arabic - thx OmrSi :) 2020-06-07 20:37:10 +02:00
CultureExtensions.cs Encapsulate "CultureInfo.ThreeLetterISOLanguageName" 2020-04-16 10:31:27 +02:00
DialogSplitMerge.cs Minor refact of last commit 2020-04-17 09:17:30 +02:00
DvdSubtitleLanguage.cs test appveyor 2020-06-20 08:24:53 +02:00
FastBitmap.cs test appveyor 2020-06-20 08:27:10 +02:00
FastFileStream.cs Re-add Matroska fallback from "MemoryMappedFile" to "FileStream" - thx moob/xylographe :) 2020-04-08 13:39:20 +02:00
FilePathComparer.cs test appveyor 2020-06-20 08:32:03 +02:00
FileUtil.cs Speedup small mkv files in "Batch convert" - thx lambdan :) 2020-05-31 13:13:31 +02:00
FixCasing.cs Improve change casing - add stuttering support 2019-02-23 21:20:33 +01:00
FixDurationLimits.cs Fix issues found in "Batch convert" testing 2020-01-04 12:59:47 +01:00
HistoryItem.cs Some line endings to CRLF 2016-02-08 21:11:03 +01:00
HtmlUtil.cs Fix for commit 522d4639f8 - thx moob :) 2020-06-20 15:58:50 +02:00
IfoParser.cs Refactor - fix minor issues from codacy 2019-01-22 07:30:08 +01:00
ImageSplitterItem.cs Work on OCR/italic 2020-05-17 23:06:01 +02:00
Iso639Dash2LanguageCode.cs Rename class "Iso639Dash2CountryCode" to Iso639Dash2LanguageCode 2020-04-14 12:37:42 +02:00
IsoCountryCodes.cs Add ISO 639.2 language codes 2020-04-13 10:58:12 +02:00
Language.cs Add warning for saving DCinema files in non-utf8-encoding 2020-07-20 19:09:30 +02:00
LanguageAutoDetect.cs Fix possible crash in encoding auto detect 2020-04-30 12:13:58 +02:00
LanguageDeserializer.cs Add warning for saving DCinema files in non-utf8-encoding 2020-07-20 19:09:30 +02:00
LanguageStructure.cs Add warning for saving DCinema files in non-utf8-encoding 2020-07-20 19:09:30 +02:00
LibSE.csproj Add first sentence continuation logic 2020-04-08 21:27:48 +02:00
ManagedBitmap.cs Refactor (minor cleanup) 2018-01-27 13:50:44 +01:00
MergeLinesSameTextUtils.cs Fix issue with merge text and incrementing lines - thx tigre7575 :) 2020-04-17 10:07:13 +02:00
MergeShortLinesUtils.cs Refact cmd line (minor) 2019-12-05 06:44:02 +01:00
MovieHasher.cs minor refact 2018-08-24 22:09:53 +02:00
MurMurHash3.cs Refactor (minor cleanup) 2018-01-27 13:50:44 +01:00
NativeMethods.cs libse - initial commit to separate UI and logic 2015-08-26 22:42:40 +02:00
NetflixImsc11JapaneseToAss.cs Work on Japanese 2019-11-24 13:51:37 +01:00
NikseBitmap.cs Another fix for image splitter 2020-06-05 15:39:59 +02:00
NoBreakAfterItem.cs Improve efficiency of NoBreakAfterItem.IsMatch() 2019-11-28 14:03:32 +01:00
Paragraph.cs Refactor to always use milliseconds internally 2019-12-09 15:38:46 +01:00
PlainTextImporter.cs Remove unused var 2020-02-25 06:29:09 +01:00
Position.cs Initial work on TS convert 2019-10-04 17:23:12 +02:00
RealFFT.cs Add some readonly keywords. 2015-09-03 01:46:29 -04:00
RegexUtils.cs Formatting (whitespace only) 2019-08-16 22:55:32 +02:00
RegistryUtil.cs Ran CodeMaid. 2016-01-24 16:49:03 +02:00
ReplaceExpression.cs Refactor - add braces for libse 2019-01-19 14:40:37 +01:00
RichTextToPlainText.cs Make two methods public 2020-02-01 19:45:16 +01:00
RulesProfile.cs Fix crash in load of profile/continuation-style - thx xy :) 2020-05-04 19:22:55 +02:00
SceneChangeHelper.cs Remove obsolete hash functions regarding waveform 2019-05-28 21:34:41 +02:00
SeJsonParser.cs Add new subtitle format 2020-05-09 15:02:59 +02:00
SeJsonValidator.cs Add new subtitle format - thx Matmanamane :) 2020-05-08 09:19:29 +02:00
SeLogger.cs Improve video on linux regarding logging/re-trying and "libdl.so" => "libdl.so.2" - thx th3bucch :) 2020-05-08 22:31:47 +02:00
Settings.cs Add shortcuts for "Merge line with same text" + "Merge lines with same time codes" - thx Mike :) 2020-07-27 16:52:01 +02:00
SsaStyle.cs Allow decimal points in ASS font size - thx Meivyn :) 2019-10-20 13:30:34 +02:00
StringExtensions.cs Fix date postfixes in "remove spaces" - thx Boulder08 :) 2020-04-19 07:37:52 +02:00
StrippableText.cs Fix some string comparison types - thx ivandrofly :) 2019-10-15 21:40:23 +02:00
Subtitle.cs Fix for overlap in "Tools->Adjust durations" - thx Christian :) 2020-06-21 20:45:43 +02:00
TarHeader.cs Refactor - add braces for libse 2019-01-19 14:40:37 +01:00
TarReader.cs Refactor - add braces for libse 2019-01-19 14:40:37 +01:00
TesseractDictionary.cs Encapsulate "CultureInfo.ThreeLetterISOLanguageName" 2020-04-16 10:31:27 +02:00
TextDraw.cs Formatting (whitespace only) 2019-11-15 11:12:12 +01:00
TextEncoding.cs Add new encoding "UTF-8 without BOM" (#3979) 2020-02-09 10:49:26 +01:00
TextEncodingExtensions.cs A few unit tests + refacts 2019-09-17 16:15:59 +02:00
TextSplit.cs Improve new "auto br" for Arabic - thx OmrSi :) 2019-11-10 09:23:18 +01:00
TextSplitResult.cs Fix naming 2020-07-13 17:52:15 +02:00
TimeCode.cs Another frame fix 2020-01-20 08:04:41 +01:00
TinyJsonParser.cs Refactor - add braces for libse 2019-01-19 14:40:37 +01:00
UnknownFormatImporter.cs Improve parsing of unknown subtitles - thx Marko :) 2020-03-10 19:34:09 +01:00
UnknownFormatImporterJson.cs Fix typo + improve generic parsing a little 2019-11-11 10:16:42 +01:00
Utilities.cs Fix "RemoveLineBreaks" 2020-06-10 05:57:14 +02:00
VideoInfo.cs Ran CodeMaid. 2016-01-24 16:49:03 +02:00
WaveToVisualizer.cs Allow generation of waveform without audio - thx serquis/grzesiek :) 2020-04-10 16:13:28 +02:00
XmlDeserializerGenerator.cs libse - initial commit to separate UI and logic 2015-08-26 22:42:40 +02:00
ZipExtractor.cs Refactor misc minor stuff 2019-09-29 14:33:26 +02:00