aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Api/Playback/Progressive
AgeCommit message (Expand)Author
2019-04-25Remove unreachable code and const trySupportSeek within BaseProgressiveStream...bugfixin
2019-04-24Re-add content length, semi revert of changes in #1010 (#1287)Claus Vium
2019-03-07Remove EnvironmentInfoBond-009
2019-03-07Merge remote-tracking branch 'remotes/upstream/master' into kestrel_pocClaus Vium
2019-03-07Update MediaBrowser.Api/Playback/Progressive/BaseProgressiveStreamingService.csBond-009
2019-03-06Review commentsClaus Vium
2019-03-05Switch to HeaderNames instead of hardcoded strings (and other header related ...Claus Vium
2019-02-28Fix rmvb video can not play under DLNAXu Fasheng
2019-02-26Begin removing System.Net sourcesClaus Vium
2019-02-12Reduce scope of changesWilliam Lees
2019-02-12add httpClient to appropriate constructorsWilliam Lees
2019-02-03Cleanup streaming servicesBond-009
2019-01-28Unwrapped `MoveDirectory`, `DirectoryExists`, `FileExists` & removed `MoveFile`Erwin de Haan
2019-01-13ReSharper Reformat: Properties to expression bodied form.Erwin de Haan
2019-01-13Find+Sed BOM removal *.cs: Jellyfin.Server-MediaBrowser.ControllerErwin de Haan
2019-01-13EditorConfig reformat: Emby.XmlTv, Jellyfin.Server. MediaBrowser.Api, MediaBr...Erwin de Haan
2019-01-13Visual Studio Reformat: MediaBrowser.ApiErwin de Haan
2018-12-30RebaseBond_009
2018-12-14Port MediaEncoding and Api.Playback from 10e57ce8d21b4516733894075001819f3cd6...Mathieu Velten
2017-08-09consolidate emby.server.core into emby.server.implementationsLuke Pulverenti
2017-08-04update container valueLuke Pulverenti
2017-07-22pass around encoding optionsLuke Pulverenti
2017-06-01update hls streamsLuke Pulverenti
2017-05-26update GetItems methodLuke Pulverenti
2017-05-22update query fieldsLuke Pulverenti
2017-04-27unify audio conversionLuke Pulverenti
2017-04-25update hls authenticationLuke Pulverenti
2017-03-25handle -1 content lengthLuke Pulverenti
2017-03-19unify encodng param creationLuke Pulverenti
2017-03-19increase unification of param buildingLuke Pulverenti
2017-03-08update library monitor loggingLuke Pulverenti
2017-02-26update componentsLuke Pulverenti
2017-02-17add db startup error handlingLuke Pulverenti
2017-02-15fix direct stream of flvLuke Pulverenti
2017-02-02move encoding methods to shared classesLuke Pulverenti
2017-01-29restore localized guids switchLuke Pulverenti
2016-12-22update video paramsLuke Pulverenti
2016-12-08update recording paramsLuke Pulverenti
2016-11-25optimize series displayLuke Pulverenti
2016-11-10rework result factoryLuke Pulverenti
2016-10-25make controller project portableLuke Pulverenti
2016-10-22update live tv transcoding paramsLuke Pulverenti
2016-10-05update live streamsLuke Pulverenti
2016-09-29add infinite propertyLuke Pulverenti
2016-09-29update closing of streamsLuke Pulverenti
2016-09-25rework live stream handlingLuke Pulverenti
2016-08-15fix folder cachingLuke Pulverenti
2016-08-15Merge pull request #2025 from softworkz/AsyncStreamInterfaceLuke
2016-08-13update direct stream url for improved cachingLuke Pulverenti
2016-08-13Fix incorrect calculation of content lengthSoftworkz