| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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-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-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-04-29 | Merge pull request #5842 from BaronGreenback/optimization | Bond-009 | |
| Code Clean up: Group Methods | |||
| 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-09 | FxCop -> Net Analyzers (part 1) | Bond_009 | |
| 2021-02-20 | Enable TreatWarningsAsErrors for MediaBrowser.Model | Bond_009 | |
| 2021-02-13 | Minor improvements | Bond_009 | |
| 2020-12-01 | do not extract audio stream bitrate info for videos from formatInfo | nyanmisaka | |
| 2020-11-29 | allow to extract music bitrate info from formatInfo | nyanmisaka | |
| 2020-11-22 | Merge pull request #4548 from orryverducci/mkv-interlaced-fix | Joshua M. Boniface | |
| Revert "Fix frame rate probing for interlaced MKV files" | |||
| 2020-11-22 | Revert "Fix frame rate probing for interlaced MKV files" | Orry Verducci | |
| This reverts commit 84fd5a09532bd1e854ec3745609f845aa7098da2. | |||
| 2020-11-19 | Apply suggestions from code review | Nyanmisaka | |
| Co-authored-by: Claus Vium <cvium@users.noreply.github.com> | |||
| 2020-11-16 | Merge remote-tracking branch 'upstream/master' into fmp4-hls | nyanmisaka | |
| 2020-11-14 | Missed some stuff | Bond_009 | |
| 2020-11-11 | fix ci | nyanmisaka | |
| 2020-11-11 | adjust bitrate limit for HLS audio codecs | nyanmisaka | |
| 2020-10-25 | Fix frame rate probing for interlaced MKV files | Orry Verducci | |
| 2020-09-04 | Merge branch 'master' into tonemap | Nyanmisaka | |
| 2020-08-26 | Clean up json Converters | crobibero | |
| 2020-08-20 | Make MediaBrowser.MediaEncoding warnings free | Bond_009 | |
| 2020-08-04 | Minor fixes | Bond-009 | |
| 2020-08-04 | Add some analyzers to MediaBrowser.MediaEncoding | Bond-009 | |
| 2020-08-04 | Enable TreatWarningsAsErrors for MediaBrowser.MediaEncoding | Bond-009 | |
| 2020-08-03 | Merge branch 'master' into tonemap | Nyanmisaka | |
| 2020-07-29 | Optimize Substring and StringBuilder usage | Bond_009 | |
| 2020-07-25 | add Tonemapping relaying on nvdec and ocl | nyanmisaka | |
| 2020-07-04 | Use Array.Empty | Patrick Barron | |
| 2020-06-20 | brace multiline if statements (cont.) | telans | |
| 2020-06-20 | fix SA1503 for one line if statements | telans | |
| 2020-06-16 | Merge pull request #3343 from telans/comment-stops | Bond-009 | |
| Add full stop at end of comments (SA1629) | |||
| 2020-06-16 | fix SA1513/SA1516 | telans | |
| 2020-06-16 | Add full stop at end of comments (SA1629) | telans | |
| 2020-06-15 | fix SA1508 | telans | |
| 2020-06-15 | fix SA1005 | telans | |
| 2020-06-06 | Fix a small number of compile warnings | aled | |
| 2020-05-16 | Fix suggestions | MrTimscampi | |
