aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-09-02Merge pull request #1704 from nvllsvm/fix_replace_multiple_spacesAnthony Lavado
Fix replace multiple spaces
2019-09-01Use regex to replace multiple spaces with one spaceAndrew Rabert
This communicates the intent of the code more clearly than before. No noticeable performance impact.
2019-09-01Fix infinite looping when scanning TV metadataAndrew Rabert
It's a possible that name and sb will never be equal. This is caused by additional replacements before this loop. Regression introduced in c699c546e4124da8c1978b86d1a424d24d3d77d6a
2019-09-01Fix more warningsBond_009
2019-09-01Merge pull request #1691 from sammyrc34/vaapifixBond-009
Enable VAAPI decoding without hardware encoding
2019-09-01Merge pull request #1683 from dkanada/miscBond-009
Move the transcode path and other small fixes
2019-09-01Merge pull request #1700 from thornbill/flacAnthony Lavado
Restore flac mime type
2019-09-01Restore flac mime typeBill Thornton
2019-09-01Merge pull request #1680 from marius-luca-87/q6fn_dlna_seekAnthony Lavado
Fix q6fn dlna seek for direct play
2019-09-01Fix VAAPI 8-bit HW to SW transcoding for some mediaSamantha Collard
2019-08-31Bump version to 10.4.0Joshua Boniface
2019-08-31Allow selecting web branch and fix Docker sedJoshua Boniface
2019-08-31Merge pull request #1687 from Bond-009/isomounterJoshua M. Boniface
Move IsoMounter to plugin
2019-08-31Merge pull request #1695 from nvllsvm/dfaJoshua M. Boniface
Make Docker ffmpeg version configurable
2019-08-31docker - make ffmpeg version configurableAndrew Rabert
2019-08-31Add libssl-dev dependencyJoshua Boniface
2019-08-31Update GCC crossbuild to version 8Joshua Boniface
2019-08-31Use latest 2.2.6 dotnet SDK image (2.2.401)Joshua Boniface
2019-08-31Add libssl-dev build dependencyJoshua Boniface
2019-08-31Enable VAAPI decoding without hardware encodingSamantha 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-29Move IsoMounter to pluginBond_009
2019-08-29More warning fixesBond_009
2019-08-29Merge pull request #1685 from Bond-009/formatAnthony Lavado
Fix invalid arg for
2019-08-29Fix invalid arg forBond_009
2019-08-29move the transcode pathdkanada
2019-08-29- use streamInfo.StartPositionTicks if provided over ↵marius
userdata.PlaybackPositionTicks when creating the Samsung Bookmark Info
2019-08-28Merge pull request #1678 from marius-luca-87/dlna_seek_exception_fixBond-009
Fix ArgumentOutOfRangeException in ParseTimeSeekHeader
2019-08-28- fix ArgumentOutOfRangeException at ↵marius
MediaBrowser.Api.Playback.BaseStreamingService.ParseTimeSeekHeader (second substring argument is length)
2019-08-28Merge pull request #1633 from Bond-009/udpclientAnthony Lavado
Attempt to fix #1391
2019-08-28Merge pull request #1676 from Bond-009/loginAnthony Lavado
Fix login
2019-08-28Fix loginBond_009
2019-08-28Remove unused argsBond_009
2019-08-28Attempt to fix #1391Bond_009
2019-08-27Merge pull request #1641 from cvium/tmdb_cleanupAnthony Lavado
Tmdb cleanup and re-add Writer and Producer
2019-08-27Merge pull request #1651 from sl1288/masterAndrew Rabert
Fix local trailers playback
2019-08-26Translated using Weblate (Norwegian Bokmål)Odd Stråbø
Currently translated at 95.7% (90 of 94 strings) Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/nb_NO/
2019-08-26Translated using Weblate (French)Pafzedog
Currently translated at 95.7% (90 of 94 strings) Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/fr/
2019-08-26Translated using Weblate (Spanish)Axel Gabriel Calle Granda
Currently translated at 95.7% (90 of 94 strings) Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/es/
2019-08-26Translated using Weblate (Greek)Matzi24GR
Currently translated at 95.7% (90 of 94 strings) Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/el/
2019-08-26Translated using Weblate (Greek)Βασίλης Μουρατίδης
Currently translated at 100.0% (94 of 94 strings) Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/el/
2019-08-26Translated using Weblate (Greek)Matzi24GR
Currently translated at 100.0% (94 of 94 strings) Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/el/
2019-08-26Merge pull request #1656 from loli10K/fix_firewalld_serviceAnthony Lavado
Fix firewall-cmd: Error: INVALID_SERVICE: 'jellyfin' not among existing services
2019-08-26Use base Debian image in Docker buildJoshua Boniface
2019-08-26Update builds to Debian 10 and OpenSSL to 1.1-onlyJoshua Boniface
2019-08-25Merge pull request #1659 from jellyfin/fix_ffmpegBond-009
Fix segment_time_delta value for ffmpeg 4.1
2019-08-24Move argument to new lineClaus Vium
2019-08-24Fix style issuesClaus Vium
2019-08-23Merge pull request #1499 from crobibero/log-password-ipJoshua M. Boniface
Log IP address on failed login attempt
2019-08-23log password on failed login attemptcrobibero
2019-08-21Merge pull request #1646 from Bond-009/lockJoshua M. Boniface
Return DB lock immediately