gnattu
b79f96e98b
Backport pull request #13169 from jellyfin/release-10.10.z
...
Check if the video has an audio track before codec fallback
Original-merge: ff4f3b0441
Merged-by: Bond-009 <bond.009@outlook.com>
Backported-by: Bond_009 <bond.009@outlook.com>
3 weeks ago
gnattu
39cd3dcbd1
Backport pull request #13127 from jellyfin/release-10.10.z
...
Fallback to lossy audio codec for bitrate limit
Original-merge: 65f722f23c
Merged-by: crobibero <cody@robibe.ro>
Backported-by: Bond_009 <bond.009@outlook.com>
3 weeks ago
Bond-009
bcdffa74a8
Remove useless checks and dead code ( #13405 )
...
* Remove useless checks and dead code
* Enable adaptive bitrate streaming again
* Disable adaptive bitrate streaming by default
4 weeks ago
Josh Soref
40da2ccac5
Fix spelling ( #13444 )
...
* spelling: anamorphic
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: associated
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: channelinfo
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: eagerly
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: enumerable
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: greater than/less than
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: greater
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: lineup
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: logs out
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: names
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: paging
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: playlist
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: sanitized
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: saving
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
---------
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
4 weeks ago
Joshua M. Boniface
93b8eade61
Merge pull request #12798 from JPVenson/feature/EFUserData
...
Refactor library.db into jellyfin.db and EFCore
4 weeks ago
Bond_009
3aa1ebb500
Enable adaptive bitrate streaming again
1 month ago
Bond_009
47f798827b
Remove useless checks and dead code
1 month ago
Niels van Velzen
3b8e614819
Prefer ApiKey over api_key in generated URL's ( #13342 )
1 month ago
JPVenson
2014fa56b8
Ported new Item Repository architecture
5 months ago
gnattu
56cf1a581c
Better bitrate and resolution normalization ( #12644 )
5 months ago
gnattu
c3e889cd41
Conditionally add burn in option for remote source
5 months ago
gnattu
d944f415f3
Let HLS Controller decide if subtitle should be burn in
...
Previously, we predicted whether the subtitle should be burned in with transcode reasons, but that was not accurate because the actual transcoding codec is only determined after the client has requested the stream. This pass through the option to the `DynamicHlsController` to handle the subtitle burn-in during the actual transcoding process. Now the client should be responsible to conditionally load the subtitle when this option is enabled.
5 months ago
gnattu
62712aa12c
Add option to always burn in subtitles if transcoding is triggered ( #12430 )
5 months ago
gnattu
b4f71859d9
Make Live TV compatibility profiles customizable ( #12529 )
6 months ago
gnattu
ced2d21f7b
Add SUPPLEMENTAL-CODECS for Dolby Vision video with fallbacks ( #12605 )
6 months ago
gnattu
5a8a19e07b
Add MediaStream.ReferenceFrameRate for problematic video files ( #12603 )
...
Co-authored-by: Nyanmisaka <nst799610810@gmail.com>
6 months ago
Bond_009
97a02f5803
Remove BOM from UTF-8 files
...
I think some people need to change their IDE configuration ;)
6 months ago
Bond_009
d352d883d3
Use Apple reccomended values for HLS CODECS
6 months ago
Cody Robibero
8c3f3c503b
Merge pull request #11665 from Bond-009/getuserbyid
6 months ago
Bond_009
4549337335
Change arguments AssertCanUpdateUser to take a user
7 months ago
Nyanmisaka
2aa9cf4007
Merge branch 'master' into fix-hwa-video-rotation
7 months ago
Nyanmisaka
00088c2954
Merge branch 'master' into fix-hwa-video-rotation
7 months ago
Bond_009
26fcb78ae3
Don't buffer content in GetStaticRemoteStreamResult
7 months ago
Cody Robibero
4239de1ee7
Merge pull request #11399 from jellyfin/audio-remux
7 months ago
Cody Robibero
d6051d9d7e
Merge pull request #11489 from jellyfin/allow-vp9-remuxing
7 months ago
gnattu
e4101128e0
feat: add audio remux to UniversalAudioController
...
Signed-off-by: gnattu <gnattuoc@me.com>
7 months ago
gnattu
a1b9f90d7d
Backport pull request #12017 from jellyfin/release-10.9.z
...
Overwrite supported codecs for livetv
Original-merge: 2b78980747
Merged-by: Bond-009 <bond.009@outlook.com>
Backported-by: Joshua M. Boniface <joshua@boniface.me>
8 months ago
gnattu
b123f7ffcd
Backport pull request #11851 from jellyfin/release-10.9.z
...
Relax remuxing requirement for LiveTV
Original-merge: 0392daa103
Merged-by: crobibero <cody@robibe.ro>
Backported-by: Joshua M. Boniface <joshua@boniface.me>
9 months ago
gnattu
654dd2b704
Backport pull request #11801 from jellyfin/release-10.9.z
...
Force more compatible transcoding profile for LiveTV
Original-merge: e7b1162cb3
Merged-by: crobibero <cody@robibe.ro>
Backported-by: Joshua M. Boniface <joshua@boniface.me>
9 months ago
crobibero
4430706915
Backport pull request #11738 from jellyfin/release-10.9.z
...
Don't require user when getting current session
Original-merge: 4fcbeef5e6
Merged-by: Bond-009 <bond.009@outlook.com>
Backported-by: Joshua M. Boniface <joshua@boniface.me>
9 months ago
gnattu
5df171b3f9
Add remuxing support for VP9
...
Add VP9 as a valid HLS format to enable remuxing. This is useful when audio processing is required, but the VP9 video can be passed as-is to avoid unnecessary video transcoding.
No VP9 encoder is enabled and should not be enabled. AV1 and HEVC should be preferred over VP9 if video transcoding is required.
Signed-off-by: gnattu <gnattuoc@me.com>
9 months ago
gnattu
8c583bbe37
Allow explicitly set userId for RequestHelpers.GetSession ( #11505 )
10 months ago
gnattu
374b6ca0e2
Only apply custom downmix to 5.1 audios ( #11401 )
10 months ago
Bond-009
bb018c4adc
Enable nullable for LibraryManager ( #11191 )
10 months ago
Cody Robibero
6fb6b5f176
Validate item access ( #11171 )
11 months ago
gnattu
0af101cbf7
fix: av1 codecs string ( #11280 )
...
Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
11 months ago
nyanmisaka
95b81ff54a
Only streamCopy videos containing rotation data in fMP4
...
Signed-off-by: nyanmisaka <nst799610810@gmail.com>
11 months ago
Bond-009
0bf1c10c44
Merge pull request #10990 from Shadowghost/bdmv-fixes
...
BDMV fixes
1 year ago
Dmitry Lyzo
0dde8c0808
Make the bitrate of the fallback stream the same as the original ( #9121 )
1 year ago
Shadowghost
9230472056
Fix file extension based on container
1 year ago
nyanmisaka
5cc451992b
Correct VIDEO-RANGE field for HLG content
...
Signed-off-by: nyanmisaka <nst799610810@gmail.com>
1 year ago
Mark Cilia Vincenti
f26fc7dfb2
Merge changes
1 year ago
Cody Robibero
e7b8d45bbb
Use helper function to compare guid ( #10825 )
1 year ago
Mark Cilia Vincenti
d1677dc680
AsyncKeyedLock migration
1 year ago
Patrick Barron
c49539cbe0
Move ProgressiveFileStream to Controller
1 year ago
Patrick Barron
9215a4d40a
Add ITranscodeManager service
1 year ago
Patrick Barron
c2081955c8
Rename and clean up TranscodingJob
1 year ago
Patrick Barron
abd74fd5a4
Move TranscodingJobDto and TranscodingThrottler to Controller
1 year ago
Patrick Barron
01fd42cf95
Remove DLNA API code
1 year ago
Bond_009
635d67d458
Revert "Use System.Net.IPNetwork"
...
This reverts commit 117d05d288da1d412159a29c0cb8d5c8259e48ae.
1 year ago