aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.MediaEncoding/Subtitles/SubtitleEncoder.cs
AgeCommit message (Expand)Author
2020-07-27Merge pull request #3699 from oddstr13/pr-embedded-subs-1Anthony Lavado
2020-07-27Merge pull request #3576 from HelloWorld017/fix/sami-utf16Anthony Lavado
2020-07-27Merge pull request #3521 from sachk/masterBond-009
2020-06-16Merge pull request #3343 from telans/comment-stopsBond-009
2020-06-16fix SA1513/SA1516telans
2020-06-16Add full stop at end of comments (SA1629)telans
2020-06-15Merge branch 'master' into hwacceldkanada
2020-06-15fix SA1508telans
2020-06-05Use typed logger where possiblecrobibero
2020-05-26add more separate hw decoding togglesnyanmisaka
2020-04-11Fix style issuesMark Monteiro
2020-04-11Use a separate line for each property initializerMark Monteiro
2020-04-03Merge remote-tracking branch 'upstream/master' into remove-common-processMark Monteiro
2020-04-01Merge branch 'master' into usingsBond-009
2020-03-31Merge pull request #2503 from nyanmisaka/vaapiVasily
2020-03-30fix the UTF-16 error while burning ass/ssa subtitlesnyanmisaka
2020-03-27Fix some more issues with disposing Process instancesMark Monteiro
2020-03-27Use a TimeSpan instead of ms and support providing a custom CancellationTokenMark Monteiro
2020-03-27Make sure Process objects are all disposed correctlyMark Monteiro
2020-03-27Delete unnecessary ProcessFactory abstractionMark Monteiro
2020-03-27Remove unnecessary CommonProcess abstractionMark Monteiro
2020-03-24Remove unused usingsBond_009
2020-03-23Don't return closed stream for subtitles. (jellyfin/jellyfin#2650)Ian Walton
2020-03-12Fix subtitlesBond-009
2020-01-22Remove FileSystem.GetStreamBond-009
2020-01-10Merge branch 'master' into embytvBond_009
2019-12-04Clean up Emby.Server.Implementations/LiveTv/EmbyTV/EmbyTV.csBond_009
2019-11-25Make probesize and analyzeduration configurable and simplify circularBond_009
2019-09-23Fix multiple mistakes and warningsBond_009
2019-07-15Fixed SMI to SRT UTF-16 Encoding bugKhinenw
2019-06-11Stop path substitution in SubtitleEncoderTristan McCann
2019-01-28Unwrapped all /(Write|Read)All(Text|Bytes)/ functions.Erwin de Haan
2019-01-28Unwrapped `MoveDirectory`, `DirectoryExists`, `FileExists` & removed `MoveFile`Erwin de Haan
2019-01-28Unwrapped `OpenRead` and `CopyFile`Erwin de Haan
2019-01-28Unwrapped CreateDirectory and DeleteDirectoryErwin de Haan
2019-01-28Unwrapped GetDirectoryName and DirectorySeperatorCharErwin de Haan
2019-01-22Set EnableRaisingEvents correctly for SubtitleEncoderTthecreator
2019-01-20Replaced injections of ILogger with ILoggerFactoryWilliam Taylor
2019-01-20Merge pull request #629 from cvium/fix_subtitleencoderAndrew Rabert
2019-01-20Remove unneeded variableClaus Vium
2019-01-20Fix subtitle converter misinterpreting 0 valued endTimeTicksClaus Vium
2019-01-20Remove MediaBrowser.Text since it violates licenses and is overall hackycvium
2019-01-13ReSharper conform to 'var' settingsErwin de Haan
2019-01-13ReSharper Reformat: Properties to expression bodied form.Erwin de Haan
2019-01-13Find+Sed BOM removal *.cs: MediaBrowser.LocalMetadata-MediaBrowser.ModelErwin de Haan
2019-01-13Visual Studio Reformat: MediaBrowser.MediaEncodingErwin de Haan
2019-01-10Mayor code cleanupErwin de Haan
2019-01-06SubtitleEncoder: stop using tuples for clarityBond_009
2019-01-04Fix nullrefexception in SubtitleEncoderBond_009
2018-12-30Fix exception loggingBond_009