| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-03-06 | Series: issue-6450 | Isaac Gordezky | |
| Issue: https://github.com/jellyfin/jellyfin/issues/6450 Enable DirectPlay responses Rewrite DirectPlay and DirectStream resolution Prefer copy transcode video codec options Enhance condition processor Support DirectStream and Transcode with parity Rework audio stream selection and add tests for ExternalAudio Update MediaInfoHelper to only call StreamBuilder once | |||
| 2022-03-05 | Merge pull request #7404 from nyanmisaka/omx | Joshua M. Boniface | |
| 2022-03-05 | Remove the deprecated OMX and MMAL HWA | nyanmisaka | |
| 2022-03-05 | Set the name of intel vaapi driver explicitly | nyanmisaka | |
| Fix crashes on older intel gfx when both iHD and i965 driver are existed. | |||
| 2022-03-01 | Merge pull request #7387 from jellyfin/nvdec-threads | Claus Vium | |
| 2022-03-01 | Lowering the VRAM usage on NVDEC decoder | Nyanmisaka | |
| 2022-03-01 | Fix the path to the extracted fonts on Windows | Nyanmisaka | |
| 2022-03-01 | Merge pull request #7275 from Nalsai/burn-subtitle-attached-fonts | Bond-009 | |
| 2022-02-28 | Merge pull request #7338 from mueslimak3r/hls-remove-seek-param | Cody Robibero | |
| 2022-02-28 | Update presets for NVENC encoder | Nyanmisaka | |
| 2022-02-21 | Update MediaBrowser.Controller/MediaEncoding/EncodingHelper.cs | Isaac Gordezky | |
| Co-authored-by: Cody Robibero <cody@robibe.ro> | |||
| 2022-02-18 | dont use noaccurate_seek for hls | cameron | |
| 2022-02-18 | [Bugfix] Provile bitStreamArgs for HLS fMP4 | Isaac Gordezky | |
| Enable the audio bitstream arguments to ffmpeg for both ts and fMP4 HLS streaming | |||
| 2022-02-10 | add extracting attachments for ffmpeg to burn subs | Nils Fürniß | |
| 2022-02-07 | Fix h264_v4l2m2m acceleration in Raspberry Pi 4 | Ace Olszowka | |
| 2022-01-09 | Also seek the external audio stream | nyanmisaka | |
| 2022-01-08 | Fix the wrong logic in HEVC VP9 10bit hwdec boxes | nyanmisaka | |
| 2022-01-06 | ADd more null check | Cody Robibero | |
| 2021-12-27 | Remove more warnings | Cody Robibero | |
| 2021-12-26 | Fix analysis issues | Cody Robibero | |
| 2021-12-25 | Merge remote-tracking branch 'origin/master' into hwa | nyanmisaka | |
| 2021-12-24 | Apply suggestions from code review | nyanmisaka | |
| Co-authored-by: Cody Robibero <cody@robibe.ro> Co-authored-by: Claus Vium <cvium@users.noreply.github.com> Co-authored-by: Bond_009 <bond.009@outlook.com> | |||
| 2021-12-24 | EncodingHelper hwaccel pipelines refactor | nyanmisaka | |
| separate the HW pipeline according to HWA method for maintainability. | |||
| 2021-12-08 | Fix wrong ffmpeg map argument due to wrong calculation | Jonas Resch | |
| 2021-12-03 | Optimize calculation of external audio stream index in ↵ | Jonas Resch | |
| MediaBrowser.Controller/MediaEncoding/EncodingHelper.cs Co-authored-by: Cody Robibero <cody@robibe.ro> | |||
| 2021-12-03 | Replace escaped quote string with quote character in ↵ | Jonas Resch | |
| MediaBrowser.Controller/MediaEncoding/EncodingHelper.cs Co-authored-by: Cody Robibero <cody@robibe.ro> | |||
| 2021-11-30 | Implement coding standards from 2nd code feedback | Jonas Resch | |
| 2021-11-30 | Implement code feedback | Jonas Resch | |
| - Rewrite AudioResolver - Use async & await instead of .Result - Add support for audio containers with multiple audio streams (e.g. mka) - Fix bug when using external subtitle and external audio streams at the same time | |||
| 2021-11-30 | Add support for external audio files | Jonas Resch | |
| 2021-09-26 | Remove all instances of en-US culture | Cody Robibero | |
| 2021-09-09 | Fix some warnings | Bond_009 | |
| 2021-09-04 | Merge pull request #6456 from GodTamIt/vp8-vp9 | Bond-009 | |
| Disambiguate vpx to vp8 or vp9 | |||
| 2021-09-04 | Disambiguate vpx to vp8 or vp9 | Chris Tam | |
| 2021-09-03 | Apply suggestions from code review | Cody Robibero | |
| Co-authored-by: Claus Vium <cvium@users.noreply.github.com> | |||
| 2021-09-03 | Merge remote-tracking branch 'upstream/master' into warn-259810 | Cody Robibero | |
| 2021-08-30 | Merge branch 'master' into tonemap-overlay | Claus Vium | |
| 2021-08-28 | Remove more and more warnings | Cody Robibero | |
| 2021-08-15 | Minor improvements | Bond_009 | |
| 2021-08-13 | Merge branch 'master' into tonemap-overlay | Nyanmisaka | |
| 2021-08-10 | Fix warnings in MediaBrowser.Controller/MediaEncoding directory | Rich Lander | |
| 2021-08-04 | Apply suggestions from code review | Nyanmisaka | |
| Co-authored-by: Claus Vium <cvium@users.noreply.github.com> | |||
| 2021-07-26 | Apply suggestions from code review | nyanmisaka | |
| Co-authored-by: Claus Vium <cvium@users.noreply.github.com> | |||
| 2021-07-25 | add support for cuda tonemap and overlay | nyanmisaka | |
| 2021-07-23 | Merge pull request #6296 from Bond-009/oscheck | Claus Vium | |
| Improve platform checks | |||
| 2021-07-12 | Improve platform checks | Bond_009 | |
| 2021-07-10 | [CA1801] Parameter is never used. Remove the parameter or use it in the ↵ | Cody Robibero | |
| method body. | |||
| 2021-06-06 | Remove warninigs from MediaBrowser.Controller (Part 3) (#6078) | Cody Robibero | |
| Co-authored-by: Bond-009 <bond.009@outlook.com> | |||
| 2021-05-18 | Merge pull request #6042 from crobibero/mbc-warn-2 | Bond-009 | |
| 2021-05-16 | Fix the 'No decoder surfaces left' error on Cuda | nyanmisaka | |
| 2021-05-13 | Reduce warnings in MediaBrowser.Controller | crobibero | |
