nyanmisaka
be01aeecd9
Add AV1 hardware and software encoding
...
Signed-off-by: nyanmisaka <nst799610810@gmail.com>
1 year ago
Stepan Goremykin
910617bbc3
Remove redundant 'else' keywords
2 years ago
Stepan Goremykin
779a22a76a
Remove redundant Cast
2 years ago
Shadowghost
f3840e0fdb
Fix encoder checks for DTS and TrueHD
2 years ago
Bond_009
48263078b4
Reduce string allocations by regex
2 years ago
gnattu
ef4ae9a2dd
Implement hardware filters for videotoolbox, use Apple AAC encoder when available ( #7807 )
2 years ago
Bond_009
52194f56b5
Replace != null with is not null
2 years ago
Bond_009
c7d50d640e
Replace == null with is null
2 years ago
nyanmisaka
560d0838c7
Add Vulkan filtering support for AMD VAAPI (Vega/gfx9+)
...
This requires:
- VK_EXT_image_drm_format_modifier extension
- Linux kernel version >= 5.15
- jellyfin-ffmpeg5 >= 5.0.1-2
Signed-off-by: nyanmisaka <nst799610810@gmail.com>
2 years ago
nyanmisaka
0309c5622e
Backport pull request #8213 from jellyfin/release-10.8.z
...
Fix high single thread usage in throttler
Original-merge: ba026716c1
Merged-by: Claus Vium <cvium@users.noreply.github.com>
Backported-by: Joshua M. Boniface <joshua@boniface.me>
2 years ago
Cody Robibero
a65397ae14
Merge pull request #7950 from nyanmisaka/brighter-vpp-tonemap
...
(cherry picked from commit b36543275f
)
Signed-off-by: Joshua Boniface <joshua@boniface.me>
2 years ago
nyanmisaka
bfc27e494b
Remove the deprecated OMX and MMAL HWA
3 years ago
nyanmisaka
b2d85a02c2
Apply suggestions from code review
...
Co-authored-by: Cody Robibero <cody@robibe.ro>
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
Co-authored-by: Bond_009 <bond.009@outlook.com>
3 years ago
nyanmisaka
4b9c84c52e
EncodingHelper hwaccel pipelines refactor
...
separate the HW pipeline according to HWA method for maintainability.
3 years ago
Claus Vium
ae031fdd28
Merge branch 'master' into tonemap-overlay
3 years ago
Bond_009
963ab2dab6
Simplify the way we choose our ffmpeg
...
* no longer search $PATH
* no longer require a full path
* don't fall back
3 years ago
nyanmisaka
3beda02d92
add support for cuda tonemap and overlay
3 years ago
Bond_009
26d7fc8280
Enable nullable reference types for MediaBrowser.MediaEncoding.Subtitles
4 years ago
nyanmisaka
b0e0e19468
add cuda format converter
4 years ago
Stéphane Senart
28ee4f0a7f
[AudioTranscoding] Add FLAC as supported target audio format and be able to define the corresponding target sample rate
4 years ago
BaronGreenback
5464eaed4a
Update EncoderValidator.cs
4 years ago
Bond_009
119f64f5e7
Make some methods async
4 years ago
Bond_009
301e029d42
Add unsupported ffmpeg version to tests
4 years ago
Bond_009
cb5cb075a9
Simplify FFmpeg detection code
4 years ago
Bond-009
5160e627f1
Merge branch 'master' into feature/ffmpeg-version-check
4 years ago
Bond-009
53f99d5d4b
Add some analyzers to MediaBrowser.MediaEncoding
4 years ago
Bond-009
18efa25a6f
Enable TreatWarningsAsErrors for MediaBrowser.MediaEncoding
4 years ago
Bond_009
e98351b912
Replace \d with [0-9] in ffmpeg detection and scan code
4 years ago
nyanmisaka
f5c5352861
add FFmpeg 4.3 detection and tests
4 years ago
Max Git
33f78df051
Merge branch 'master' into feature/ffmpeg-version-check
4 years ago
Max Git
e6c197b969
Cleanup
4 years ago
Max Git
ef3200e178
Remove redundant cast
4 years ago
Max Git
11f3a0dc58
Use Version instead of double. Use correct version number for libavdevice.
4 years ago
artiume
0476acf5d5
Update EncoderValidator.cs
4 years ago
rotvel
480fd0a66a
Update MediaBrowser.MediaEncoding/Encoder/EncoderValidator.cs
...
Co-authored-by: Cody Robibero <cody@robibe.ro>
4 years ago
Max Git
e103d087d3
Try harder at detecting FFmpeg version and enable the validation
4 years ago
Vasily
aa17a53e83
Skip only line saying "Hardware acceleration methods:" instead of some random one
5 years ago
Vasily
628734931c
Fix missing commas and merge defects
5 years ago
artiume
3c82379759
Update EncoderValidator.cs
5 years ago
artiume
1ff95289ef
Update EncoderValidator.cs
5 years ago
nyanmisaka
b4b93995f7
add more separate hw decoding toggles
5 years ago
nyanmisaka
db23660660
prefer to use libfdk_aac for better audio quality
5 years ago
Nyanmisaka
2c10891b66
turn on indentation.
5 years ago
Nyanmisaka
e95239e281
add support for AMD h264_amf & hevc_amf
5 years ago
ferferga
94ef239de0
Add full Raspberry Pi hardware decoding support
5 years ago
Bond_009
3e1aab6b29
Fix ffmpeg version check for unknown versions
5 years ago
Bond_009
1b01a6ece1
Add tests for EncoderValidator
...
* Add support for ffmpeg 4.2
* Parse the complete ffmpeg version instead of only the first 2 digits
* Make max and min version optional
* Remove max limitation (for now)
* Style improvements
5 years ago
JMCC
5d85076ad5
Enable Exynos V4L2-m2m HW encoder
6 years ago
PloughPuff
ed69e690b8
Review comments
...
Address review comments from JustAMan, Bond-009 and cvium.
6 years ago
PloughPuff
20775116f7
Reworked FFmpeg path discovery and always display to user
...
1) Reworked FFmpeg and FFprobe path discovery (CLI switch, Custom xml, system $PATH, UI update trigger). Removed FFMpeg folder from Emby.Server.Implementations. All path discovery now in MediaEncoder.
2) Always display FFmpeg path to user in Transcode page.
3) Allow user to remove a Custome FFmpeg path and return to using system $PATH (or --ffmpeg if available).
4) Remove unused code associated with 'prebuilt' FFmpeg.
5) Much improved logging during path discovery.
6 years ago