| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-07-10 | Fix spelling of artist K/DA in splitting whitelist | natedawg | |
| 2021-07-10 | Add more artist names to the splitting whitelist | MrTimscampi | |
| 2021-07-09 | Refactor ProbeResultNormalizer | Maxr1998 | |
| Improve code structure and readability | |||
| 2021-06-24 | Add H.264 MBAFF interlace check | Orry Verducci | |
| Use the codec time base to determine if a MBAFF coded H.264 file is interlaced. | |||
| 2021-06-19 | Move non-jellyfin extensions to separate project | Bond_009 | |
| 2021-06-10 | Fix playback of complex BluRay ISOs (#6166) | Stan | |
| 2021-05-28 | Fix some warnings | Bond_009 | |
| 2021-05-27 | Merge pull request #5696 from Maxr1998/fix-music-video-metadata-probing | Claus Vium | |
| 2021-05-20 | Enable nullable reference types for MediaBrowser.MediaEncoding.Subtitles | Bond_009 | |
| 2021-05-05 | Minor improvements | Bond_009 | |
| 2021-05-05 | Code Clean up: Convert to null-coalescing operator ?? (#5845) | BaronGreenback | |
| Co-authored-by: Cody Robibero <cody@robibe.ro> Co-authored-by: Patrick Barron <18354464+barronpm@users.noreply.github.com> | |||
| 2021-05-05 | Code Clean up: Use Pattern Matching (#5838) | BaronGreenback | |
| Co-authored-by: Cody Robibero <cody@robibe.ro> Co-authored-by: Patrick Barron <18354464+barronpm@users.noreply.github.com> | |||
| 2021-04-29 | Merge pull request #5842 from BaronGreenback/optimization | Bond-009 | |
| Code Clean up: Group Methods | |||
| 2021-04-20 | EncodingHelper: Fix circular dependency | Bond_009 | |
| 2021-04-17 | Remove unused using directives | BaronGreenback | |
| 2021-04-17 | Group Methods | BaronGreenback | |
| 2021-04-06 | Improve metadata probing to better support music videos | Maxr1998 | |
| 2021-04-04 | Support MKV DATE_RELEASED tag for PremiereDate | Maxr1998 | |
| https://www.matroska.org/technical/tagging.html#temporal-information | |||
| 2021-04-04 | Interpret ffprobe date as UTC | Maxr1998 | |
| Currently, dates are parsed according to the local time, which results in potentially wrong data being stored in the database after normalizing to UTC - e.g. 2021-04-04 would be stored as '2021-04-03 22:00:00Z' and displayed in the UI as 03.04.2021. | |||
| 2021-04-04 | Reduce nesting | Maxr1998 | |
| 2021-03-25 | Ignore format for ISO files | MrTimscampi | |
| 2021-03-13 | FxCop -> Net Analyzers (part 2) | Bond_009 | |
| 2021-03-09 | Remove useless line | Bond_009 | |
| 2021-03-09 | FxCop -> Net Analyzers (part 1) | Bond_009 | |
| 2021-03-07 | Use FileShare.None when creating files | David | |
| 2021-03-01 | Bump libse from 3.5.8 to 3.6.0 | dependabot[bot] | |
| Bumps [libse](https://github.com/SubtitleEdit/subtitleedit) from 3.5.8 to 3.6.0. - [Release notes](https://github.com/SubtitleEdit/subtitleedit/releases) - [Changelog](https://github.com/SubtitleEdit/subtitleedit/blob/master/Changelog.txt) - [Commits](https://github.com/SubtitleEdit/subtitleedit/compare/3.5.8...3.6.0) Signed-off-by: dependabot[bot] <support@github.com> | |||
| 2021-02-27 | Merge pull request #5278 from BaronGreenback/STRMFix | Claus Vium | |
| Fix for #5168 | |||
| 2021-02-27 | Merge pull request #5073 from BaronGreenback/ffmpeg | Claus Vium | |
| Fix for 4933: Alternative ffmpeg fix | |||
| 2021-02-22 | Merge pull request #5273 from Bond-009/warn31 | Joshua M. Boniface | |
| 2021-02-22 | Merge pull request #5276 from Bond-009/minor12 | Joshua M. Boniface | |
| 2021-02-22 | Merge pull request #4984 from Bond-009/subtitleedit | Joshua M. Boniface | |
| 2021-02-21 | Update SubtitleEncoder.cs | BaronGreenback | |
| 2021-02-21 | Use GetEncodingOptions where possible | Bond_009 | |
| 2021-02-20 | Enable TreatWarningsAsErrors for MediaBrowser.Model | Bond_009 | |
| 2021-02-13 | Minor improvements | Bond_009 | |
| 2021-02-10 | Merge pull request #5107 from jellyfin/enhanced-nvdec-vpp-tonemap | Joshua M. Boniface | |
| 2021-02-09 | Log subtitle errors | Bond_009 | |
| 2021-02-09 | Use SubtitleEdit to parse subtitles | Bond_009 | |
| 2021-02-08 | Merge pull request #5142 from M0ssTee/updateRegex | dkanada | |
| Replaced /d with [0-9], see issue #2923 | |||
| 2021-02-06 | add cuda format converter | nyanmisaka | |
| 2021-02-04 | Update MediaBrowser.MediaEncoding/Subtitles/AssParser.cs | M0ssTee | |
| Co-authored-by: Cody Robibero <cody@robibe.ro> | |||
| 2021-02-03 | Remove unused files | David | |
| 2021-02-01 | Replaced /d with [0-9], see issue #2923 | Troy | |
| 2021-01-21 | fix return | BaronGreenback | |
| 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-22 | Remove unused deps | crobibero | |
