| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-02-24 | Update MediaBrowser.Controller/MediaEncoding/EncodingHelper.cs | Cody Robibero | |
| Co-authored-by: Shadowghost <Shadowghost@users.noreply.github.com> | |||
| 2023-02-24 | Merge pull request #9381 from Bond-009/nullable | Cody Robibero | |
| 2023-02-24 | Simplify audio transcode channel lookup | Cody Robibero | |
| 2023-02-24 | Copy IsAutomated option when making MetadataRefreshOptions copy. (#9385) | Nick | |
| 2023-02-23 | Enable nullable for more files | Bond_009 | |
| 2023-02-20 | Merge branch 'master' into network-rewrite | Shadowghost | |
| 2023-02-20 | Fix playlist parental control and no parental control skipping forbidden ↵ | Shadowghost | |
| unrated items | |||
| 2023-02-20 | Recursively update rating | Shadowghost | |
| 2023-02-20 | Merge pull request #9356 from Bond-009/tryparse | Bond-009 | |
| 2023-02-20 | Merge pull request #9266 from holow29/increase-transcoding-ac-max | Bond-009 | |
| 2023-02-19 | Optimize tryparse | Bond_009 | |
| * Don't check for null before * Don't try different formats when not needed (NumberFormat.Integer is the fast path) | |||
| 2023-02-15 | Catch Exception when disposing connection | ipitio | |
| 2023-02-15 | Enable nullable for more files | Bond_009 | |
| 2023-02-15 | Merge branch 'master' into network-rewrite | Shadowghost | |
| 2023-02-13 | Add permission for collection management | Shadowghost | |
| 2023-02-12 | Merge pull request #9253 from Bond-009/nullref | Bond-009 | |
| 2023-02-11 | Merge pull request #9139 from Jpuc1143/tag-whitelist | Bond-009 | |
| 2023-02-09 | Reduced number of calls to GetPreference() | Jpuc1143 | |
| Co-authored-by: Cody Robibero <cody@robibe.ro> | |||
| 2023-02-09 | Change transcoderChannelLimit default to 8 | holow29 | |
| Change transcoderChannelLimit default to 8 from 6 Switch to querying for encoder and added more cases to transcoderChannelLimit Refactor GetNumAudioChannelsParam | |||
| 2023-02-08 | Implement hardware filters for videotoolbox, use Apple AAC encoder when ↵ | gnattu | |
| available (#7807) | |||
| 2023-02-05 | Merge pull request #9249 from jmshrv/fix-m4a-moov | Claus Vium | |
| Specify required movflags when encoding M4A audio | |||
| 2023-02-04 | Apply review suggestions | Shadowghost | |
| 2023-02-04 | Return NotFound when itemId isn't found | Bond_009 | |
| 2023-02-04 | Move mp4 container names to class and use StringComparer.OrdinalIgnoreCase | James Harvey | |
| 2023-02-04 | Use FFmpeg concat for DVD and BD folder playback | Shadowghost | |
| 2023-02-04 | Fix BD and DVD folder probing and playback | Shadowghost | |
| 2023-02-04 | Revert "Remove DvdLib (#9068)" | Shadowghost | |
| This reverts commit db1913b08fac0749133634efebd1ee7a7876147a. | |||
| 2023-02-04 | Use Directory.Packages.props (#9135) | Zoltan Csizmadia | |
| Co-authored-by: Zoltan Csizmadia <CsizmadiaZ@valassis.com> | |||
| 2023-02-04 | Remove frag_keyframe on audio, not video | James Harvey | |
| 2023-02-04 | Fix Use built-in type alias | James Harvey | |
| 2023-02-04 | Fix Braces for multi-line statements should not share line | James Harvey | |
| 2023-02-04 | Remove frag_keyframe as it is not relevant for audio | James Harvey | |
| 2023-02-04 | Fill in issue/PR comment | James Harvey | |
| 2023-02-04 | Add movflags to mp4 audio encoding | James Harvey | |
| 2023-02-02 | Merge pull request #9191 from barronpm/applicationhost-cleanup1 | Cody Robibero | |
| 2023-02-02 | Fix audio codec not being used in UniversalAudio (#9192) | James Harvey | |
| 2023-02-01 | Added CleanupCollection task | Jean-Pierre Bachmann | |
| 2023-01-28 | Remove Emby.Notifications (#9147) | Patrick Barron | |
| 2023-01-28 | Remove ability to add a played indicator to images (#9186) | Cody Robibero | |
| 2023-01-27 | Use dependency injection for IChannel | Patrick Barron | |
| 2023-01-27 | Use depencency injection for ISubtitleProvider | Patrick Barron | |
| 2023-01-24 | Merge branch 'master' into network-rewrite | Shadowghost | |
| 2023-01-24 | Merge pull request #9146 from nyanmisaka/fix-pgs-vulkan | Bond-009 | |
| 2023-01-22 | Backport pull request #9145 from jellyfin/release-10.8.z | nyanmisaka | |
| Fix PGS position issue in sw decoding #8602 Original-merge: fbb9acf58b4b4dc805fa95c60e625d4ca4ff90ae Merged-by: Joshua M. Boniface <joshua@boniface.me> Backported-by: Joshua M. Boniface <joshua@boniface.me> | |||
| 2023-01-22 | Backport pull request #9050 from jellyfin/release-10.8.z | nyanmisaka | |
| Update workaround for i915 hang in linux 5.18 to 6.1.3 Original-merge: 464136cfc9113d33ed4698904a31249f1ed893bf Merged-by: Bond-009 <bond.009@outlook.com> Backported-by: Joshua M. Boniface <joshua@boniface.me> | |||
| 2023-01-21 | Fix PGS position issue in Vulkan pipeline | nyanmisaka | |
| Signed-off-by: nyanmisaka <nst799610810@gmail.com> | |||
| 2023-01-20 | Add "Allowed Tags" to Parental Controls | Jpuc1143 | |
| 2023-01-20 | Merge branch 'master' into network-rewrite | Shadowghost | |
| 2023-01-20 | Remove DvdLib (#9068) | Patrick Barron | |
| * Remove DvdLib * Update error message for blu-ray folders Co-authored-by: Shadowghost <Shadowghost@users.noreply.github.com> * Remove BDInfo * Remove MediaEncoder.GetPrimaryPlaylistVobFiles * Remove BlurayDiscInfo Co-authored-by: Shadowghost <Shadowghost@users.noreply.github.com> | |||
| 2023-01-19 | Merge remote-tracking branch 'upstream/master' into network-rewrite | Shadowghost | |
