| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
(cherry picked from commit f1d56aa5cef4c60021e0b29c5d9fb3adf384fda7)
Signed-off-by: Joshua Boniface <joshua@boniface.me>
|
|
Optimize Guid comparisons
|
|
|
|
* 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
|
|
|
|
|
|
|
|
|
|
|
|
Co-authored-by: Cody Robibero <cody@robibe.ro>
|
|
|
|
Various DLNA Optimizations
|
|
|
|
anything.
|
|
anything.
|
|
anything.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Add FLAC and define the corresponding target sample rate
|
|
|
|
define the corresponding target sample rate
|
|
Use enum for WebSocket message types
|
|
Null Pointer Fix : PlayToController.cs
|
|
|
|
|
|
|
|
# Conflicts:
# Emby.Dlna/Emby.Dlna.csproj
# Emby.Dlna/Eventing/DlnaEventManager.cs
# Emby.Dlna/Service/BaseService.cs
# Emby.Server.Implementations/ScheduledTasks/ScheduledTaskWorker.cs
# MediaBrowser.Controller/Subtitles/SubtitleDownloadEventArgs.cs
|
|
|
|
|
|
|
|
|
|
|