| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-08-16 | Address comments | MrTimscampi | |
| 2021-08-16 | Add some new music-related person types and parse from ffprobe | MrTimscampi | |
| 2021-08-16 | Add performers to the ffprobe normalization for audio | MrTimscampi | |
| 2021-08-14 | Fix explicit stream selection in MediaEncoder.ExtractImageInternal | boolemancer | |
| 2021-08-13 | Merge branch 'master' into tonemap-overlay | Nyanmisaka | |
| 2021-08-11 | Merge pull request #6262 from MrTimscampi/scanner-prefer-original-date | Claus Vium | |
| 2021-08-09 | Bump UTF.Unknown from 2.3.0 to 2.4.0 | dependabot[bot] | |
| Bumps [UTF.Unknown](https://github.com/CharsetDetector/UTF-unknown) from 2.3.0 to 2.4.0. - [Release notes](https://github.com/CharsetDetector/UTF-unknown/releases) - [Commits](https://github.com/CharsetDetector/UTF-unknown/compare/v2.3...v2.4) --- updated-dependencies: - dependency-name: UTF.Unknown dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> | |||
| 2021-08-08 | Update MediaBrowser.MediaEncoding/Probing/FFProbeHelpers.cs | Julien Machiels | |
| Co-authored-by: Cody Robibero <cody@robibe.ro> | |||
| 2021-08-07 | Attempt to parse YYYY format dates in GetDictionaryDateTime | MrTimscampi | |
| DateTime.TryParse doesn't properly parse year-only dates, so parsing results from FFProbe sometimes returns null (for example, some music tagged with Beets has yyyy format dates for release dates). As a result, Jellyfin would previously no get the date from the FFProbe results. This adds DateTime.TryParseExact with a format of 'yyyy' as a fallback, to attempt to properly parse the value, even if it's only a year. | |||
| 2021-08-07 | Prefer original data when getting premiere date from ffprobe | MrTimscampi | |
| 2021-07-30 | Invert code and style analysis configuration (#6334) | Rich Lander | |
| Co-authored-by: Bond-009 <bond.009@outlook.com> | |||
| 2021-07-25 | add support for cuda tonemap and overlay | nyanmisaka | |
| 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 | |
