aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Api/Playback/Hls
AgeCommit message (Collapse)Author
2020-08-03actually remove MediaBrowser.Apicrobibero
2020-08-03Merge remote-tracking branch 'upstream/master' into api-migrationcrobibero
2020-07-31Move DynamicHlsService to Jellyfin.Apicrobibero
2020-07-31Move VideoHlsService to Jellyfin.ApiDavid
2020-07-29Optimize Substring and StringBuilder usageBond_009
2020-07-27Move HlsSegmentService to Jellyfin.ApiDavid Ullmer
2020-07-22Review usage of string.Substring (part 1)Bond_009
Reduced allocations by replacing string.Substring with ReadOnlySpan<char>.Slice
2020-06-16Merge pull request #3343 from telans/comment-stopsBond-009
Add full stop at end of comments (SA1629)
2020-06-16fix SA1513/SA1516telans
2020-06-16Add full stop at end of comments (SA1629)telans
2020-06-15fix SA1005telans
2020-06-05Fix incorrect HLS master playlist fieldsAndreas B
Resolves: #3224
2020-06-03Merge pull request #3180 from xumix/masterAnthony Lavado
Refactor copy codec checks
2020-05-27fix issue with audio transcodingdkanada
2020-05-26Refactor copy codec checksxumix
2020-05-14Fix regressions introduced by #3098Patrick Barron
2020-05-06Merge pull request #2837 from Bond-009/async2dkanada
Minor IAsyncDisposable improvements
2020-05-01Merge pull request #2573 from YouKnowBlom/add-hls-fieldsBond-009
Add codecs, resolution and frame-rate fields to HLS master playlist
2020-04-25Fix error in HLS codecs field when level is nullAndreas B
2020-04-15Minor IAsyncDisposable improvementsBond_009
2020-04-05Implement various suggestionsPatrick Barron
2020-04-05Miscellaneous code cleanupPatrick Barron
2020-04-05Use ? and ?? where applicablePatrick Barron
2020-04-05Convert using statements to using declarations where applicablePatrick Barron
2020-04-05Convert type checks and null checks into pattern matchingPatrick Barron
2020-03-31Merge pull request #2503 from nyanmisaka/vaapiVasily
Fix various bugs in HWA subtitle burn-in
2020-03-31minor improvementsnyanmisaka
2020-03-30fix the UTF-16 error while burning ass/ssa subtitlesnyanmisaka
2020-03-30fix the incorrect HLS time while using hw encodersNyanmisaka
2020-03-30fix various bugs in VAAPI hardware accelerationnyanmisaka
2020-03-19Add RESOLUTION field to HLS master playlistAndreas B
2020-03-19Add FRAME-RATE field to HLS master playlistAndreas B
2020-03-19Add CODECS field to HLS master playlistAndreas B
2020-03-15Refactor DynamicHlsService.AppendPlaylist to use StringBuilderAndreas B
2020-03-11Another warningBond_009
2020-01-31Fix warningsBond_009
2020-01-22Remove FileSystem.GetStreamBond-009
2019-12-18Merge pull request #1941 from Bond-009/mediaencodingdkanada
Make probesize and analyzeduration configurable and simplify circular dependencies
2019-12-15Merge pull request #2099 from cryptobank/masterdkanada
Fix VAAPI encoding on 10-bit hevc. Update QSV encoding and scaling to...
2019-12-14Formatting fix (3)cryptobank
Co-Authored-By: Bond-009 <bond.009@outlook.com>
2019-12-10Merge branch 'master' into mediaencodingBond_009
2019-12-07Use string.Equals instead of of equals operatorcryptobank
Co-Authored-By: Vasily <JustAMan@users.noreply.github.com>
2019-12-06Add logging when force_key_frames is disabledPetr Janda
2019-12-05Fix formatting (2)Petr Janda
2019-12-05Fix VAAPI encoding on 10-bit hevc. Update QSV encoding and scaling to take ↵Petr Janda
advantage of scale_qsv and overlay_qsv
2019-11-25Make probesize and analyzeduration configurable and simplify circularBond_009
dependencies Makes the probesize and analyzeduration configurable with env args. (`JELLYFIN_FFmpeg_probesize` and `FFmpeg_analyzeduration`)
2019-11-25* Add support for multi segment base urlsBond_009
* Make baseurl case-insensitive
2019-11-21Don't append transcodes to transcoding temp pathBond-009
2019-11-21minor changes to transcode cleanup scheduled taskdkanada
2019-10-27Move throwing if cancelled after logging that factVasily