SubtitleEdit/libse
2020-03-04 08:45:32 +01:00
..
AudioToText Formatting (whitespace only) 2019-08-16 22:55:32 +02:00
BluRaySup Fix crash when parsing bad BDSUP files - thx Jan :) 2020-02-28 21:41:38 +01:00
ContainerFormats Fix one compile warning 2020-02-06 16:41:33 +01:00
DetectEncoding Remove MLang 2020-02-23 11:47:07 +01:00
Dictionaries [NameList] Add processing of user Names list 2020-01-23 03:42:21 +01:00
Enums Add setting for dialogue style 2020-02-16 08:08:19 +01:00
Forms Remove alignment for second line in "Merge text with same time codes" - thx Jamakmake :) 2020-03-03 08:56:05 +01:00
Interfaces Allow some image to image convert in Batch Convert - thx Tim :) 2019-08-01 18:14:30 +02:00
NetflixQualityCheck Fix casing in laguage tag 2020-01-04 13:10:35 +01:00
Properties SE 3.5.13 2020-01-20 15:49:06 +01:00
Resources
SpellCheck Optimize a little 2019-09-14 18:06:26 +02:00
SubtitleFormats Refact MicroDvd (minor) 2020-03-03 08:56:47 +01:00
Translate Fix possible crash when using MS translator API 2020-02-23 10:35:17 +01:00
VobSub Minor fixes for export to "Spumux" - thx Isak :) 2019-12-28 11:32:12 +01:00
BmpReader.cs
BookmarkPersistence.cs
CharUtils.cs
Configuration.cs Fix: add DirectorySeparatorChar at end of DataDirectory 2020-02-09 14:06:58 +01:00
DialogSplitMerge.cs Improve text/dialog-split in "Split/break long lines" 2020-02-24 09:23:23 +01:00
DvdSubtitleLanguage.cs
FastBitmap.cs
FastFileStream.cs Fix for reading mkv on Linux - thx JGoutin :) 2019-09-21 14:39:39 +02:00
FilePathComparer.cs Formatting (whitespace only) 2019-08-16 22:55:32 +02:00
FileUtil.cs Add new encoding "UTF-8 without BOM" (#3979) 2020-02-09 10:49:26 +01:00
FixCasing.cs
FixDurationLimits.cs Fix issues found in "Batch convert" testing 2020-01-04 12:59:47 +01:00
HistoryItem.cs
HtmlUtil.cs Fix "Fix invalid italic tags" with ASS tags - thx Jamakmake :) 2020-02-29 14:49:29 +01:00
IfoParser.cs
ImageSplitterItem.cs
IsoCountryCodes.cs A few fixes for language info from ts files 2019-10-10 15:06:53 +02:00
Language.cs Improve read of badly formatted srt - thx Aleksander :) 2020-02-25 22:08:28 +01:00
LanguageAutoDetect.cs Fix issue with rtl and libmpv - thx OmrSi :) 2020-03-04 08:45:32 +01:00
LanguageDeserializer.cs Improve read of badly formatted srt - thx Aleksander :) 2020-02-25 22:08:28 +01:00
LanguageStructure.cs Improve read of badly formatted srt - thx Aleksander :) 2020-02-25 22:08:28 +01:00
LibSE.csproj Add UTF.Unknown to detect encodings, replacing Win32-only dependency 2020-02-23 01:32:53 -08:00
ManagedBitmap.cs
MergeLinesSameTextUtils.cs Add "merge lines with same text" to cmd line convert 2019-12-05 07:49:13 +01:00
MergeShortLinesUtils.cs Refact cmd line (minor) 2019-12-05 06:44:02 +01:00
MovieHasher.cs
MurMurHash3.cs
NativeMethods.cs
NetflixImsc11JapaneseToAss.cs Work on Japanese 2019-11-24 13:51:37 +01:00
NikseBitmap.cs Minor fixes for export to "Spumux" - thx Isak :) 2019-12-28 11:32:12 +01: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
RegexUtils.cs Formatting (whitespace only) 2019-08-16 22:55:32 +02:00
RegistryUtil.cs
ReplaceExpression.cs
RichTextToPlainText.cs Make two methods public 2020-02-01 19:45:16 +01:00
RulesProfile.cs Fix import/export profile 2020-02-19 21:23:25 +01:00
SceneChangeHelper.cs Remove obsolete hash functions regarding waveform 2019-05-28 21:34:41 +02:00
SeJsonParser.cs Add new json subtitle format - thx Niraj :) 2020-01-25 07:30:20 +01:00
SeJsonValidator.cs Minor refact 2019-11-10 19:22:31 +01:00
SeLogger.cs
Settings.cs Fix issue with rtl and libmpv - thx OmrSi :) 2020-03-04 08:45:32 +01:00
SsaStyle.cs Allow decimal points in ASS font size - thx Meivyn :) 2019-10-20 13:30:34 +02:00
StringExtensions.cs Optimize auto-br 2020-03-01 15:50:39 +01:00
StrippableText.cs Fix some string comparison types - thx ivandrofly :) 2019-10-15 21:40:23 +02:00
Subtitle.cs Optimize recalculate display time 2020-03-02 16:17:58 +00:00
TarHeader.cs
TarReader.cs
TaskbarList.cs
TesseractDictionary.cs
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 Optimize auto-split 2020-03-01 19:29:27 +01:00
TimeCode.cs Another frame fix 2020-01-20 08:04:41 +01:00
TinyJsonParser.cs
UnknownFormatImporter.cs Refactor to always use milliseconds internally 2019-12-09 15:38:46 +01:00
UnknownFormatImporterJson.cs Fix typo + improve generic parsing a little 2019-11-11 10:16:42 +01:00
Utilities.cs Fix for auto-br dialog (minor) 2020-02-25 11:52:58 +01:00
VideoInfo.cs
WaveToVisualizer.cs Formatting (whitespace only) 2019-08-16 22:55:32 +02:00
XmlDeserializerGenerator.cs
ZipExtractor.cs Refactor misc minor stuff 2019-09-29 14:33:26 +02:00