You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
jellyfin/MediaBrowser.Api/HttpHandlers
LukePulverenti Luke Pulverenti luke pulverenti c124672636
Added more image api methods
13 years ago
..
AudioHandler.cs Added some intelligence to the video handler. try to just copy the audio stream when possible, instead of encoding. 13 years ago
BaseMediaHandler.cs Tweaked media streaming to not call process.waitforexit 13 years ago
GenreHandler.cs Removed generics from IBNItem 13 years ago
GenresHandler.cs Removed generics from IBNItem 13 years ago
ImageHandler.cs Added more image api methods 13 years ago
ItemHandler.cs a few more async optimizations 13 years ago
ItemListHandler.cs a few more async optimizations 13 years ago
PersonHandler.cs Chaged BaseItem.People to a dictionary to prevent duplicates and improve Contains performance. Tweaked ffprobe and provider execution. 13 years ago
PluginConfigurationHandler.cs a few more async optimizations 13 years ago
PluginsHandler.cs a few more async optimizations 13 years ago
StudioHandler.cs Removed generics from IBNItem 13 years ago
StudiosHandler.cs Removed generics from IBNItem 13 years ago
UsersHandler.cs a few more async optimizations 13 years ago
VideoHandler.cs Changed some types to List to avoid having to call ToList for insertion purposes 13 years ago
YearHandler.cs Removed generics from IBNItem 13 years ago
YearsHandler.cs Removed generics from IBNItem 13 years ago