jellyfin/Jellyfin.Api/Controllers
gnattu 78929418cc Use better audio VBR settings
LAME's VBR mode only has advantage over a certain bitrate range. For very low and very high bitrate, use the ABR mode instead.

aac_at's CVBR mode produces very good quality and is not worse than its TVBR mode in blind testing. Use this mode for convenience.

The ffmpeg native aac encoder will have quality regression with its VBR mode. Always use CBR mode for ffmpeg's native aac encoder.

Signed-off-by: gnattu <gnattuoc@me.com>
2024-07-17 21:27:35 +08:00
..
ActivityLogController.cs
ApiKeyController.cs
ArtistsController.cs
AudioController.cs fix: forward port patch for GHSA-866x-wj5j-2vf4 (#11228) 2024-03-28 09:26:14 -06:00
BrandingController.cs
ChannelsController.cs
ClientLogController.cs
CollectionController.cs
ConfigurationController.cs fix: disable api endpoint for ffmpeg path for security (#11225) 2024-03-28 13:57:55 -06:00
DashboardController.cs Require elevation for plugin related endpoints 2024-04-26 19:00:53 +02:00
DevicesController.cs
DisplayPreferencesController.cs Validate item access (#11171) 2024-04-14 08:18:36 -06:00
DynamicHlsController.cs Use better audio VBR settings 2024-07-17 21:27:35 +08:00
EnvironmentController.cs
FilterController.cs Validate item access (#11171) 2024-04-14 08:18:36 -06:00
GenresController.cs
HlsSegmentController.cs
ImageController.cs Validate item access (#11171) 2024-04-14 08:18:36 -06:00
InstantMixController.cs Validate item access (#11171) 2024-04-14 08:18:36 -06:00
ItemLookupController.cs Validate item access (#11171) 2024-04-14 08:18:36 -06:00
ItemRefreshController.cs Backport pull request #12028 from jellyfin/release-10.9.z 2024-06-23 11:40:42 -04:00
ItemsController.cs Support filter by index number in ItemsController 2024-06-07 22:38:46 +02:00
ItemUpdateController.cs Backport pull request #11743 from jellyfin/release-10.9.z 2024-06-01 18:40:56 -04:00
LibraryController.cs More efficient array creation (#11468) 2024-04-30 13:32:59 -06:00
LibraryStructureController.cs Fix build 2024-06-06 21:07:22 +02:00
LiveTvController.cs Validate item access (#11171) 2024-04-14 08:18:36 -06:00
LocalizationController.cs
LyricsController.cs Validate item access (#11171) 2024-04-14 08:18:36 -06:00
MediaInfoController.cs Validate item access (#11171) 2024-04-14 08:18:36 -06:00
MoviesController.cs
MusicGenresController.cs
PackageController.cs Require elevation for plugin related endpoints 2024-04-26 19:00:53 +02:00
PersonsController.cs
PlaylistsController.cs Playlist fixes (#11487) 2024-05-05 19:22:21 -06:00
PlaystateController.cs Allow explicitly set userId for RequestHelpers.GetSession (#11505) 2024-05-07 09:43:54 -06:00
PluginsController.cs Require elevation for plugin related endpoints 2024-04-26 19:00:53 +02:00
QuickConnectController.cs
RemoteImageController.cs Validate item access (#11171) 2024-04-14 08:18:36 -06:00
ScheduledTasksController.cs
SearchController.cs Validate item access (#11171) 2024-04-14 08:18:36 -06:00
SessionController.cs Limit sessions per user (#11370) 2024-04-21 10:54:49 -06:00
StartupController.cs
StudiosController.cs
SubtitleController.cs Validate item access (#11171) 2024-04-14 08:18:36 -06:00
SuggestionsController.cs Move userId in API from route to optional query parameter (#11074) 2024-03-03 13:51:31 -07:00
SyncPlayController.cs
SystemController.cs
TimeSyncController.cs
TrailersController.cs Support filter by index number in ItemsController 2024-06-07 22:38:46 +02:00
TrickplayController.cs Validate item access (#11171) 2024-04-14 08:18:36 -06:00
TvShowsController.cs Backport pull request #11806 from jellyfin/release-10.9.z 2024-06-01 18:40:59 -04:00
UniversalAudioController.cs Validate item access (#11171) 2024-04-14 08:18:36 -06:00
UserController.cs Move userId in API from route to optional query parameter (#11074) 2024-03-03 13:51:31 -07:00
UserLibraryController.cs Validate item access (#11171) 2024-04-14 08:18:36 -06:00
UserViewsController.cs More efficient array creation (#11468) 2024-04-30 13:32:59 -06:00
VideoAttachmentsController.cs Validate item access (#11171) 2024-04-14 08:18:36 -06:00
VideosController.cs Validate item access (#11171) 2024-04-14 08:18:36 -06:00
YearsController.cs