| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-12-17 | Complete overhaul of README | Anthony Lavado | |
| - Moves all build/package information to Wiki - Adds new badges for quick info - Adds new styles, and looks good on mobile | |||
| 2018-12-16 | Merge pull request #207 from nvllsvm/image | Andrew Rabert | |
| Image libs | |||
| 2018-12-16 | Add Linux binaries for SkiaSharp | Andrew Rabert | |
| - Not sure how this impacts Windows builds, but it works great for Linux. - Requires additional deps on Debian | |||
| 2018-12-16 | Build ImageMagicSharp | Andrew Rabert | |
| 2018-12-16 | Merge pull request #198 from MatMaul/bitrate | Andrew Rabert | |
| Fix transcoding bitrate | |||
| 2018-12-16 | Merge pull request #202 from MatMaul/vaapi-profile | Andrew Rabert | |
| Fix encoding profile handling for vaapi | |||
| 2018-12-16 | Merge pull request #201 from joshuaboniface/debian-packaging | Andrew Rabert | |
| Move repository install instructions to Wiki | |||
| 2018-12-16 | Move repository install instructions to Wiki | Joshua Boniface | |
| 2018-12-16 | Merge pull request #193 from joshuaboniface/selfcontained-binary | Vasily | |
| Debian packaging improvements | |||
| 2018-12-16 | Merge pull request #196 from nvllsvm/simplify | Andrew Rabert | |
| Simplify | |||
| 2018-12-16 | Remove redundant solution specification | Andrew Rabert | |
| 2018-12-16 | Simplify Docker build | Andrew Rabert | |
| - Remove unnecessary build command (implied in publish) - Remove unnecessary solution arg - Move arg to command | |||
| 2018-12-15 | Merge pull request #195 from BnMcG/194-encoding-reference | Andrew Rabert | |
| Add MediaBrowser.MediaEncoding project reference into solution | |||
| 2018-12-15 | Add MediaBrowser.MediaEncoding project. | Ben Magee | |
| 2018-12-15 | Use consistent format | Joshua Boniface | |
| 2018-12-15 | Add cleanup of /etc/sudoers.d/emby in preinst | Joshua Boniface | |
| 2018-12-15 | Bump build number | Joshua Boniface | |
| 2018-12-15 | Remove auto deps; add libssl dep; edit maintainer | Joshua Boniface | |
| 2018-12-15 | Merge pull request #181 from Bond-009/firebase | Joshua M. Boniface | |
| Fix resource load crash | |||
| 2018-12-15 | Merge pull request #188 from Bond-009/rename | Andrew Rabert | |
| Replace Emby with Jellyfin in the translations | |||
| 2018-12-15 | Merge branch 'master' into develop | Joshua Boniface | |
| To include the hotfixes to master from last night. | |||
| 2018-12-15 | Replace Emby with Jellyfin in the translations | Bond_009 | |
| 2018-12-15 | Fix resource load crash | Bond_009 | |
| 2018-12-15 | Merge pull request #171 from nvllsvm/state | Joshua M. Boniface | |
| State | |||
| 2018-12-15 | Adapt for Jellyfin | Andrew Rabert | |
| 2018-12-15 | Partial revert of 443356fd34c7b3377c41c1029c2973e9d61e0539 | Andrew Rabert | |
| 2018-12-14 | Merge pull request #169 from joshuaboniface/ffmpeg-timeout | Andrew Rabert | |
| Restore timeout to 60s as it breaks | |||
| 2018-12-14 | Restore timeout to 60s as it breaks | Joshua Boniface | |
| 2018-12-14 | Merge pull request #168 from joshuaboniface/ffmpeg-timeout | Andrew Rabert | |
| Up the timerDuration back to 10s, 2s is too low | |||
| 2018-12-14 | Up the timerDuration back to 10s, 2s is too low | Joshua Boniface | |
| 2018-12-14 | Merge pull request #167 from joshuaboniface/ffmpeg-timeout | Andrew Rabert | |
| Lower the ffmpeg stop timeout duration | |||
| 2018-12-14 | Lower the ffmpeg stop timeout duration | Joshua Boniface | |
| As this was, ffmpeg would continue to transcode video for timerDuration seconds after stopping playback (i.e. returning to the menu). However, this 60s timeout was a little obnoxious. Tested a 100ms timeout but this ended up causing playback to constantly terminate. 2s seems like the sweet spot where playback works normally, but terminating quickly on stop. | |||
| 2018-12-14 | Merge pull request #166 from jellyfin/develop | Andrew Rabert | |
| Develop | |||
| 2018-12-14 | Enable self-contained binary mode (#160) | Joshua M. Boniface | |
| * Build self-contained Debian linux-x64 binary * Update initscripts to use self-contained binary The binary is declared in the units intentionally rather than using the variable extrapolation from before, to avoid confusion since these can't really be moved reasonably. * With combined binary name, use pgrep instead * Remove dotnet-runtime dependency * Move the compiled scb to usr/bin * Update binary location for upstart/systemd * Move binary path; fix pidfile handling * Entirely remove the temporary usr/ dir * Don't move the compiled binary * Create /usr/bin symlink * Use the variable here * Update architecture to any * Add libcurl4-openssl build dependency * Update the build Dockerfile to install builddeps | |||
| 2018-12-14 | Merge pull request #163 from nvllsvm/clnp | Joshua M. Boniface | |
| cleanup | |||
| 2018-12-14 | cleanup | Andrew Rabert | |
| 2018-12-14 | Merge pull request #146 from joshuaboniface/debian-packaging | Andrew Rabert | |
| Add build script for Debian packages via Docker | |||
| 2018-12-14 | Don't use errexit, explicitly exit on failures | Joshua Boniface | |
| 2018-12-14 | Remove errexit and cleanup on INT too | Joshua Boniface | |
| 2018-12-14 | Merge pull request #158 from joshuaboniface/readme-tweaks | Joshua M. Boniface | |
| Readme tweaks | |||
| 2018-12-14 | Revamp contributing section to link to wiki | Joshua Boniface | |
| 2018-12-14 | Merge pull request #154 from MatMaul/mediaencoding | Andrew Rabert | |
| Port MediaEncoding and Api.Playback | |||
| 2018-12-14 | Merge pull request #159 from Bond-009/patch-1 | Joshua M. Boniface | |
| Fix changing ProgramDataPath when passed as and arg | |||
| 2018-12-14 | Fix changing ProgramDataPath when passed as and arg | Bond-009 | |
| 2018-12-14 | Remove contributing.md as it's in the Wiki now | Joshua Boniface | |
| 2018-12-14 | Add blurb about FFMPEG and Ubuntu | Joshua Boniface | |
| 2018-12-14 | Merge pull request #140 from Bond-009/skia | Joshua M. Boniface | |
| Remove some warnings for obsolete code. | |||
| 2018-12-14 | Add quoting and consistent variable calls | Joshua Boniface | |
| 2018-12-14 | Address comments | Bond_009 | |
| 2018-12-14 | Port MediaEncoding and Api.Playback from ↵ | Mathieu Velten | |
| 10e57ce8d21b4516733894075001819f3cd6db6b | |||
