| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-04-03 | Move Get*Providers definitions to interface | Joe Rogers | |
| 2022-03-26 | Fix TranscodeReasons property name | Cody Robibero | |
| 2022-03-26 | Merge pull request #7202 from knackebrot/unix-perms | Cody Robibero | |
| 2022-03-25 | Merge pull request #7333 from eyezak/hls/audio-bitstream-fmp4 | Joshua M. Boniface | |
| 2022-03-25 | Apply suggestions from code review | Nyanmisaka | |
| 2022-03-23 | Merge pull request #7437 from Nalsai/mks-attachments | Joshua M. Boniface | |
| 2022-03-23 | Merge pull request #7483 from jellyfin/swdec-cu-tonemap | Joshua M. Boniface | |
| 2022-03-22 | Pass CancellationToken to ExtractAllAttachments | Nils Fürniß | |
| 2022-03-22 | add extracting attachments from external subs | Nils Fürniß | |
| 2022-03-22 | Improve fps for cuda tonemap in sw decoding | Nyanmisaka | |
| avoid second copy if subtitle is not applied. | |||
| 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-20 | Merge pull request #7445 from Bond-009/baseitem | Cody Robibero | |
| 2022-03-12 | Merge pull request #7325 from eyezak/issue/6450 | Cody Robibero | |
| 2022-03-11 | BaseItem: remove unused function | Bond_009 | |
| 2022-03-11 | Merge pull request #7346 from Bond-009/guid | Claus Vium | |
| Optimize Guid comparisons | |||
| 2022-03-09 | Fix the fMP4 HLS audio sync issue on Safari | nyanmisaka | |
| 2022-03-08 | Re-enable the legacy NVIDIA CUVID decoder in full HWA pipeline (#7413) | Nyanmisaka | |
| 2022-03-06 | Remove TranscodeReason.None, Add JsonFlagEnum tests | Cody Robibero | |
| 2022-03-06 | Clean up EnumFlags serialization | Cody Robibero | |
| 2022-03-06 | Series: issue-6450 | Isaac Gordezky | |
| Issue: https://github.com/jellyfin/jellyfin/issues/6450 Enable DirectPlay responses Rewrite DirectPlay and DirectStream resolution Prefer copy transcode video codec options Enhance condition processor Support DirectStream and Transcode with parity Rework audio stream selection and add tests for ExternalAudio Update MediaInfoHelper to only call StreamBuilder once | |||
| 2022-03-06 | Convert TranscodeReason to Flags | Isaac Gordezky | |
| 2022-03-05 | Merge pull request #7404 from nyanmisaka/omx | Joshua M. Boniface | |
| 2022-03-05 | Remove the deprecated OMX and MMAL HWA | nyanmisaka | |
| 2022-03-05 | Set the name of intel vaapi driver explicitly | nyanmisaka | |
| Fix crashes on older intel gfx when both iHD and i965 driver are existed. | |||
| 2022-03-04 | Merge pull request #7370 from crobibero/internal-metadata-path | Claus Vium | |
| Only add internal files if the internal metadata path exists | |||
| 2022-03-01 | Merge pull request #7387 from jellyfin/nvdec-threads | Claus Vium | |
| 2022-03-01 | Update MediaBrowser.Controller/Providers/DirectoryService.cs | Cody Robibero | |
| Co-authored-by: Joe Rogers <1337joe@users.noreply.github.com> | |||
| 2022-03-01 | Lowering the VRAM usage on NVDEC decoder | Nyanmisaka | |
| 2022-03-01 | Fix the path to the extracted fonts on Windows | Nyanmisaka | |
| 2022-03-01 | Merge pull request #7275 from Nalsai/burn-subtitle-attached-fonts | Bond-009 | |
| 2022-03-01 | Merge pull request #7366 from 1337joe/filter-theme-song-and-video | Bond-009 | |
| 2022-02-28 | Merge pull request #6058 from ferferga/deprecate-queueitem | Joshua M. Boniface | |
| 2022-02-28 | Merge pull request #7338 from mueslimak3r/hls-remove-seek-param | Cody Robibero | |
| 2022-02-28 | Use IFileSystem | Cody Robibero | |
| 2022-02-28 | Only add internal files if the internal metadata path exists | Cody Robibero | |
| Signed-off-by: Cody Robibero <cody@robibe.ro> | |||
| 2022-02-28 | Update presets for NVENC encoder | Nyanmisaka | |
| 2022-02-27 | Add post filtering for theme song and video | Joe Rogers | |
| 2022-02-26 | Merge pull request #7291 from aolszowka/aolszowka-EncodingHelperChanges | Cody Robibero | |
| 2022-02-21 | Rewrite tests for coverage and less duplication | Joe Rogers | |
| Address minor warnings Revert making GetInternalMetadataPath mockable | |||
| 2022-02-21 | Optimize Guid comparisons | Bond_009 | |
| * Use Guid.Equals(Guid) instead of the == override * Ban the usage of Guid.Equals(Object) to prevent accidental boxing * Compare to default(Guid) instead of Guid.Empty | |||
| 2022-02-21 | Update MediaBrowser.Controller/MediaEncoding/EncodingHelper.cs | Isaac Gordezky | |
| Co-authored-by: Cody Robibero <cody@robibe.ro> | |||
| 2022-02-18 | dont use noaccurate_seek for hls | cameron | |
| 2022-02-18 | feat(external-media): refactor to generic provider, extend tests and file ↵ | Shadowghost | |
| recognition, consolidate and extend NamingOptions | |||
| 2022-02-18 | [Bugfix] Provile bitStreamArgs for HLS fMP4 | Isaac Gordezky | |
| Enable the audio bitstream arguments to ffmpeg for both ts and fMP4 HLS streaming | |||
| 2022-02-17 | Remove some dead code | Bond_009 | |
| 2022-02-16 | Merge pull request #7322 from Bond-009/db2 | Cody Robibero | |
| 2022-02-15 | Clean up SqliteItemRepository | Bond_009 | |
| * remove dead code * reduce allocations | |||
| 2022-02-15 | Fix some warnings | Bond_009 | |
| 2022-02-14 | Merge pull request #7233 from Bond-009/warn60 | Cody Robibero | |
| 2022-02-14 | Fix some warnings | Bond_009 | |
