| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-11-03 | Merge pull request #1904 from JustAMan/hls-move-2 | Joshua M. Boniface | |
| Switch ffmpeg to hls muxer (from segment) to fix premature stop on non-patched ffmpeg (cherry picked from commit a4608141820800a068561796de3fe4e7f20e5423) Signed-off-by: Joshua Boniface <joshua@boniface.me> | |||
| 2019-10-20 | Merge pull request #1898 from Bond-009/jsonfix | Joshua M. Boniface | |
| Fix Json serialization error (cherry picked from commit 91600b1c81872e1745401942633a87085dc706b5) Signed-off-by: Joshua Boniface <joshua@boniface.me> | |||
| 2019-10-20 | Merge pull request #1909 from KerryRJ/FixDvdsFailingToPlay | Bond-009 | |
| Fix System.NullReferenceException when playing Dvds copied to HDD (cherry picked from commit fdb0c3a1dff0c1e9c3c22a3be688b97ea0bd7a6d) Signed-off-by: Joshua Boniface <joshua@boniface.me> | |||
| 2019-09-29 | Merge pull request #1808 from joshuaboniface/fix-amf-win | Joshua M. Boniface | |
| Change Win32 AMF flag to d3d11va | |||
| 2019-09-29 | Change Win32 AMF flag to d3d11va for Windows 8+ | Joshua Boniface | |
| 2019-09-29 | Merge pull request #1812 from dkanada/settings | Joshua M. Boniface | |
| Avoid editing preferences without user interaction | |||
| 2019-09-29 | avoid editing preferences without user interaction | dkanada | |
| 2019-09-26 | Fix 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-23 | Fix multiple mistakes and warnings | Bond_009 | |
| 2019-09-08 | Possible fix for MrMC | Bond_009 | |
| 2019-09-02 | Fix warnings, improve performance (#1665) | Bond-009 | |
| * Fix warnings, improve performance `QueryResult.Items` is now a `IReadOnlyList` so we don't need to allocate a new `Array` when we have a `List` (and `Items` shouldn't need to be mutable anyway) * Update Providers .csproj to latest C# * Remove extra newline from DtoService.cs * Remove extra newline from UserLibraryService.cs | |||
| 2019-09-02 | Merge pull request #1686 from Bond-009/warn7 | Anthony Lavado | |
| More warning fixes | |||
| 2019-09-01 | Fix more warnings | Bond_009 | |
| 2019-09-01 | Fix VAAPI 8-bit HW to SW transcoding for some media | Samantha Collard | |
| 2019-08-31 | Enable VAAPI decoding without hardware encoding | Samantha Collard | |
| Enable VAAPI command arguments to ffmpeg if VAAPI is selected, and add the "hwdownload" filter if transcoding from VAAPI to software. Also support transforming 10 bit colourspace to 8-bit, consistent with other hardware encoding options, at least until client pixel formats are configurable. | |||
| 2019-08-29 | More warning fixes | Bond_009 | |
| 2019-08-27 | Merge pull request #1651 from sl1288/master | Andrew Rabert | |
| Fix local trailers playback | |||
| 2019-08-19 | Merge branch 'master' into h265 | Joshua M. Boniface | |
| 2019-08-19 | Fix LocalTrailers playback. | SL1288 | |
| 2019-08-16 | Improvements to UserManager | Bond_009 | |
| 2019-08-11 | Document all public/internal members of Emby.Drawing | Bond_009 | |
| Forces all new public/internal members to be documented. Enables TreatWarningsAsErrors for Emby.Drawing | |||
| 2019-08-10 | Merge pull request #1397 from Bond-009/passfast | Joshua M. Boniface | |
| Streamline authentication proccess | |||
| 2019-08-10 | Merge pull request #1612 from Bond-009/warn4 | dkanada | |
| Fix warnings | |||
| 2019-08-09 | Merge pull request #1578 from Bond-009/httpresponse | dkanada | |
| Replace custom code with Asp.Net Core code | |||
| 2019-08-09 | Use CultureInvariant string conversion for Guids | Bond-009 | |
| 2019-08-09 | Fix more warnings | Bond_009 | |
| 2019-08-09 | Replace custom code with Asp.Net Core code | Bond_009 | |
| 2019-07-29 | Merge pull request #1579 from Bond-009/ass | dkanada | |
| Fix #1388 and #1472 | |||
| 2019-07-29 | Merge pull request #1513 from Bond-009/style2 | dkanada | |
| Fix style issues | |||
| 2019-07-29 | Fix #1388 and #1472 | Bond_009 | |
| 2019-07-25 | Remove IpAddressInfo and IpEndPointInfo classes | Bond_009 | |
| 2019-07-06 | Fix style issues | Bond_009 | |
| 2019-07-06 | Streamline authentication proccess | Bond_009 | |
| 2019-06-24 | Merge pull request #1448 from joshuaboniface/nice-userconfig-paths | Andrew Rabert | |
| Use the username for the user config path | |||
| 2019-06-21 | Merge pull request #1454 from Bond-009/webresource | dkanada | |
| Simplify file serving code | |||
| 2019-06-20 | Merge pull request #1369 from teacupx/master | dkanada | |
| Enable Exynos MFC encoder and fix transcoding bitrate control | |||
| 2019-06-20 | add comment explaining GetMinBitrate | dkanada | |
| 2019-06-13 | Merge pull request #1156 from Bond-009/sep | Anthony Lavado | |
| Small cleanups here and there | |||
| 2019-06-12 | Merge pull request #1442 from jellyfin/release-10.3.z | Joshua M. Boniface | |
| Backmerge for Release 10.3.4 and 10.3.5 | |||
| 2019-06-10 | Simplify file serving code | Bond_009 | |
| 2019-06-08 | Use the username for the user config path | Joshua M. Boniface | |
| Use the username to construct the UserConfigurationDirectory, instead of the user ID, and move the old ID-based path to the new path if needed when loading (temporary transitional code). Removes administrator guesswork as to what user each directory belongs to, which I found very annoying when investigating user configs. | |||
| 2019-06-05 | Merge pull request #994 from Bond-009/tasks | Anthony Lavado | |
| Remove Tasks wrapped in a Task | |||
| 2019-06-04 | Merge pull request #1159 from Bond-009/streamjob | Anthony Lavado | |
| Trying to make sense of the streaming code | |||
| 2019-06-01 | Fix #1432. Add support for encoding with libx265 and hevc_nvenc. | Frank | |
| 2019-06-01 | Merge branch 'master' into tasks | Bond-009 | |
| 2019-05-25 | Format correctly the PIN when updating it | DrPandemic | |
| 2019-05-18 | Merge pull request #1383 from jellyfin/release-10.3.z | Bond-009 | |
| Backmerge for Release 10.3.3 | |||
| 2019-05-16 | Review changes | Claus Vium | |
| Untested | |||
| 2019-05-11 | Fix transcode bitrate control | JMCC | |
| 2019-05-02 | Enforce extras folder structure according to Emby's wiki | Claus Vium | |
