aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Api
AgeCommit message (Collapse)Author
2020-01-13Update MediaBrowser.Api/Playback/MediaInfoService.csBond-009
Co-Authored-By: dkanada <dkanada@users.noreply.github.com>
2020-01-12Attempt #2Bond_009
2020-01-12Try to fix nullreffBond_009
2020-01-13Merge pull request #2216 from gnattu/masterdkanada
Let HLS fallback to mpegts in case device reports unsupported container
2020-01-12Add reminder to remove the workaround gnattu
This will be no longer needed when ffmpeg is ready Co-Authored-By: dkanada <dkanada@users.noreply.github.com>
2020-01-13Merge pull request #2096 from Bond-009/embytvdkanada
Clean up Emby.Server.Implementations/LiveTv/EmbyTV/EmbyTV.cs
2020-01-11Merge pull request #2170 from Bond-009/mediainfoservicedkanada
Minor changes to MediaInfoService
2020-01-10Address commentsBond_009
2020-01-10Merge branch 'master' into embytvBond_009
2020-01-09Fix typo and pluralgnattu
2020-01-08rename two properties based on code suggestionsdkanada
2020-01-08Fix build and address commentsBond_009
2020-01-08merge branch master into media-attachmentsdkanada
2020-01-01Merge pull request #2153 from dkanada/fix-playlistdkanada
Fix playlist deletion and a few warning fixes
2019-12-31Let HLS fallback to mpegts in case device reported unsupported containergnattu
2019-12-20Fix warnings and move to System.Text.JsonBond_009
2019-12-19Limit size for playbacktestBond-009
2019-12-19Merge pull request #2134 from Bond-009/dlnam3u8Vasily
Fix comparison between different types
2019-12-19Minor changes to MediaInfoServiceBond-009
2019-12-18Merge pull request #1941 from Bond-009/mediaencodingdkanada
Make probesize and analyzeduration configurable and simplify circular dependencies
2019-12-15Merge pull request #2099 from cryptobank/masterdkanada
Fix VAAPI encoding on 10-bit hevc. Update QSV encoding and scaling to...
2019-12-14fix playlist deletiondkanada
2019-12-14Formatting fix (3)cryptobank
Co-Authored-By: Bond-009 <bond.009@outlook.com>
2019-12-12Merge branch 'master' into mediaencodingBond-009
2019-12-12Merge pull request #2109 from Bond-009/plugindkanada
Fix plugin installation and correct api behaviour
2019-12-11Merge pull request #2118 from chaosinnovator/masterJoshua M. Boniface
Add StartIndex result to /Items API query
2019-12-10Merge branch 'master' into mediaencodingBond_009
2019-12-10Add StartIndex result to /Items API querychaosinnovator
2019-12-10Fix comparison between different typesBond-009
2019-12-10Fix typoBond-009
2019-12-10Merge pull request #1923 from Bond-009/randomdkanada
Don't shuffle some types by default
2019-12-06Fix plugin installation and correct api behaviourBond_009
The `/Packages/{Name}` endpoint would return a package that had either the corrent name or the correct guid. In reality it shoud check if both are correct.
2019-12-07Use string.Equals instead of of equals operatorcryptobank
Co-Authored-By: Vasily <JustAMan@users.noreply.github.com>
2019-12-06Merge remote-tracking branch 'upstream/master' into randomBond-009
2019-12-06Add logging when force_key_frames is disabledPetr Janda
2019-12-05Merge remote-tracking branch 'upstream/master' into baseurlBond-009
2019-12-05Reduce #linesBond-009
2019-12-05Merge remote-tracking branch 'upstream/master'Petr Janda
2019-12-05Fix formatting (2)Petr 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-04Clean up Emby.Server.Implementations/LiveTv/EmbyTV/EmbyTV.csBond_009
2019-11-28Minor improvements to network codeBond-009
2019-11-27Merge pull request #1503 from cvium/webapi_v2Vasily
Move StartupWizard to ASP.NET Web Api
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-24Merge pull request #2045 from Bond-009/baseurlfix2Joshua M. Boniface
Fix baseurl issues part 2
2019-11-24Merge pull request #2039 from Bond-009/fixconditiondkanada
Fix always false condition
2019-11-23Fix baseurl (attempt #2)Bond_009
2019-11-23Merge pull request #1926 from Bond-009/authdkanada
Add clearer exceptions, warnings and docs