aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/Configuration/EncodingOptions.cs
AgeCommit message (Collapse)Author
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
2016-09-09update dialogsLuke Pulverenti
2016-09-04add configurable encoding paramsLuke Pulverenti
2016-08-24update vaapi defaultsLuke Pulverenti
2016-08-23add vaapi supportLuke Pulverenti
2016-06-20allow customization of ffmpeg pathLuke Pulverenti
2016-05-31update encoding optionsLuke Pulverenti
2016-01-08update transcoding throttleLuke Pulverenti
2015-11-26update qsv encodingLuke Pulverenti
2015-11-06encode with qsvLuke Pulverenti
2015-11-04make sure ._ osx files are properly ignoredLuke Pulverenti
2015-09-17added setting for intel qsv hardware decodingLuke Pulverenti
2015-07-30rework transcoding settingsLuke Pulverenti
2015-05-19update script loadingLuke Pulverenti
2015-05-11update indexedDbLuke Pulverenti
2015-04-23control the number of simultaneous image operationsLuke Pulverenti
2015-04-14resolve AVG false positivesLuke Pulverenti
2015-03-30add setting to control transcodng throttleLuke Pulverenti
2014-12-21add standalone EncodingOptionsLuke Pulverenti