Charles Ewert
|
8dd2c55df2
|
make codec user settings override what device reports
|
2023-08-30 22:51:47 -04:00 |
|
Charles Ewert
|
deebbe393f
|
bugfix for h264 VideoRangeType
|
2023-08-30 20:02:35 -04:00 |
|
Charles Ewert
|
7ac0214d64
|
set max video width and height in codec profiles
|
2023-08-30 19:37:44 -04:00 |
|
Charles Ewert
|
05a04062fb
|
remove aac from transcoding profile when multichannel audio support is detected
|
2023-08-30 15:06:33 -04:00 |
|
Charles Ewert
|
46d7333b62
|
fix bug with mpeg2 levels
|
2023-08-17 21:51:59 -04:00 |
|
Charles Ewert
|
4969cc7a13
|
remove aac from list of surround sound codecs
|
2023-06-23 10:23:21 -04:00 |
|
Charles Ewert
|
67424ae7b1
|
update possible direct play codecs
|
2023-06-06 22:14:17 -04:00 |
|
Charles Ewert
|
9acf98fba4
|
remove empty lines
|
2023-06-06 21:53:26 -04:00 |
|
Charles Ewert
|
3e26aabe01
|
remove uneeded code + update surround sound codec logic
|
2023-06-06 00:42:33 -04:00 |
|
Charles Ewert
|
9c6201b25e
|
update prefered codecs and maxAudioChannel logic
|
2023-06-06 00:24:54 -04:00 |
|
Charles Ewert
|
adc769c625
|
update maxAudioChannel logic + update codecProfiles
|
2023-06-02 23:47:16 -04:00 |
|
Charles Ewert
|
56bb2108b5
|
fix syntax error
|
2023-06-02 10:26:49 -04:00 |
|
Charles Ewert
|
8c3605c01a
|
include video codec profile and level + include chCnt for audio codec
|
2023-06-02 00:37:22 -04:00 |
|
Charles Ewert
|
90ca547020
|
Merge remote-tracking branch 'upstream/unstable' into update-device-profile
|
2023-06-01 09:42:50 -04:00 |
|
Charles Ewert
|
bdfcac74e6
|
Implement global session var (#1224)
Co-authored-by: Jimi <jimi@thedodgefamily.com>
|
2023-06-01 08:43:27 -04:00 |
|
Charles Ewert
|
bb499cabd3
|
turn SupportsPersistentIdentifier off
|
2023-06-01 00:38:31 -04:00 |
|
Charles Ewert
|
0027295dad
|
save to variable to prevent calling join() twice
|
2023-06-01 00:37:04 -04:00 |
|
Charles Ewert
|
9c0228a7e8
|
refactor GetDirectPlayProfiles to make no assumptions about codec
|
2023-06-01 00:35:08 -04:00 |
|
Charles Ewert
|
ba31ab7372
|
update hevc and mpeg2 CodecProfiles + always include container when checking a codec for ts container
|
2023-05-31 23:19:03 -04:00 |
|
Charles Ewert
|
04dbd2d010
|
Update device profile when device capabilities change + enable all device events (#1217)
|
2023-05-27 16:43:05 -04:00 |
|
Jimi
|
9d91ea942b
|
Updates based on PR comments.
|
2023-02-04 07:21:27 -07:00 |
|
Jimi
|
dbf5bc8dcb
|
Allow user to set a max bitrate
|
2023-02-04 06:54:39 -07:00 |
|
Jimi
|
686b5a1259
|
More straightfoward now that it's "maxlimited" instead of "unlimited"
|
2023-01-25 20:25:22 -07:00 |
|
Jimi
|
af43378a50
|
PR suggestions
|
2023-01-25 07:42:24 -07:00 |
|
Jimi
|
a1348f7b1a
|
Allow for unlimited bitrate
|
2023-01-25 06:44:26 -07:00 |
|
Alex Wardle
|
8568668741
|
set maximum bitrates according to roku docs
|
2022-12-18 17:15:10 -07:00 |
|
1hitsong
|
a762e714ea
|
Merge pull request #686 from whiteowl3/patch-2
Support for HDR, VP9, AV1
|
2022-12-06 08:11:37 -05:00 |
|
Neil Burrows
|
d5120396c8
|
Add AV1 playback user preference
|
2022-12-01 08:38:08 +00:00 |
|
Neil Burrows
|
7c4a1b8b21
|
Change codec order (Patch from @nijave)
|
2022-12-01 08:37:59 +00:00 |
|
1hitsong
|
4d761c9315
|
Convert MPEG4 direct play to user setting
|
2022-11-28 13:29:58 -05:00 |
|
Neil Burrows
|
17d05812b6
|
Merge branch 'unstable' into patch-2
|
2022-10-16 13:39:29 +01:00 |
|
Neil Burrows
|
a079664261
|
Fix separator for conditional properties and change defautl supported videoLevels
Also make linter happy
|
2022-10-16 11:45:53 +01:00 |
|
Neil Burrows
|
57191ccb0c
|
Fix display title and transcode codecs
|
2022-10-07 15:46:19 +01:00 |
|
Nick Wallace
|
cb5d310bab
|
Reverting some stuff
|
2022-08-15 12:39:29 -05:00 |
|
Nick Wallace
|
024539cdb2
|
Added mpeg4 to direct play profiles
|
2022-07-26 14:43:55 -05:00 |
|
Nick Wallace
|
19005b2e47
|
Merge remote-tracking branch 'upstream/unstable' into hotfix/stream
|
2022-07-26 14:33:48 -05:00 |
|
whiteowl3
|
67ce600eba
|
remove duplicate line
|
2022-07-07 16:23:49 -04:00 |
|
whiteowl3
|
6de17618eb
|
Update deviceCapabilities.brs
|
2022-07-07 16:13:30 -04:00 |
|
whiteowl3
|
bce88287be
|
add missing hevc profile block
|
2022-07-07 16:05:58 -04:00 |
|
whiteowl3
|
e049fb9c1f
|
vp9, av1, hdr
|
2022-07-07 15:58:01 -04:00 |
|
Neil Burrows
|
3f0e7a73fc
|
Correct min Profile Level value for hevc
|
2022-07-05 08:26:01 +01:00 |
|
Neil Burrows
|
2aca107281
|
Formatting
|
2022-07-04 10:34:09 +01:00 |
|
Neil Burrows
|
055c4e5021
|
Allow attempting to direct play video with invalid profile level
|
2022-07-04 10:09:16 +01:00 |
|
Neil Burrows
|
c6e294afff
|
Update Device Profile for correct h264 level
|
2022-07-01 17:02:27 +01:00 |
|
Nick Wallace
|
435a7219df
|
jk everyone, mp4v isnt a codec
|
2022-06-30 15:41:02 -05:00 |
|
Nick Wallace
|
0fa10f824d
|
adding mp4v
|
2022-06-30 15:15:49 -05:00 |
|
Nick Wallace
|
582d2d8e45
|
Fixing mpeg4 streams
|
2022-06-30 14:25:23 -05:00 |
|
Charles Ewert
|
b3008e045c
|
Remove optional commas
|
2022-05-30 09:00:14 -04:00 |
|
Charles Ewert
|
9dabf4891b
|
Add missing commas
|
2022-05-30 08:59:24 -04:00 |
|
Neil Burrows
|
395b6153bb
|
Move MPEG 2 support from system setting to user setting, and into new setting screen
|
2022-05-01 11:53:39 +01:00 |
|