| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-10-24 | Merge pull request #6544 from cvium/fix_ffmpeg_path_updating | Bond-009 | |
| 2021-10-21 | Merge pull request #6689 from 1337joe/expand-image-extraction | Claus Vium | |
| 2021-10-20 | Address review comments | Joe Rogers | |
| Clean up style Fix references in class summaries Combine Where+FirstOrDefault queries Break up large method, long lines Add validation on file extension Apply test naming conventions Extract mock of Movie class, comment on why not mocking interface Co-authored-by: Cody Robibero <cody@robibe.ro> Co-authored-by: Claus Vium <cvium@users.noreply.github.com> | |||
| 2021-10-12 | Update to dotnet6.rc2 | Cody Robibero | |
| 2021-10-11 | Add image provider tests and clean up | Joe Rogers | |
| 2021-10-11 | Add support for non-jpg image extractions | Joe Rogers | |
| 2021-10-11 | Add handling for embedded background and logo | Joe Rogers | |
| 2021-10-10 | Move FfmpegException to MediaBrowser.Common | Dmitry Lyzo | |
| 2021-10-09 | Merge pull request #6657 from Bond-009/dotnetbug | Claus Vium | |
| 2021-10-08 | Merge pull request #6663 from crobibero/dotnet-6-rc1 | Claus Vium | |
| Reference dotnet6-rc1 packages | |||
| 2021-10-06 | Add 22/7 to split whitelist | Dominik Krivohlavek | |
| 2021-10-04 | Reference dotnet6-rc1 packages | Cody Robibero | |
| 2021-10-03 | Remove workaround for dotnet/runtime#42790 | Bond_009 | |
| 2021-10-03 | Fix warning: Qualifier is redundant (#2149) | KonH | |
| 2021-09-30 | Add mp4 track title fallback (#6638) | Joe Rogers | |
| 2021-09-26 | Remove all instances of en-US culture | Cody Robibero | |
| 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-21 | Update MediaBrowser.MediaEncoding/Encoder/MediaEncoder.cs | Claus Vium | |
| 2021-09-21 | Don't set ffmpeg path from null to its Display value + add 404 | cvium | |
| 2021-09-21 | Validate ffmpeg path | Bond_009 | |
| 2021-09-21 | Specify DateTimeStyles when possible | 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-13 | Bump libse from 3.6.0 to 3.6.2 | dependabot[bot] | |
| Bumps [libse](https://github.com/SubtitleEdit/subtitleedit) from 3.6.0 to 3.6.2. - [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.6.0...3.6.2) --- updated-dependencies: - dependency-name: libse dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> | |||
| 2021-09-06 | Merge pull request #6177 from Bond-009/async | Claus Vium | |
| Use async FileStreams where it makes sense | |||
| 2021-09-03 | Merge pull request #6358 from MrTimscampi/audio-people | Bond-009 | |
| 2021-09-02 | Use async FileStreams where it makes sense | Bond_009 | |
| 2021-09-01 | Merge pull request #6425 from boolemancer/boolemancer/fix_image_extractor | Bond-009 | |
| Fix explicit stream selection in MediaEncoder.ExtractImageInternal | |||
| 2021-08-30 | Merge branch 'master' into tonemap-overlay | Claus Vium | |
| 2021-08-30 | Simplify the way we choose our ffmpeg | Bond_009 | |
| * no longer search $PATH * no longer require a full path * don't fall back | |||
| 2021-08-16 | Make performer regex static | MrTimscampi | |
| 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-19 | Move non-jellyfin extensions to separate project | Bond_009 | |
