dkanada
|
87d7c4a62e
|
Merge pull request #3500 from nyanmisaka/vpp-qsv
Add FFmpeg 4.3 detection and solve the green line on QSV HWA
|
2020-07-14 20:31:13 +09:00 |
|
Patrick Barron
|
6d1b00da64
|
Use Array.Empty
|
2020-07-04 11:54:25 -04:00 |
|
nyanmisaka
|
f5c5352861
|
add FFmpeg 4.3 detection and tests
|
2020-07-04 19:14:49 +08:00 |
|
Neil Burrows
|
6b532b3da5
|
User string.Empty instead of ""
Co-authored-by: Patrick Barron <18354464+barronpm@users.noreply.github.com>
|
2020-06-29 20:52:20 +01:00 |
|
Neil Burrows
|
4389773508
|
Respect FFMpeg path passed via Environment Variable
|
2020-06-29 17:17:28 +01:00 |
|
telans
|
6556bec646
|
brace multiline if statements (cont.)
|
2020-06-20 21:19:16 +12:00 |
|
telans
|
5bb639a59a
|
newlines after braces
|
2020-06-20 21:13:48 +12:00 |
|
telans
|
7f307f9082
|
brace multiline if statements
|
2020-06-20 21:12:36 +12:00 |
|
telans
|
98db8f72e0
|
fix SA1503 for one line if statements
|
2020-06-20 20:35:29 +12:00 |
|
telans
|
8de6452967
|
fix some documentation periods
|
2020-06-20 18:13:11 +12:00 |
|
Bond-009
|
9af6eda0b4
|
Merge pull request #3343 from telans/comment-stops
Add full stop at end of comments (SA1629)
|
2020-06-16 11:54:58 +02:00 |
|
telans
|
247f9c61e6
|
fix SA1513/SA1516
|
2020-06-16 16:11:30 +12:00 |
|
telans
|
9018f8d8be
|
Add full stop at end of comments (SA1629)
|
2020-06-16 10:37:52 +12:00 |
|
dkanada
|
dabb869a6b
|
Merge branch 'master' into hwaccel
|
2020-06-15 20:21:25 +09:00 |
|
telans
|
3d9049ef08
|
fix SA1508
|
2020-06-15 10:45:55 +12:00 |
|
telans
|
acd4389653
|
fix SA1005
|
2020-06-15 10:41:00 +12:00 |
|
dkanada
|
403cd3205f
|
Merge pull request #3254 from crobibero/ilogger
Use typed logger where possible
|
2020-06-13 00:29:43 +09:00 |
|
dependabot[bot]
|
33f70bd5f0
|
Bump System.Text.Encoding.CodePages from 4.7.0 to 4.7.1
Bumps [System.Text.Encoding.CodePages](https://github.com/dotnet/corefx) from 4.7.0 to 4.7.1.
- [Release notes](https://github.com/dotnet/corefx/releases)
- [Commits](https://github.com/dotnet/corefx/commits)
Signed-off-by: dependabot[bot] <support@github.com>
|
2020-06-11 10:30:11 +00:00 |
|
artiume
|
0476acf5d5
|
Update EncoderValidator.cs
|
2020-06-08 14:45:26 +03:00 |
|
Vasily
|
4999831604
|
Merge remote-tracking branch 'upstream/master' into hwaccel
|
2020-06-08 14:44:21 +03:00 |
|
aled
|
22a860a806
|
Fix a small number of compile warnings
|
2020-06-06 20:17:49 +01:00 |
|
crobibero
|
44957c5a9a
|
Use typed logger where possible
|
2020-06-05 18:15:56 -06:00 |
|
Vasily
|
aa17a53e83
|
Skip only line saying "Hardware acceleration methods:" instead of some random one
|
2020-05-26 19:05:44 +03:00 |
|
Vasily
|
628734931c
|
Fix missing commas and merge defects
|
2020-05-26 18:49:15 +03:00 |
|
artiume
|
3c82379759
|
Update EncoderValidator.cs
|
2020-05-26 18:29:58 +03:00 |
|
artiume
|
407de0209e
|
Update MediaEncoder.cs
|
2020-05-26 18:29:58 +03:00 |
|
artiume
|
1ff95289ef
|
Update EncoderValidator.cs
|
2020-05-26 18:29:58 +03:00 |
|
nyanmisaka
|
b4b93995f7
|
add more separate hw decoding toggles
|
2020-05-26 18:06:49 +03:00 |
|
Bond_009
|
10e381f66f
|
Fix some 'bugs' flagged by sonarcloud
|
2020-05-25 23:52:51 +02:00 |
|
dkanada
|
4b4b50f3ee
|
Merge pull request #3115 from MrTimscampi/ffprobe
Parse color transfer and color primaries from ffprobe, and fix video range
|
2020-05-18 00:06:07 +09:00 |
|
MrTimscampi
|
9314434bbf
|
Fix suggestions
|
2020-05-16 17:35:34 +02:00 |
|
MrTimscampi
|
2e18142bb3
|
Add color primaries to ffprobe output
|
2020-05-14 18:52:42 +02:00 |
|
MrTimscampi
|
428e1b04fc
|
Add color transfer to ffprobe results
|
2020-05-14 18:11:32 +02:00 |
|
MrTimscampi
|
a262ecd9c7
|
Add positionning cues to WebVTT writer
|
2020-05-09 20:47:05 +02:00 |
|
Max Git
|
cee587d6e3
|
Try harder to find ffmpeg in app directory. While here do some cleanup
|
2020-04-27 03:25:57 +02:00 |
|
Mark Monteiro
|
8f02fb9a4f
|
Remove unused usings
This addresses the new issues identified in SonarCloud analysis
|
2020-04-22 13:09:59 -04:00 |
|
Bond-009
|
d744d7d234
|
Merge branch 'master' into register-services-correctly
|
2020-04-22 13:05:03 -04:00 |
|
Bond-009
|
c0b3c11b2e
|
Merge pull request #2846 from jellyfin/azure
Remove requirement to build web during server builds
|
2020-04-22 00:17:44 +02:00 |
|
Mark Monteiro
|
c5f163293f
|
Add <ProjectGuid> properties to all project files
This is required for SonarCloud analysis to run
|
2020-04-21 16:21:09 -04:00 |
|
Mark Monteiro
|
f815059698
|
Merge remote-tracking branch 'upstream/master' into register-services-correctly
|
2020-04-20 20:11:33 -04:00 |
|
Bond_009
|
a73e1f18b6
|
Minor improvements
|
2020-04-19 11:16:09 +02:00 |
|
Mark Monteiro
|
9728aa8b0a
|
Merge branch 'master' into register-services-correctly
|
2020-04-13 17:06:24 -04:00 |
|
Joshua M. Boniface
|
bf92694f8b
|
Merge pull request #2715 from nyanmisaka/libfdk-aac
Prefer to use libfdk_aac encoder for better audio quality when it is available
|
2020-04-12 19:17:11 -04:00 |
|
Mark Monteiro
|
4113288278
|
Fix style issues
|
2020-04-11 13:46:31 -04:00 |
|
Mark Monteiro
|
7152b55747
|
Use a separate line for each property initializer
|
2020-04-11 13:28:21 -04:00 |
|
Mark Monteiro
|
17e8813378
|
Use ActivatorUtilities to construct MediaEncoder and update constructor to inject EncodingHelper correctly
|
2020-04-11 10:53:13 -04:00 |
|
Mark Monteiro
|
e0f40f57d8
|
Merge remote-tracking branch 'upstream/master' into remove-common-process
|
2020-04-03 20:22:03 -04:00 |
|
Mark Monteiro
|
0e195d2e49
|
Add missing call to ConfigureAwait()
|
2020-04-03 20:20:55 -04:00 |
|
Bond-009
|
f31efce52d
|
Merge branch 'master' into usings
|
2020-04-01 22:42:43 +02:00 |
|
Bond_009
|
787049f35f
|
Merge branch 'master' into minor
|
2020-04-01 18:53:22 +02:00 |
|