jellyfin/MediaBrowser.Api/HttpHandlers
2012-08-24 12:24:29 -04:00
..
AudioHandler.cs Added some intelligence to the video handler. try to just copy the audio stream when possible, instead of encoding. 2012-08-13 16:18:02 -04:00
BaseMediaHandler.cs Tweaked media streaming to not call process.waitforexit 2012-08-23 22:29:27 -04:00
GenreHandler.cs Removed generics from IBNItem 2012-08-23 08:50:41 -04:00
GenresHandler.cs Removed generics from IBNItem 2012-08-23 08:50:41 -04:00
ImageHandler.cs a few more async optimizations 2012-08-21 22:50:59 -04:00
ItemHandler.cs a few more async optimizations 2012-08-21 22:50:59 -04:00
ItemListHandler.cs a few more async optimizations 2012-08-21 22:50:59 -04:00
PersonHandler.cs Chaged BaseItem.People to a dictionary to prevent duplicates and improve Contains performance. Tweaked ffprobe and provider execution. 2012-08-24 12:24:29 -04:00
PluginConfigurationHandler.cs a few more async optimizations 2012-08-21 22:50:59 -04:00
PluginsHandler.cs a few more async optimizations 2012-08-21 22:50:59 -04:00
StudioHandler.cs Removed generics from IBNItem 2012-08-23 08:50:41 -04:00
StudiosHandler.cs Removed generics from IBNItem 2012-08-23 08:50:41 -04:00
UsersHandler.cs a few more async optimizations 2012-08-21 22:50:59 -04:00
VideoHandler.cs Changed some types to List to avoid having to call ToList for insertion purposes 2012-08-24 08:45:54 -04:00
YearHandler.cs Removed generics from IBNItem 2012-08-23 08:50:41 -04:00
YearsHandler.cs Removed generics from IBNItem 2012-08-23 08:50:41 -04:00