| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-01-22 | Flush to disk async where possible | Bond_009 | |
| 2021-12-27 | Remove more warnings | Cody Robibero | |
| 2021-11-09 | Fix some warnings | Bond_009 | |
| down to 580 | |||
| 2021-11-04 | Fix WebVTT region to spec | Thibault Nocchi | |
| 2021-10-10 | Move FfmpegException to MediaBrowser.Common | Dmitry Lyzo | |
| 2021-10-03 | Remove workaround for dotnet/runtime#42790 | Bond_009 | |
| 2021-09-25 | Remove sync FileStream hack | Bond_009 | |
| 2021-09-25 | Address comments | Bond_009 | |
| 2021-09-24 | Target net6.0 | Bond_009 | |
| 2021-09-19 | Reduce allocations | Bond_009 | |
| 2021-09-18 | Fix SubtitleEncoder and add regression tests | Bond_009 | |
| 2021-09-13 | Fix namespace | Cody Robibero | |
| 2021-09-02 | Use async FileStreams where it makes sense | Bond_009 | |
| 2021-06-19 | Move non-jellyfin extensions to separate project | Bond_009 | |
| 2021-05-28 | Fix some warnings | Bond_009 | |
| 2021-05-20 | Enable nullable reference types for MediaBrowser.MediaEncoding.Subtitles | Bond_009 | |
| 2021-03-09 | FxCop -> Net Analyzers (part 1) | Bond_009 | |
| 2021-03-07 | Use FileShare.None when creating files | David | |
| 2021-02-27 | Merge pull request #5278 from BaronGreenback/STRMFix | Claus Vium | |
| Fix for #5168 | |||
| 2021-02-21 | Update SubtitleEncoder.cs | BaronGreenback | |
| 2021-02-09 | Log subtitle errors | Bond_009 | |
| 2021-02-09 | Use SubtitleEdit to parse subtitles | Bond_009 | |
| 2021-02-04 | Update MediaBrowser.MediaEncoding/Subtitles/AssParser.cs | M0ssTee | |
| Co-authored-by: Cody Robibero <cody@robibe.ro> | |||
| 2021-02-01 | Replaced /d with [0-9], see issue #2923 | Troy | |
| 2021-01-09 | Merge pull request #4945 from obradovichv/fix-string-culture-specificity | Bond-009 | |
| 2021-01-08 | Merge pull request #4877 from jellyfin/ass | Bond-009 | |
| 2021-01-03 | Fix string culture specificity | obradovichv | |
| Fix bug in SsaParser.cs primary color {\1c} formatting that would leave behind the {\1c} closing token and instead append </font> token unconditionally to the dialogue text. Add tests. Change AlphanumComparatorTests.cs complementary test data generation from an array shuffle to an array reversal. Although it was previously using a seeded Random, the shuffle itself could result in no rearrangement of elements if the seed or test data changed over time. The reversal guarantees reordering of elements and has the added benefit of simplifying the test code since no special handling is needed for arrays of 2 elements. Change DailyTrigger.cs logging of TriggerDate format to "yyyy-MM-dd HH:mm:ss.fff zzz" for consistency with configured log timestamp format and change DueTime format to culture-invariant "c" format. | |||
| 2020-12-28 | Add tests for srt parser | Bond_009 | |
| 2020-12-28 | Minor improvements to ass parser | Bond_009 | |
| 2020-12-02 | Minor improvements | Bond_009 | |
| 2020-12-01 | Merge pull request #4169 from stanionascu/bdiso-playback | Joshua M. Boniface | |
| Playback (direct-stream/transcode) of BDISO/BDAV containers | |||
| 2020-11-17 | Pass cancellation where possible | Bond_009 | |
| 2020-11-13 | Fix nullability errors in Jellyfin.Api (part 1) | crobibero | |
| 2020-10-01 | Remove PlayableStreamFileNames as unused | Stanislav Ionascu | |
| Since ffmpeg can play and transcode ISO files and BDMV folders directly, there's no use of that property. | |||
| 2020-10-01 | Add probe / direct-stream / transcoding support for BluRays | Stanislav Ionascu | |
| This commit (and ffmpeg built with libbluray support), adds support for playback of bluray images (bd-iso) and bluray folders. | |||
| 2020-08-31 | Use HttpClientFactory in SubtitleEncoder | crobibero | |
| 2020-08-20 | Make MediaBrowser.MediaEncoding warnings free | Bond_009 | |
| 2020-08-19 | Fix warnings | Bond_009 | |
| 2020-08-04 | Add some analyzers to MediaBrowser.MediaEncoding | Bond-009 | |
| 2020-08-04 | Enable TreatWarningsAsErrors for MediaBrowser.MediaEncoding | Bond-009 | |
| 2020-07-29 | Optimize Substring and StringBuilder usage | Bond_009 | |
| 2020-07-25 | Fix formating | Odd Stråbø | |
| 2020-07-25 | Fix embedded subtitles | Odd Stråbø | |
| 2020-07-24 | Merge branch 'master' into readonlyspan | Bond-009 | |
| 2020-07-23 | Merge pull request #3576 from HelloWorld017/fix/sami-utf16 | Anthony Lavado | |
| Fix SAMI UTF-16 Encoding Bug | |||
| 2020-07-22 | Review usage of string.Substring (part 1) | Bond_009 | |
| Reduced allocations by replacing string.Substring with ReadOnlySpan<char>.Slice | |||
| 2020-07-18 | Fix SAMI UTF-16 Encoding Bug | Khinenw | |
| 2020-07-07 | Fix support for mixed-protocol external subtitles | Sacha Korban | |
| 2020-06-20 | brace multiline if statements (cont.) | telans | |
| 2020-06-20 | newlines after braces | telans | |
