| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-11-27 | Merge pull request #1503 from cvium/webapi_v2 | Vasily | |
| Move StartupWizard to ASP.NET Web Api | |||
| 2019-11-24 | Merge pull request #1991 from Bond-009/transtemp | Joshua M. Boniface | |
| Don't append transcodes to transcoding temp path | |||
| 2019-11-24 | Merge pull request #2045 from Bond-009/baseurlfix2 | Joshua M. Boniface | |
| Fix baseurl issues part 2 | |||
| 2019-11-24 | Merge pull request #2039 from Bond-009/fixcondition | dkanada | |
| Fix always false condition | |||
| 2019-11-23 | Fix baseurl (attempt #2) | Bond_009 | |
| 2019-11-23 | Merge pull request #1926 from Bond-009/auth | dkanada | |
| Add clearer exceptions, warnings and docs | |||
| 2019-11-22 | Fix always false condition | Bond_009 | |
| 2019-11-22 | Fix some warnings | Bond-009 | |
| 2019-11-21 | Don't append transcodes to transcoding temp path | Bond-009 | |
| 2019-11-21 | minor changes to transcode cleanup scheduled task | dkanada | |
| 2019-11-19 | Move StartupWizard to ASP.NET Web Api | Claus Vium | |
| 2019-11-17 | Remove leading / from baseurl | Bond_009 | |
| 2019-11-13 | Fix GetPathValue function for DLNA service | Bond-009 | |
| 2019-11-13 | Fix logic | Bond-009 | |
| 2019-11-13 | Fix GetPathValue function | Bond-009 | |
| 2019-11-07 | Merge branch 'master' into installationmanager | Bond-009 | |
| 2019-11-07 | Merge pull request #1973 from EraYaN/docs-warning-fixes | dkanada | |
| Fix the last of the docs warnings | |||
| 2019-11-03 | Merge pull request #1904 from JustAMan/hls-move-2 | Joshua M. Boniface | |
| Switch ffmpeg to hls muxer (from segment) to fix premature stop on non-patched ffmpeg | |||
| 2019-11-03 | Remove extraneous newline | Joshua Boniface | |
| 2019-11-03 | Fix the last docs warnings. | Erwin de Haan | |
| 2019-11-01 | Improve IInstallationManager interface | Bond_009 | |
| 2019-11-01 | Rewrite hex encoder/decoder | Bond_009 | |
| 2019-11-02 | Merge pull request #1852 from Bond-009/warn9 | dkanada | |
| Fix some more warnings | |||
| 2019-10-29 | Fix more warnings | Bond_009 | |
| 2019-10-27 | Move throwing if cancelled after logging that fact | Vasily | |
| 2019-10-27 | Apply suggestions from code review | Vasily | |
| Co-Authored-By: Bond-009 <bond.009@outlook.com> | |||
| 2019-10-23 | update persons service | grafixeyehero | |
| 2019-10-21 | Address Bond-009 review comments | Vasily | |
| 2019-10-21 | Update MediaBrowser.Api/Playback/BaseStreamingService.cs | Vasily | |
| Co-Authored-By: Bond-009 <bond.009@outlook.com> | |||
| 2019-10-20 | Add clearer exceptions, warnings and docs | Bond_009 | |
| 2019-10-16 | Address review comments | Vasily | |
| 2019-10-14 | Revert "yarn build" as it is fixed in master, fix typo | Vasily | |
| 2019-10-14 | * Make sure force_key_frames expression arguments are properly converted to ↵ | Vasily | |
| strings * Fore usage of keyframe cuts only in HLS | |||
| 2019-10-14 | Add limiting max keyframe interval when full transcoding | Vasily | |
| 2019-10-14 | Fix log message - log args were swapped | Vasily | |
| 2019-10-14 | Don't start waiting for a segment which doesn't exist if transcoding is not ↵ | Vasily | |
| running | |||
| 2019-10-14 | Stop waiting for a segment to become ready if there's no alive transcode | Vasily | |
| Remove extra quotes in logging Fix typo in comment | |||
| 2019-10-14 | Add more logging | Vasily | |
| Trying to fix hls muxer plus ffmpeg 4.1+ combo Try to fix waiting for segment being ready This is needed because hls muxer in ffmpeg >= 4.1 creates the playlist only when it finishes transcoding. Also cleaned up logs a bit. Lower log level for "StartFfmpeg finished" to debug | |||
| 2019-10-14 | Revert "Revert "Fix premature stop when streaming"" | Vasily | |
| This reverts commit 575b96d03a2cf98a0e5dd9d9f7329adca34c0311. | |||
| 2019-10-02 | Add using block and HexHelper | Bill Thornton | |
| 2019-10-02 | Fix SchedulesDirect authentication | Bill Thornton | |
| 2019-10-01 | Revert "Fix premature stop when streaming" | Joshua M. Boniface | |
| 2019-09-29 | Ignore exception when attempting to kill ffmpeg that has exited | Andrew Rabert | |
| A race condition where this code attempts to kill an already exited ffmpeg process is possible. This results in unnecessary error logging. This change replaces the generic exception handling with the above mentioned exception. No log output is produced. | |||
| 2019-09-27 | Cleaned up move to HLS muxer | Vasily | |
| 2019-09-27 | Replaced "stream" muxer with "hls" trying to fix "premature stop" issue | Vasily | |
| 2019-09-23 | Fix multiple mistakes and warnings | Bond_009 | |
| 2019-09-17 | Remove legacy auth code (#1677) | Bond-009 | |
| * Remove legacy auth code * Adds tests so we don't break PasswordHash (again) * Clean up interfaces * Remove duplicate code * Use auto properties * static using * Don't use 'this' * Fix build | |||
| 2019-09-10 | Fix culture problem on Windows for segment_time_delta argument. | Erwin de Haan | |
| 2019-09-08 | Possible fix for MrMC | Bond_009 | |
| 2019-09-02 | Fix warnings, improve performance (#1665) | Bond-009 | |
| * Fix warnings, improve performance `QueryResult.Items` is now a `IReadOnlyList` so we don't need to allocate a new `Array` when we have a `List` (and `Items` shouldn't need to be mutable anyway) * Update Providers .csproj to latest C# * Remove extra newline from DtoService.cs * Remove extra newline from UserLibraryService.cs | |||
