Bond_009
|
1d19a5be61
|
Fix some warnings
down to 580
|
3 years ago |
Cody Robibero
|
64652b6392
|
Fix and disable new dotnet6 warnings
|
3 years ago |
Dmitry Lyzo
|
32f3d60a84
|
Throw on FFmpeg non-zero exit code
|
3 years ago |
KonH
|
7c282ec369
|
Fix warning: The nullable warning suppression expression is redundant (#2149)
|
3 years ago |
Bond_009
|
f31224fa8f
|
Remove sync FileStream hack
|
3 years ago |
Claus Vium
|
74fef6c05b
|
Merge pull request #6177 from Bond-009/async
Use async FileStreams where it makes sense
|
3 years ago |
Bond_009
|
e3dac4fda2
|
Use async FileStreams where it makes sense
|
3 years ago |
Patrick Barron
|
45f478f63e
|
Merge branch 'master' into authenticationdb-efcore
# Conflicts:
# Jellyfin.Server.Implementations/Security/AuthorizationContext.cs
# MediaBrowser.Controller/Library/IUserManager.cs
# MediaBrowser.Controller/Security/IAuthenticationRepository.cs
# MediaBrowser.Controller/Session/ISessionManager.cs
|
3 years ago |
Brandon Nguyen
|
d0c5e25ec0
|
Use nullable enum type instead of strings
|
3 years ago |
Brandon Nguyen
|
df17c67f11
|
Use hardware encoding string over boolean
|
3 years ago |
Brandon Nguyen
|
7e3c94d094
|
Add hardware encoding status to playback data
Resolves #6087
|
3 years ago |
Patrick Barron
|
be88efce3c
|
Merge branch 'master' into authenticationdb-efcore
# Conflicts:
# Emby.Server.Implementations/Devices/DeviceManager.cs
# Emby.Server.Implementations/HttpServer/Security/SessionContext.cs
# Emby.Server.Implementations/Security/AuthenticationRepository.cs
# Emby.Server.Implementations/Session/SessionManager.cs
# Jellyfin.Server.Implementations/Security/AuthorizationContext.cs
# MediaBrowser.Controller/Library/IUserManager.cs
# MediaBrowser.Controller/Net/ISessionContext.cs
|
3 years ago |
Cody Robibero
|
9154f20b34
|
Don't dispose managed CancellationTokenSource (#6139)
|
3 years ago |
Bond-009
|
d61530eb4b
|
Merge pull request #6083 from Bond-009/nullable4
Enable nullable reference types for Emby.Server.Implementations
|
4 years ago |
Patrick Barron
|
b6446c06ee
|
Merge branch 'master' into authenticationdb-efcore
# Conflicts:
# Emby.Server.Implementations/Security/AuthenticationRepository.cs
# Jellyfin.Server.Implementations/Security/AuthorizationContext.cs
# MediaBrowser.Controller/Devices/IDeviceManager.cs
|
4 years ago |
Patrick Barron
|
a0c6f72762
|
Migrate authentication db to EF Core
|
4 years ago |
Bond_009
|
7e8428e588
|
Enable nullable reference types for Emby.Server.Implementations
|
4 years ago |
Bond_009
|
56ac64e70a
|
Minor improvements
* properly dispose CancellationTokenSource
* rewrite DynamicHlsController.GetSegmentLengths
* remove dead code
|
4 years ago |
Bond_009
|
499bac5185
|
EncodingHelper: Fix circular dependency
|
4 years ago |
David
|
ece0d67f99
|
Use FileShare.Read for log files
|
4 years ago |
David
|
60ffa6f514
|
Use FileShare.None when creating files
|
4 years ago |
crobibero
|
ca5c20c988
|
Remove IIsoMounter and IsoMounter
|
4 years ago |
Joshua M. Boniface
|
a6199f821b
|
Merge pull request #4169 from stanionascu/bdiso-playback
Playback (direct-stream/transcode) of BDISO/BDAV containers
|
4 years ago |
Joshua M. Boniface
|
799eb44005
|
Merge pull request #4514 from Artiume/patch-9
Update FFmpeg log
|
4 years ago |
nyanmisaka
|
b4598bd71b
|
Merge remote-tracking branch 'upstream/master' into fmp4-hls
|
4 years ago |
artiume
|
6a751251e7
|
Update Jellyfin.Api/Helpers/TranscodingJobHelper.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
|
4 years ago |
artiume
|
a46b70b169
|
Truncate GUID to 8 char
|
4 years ago |
artiume
|
3423bdf53a
|
Update Jellyfin.Api/Helpers/TranscodingJobHelper.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
|
4 years ago |
artiume
|
e6e7295320
|
oops
|
4 years ago |
artiume
|
4e07d9d561
|
Update FFmpeg log
|
4 years ago |
Greenback
|
e51ddd326c
|
Fixes spelling.
|
4 years ago |
nyanmisaka
|
488dbdb31d
|
Merge remote-tracking branch 'upstream/master' into fmp4-hls
|
4 years ago |
crobibero
|
73d2cb1c2a
|
Updated based on review feedback
|
4 years ago |
crobibero
|
95ebb9a55a
|
Use null coalescing when possible
|
4 years ago |
crobibero
|
5f52a58e78
|
Convert NullReferenceException to ResourceNotFoundException
|
4 years ago |
crobibero
|
01355e0498
|
Fix nullability errors in Jellyfin.Api (part 1)
|
4 years ago |
nyanmisaka
|
5bd0c2b69d
|
add an option to disable hevc encoding
|
4 years ago |
Stan
|
3bb8884e16
|
Merge branch 'master' into bdiso-playback
|
4 years ago |
KonH
|
211c9cd608
|
Remove unnecessary null checks in some places
Related to https://github.com/jellyfin/jellyfin/issues/2149
|
4 years ago |
Stanislav Ionascu
|
cd4641dca0
|
Remove PlayableStreamFileNames as unused
Since ffmpeg can play and transcode ISO files and BDMV folders directly,
there's no use of that property.
|
4 years ago |
Stanislav Ionascu
|
3ad6232973
|
Add probe / direct-stream / transcoding support for BluRays
This commit (and ffmpeg built with libbluray support), adds support
for playback of bluray images (bd-iso) and bluray folders.
|
4 years ago |
BaronGreenback
|
bbf196c7bd
|
Update TranscodingJobHelper.cs
|
4 years ago |
Patrick Barron
|
6a42a48c09
|
Merge pull request #3528 from Ullmie02/api-entrypoint
Make TranscodingJobHelper an IDisposable (api-migration)
|
4 years ago |
David
|
3f0c0e2d0d
|
Implement IDisposable
|
4 years ago |
David
|
b717ecd5e0
|
Move methods to the right class
|
4 years ago |
crobibero
|
f645e2f884
|
Move DynamicHlsService to Jellyfin.Api
|
4 years ago |
crobibero
|
c97372a133
|
Add missing docs and remove duplicate function
|
4 years ago |
crobibero
|
9171e904de
|
Merge remote-tracking branch 'upstream/api-migration' into api-video
|
4 years ago |
crobibero
|
b8d327889b
|
Add missing functions
|
4 years ago |
David Ullmer
|
4aa0bd064f
|
Move HlsSegmentService to Jellyfin.Api
|
4 years ago |