aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/Configuration/EncodingOptions.cs
AgeCommit message (Collapse)Author
2023-01-10Add stereo downmix algorithm selection.Shadowghost
2022-09-28Remove redundant using directivesHannes Braun
2022-06-29Merge pull request #7950 from nyanmisaka/brighter-vpp-tonemapCody Robibero
(cherry picked from commit b36543275f8e1c380f5c247a04a48d5d96eb5836) Signed-off-by: Joshua Boniface <joshua@boniface.me>
2022-06-10Merge pull request #7854 from cvium/enable_mkv_keyframe_extractionCody Robibero
(cherry picked from commit 2a89683e8019a196b087138531b3958d4f68789d) Signed-off-by: crobibero <cody@robibe.ro>
2022-03-17Prefer Cuvid to Nvdec by default for better performanceNyanmisaka
2022-01-11Refactor and add scheduled taskcvium
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
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-09-23Add first draft of keyframe extraction for Matroskacvium
2021-04-08Disable hevc encoding by defaultBill Thornton
2021-02-20Enable TreatWarningsAsErrors for MediaBrowser.ModelBond_009
2021-02-06add vpp tonemapping for vaapinyanmisaka
2021-01-25add an enhanced nvdec decodernyanmisaka
2020-12-12Fine tune some tone mapping paramsnyanmisaka
*Set recommand algorithm to Hable *Set recommand tone mapping peak to 100
2020-11-16Merge remote-tracking branch 'upstream/master' into fmp4-hlsnyanmisaka
2020-11-12add an option to disable hevc encodingnyanmisaka
2020-11-08Merge remote-tracking branch 'upstream/master' into fontsnyanmisaka
2020-09-04Merge branch 'master' into tonemapNyanmisaka
2020-09-03Merge pull request #3877 from orryverducci/deinterlace-improvementsBond-009
Deinterlacing improvements
2020-08-25expose max_muxing_queue_size to usernyanmisaka
2020-08-10Add double rate deinterlacing optionOrry Verducci
2020-07-25add Tonemapping relaying on nvdec and oclnyanmisaka
2020-07-24add a method to use custom fallback fonts for subtitle renderingnyanmisaka
2020-06-20newlines after bracestelans
2020-06-08Split HEVC VP9 10bitartiume
2020-06-08Merge remote-tracking branch 'upstream/master' into hwaccelVasily
2020-05-26add more separate hw decoding togglesnyanmisaka
2020-04-05Enable nullabe reference types for MediaBrowser.ModelBond_009
2020-03-19Merge pull request #1 from jellyfin/masterPeter Maar
Pull latest to my fork
2020-03-11Merge branch 'master' into warn17Bond-009
2020-03-03Default transcoding throttling to false for new installsVasily
2020-02-23Improve controls for deinterlace method; matches with jellyfin-web changesPeter Maar
2020-02-23Fix some warningsBond_009
* Add analyzers to MediaBrowser.XbmcMetadata * Enable TreatWarningsAsErrors for MediaBrowser.XbmcMetadata * Add analyzers to MediaBrowser.WebDashboard * Enable TreatWarningsAsErrors for MediaBrowser.WebDashboard * Disable SA1600 in favor of CS1591
2020-02-22Add encoding option bobandweave, change back the EncodingHelper logicPeter Maar
2020-02-04Fix warnings MediaBrowser.ModelBond_009
2019-06-01Fix #1432. Add support for encoding with libx265 and hevc_nvenc.Frank
2019-03-05Remove --ffprobe logicPloughPuff
2019-03-05Address review comments from BondPloughPuff
2019-03-05Reworked FFmpeg path discovery and always display to userPloughPuff
1) Reworked FFmpeg and FFprobe path discovery (CLI switch, Custom xml, system $PATH, UI update trigger). Removed FFMpeg folder from Emby.Server.Implementations. All path discovery now in MediaEncoder. 2) Always display FFmpeg path to user in Transcode page. 3) Allow user to remove a Custome FFmpeg path and return to using system $PATH (or --ffmpeg if available). 4) Remove unused code associated with 'prebuilt' FFmpeg. 5) Much improved logging during path discovery.
2019-01-17Reformat JustAMan review pt2 changesErwin de Haan
Refs #575
2019-01-13Find+Sed BOM removal *.cs: MediaBrowser.LocalMetadata-MediaBrowser.ModelErwin de Haan
2018-12-27Add GPL modulesAndrew Rabert
2018-09-12Update to 3.5.2 and .net core 2.1stefan
2017-09-23fix dlna direct play on samsung tv'sLuke Pulverenti
2017-09-17add yadif settingLuke Pulverenti
2017-08-23add property to indicate support for on the fly subtitle extractionLuke Pulverenti
2017-08-13auto fallback from gpu to cpuLuke Pulverenti
2017-08-12expand on hardware decoding optionsLuke Pulverenti
2017-06-12fixes #2578 - [VAAPI Bug] HEVC Decoding not possible on Intel hardware ↵Luke Pulverenti
without this ability