index
:
jellyfin
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
MediaBrowser.Api
/
Playback
/
Hls
/
DynamicHlsService.cs
Age
Commit message (
Expand
)
Author
2020-08-03
actually remove MediaBrowser.Api
crobibero
2020-08-03
Merge remote-tracking branch 'upstream/master' into api-migration
crobibero
2020-07-31
Move DynamicHlsService to Jellyfin.Api
crobibero
2020-07-29
Optimize Substring and StringBuilder usage
Bond_009
2020-07-22
Review usage of string.Substring (part 1)
Bond_009
2020-06-16
fix SA1513/SA1516
telans
2020-06-15
fix SA1005
telans
2020-06-05
Fix incorrect HLS master playlist fields
Andreas B
2020-06-03
Merge pull request #3180 from xumix/master
Anthony Lavado
2020-05-27
fix issue with audio transcoding
dkanada
2020-05-26
Refactor copy codec checks
xumix
2020-05-14
Fix regressions introduced by #3098
Patrick Barron
2020-05-01
Merge pull request #2573 from YouKnowBlom/add-hls-fields
Bond-009
2020-04-25
Fix error in HLS codecs field when level is null
Andreas B
2020-04-05
Use ? and ?? where applicable
Patrick Barron
2020-04-05
Convert type checks and null checks into pattern matching
Patrick Barron
2020-03-31
Merge pull request #2503 from nyanmisaka/vaapi
Vasily
2020-03-31
minor improvements
nyanmisaka
2020-03-30
fix the UTF-16 error while burning ass/ssa subtitles
nyanmisaka
2020-03-30
fix the incorrect HLS time while using hw encoders
Nyanmisaka
2020-03-30
fix various bugs in VAAPI hardware acceleration
nyanmisaka
2020-03-19
Add RESOLUTION field to HLS master playlist
Andreas B
2020-03-19
Add FRAME-RATE field to HLS master playlist
Andreas B
2020-03-19
Add CODECS field to HLS master playlist
Andreas B
2020-03-15
Refactor DynamicHlsService.AppendPlaylist to use StringBuilder
Andreas B
2020-03-11
Another warning
Bond_009
2020-01-31
Fix warnings
Bond_009
2020-01-22
Remove FileSystem.GetStream
Bond-009
2019-12-18
Merge pull request #1941 from Bond-009/mediaencoding
dkanada
2019-12-15
Merge pull request #2099 from cryptobank/master
dkanada
2019-12-14
Formatting fix (3)
cryptobank
2019-12-10
Merge branch 'master' into mediaencoding
Bond_009
2019-12-07
Use string.Equals instead of of equals operator
cryptobank
2019-12-06
Add logging when force_key_frames is disabled
Petr Janda
2019-12-05
Fix formatting (2)
Petr Janda
2019-12-05
Fix VAAPI encoding on 10-bit hevc. Update QSV encoding and scaling to take ad...
Petr Janda
2019-11-25
Make probesize and analyzeduration configurable and simplify circular
Bond_009
2019-11-25
* Add support for multi segment base urls
Bond_009
2019-10-27
Move throwing if cancelled after logging that fact
Vasily
2019-10-27
Apply suggestions from code review
Vasily
2019-10-21
Address Bond-009 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 s...
Vasily
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 r...
Vasily
2019-10-14
Stop waiting for a segment to become ready if there's no alive transcode
Vasily
2019-10-14
Add more logging
Vasily
2019-10-14
Revert "Revert "Fix premature stop when streaming""
Vasily
2019-10-01
Revert "Fix premature stop when streaming"
Joshua M. Boniface
[next]