Vasily
f1086a72bf
Improve logic when determining return value
...
Co-Authored-By: ploughpuff <33969763+ploughpuff@users.noreply.github.com>
6 years ago
PloughPuff
7668ecf9c9
Use Version Class to ease comparisons
6 years ago
PloughPuff
69ea15f73a
Use string interpolation
...
Two further review comments from JustAMan.
6 years ago
PloughPuff
d8d237f6f2
Review comments
...
Addressed review comments from JustAMan. Removed code to determine experimental version. Store major and minor as two ints. Allow control of a min and max recommended version.
6 years ago
PloughPuff
a6bde0943e
Implement proper FFmpeg version checking
...
Three routes to determine FFmpeg version:
1) Grab the 'ffmpeg version x.y' from from the -version output. This should work for all pre-built binaries.
2) Compare the library versions against known contents of FFmpeg versions. This is fallback aimed at custom builds.
3) Compare libavcodec version to determine if newer than latest known release. This suggests user is running within latest/HEAD/master build.
6 years ago
Erwin de Haan
38f96af079
Reformat JustAMan review pt2 changes
...
Refs #575
6 years ago
Erwin de Haan
65bd052f3e
ReSharper conform to 'var' settings
6 years ago
Erwin de Haan
8f41ba4d3a
Find+Sed BOM removal *.cs: MediaBrowser.LocalMetadata-MediaBrowser.Model
6 years ago
Bond_009
abddc4786c
Reduce log spam from ffmpeg info
6 years ago
Bond_009
f3030812ea
Use static regex
6 years ago
Bond_009
d6f3ca859e
Change regex to multiline
...
ex: https://regex101.com/r/bn9IOy/12
6 years ago
Bond_009
c05e8088d6
Remove extra capture group from regex
...
https://regex101.com/r/bn9IOy/11/
6 years ago
Bond_009
12c43cd769
Use regex to check if ffmpeg output contains codec
...
Demo of the regex: https://regex101.com/r/bn9IOy/10/
6 years ago
Bond_009
0042b96c80
Use ValueTuple and Linq
6 years ago
Bond_009
96ad22a009
Reduce log spam and clean up EncoderValidator
6 years ago
Bond_009
ea4c914123
Fix exception logging
6 years ago
Bond_009
0c1b9d3bff
Rebase
6 years ago
Mathieu Velten
1d7d52ff9e
Port MediaEncoding and Api.Playback from 10e57ce8d21b4516733894075001819f3cd6db6b
6 years ago
Luke Pulverenti
40442f887b
consolidate emby.server.core into emby.server.implementations
7 years ago
Luke Pulverenti
1663b258a7
update home sections
8 years ago
Luke Pulverenti
9f0e6d17c8
add hevc cuvid
8 years ago
Luke Pulverenti
2c54390c38
enable h264_cuvid decoder
8 years ago
Luke Pulverenti
ef41f919a6
fix movie db find by external id
8 years ago
Luke Pulverenti
44a4e662ac
update hdhomerun model info caching
8 years ago
gerrit507
c70dfc713b
Add hevc hw-decoders and encodrs to var required.
...
These hardware decoders should be added for letting emby recognize this hw-decoders and encoders. This in addition to #2506 and on the dev branch as wished.
8 years ago
Luke Pulverenti
ffb1ec76a7
update components
8 years ago
Luke Pulverenti
0e9cd51f9c
update .net core startup
8 years ago
Luke Pulverenti
1539836ca1
update didl xml
8 years ago
Luke Pulverenti
b1276dc208
make media encoding project portable
8 years ago
Luke Pulverenti
89ff1f2af6
update components
8 years ago
Luke Pulverenti
55f47d2120
update recording defaults
8 years ago
Luke Pulverenti
eee9c0e048
update recording dialogs
8 years ago
Luke Pulverenti
7daf34f048
quote ffmpeg params
8 years ago
Luke Pulverenti
79887b2c34
validate encoder presence
8 years ago
Sven Van den brande
219cba7506
Removed redundant Collection Initializers
...
Removed Using directives that are not required
8 years ago
Luke Pulverenti
42b6e88aa7
fix validation logging
8 years ago
Luke Pulverenti
00634b62c5
remove standard output redirect on image extractions
8 years ago
Luke Pulverenti
580a68d19c
update startup tests
8 years ago
root
ffd3101ac6
Fixes for nvenc support marked as experimental, since more testing should be done on options
8 years ago
Luke Pulverenti
52d8ddb050
support h264_omx
8 years ago
Luke Pulverenti
9a012e458c
update validation
8 years ago
Luke Pulverenti
525f780453
add startup error handling
8 years ago