Bond-009
9af6eda0b4
Merge pull request #3343 from telans/comment-stops
...
Add full stop at end of comments (SA1629)
4 years ago
telans
247f9c61e6
fix SA1513/SA1516
4 years ago
telans
9018f8d8be
Add full stop at end of comments (SA1629)
4 years ago
telans
acd4389653
fix SA1005
4 years ago
Patrick Barron
06f9cde22f
Merge branch 'master' into userdb-efcore
...
# Conflicts:
# Emby.Server.Implementations/EntryPoints/ServerEventNotifier.cs
# Emby.Server.Implementations/Library/UserManager.cs
# Emby.Server.Implementations/Sorting/IsFavoriteOrLikeComparer.cs
# Emby.Server.Implementations/Sorting/IsPlayedComparer.cs
# Emby.Server.Implementations/Sorting/IsUnplayedComparer.cs
# Emby.Server.Implementations/TV/TVSeriesManager.cs
# Jellyfin.Server.Implementations/Users/DefaultAuthenticationProvider.cs
4 years ago
xumix
46420dfd68
Refactor copy codec checks
5 years ago
Patrick Barron
aca7e221d8
Merge branch 'master' into userdb-efcore
...
# Conflicts:
# Emby.Server.Implementations/Activity/ActivityLogEntryPoint.cs
# Emby.Server.Implementations/ApplicationHost.cs
# Emby.Server.Implementations/Devices/DeviceManager.cs
# Jellyfin.Server/Jellyfin.Server.csproj
# Jellyfin.Server/Migrations/MigrationRunner.cs
# MediaBrowser.Controller/Devices/IDeviceManager.cs
5 years ago
Patrick Barron
dcaffd3812
Fix regressions introduced by #3098
5 years ago
Patrick Barron
9ad839c776
Initial migration code
5 years ago
Bond_009
7f4a229cd2
Add some simple tests
5 years ago
Matt Lyons
e7fde6aaca
Handle null outputFileExtension with null-conditional operator
5 years ago
Matt Lyons
b52199e9e2
Handle null outputFileExtension in GetOutputFilePath
5 years ago
Patrick Barron
81b4a4c54c
Implement various suggestions
5 years ago
Patrick Barron
add0a2088d
Simplified Conditionals and returns
5 years ago
Patrick Barron
961f48f5bc
Use ? and ?? where applicable
5 years ago
Bond_009
ffc9eb67f0
Switch remux and direct stream
5 years ago
Vasily
a26c1ab17d
Remove commented code
5 years ago
Anthony Lavado
42066ee326
Merge branch 'master' into transcoding-throttling
5 years ago
Bond-009
c8409d2ea1
Remove FileSystem.GetStream
5 years ago
Maximilian Marschall
081d942d03
Enable Throttling when transcoding without Hardware-Acceleration
5 years ago
Bond_009
e714b9930e
Merge branch 'master' into embytv
5 years ago
Vasily
06dfa2e687
Merge pull request #2134 from Bond-009/dlnam3u8
...
Fix comparison between different types
5 years ago
Bond_009
0bf8bfbb0c
Merge branch 'master' into mediaencoding
5 years ago
Bond-009
b20b648659
Fix comparison between different types
5 years ago
Bond_009
5cab79c839
Clean up Emby.Server.Implementations/LiveTv/EmbyTV/EmbyTV.cs
5 years ago
Bond_009
cc5acf37f7
Make probesize and analyzeduration configurable and simplify circular
...
dependencies
Makes the probesize and analyzeduration configurable with env args.
(`JELLYFIN_FFmpeg_probesize` and `FFmpeg_analyzeduration`)
5 years ago
Bond_009
3221e837f9
* Add support for multi segment base urls
...
* Make baseurl case-insensitive
5 years ago
Joshua M. Boniface
48120d01dc
Merge pull request #1991 from Bond-009/transtemp
...
Don't append transcodes to transcoding temp path
5 years ago
Bond-009
b477b3874e
Fix some warnings
5 years ago
Bond-009
d4b438791f
Don't append transcodes to transcoding temp path
5 years ago
dkanada
f3ca37e523
minor changes to transcode cleanup scheduled task
5 years ago
Joshua Boniface
d4474d493b
Remove extraneous newline
5 years ago
Vasily
dd7ae7747e
Apply suggestions from code review
...
Co-Authored-By: Bond-009 <bond.009@outlook.com>
5 years ago
Vasily
ae2b95024f
Update MediaBrowser.Api/Playback/BaseStreamingService.cs
...
Co-Authored-By: Bond-009 <bond.009@outlook.com>
5 years ago
Vasily
6b6fede2e0
Address review comments
5 years ago
Vasily
7aea9266d0
Stop waiting for a segment to become ready if there's no alive transcode
...
Remove extra quotes in logging
Fix typo in comment
5 years ago
Vasily
c1f9107b8b
Add more logging
...
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
5 years ago
Bond_009
675754bc5c
Possible fix for MrMC
5 years ago
marius
b711ece829
- fix ArgumentOutOfRangeException at MediaBrowser.Api.Playback.BaseStreamingService.ParseTimeSeekHeader (second substring argument is length)
5 years ago
Bond-009
e87d7cfaf3
Merge pull request #1659 from jellyfin/fix_ffmpeg
...
Fix segment_time_delta value for ffmpeg 4.1
5 years ago
Claus Vium
15b054be94
Fix style issues
5 years ago
Joshua M. Boniface
d95c04787c
Merge branch 'master' into h265
5 years ago
Claus Vium
617f7e8b5b
Fix segment_time_delta value for ffmpeg 4.1
5 years ago
whooo
9556561a77
Merge branch 'master' into master
5 years ago
dkanada
b5f3f28f41
Merge pull request #1578 from Bond-009/httpresponse
...
Replace custom code with Asp.Net Core code
5 years ago
Bond_009
52c1b45feb
Fix build
5 years ago
Bond-009
6032f31aa6
Use CultureInvariant string conversion for Guids
5 years ago
Bond_009
9fff4b060e
Replace custom code with Asp.Net Core code
5 years ago
Erik Larsson
a1efe4caca
Add DLNA headers if requested by the client.
...
And remove the code which adds the headers as ResponseHelper.WriteToResponse
will do it.
5 years ago
Frank
3ba709fcc3
Fix #1432 . Add support for encoding with libx265 and hevc_nvenc.
6 years ago