aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller
AgeCommit message (Collapse)Author
2019-12-05Merge remote-tracking branch 'upstream/master' into baseurlBond-009
2019-12-05Merge pull request #2097 from Bond-009/unused2Vasily
Remove unused fields and properties
2019-12-05Fix formatting (2)Petr Janda
2019-12-05Add commentsPetr Janda
2019-12-05Fix formatting stuffed up by previous commitPetr Janda
2019-12-05Fix VAAPI encoding on 10-bit hevc. Update QSV encoding and scaling to take ↵Petr Janda
advantage of scale_qsv and overlay_qsv
2019-12-04Remove unused fields and propertiesBond_009
2019-12-04Clean up Emby.Server.Implementations/LiveTv/EmbyTV/EmbyTV.csBond_009
2019-11-29Merge pull request #2058 from ferferga/masterVasily
Add full Raspberry Pi hardware accelerated decoding support
2019-11-27Merge pull request #1503 from cvium/webapi_v2Vasily
Move StartupWizard to ASP.NET Web Api
2019-11-25Add full Raspberry Pi hardware decoding supportferferga
2019-11-25Fix naming constBond-009
2019-11-25Make probesize and analyzeduration configurable and simplify circularBond_009
dependencies Makes the probesize and analyzeduration configurable with env args. (`JELLYFIN_FFmpeg_probesize` and `FFmpeg_analyzeduration`)
2019-11-25* Add support for multi segment base urlsBond_009
* Make baseurl case-insensitive
2019-11-24Merge pull request #1991 from Bond-009/transtempJoshua M. Boniface
Don't append transcodes to transcoding temp path
2019-11-24Move appbuilder and service collection to Jellyfin.ServerClaus Vium
2019-11-23Add authentication and remove versioningClaus Vium
2019-11-23Merge pull request #1926 from Bond-009/authdkanada
Add clearer exceptions, warnings and docs
2019-11-21Don't append transcodes to transcoding temp pathBond-009
2019-11-21minor changes to transcode cleanup scheduled taskdkanada
2019-11-10Merge pull request #1965 from Bond-009/dbjsondkanada
Deserialize with the correct type (and warning fixes)
2019-11-07Update MediaBrowser.Controller/Library/IMediaSourceManager.cs Andrew Mahone
formatting Co-Authored-By: Bond-009 <bond.009@outlook.com>
2019-11-07Update MediaBrowser.Controller/Library/IMediaSourceManager.cs Andrew Mahone
formatting Co-Authored-By: Bond-009 <bond.009@outlook.com>
2019-11-04Merge remote-tracking branch 'origin/master' into media-attachments-cleanAndrew Mahone
2019-11-03Merge pull request #1904 from JustAMan/hls-move-2Joshua M. Boniface
Switch ffmpeg to hls muxer (from segment) to fix premature stop on non-patched ffmpeg
2019-11-01Rewrite hex encoder/decoderBond_009
2019-11-01Deserialize with the correct type (and warning fixes)Bond_009
2019-10-29Fix more warningsBond_009
2019-10-29Update MediaBrowser.Controller/Library/IUserManager.csBond-009
Co-Authored-By: dkanada <dkanada@users.noreply.github.com>
2019-10-22FFMPEG extractor for attachments.Andrew Mahone
2019-10-22Retrieve media attachments in BaseItem.Andrew Mahone
2019-10-22Support MediaAttachment retrieval in MediaSourceManager.Andrew Mahone
2019-10-22Store MediaAttachments in DB.Andrew Mahone
2019-10-21Address Bond-009 review commentsVasily
2019-10-20Merge pull request #1898 from Bond-009/jsonfixJoshua M. Boniface
Fix Json serialization error
2019-10-20Add clearer exceptions, warnings and docsBond_009
2019-10-20Merge pull request #1909 from KerryRJ/FixDvdsFailingToPlayBond-009
Fix System.NullReferenceException when playing Dvds copied to HDD
2019-10-20Don't shuffle some types by defaultBond_009
2019-10-17Fix System.NullReferenceException when playing Dvds copied to HDDKerryJ
2019-10-15Fix Json serialization errorBond_009
2019-10-14Respect non-inversed setting of "enable break on non-keyframes"Vasily
2019-10-09Merge pull request #1855 from Bond-009/stylefixesdkanada
Minor style fixes
2019-09-29Merge pull request #1808 from joshuaboniface/fix-amf-winJoshua M. Boniface
Change Win32 AMF flag to d3d11va
2019-09-29Change Win32 AMF flag to d3d11va for Windows 8+Joshua Boniface
2019-09-29Merge pull request #1812 from dkanada/settingsJoshua M. Boniface
Avoid editing preferences without user interaction
2019-09-29avoid editing preferences without user interactiondkanada
2019-09-26Fix SetImage to avoid out of range exception (#1798)Anthony Lavado
* Fix SetImage to avoid out of range exception * Actually use the new images we've retrieved
2019-09-25Some style fixesBond_009
2019-09-23Fix multiple mistakes and warningsBond_009
2019-09-08Possible fix for MrMCBond_009