aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/MediaEncoding/EncodingHelper.cs
AgeCommit message (Collapse)Author
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-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-09Also seek the external audio streamnyanmisaka
2022-01-08Fix the wrong logic in HEVC VP9 10bit hwdec boxesnyanmisaka
2022-01-06ADd more null checkCody Robibero
2021-12-27Remove more warningsCody Robibero
2021-12-26Fix analysis issuesCody Robibero
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-09-26Remove all instances of en-US cultureCody Robibero
2021-09-09Fix some warningsBond_009
2021-09-04Merge pull request #6456 from GodTamIt/vp8-vp9Bond-009
Disambiguate vpx to vp8 or vp9
2021-09-04Disambiguate vpx to vp8 or vp9Chris Tam
2021-09-03Apply suggestions from code reviewCody Robibero
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
2021-09-03Merge remote-tracking branch 'upstream/master' into warn-259810Cody Robibero
2021-08-30Merge branch 'master' into tonemap-overlayClaus Vium
2021-08-28Remove more and more warningsCody Robibero
2021-08-15Minor improvementsBond_009
2021-08-13Merge branch 'master' into tonemap-overlayNyanmisaka
2021-08-10Fix warnings in MediaBrowser.Controller/MediaEncoding directoryRich Lander
2021-08-04Apply suggestions from code reviewNyanmisaka
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
2021-07-26Apply suggestions from code reviewnyanmisaka
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
2021-07-25add support for cuda tonemap and overlaynyanmisaka
2021-07-23Merge pull request #6296 from Bond-009/oscheckClaus Vium
Improve platform checks
2021-07-12Improve platform checksBond_009
2021-07-10[CA1801] Parameter is never used. Remove the parameter or use it in the ↵Cody Robibero
method body.
2021-06-06Remove warninigs from MediaBrowser.Controller (Part 3) (#6078)Cody Robibero
Co-authored-by: Bond-009 <bond.009@outlook.com>
2021-05-18Merge pull request #6042 from crobibero/mbc-warn-2Bond-009
2021-05-16Fix the 'No decoder surfaces left' error on Cudanyanmisaka
2021-05-13Reduce warnings in MediaBrowser.Controllercrobibero