| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-12-24 | Update StyleCop | Bond_009 | |
| 2021-12-18 | Return null on division by zero | Bond_009 | |
| 2021-12-18 | Add tests for ProbeResultNormalizer.GetFrameRate | Bond_009 | |
| 2021-11-01 | Bump Microsoft.NET.Test.Sdk from 16.11.0 to 17.0.0 | dependabot[bot] | |
| Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 16.11.0 to 17.0.0. - [Release notes](https://github.com/microsoft/vstest/releases) - [Commits](https://github.com/microsoft/vstest/compare/v16.11.0...v17.0.0) --- updated-dependencies: - dependency-name: Microsoft.NET.Test.Sdk dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> | |||
| 2021-10-09 | Merge pull request #6646 from 1337joe/test-mp4-metadata | Claus Vium | |
| 2021-10-03 | Fix warning: Using directive is not required by the code and can be safely ↵ | KonH | |
| removed (#2149) | |||
| 2021-10-01 | Add test data and unit test for mp4 metadata probe | Joe Rogers | |
| 2021-09-25 | Merge branch 'master' into theorydata | Bond-009 | |
| 2021-09-24 | Target net6.0 | Bond_009 | |
| 2021-09-22 | Add regression test for #5323 | Bond_009 | |
| 2021-09-21 | Specify DateTimeStyles when possible | Bond_009 | |
| 2021-09-18 | Add regression test for issue #5168 | Bond_009 | |
| 2021-09-18 | Fix SubtitleEncoder and add regression tests | Bond_009 | |
| 2021-09-11 | Use TheoryData instead of MemberData and ClassData | ianjazz246 | |
| 2021-09-06 | Remove all unused usings | Fernando Fernández | |
| 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-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 | Bump Microsoft.NET.Test.Sdk from 16.10.0 to 16.11.0 | dependabot[bot] | |
| Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 16.10.0 to 16.11.0. - [Release notes](https://github.com/microsoft/vstest/releases) - [Commits](https://github.com/microsoft/vstest/compare/v16.10.0...v16.11.0) --- updated-dependencies: - dependency-name: Microsoft.NET.Test.Sdk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> | |||
| 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-16 | Address comments | MrTimscampi | |
| 2021-08-16 | Add test for audio file ffprobe normalization | MrTimscampi | |
| 2021-08-13 | Merge branch 'master' into tonemap-overlay | Nyanmisaka | |
| 2021-08-11 | Update tests/Jellyfin.MediaEncoding.Tests/Probing/ProbeResultNormalizerTests.cs | Julien Machiels | |
| Co-authored-by: Claus Vium <cvium@users.noreply.github.com> | |||
| 2021-08-07 | Add test for year-only parsing for 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-26 | Bump coverlet.collector from 3.0.3 to 3.1.0 | dependabot[bot] | |
| Bumps [coverlet.collector](https://github.com/coverlet-coverage/coverlet) from 3.0.3 to 3.1.0. - [Release notes](https://github.com/coverlet-coverage/coverlet/releases) - [Commits](https://github.com/coverlet-coverage/coverlet/commits/v3.1.0) --- updated-dependencies: - dependency-name: coverlet.collector dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> | |||
| 2021-07-25 | add tests for FFmpeg 4.4 and 4.3.2 | nyanmisaka | |
| 2021-07-11 | Fix some warnings | Bond_009 | |
| 2021-06-19 | Move non-jellyfin extensions to separate project | Bond_009 | |
| 2021-05-31 | Bump Microsoft.NET.Test.Sdk from 16.9.4 to 16.10.0 | dependabot[bot] | |
| Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 16.9.4 to 16.10.0. - [Release notes](https://github.com/microsoft/vstest/releases) - [Commits](https://github.com/microsoft/vstest/compare/v16.9.4...v16.10.0) Signed-off-by: dependabot[bot] <support@github.com> | |||
| 2021-04-06 | Fix typo in test data filename | Maxr1998 | |
| 2021-04-06 | Add tests for music video metadata | Maxr1998 | |
| 2021-04-05 | Add test for ProbeResultNormalizer.GetMediaInfo | Bond_009 | |
| 2021-04-02 | Bump Microsoft.NET.Test.Sdk from 16.9.1 to 16.9.4 | dependabot[bot] | |
| Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 16.9.1 to 16.9.4. - [Release notes](https://github.com/microsoft/vstest/releases) - [Commits](https://github.com/microsoft/vstest/compare/v16.9.1...v16.9.4) Signed-off-by: dependabot[bot] <support@github.com> | |||
| 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-01 | Remove tests that are upstreamed | Bond_009 | |
| libse (the SSA parser we use) has these same tests now | |||
| 2021-03-01 | Bump Microsoft.NET.Test.Sdk from 16.8.3 to 16.9.1 | dependabot[bot] | |
| Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 16.8.3 to 16.9.1. - [Release notes](https://github.com/microsoft/vstest/releases) - [Commits](https://github.com/microsoft/vstest/compare/v16.8.3...v16.9.1) Signed-off-by: dependabot[bot] <support@github.com> | |||
| 2021-02-22 | Merge pull request #4984 from Bond-009/subtitleedit | Joshua M. Boniface | |
| 2021-02-22 | Bump coverlet.collector from 3.0.2 to 3.0.3 | dependabot[bot] | |
| Bumps [coverlet.collector](https://github.com/coverlet-coverage/coverlet) from 3.0.2 to 3.0.3. - [Release notes](https://github.com/coverlet-coverage/coverlet/releases) - [Commits](https://github.com/coverlet-coverage/coverlet/commits) Signed-off-by: dependabot[bot] <support@github.com> | |||
| 2021-02-09 | Comment out broken tests | Bond_009 | |
| 2021-02-09 | Fix tests on windows | Bond_009 | |
| 2021-02-09 | Log subtitle errors | Bond_009 | |
| 2021-02-09 | Use SubtitleEdit to parse subtitles | Bond_009 | |
| 2021-01-25 | Bump coverlet.collector from 3.0.1 to 3.0.2 | dependabot[bot] | |
| Bumps [coverlet.collector](https://github.com/coverlet-coverage/coverlet) from 3.0.1 to 3.0.2. - [Release notes](https://github.com/coverlet-coverage/coverlet/releases) - [Commits](https://github.com/coverlet-coverage/coverlet/commits) Signed-off-by: dependabot[bot] <support@github.com> | |||
