aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/MediaEncoding
AgeCommit message (Collapse)Author
2022-04-07Merge pull request #7557 from jellyfin/pgs-qsv-iris655Cody Robibero
(cherry picked from commit 620625c4c12ad59c0c36ca9bc3f405242ee3d83d) Signed-off-by: crobibero <cody@robibe.ro>
2022-03-26Fix TranscodeReasons property nameCody Robibero
2022-03-25Merge pull request #7333 from eyezak/hls/audio-bitstream-fmp4Joshua M. Boniface
2022-03-25Apply suggestions from code reviewNyanmisaka
2022-03-23Merge pull request #7437 from Nalsai/mks-attachmentsJoshua M. Boniface
2022-03-22Pass CancellationToken to ExtractAllAttachmentsNils Fürniß
2022-03-22 add extracting attachments from external subsNils Fürniß
2022-03-22Improve fps for cuda tonemap in sw decodingNyanmisaka
avoid second copy if subtitle is not applied.
2022-03-12Merge pull request #7325 from eyezak/issue/6450Cody Robibero
2022-03-09Fix the fMP4 HLS audio sync issue on Safarinyanmisaka
2022-03-08Re-enable the legacy NVIDIA CUVID decoder in full HWA pipeline (#7413)Nyanmisaka
2022-03-06Remove TranscodeReason.None, Add JsonFlagEnum testsCody Robibero
2022-03-06Clean up EnumFlags serializationCody Robibero
2022-03-06Series: issue-6450Isaac 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-06Convert TranscodeReason to FlagsIsaac Gordezky
2022-03-05Merge pull request #7404 from nyanmisaka/omxJoshua M. Boniface
2022-03-05Remove the deprecated OMX and MMAL HWAnyanmisaka
2022-03-05 Set the name of intel vaapi driver explicitlynyanmisaka
Fix crashes on older intel gfx when both iHD and i965 driver are existed.
2022-03-01Merge pull request #7387 from jellyfin/nvdec-threadsClaus Vium
2022-03-01Lowering the VRAM usage on NVDEC decoderNyanmisaka
2022-03-01Fix the path to the extracted fonts on WindowsNyanmisaka
2022-03-01Merge pull request #7275 from Nalsai/burn-subtitle-attached-fontsBond-009
2022-02-28Merge pull request #7338 from mueslimak3r/hls-remove-seek-paramCody Robibero
2022-02-28Update presets for NVENC encoderNyanmisaka
2022-02-21Update MediaBrowser.Controller/MediaEncoding/EncodingHelper.csIsaac Gordezky
Co-authored-by: Cody Robibero <cody@robibe.ro>
2022-02-18dont use noaccurate_seek for hlscameron
2022-02-18[Bugfix] Provile bitStreamArgs for HLS fMP4Isaac Gordezky
Enable the audio bitstream arguments to ffmpeg for both ts and fMP4 HLS streaming
2022-02-10add extracting attachments for ffmpeg to burn subsNils Fürniß
2022-02-07Fix h264_v4l2m2m acceleration in Raspberry Pi 4Ace Olszowka
2022-01-20Merge pull request #6600 from cvium/keyframe_extraction_v1Cody Robibero
2022-01-09Also seek the external audio streamnyanmisaka
2022-01-08Fix the wrong logic in HEVC VP9 10bit hwdec boxesnyanmisaka
2022-01-07Merge branch 'master' into keyframe_extraction_v1cvium
# Conflicts: # Jellyfin.Api/Controllers/DynamicHlsController.cs # MediaBrowser.Controller/MediaEncoding/IMediaEncoder.cs # MediaBrowser.MediaEncoding/Encoder/MediaEncoder.cs
2022-01-06ADd more null checkCody Robibero
2021-12-27Remove more warningsCody Robibero
2021-12-26Fix analysis issuesCody Robibero
2021-12-26Merge pull request #6934 from nyanmisaka/hwaCody Robibero
HWA pipeline refactor, AMD/Intel/Nvidia full hardware filtering support, AV1 hwdec
2021-12-24Update StyleCopBond_009
2021-12-25Merge remote-tracking branch 'origin/master' into hwanyanmisaka
2021-12-24Apply suggestions from code reviewnyanmisaka
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-24EncodingHelper hwaccel pipelines refactornyanmisaka
separate the HW pipeline according to HWA method for maintainability.
2021-12-08Fix wrong ffmpeg map argument due to wrong calculationJonas Resch
2021-12-03Optimize calculation of external audio stream index in ↵Jonas Resch
MediaBrowser.Controller/MediaEncoding/EncodingHelper.cs Co-authored-by: Cody Robibero <cody@robibe.ro>
2021-12-03Replace escaped quote string with quote character in ↵Jonas Resch
MediaBrowser.Controller/MediaEncoding/EncodingHelper.cs Co-authored-by: Cody Robibero <cody@robibe.ro>
2021-11-30Implement coding standards from 2nd code feedbackJonas Resch
2021-11-30Implement code feedbackJonas 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-30Add support for external audio filesJonas Resch
2021-11-12Use ImageFormat instead of string for extensionJoe Rogers
2021-11-09Fix some warningsBond_009
down to 580
2021-10-11Add image provider tests and clean upJoe Rogers