| Age | Commit message (Collapse) | Author |
|
|
|
* properly dispose CancellationTokenSource
* rewrite DynamicHlsController.GetSegmentLengths
* remove dead code
|
|
|
|
|
|
|
|
|
|
Playback (direct-stream/transcode) of BDISO/BDAV containers
|
|
Update FFmpeg log
|
|
|
|
Co-authored-by: Cody Robibero <cody@robibe.ro>
|
|
|
|
Co-authored-by: Cody Robibero <cody@robibe.ro>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Related to https://github.com/jellyfin/jellyfin/issues/2149
|
|
Since ffmpeg can play and transcode ISO files and BDMV folders directly,
there's no use of that property.
|
|
This commit (and ffmpeg built with libbluray support), adds support
for playback of bluray images (bd-iso) and bluray folders.
|
|
|
|
Make TranscodingJobHelper an IDisposable (api-migration)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|