jellyfin/Jellyfin.Api/Controllers
David Fairbrother 4eeb522144 Add dts to list of audio codecs which require strict -2
Adds dts to the list of audio codecs where ffmpeg will throw asking us
to opt into experimental support. This is seen when the original content
is based on dts and we don't acopy using ffmpeg.
2023-01-07 19:37:32 +00:00
..
ActivityLogController.cs Add PaginatedQuery abstract class, change startIndex to skip 2021-05-20 20:48:41 -04:00
ApiKeyController.cs Fix all warnings in Jellyfin.Api (#9003) 2023-01-04 08:01:31 -07:00
ArtistsController.cs Replace != null with is not null 2022-12-05 15:01:13 +01:00
AudioController.cs Fix various typos 2022-08-15 06:48:34 -04:00
BrandingController.cs Remove UTF8 bom from some files 2020-11-21 14:26:03 +01:00
ChannelsController.cs Optimize Guid comparisons 2022-02-21 14:15:09 +01:00
ClientLogController.cs fix: use HttpContext and ClaimsPrincipal instead of IAuthorizationContext 2022-10-06 13:57:47 +02:00
CollectionController.cs fix: use HttpContext and ClaimsPrincipal instead of IAuthorizationContext 2022-10-06 13:57:47 +02:00
ConfigurationController.cs Replace == null with is null 2022-12-05 15:00:20 +01:00
DashboardController.cs Replace == null with is null 2022-12-05 15:00:20 +01:00
DevicesController.cs Replace == null with is null 2022-12-05 15:00:20 +01:00
DisplayPreferencesController.cs Fix build errors 2022-12-07 16:42:28 +01:00
DlnaController.cs Replace == null with is null 2022-12-05 15:00:20 +01:00
DlnaServerController.cs Replace == null with is null 2022-12-05 15:00:20 +01:00
DynamicHlsController.cs Add dts to list of audio codecs which require strict -2 2023-01-07 19:37:32 +00:00
EnvironmentController.cs Replace == null with is null 2022-12-05 15:00:20 +01:00
FilterController.cs Use Order() introduced in .NET 7 (#8923) 2022-12-19 09:30:00 -07:00
GenresController.cs fix: use HttpContext and ClaimsPrincipal instead of IAuthorizationContext 2022-10-06 13:57:47 +02:00
HlsSegmentController.cs Replace != null with is not null 2022-12-05 15:01:13 +01:00
ImageController.cs Fix all warnings in Jellyfin.Api (#9003) 2023-01-04 08:01:31 -07:00
InstantMixController.cs fix: use HttpContext and ClaimsPrincipal instead of IAuthorizationContext 2022-10-06 13:57:47 +02:00
ItemLookupController.cs Replace == null with is null 2022-12-05 15:00:20 +01:00
ItemRefreshController.cs Replace == null with is null 2022-12-05 15:00:20 +01:00
ItemsController.cs Replace != null with is not null 2022-12-05 15:01:13 +01:00
ItemUpdateController.cs Replace != null with is not null 2022-12-05 15:01:13 +01:00
LibraryController.cs Use DistinctBy introduced in .NET 6 2022-12-19 15:21:42 +01:00
LibraryStructureController.cs Replace != null with is not null 2022-12-05 15:01:13 +01:00
LiveTvController.cs Fix all warnings in Jellyfin.Api (#9003) 2023-01-04 08:01:31 -07:00
LocalizationController.cs Remove UTF8 bom from some files 2020-11-21 14:26:03 +01:00
MediaInfoController.cs Replace != null with is not null 2022-12-05 15:01:13 +01:00
MoviesController.cs Use DistinctBy introduced in .NET 6 2022-12-19 15:21:42 +01:00
MusicGenresController.cs fix: use HttpContext and ClaimsPrincipal instead of IAuthorizationContext 2022-10-06 13:57:47 +02:00
NotificationsController.cs Remove unused notification endpoints (#8952) 2022-12-27 14:24:34 +01:00
PackageController.cs Fix all warnings in Jellyfin.Api (#9003) 2023-01-04 08:01:31 -07:00
PersonsController.cs Replace == null with is null 2022-12-05 15:00:20 +01:00
PlaylistsController.cs Replace == null with is null 2022-12-05 15:00:20 +01:00
PlaystateController.cs Replace == null with is null 2022-12-05 15:00:20 +01:00
PluginsController.cs Fix all warnings in Jellyfin.Api (#9003) 2023-01-04 08:01:31 -07:00
QuickConnectController.cs Change InitiateQuickConnect to use POST request 2022-12-03 12:38:06 +01:00
RemoteImageController.cs Replace == null with is null 2022-12-05 15:00:20 +01:00
ScheduledTasksController.cs Replace == null with is null 2022-12-05 15:00:20 +01:00
SearchController.cs Replace != null with is not null 2022-12-05 15:01:13 +01:00
SessionController.cs Fix wrong usage of ArgumentNullException.ThrowIfNull 2022-12-07 16:44:00 +01:00
StartupController.cs Replace != null with is not null 2022-12-05 15:01:13 +01:00
StudiosController.cs fix: use HttpContext and ClaimsPrincipal instead of IAuthorizationContext 2022-10-06 13:57:47 +02:00
SubtitleController.cs Fix all warnings in Jellyfin.Api (#9003) 2023-01-04 08:01:31 -07:00
SuggestionsController.cs fix: use HttpContext and ClaimsPrincipal instead of IAuthorizationContext 2022-10-06 13:57:47 +02:00
SyncPlayController.cs Fix all warnings in Jellyfin.Api (#9003) 2023-01-04 08:01:31 -07:00
SystemController.cs Fix all warnings in Jellyfin.Api (#9003) 2023-01-04 08:01:31 -07:00
TimeSyncController.cs Specify DateTimeStyles when possible 2021-09-21 01:21:45 +02:00
TrailersController.cs Add xmldocs for TMDb provider, correct provider spelling 2022-11-17 11:16:20 +01:00
TvShowsController.cs Replace == null with is null 2022-12-05 15:00:20 +01:00
UniversalAudioController.cs Fix some things that slipped through the cracks 2022-10-11 23:37:29 +02:00
UserController.cs Deprecate user id based authentication endpoint 2022-12-19 21:46:12 +01:00
UserLibraryController.cs Fix all warnings in Jellyfin.Api (#9003) 2023-01-04 08:01:31 -07:00
UserViewsController.cs Replace == null with is null 2022-12-05 15:00:20 +01:00
VideoAttachmentsController.cs Replace == null with is null 2022-12-05 15:00:20 +01:00
VideosController.cs Replace != null with is not null 2022-12-05 15:01:13 +01:00
YearsController.cs Replace != null with is not null 2022-12-05 15:01:13 +01:00