| Age | Commit message (Collapse) | 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 | |
| Reduced allocations by replacing string.Substring with ReadOnlySpan<char>.Slice | |||
| 2020-06-16 | fix SA1513/SA1516 | telans | |
| 2020-06-15 | fix SA1005 | telans | |
| 2020-06-05 | Fix incorrect HLS master playlist fields | Andreas B | |
| Resolves: #3224 | |||
| 2020-06-03 | Merge pull request #3180 from xumix/master | Anthony Lavado | |
| Refactor copy codec checks | |||
| 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 | |
| Add codecs, resolution and frame-rate fields to HLS master playlist | |||
| 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 | |
| Fix various bugs in HWA subtitle burn-in | |||
| 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 | |
| Make probesize and analyzeduration configurable and simplify circular dependencies | |||
| 2019-12-15 | Merge pull request #2099 from cryptobank/master | dkanada | |
| Fix VAAPI encoding on 10-bit hevc. Update QSV encoding and scaling to... | |||
| 2019-12-14 | Formatting fix (3) | cryptobank | |
| Co-Authored-By: Bond-009 <bond.009@outlook.com> | |||
| 2019-12-10 | Merge branch 'master' into mediaencoding | Bond_009 | |
| 2019-12-07 | Use string.Equals instead of of equals operator | cryptobank | |
| Co-Authored-By: Vasily <JustAMan@users.noreply.github.com> | |||
| 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 ↵ | Petr Janda | |
| advantage of scale_qsv and overlay_qsv | |||
| 2019-11-25 | Make probesize and analyzeduration configurable and simplify circular | Bond_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 urls | Bond_009 | |
| * Make baseurl case-insensitive | |||
| 2019-10-27 | Move throwing if cancelled after logging that fact | Vasily | |
| 2019-10-27 | Apply suggestions from code review | Vasily | |
| Co-Authored-By: Bond-009 <bond.009@outlook.com> | |||
| 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 ↵ | Vasily | |
| strings * Fore usage of keyframe cuts only in HLS | |||
| 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 ↵ | Vasily | |
| running | |||
| 2019-10-14 | Stop waiting for a segment to become ready if there's no alive transcode | Vasily | |
| Remove extra quotes in logging Fix typo in comment | |||
| 2019-10-14 | Add more logging | Vasily | |
| 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 | |||
| 2019-10-14 | Revert "Revert "Fix premature stop when streaming"" | Vasily | |
| This reverts commit 575b96d03a2cf98a0e5dd9d9f7329adca34c0311. | |||
| 2019-10-01 | Revert "Fix premature stop when streaming" | Joshua M. Boniface | |
