| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-06-10 | Merge pull request #7828 from nyanmisaka/fix-dovi-tonemap | Bond-009 | |
| Fix Dolby Vision profile 5 and 8 to SDR HW tone-mapping (cherry picked from commit 8595a979a872c05d0d06f9b87ed1b56c693c267d) Signed-off-by: crobibero <cody@robibe.ro> | |||
| 2022-06-06 | Merge pull request #7810 from Bond-009/unaccpattern | Cody Robibero | |
| (cherry picked from commit 5e343d30e198ca57926a13e1a6b05ae232091d86) Signed-off-by: crobibero <cody@robibe.ro> | |||
| 2022-05-20 | Merge pull request #7529 from Shadowghost/strm-ffprobe-external-fix | Cody Robibero | |
| (cherry picked from commit 60affd096595d68728506149d0ffce6e84b6b015) Signed-off-by: crobibero <cody@robibe.ro> | |||
| 2022-05-09 | Bump StyleCop.Analyzers from 1.2.0-beta.406 to 1.2.0-beta.435 (#7726) | dependabot[bot] | |
| Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | |||
| 2022-03-25 | Merge pull request #7443 from whiteowl3/strm-probe | Cody Robibero | |
| 2022-03-25 | empty line required by linter | whiteowl3 | |
| 2022-03-23 | Apply suggestions from code review | whiteowl3 | |
| Co-authored-by: Cody Robibero <cody@robibe.ro> | |||
| 2022-03-22 | Fix releasing lock | Nils Fürniß | |
| 2022-03-22 | Improve code | Nils Fürniß | |
| 2022-03-22 | add extracting attachments from external subs | Nils Fürniß | |
| 2022-03-21 | Merge pull request #7480 from ↵ | Cody Robibero | |
| jellyfin/dependabot/nuget/StyleCop.Analyzers-1.2.0-beta.406 | |||
| 2022-03-21 | Bump libse from 3.6.4 to 3.6.5 | dependabot[bot] | |
| Bumps [libse](https://github.com/SubtitleEdit/subtitleedit) from 3.6.4 to 3.6.5. - [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.4...3.6.5) --- updated-dependencies: - dependency-name: libse dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> | |||
| 2022-03-21 | Bump StyleCop.Analyzers from 1.2.0-beta.376 to 1.2.0-beta.406 | dependabot[bot] | |
| Bumps [StyleCop.Analyzers](https://github.com/DotNetAnalyzers/StyleCopAnalyzers) from 1.2.0-beta.376 to 1.2.0-beta.406. - [Release notes](https://github.com/DotNetAnalyzers/StyleCopAnalyzers/releases) - [Commits](https://github.com/DotNetAnalyzers/StyleCopAnalyzers/compare/1.2.0-beta.376...1.2.0-beta.406) --- updated-dependencies: - dependency-name: StyleCop.Analyzers dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> | |||
| 2022-03-11 | Merge pull request #7441 from 1337joe/add-external-stream-indicator | Cody Robibero | |
| Add label for external audio/sub tracks | |||
| 2022-03-11 | allow strm probe to succeed | whiteowl3 | |
| 2022-03-10 | Add label for external audio/sub tracks | Joe Rogers | |
| 2022-03-10 | ProbeResultNormalizer: fix framerate compare + tests (#7167) | Mayur Panchal | |
| 2022-03-05 | Remove the deprecated OMX and MMAL HWA | nyanmisaka | |
| 2022-03-01 | Merge pull request #7376 from GermanCoding/fix_soundhandler | Bond-009 | |
| 2022-03-01 | Merge pull request #7275 from Nalsai/burn-subtitle-attached-fonts | Bond-009 | |
| 2022-02-28 | Remove superfluous "SoundHandler" from audio stream names | GermanCoding | |
| 2022-02-27 | Switch chapter id to long to not break on ffmpeg 5.0 | Joe Rogers | |
| 2022-02-14 | Increase timeout for subtitle extraction to 30min (#7153) | Victor Gambier | |
| 2022-02-10 | add extracting attachments for ffmpeg to burn subs | Nils Fürniß | |
| 2022-02-06 | Merge pull request #7241 from Bond-009/async5 | Cody Robibero | |
| 2022-02-02 | Fix #7147: Don't return subtitles in mismatched format (#7149) | SenorSmartyPants | |
| 2022-01-27 | chore(artist-split): add more artists to split whitelist | Shadowghost | |
| 2022-01-22 | Flush to disk async where possible | Bond_009 | |
| 2022-01-22 | Ban the usage of Task.Result | Bond_009 | |
| If the calling function can't be made async easily you can still use .GetAwaiter().GetResult(), which is way easier to find in the future | |||
| 2022-01-07 | Merge branch 'master' into keyframe_extraction_v1 | cvium | |
| # Conflicts: # Jellyfin.Api/Controllers/DynamicHlsController.cs # MediaBrowser.Controller/MediaEncoding/IMediaEncoder.cs # MediaBrowser.MediaEncoding/Encoder/MediaEncoder.cs | |||
| 2021-12-27 | Remove more warnings | Cody Robibero | |
| 2021-12-26 | Merge pull request #6934 from nyanmisaka/hwa | Cody Robibero | |
| HWA pipeline refactor, AMD/Intel/Nvidia full hardware filtering support, AV1 hwdec | |||
| 2021-12-24 | Update StyleCop | Bond_009 | |
| 2021-12-25 | Merge remote-tracking branch 'origin/master' into hwa | nyanmisaka | |
| 2021-12-24 | reduce tonemap cpu usage, add deint and AR support in thumbnails | nyanmisaka | |
| Co-authored-by: Orry Verducci <orry@orryverducci.co.uk> | |||
| 2021-12-24 | Apply suggestions from code review | nyanmisaka | |
| Co-authored-by: Cody Robibero <cody@robibe.ro> Co-authored-by: Claus Vium <cvium@users.noreply.github.com> Co-authored-by: Bond_009 <bond.009@outlook.com> | |||
| 2021-12-24 | EncodingHelper hwaccel pipelines refactor | nyanmisaka | |
| separate the HW pipeline according to HWA method for maintainability. | |||
| 2021-12-20 | Use our own Contains extension | cvium | |
| 2021-12-18 | Return null on division by zero | Bond_009 | |
| 2021-12-18 | Add tests for ProbeResultNormalizer.GetFrameRate | Bond_009 | |
| 2021-12-12 | Don't check floats for equality | Bond_009 | |
| 2021-12-11 | Merge pull request #6222 from orryverducci/mbaff-interlace-detection | Cody Robibero | |
| 2021-12-09 | Added artist to '/' split whitelist | Benoît Dardenne | |
| 2021-12-06 | Bump libse from 3.6.2 to 3.6.4 | dependabot[bot] | |
| Bumps [libse](https://github.com/SubtitleEdit/subtitleedit) from 3.6.2 to 3.6.4. - [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.2...3.6.4) --- updated-dependencies: - dependency-name: libse dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> | |||
| 2021-12-06 | Bump BDInfo from 0.7.6.1 to 0.7.6.2 | dependabot[bot] | |
| Bumps [BDInfo](https://github.com/jellyfin/BDInfo) from 0.7.6.1 to 0.7.6.2. - [Release notes](https://github.com/jellyfin/BDInfo/releases) - [Commits](https://github.com/jellyfin/BDInfo/commits) --- updated-dependencies: - dependency-name: BDInfo dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> | |||
| 2021-12-01 | Merge branch 'master' into mbaff-interlace-detection | Orry Verducci | |
| 2021-11-12 | Use codec to determine image format | Joe Rogers | |
| 2021-11-12 | Use ImageFormat instead of string for extension | Joe Rogers | |
| 2021-11-09 | Fix some warnings | Bond_009 | |
| down to 580 | |||
| 2021-11-08 | Update to full dotnet 6 | Cody Robibero | |
