Jason Dove
|
dfdfa6f349
|
use hardware-accelerated tonemapping with vaapi (#2028)
* add tonemap_vaapi filter
* let vaapi pipeline handle hdr content
* use tonemap_opencl with vaapi
* update changelog
|
2 weeks ago |
Jason Dove
|
5fe3e97b31
|
add software tonemap filter to support hdr content (#2027)
|
2 weeks ago |
Jason Dove
|
759052c725
|
add vaapi display option to ffmpeg profile (#1948)
* add vaapi display option
* fix vaapi capabilities cache key
* update logging
|
7 months ago |
Jason Dove
|
35817f09ac
|
add hls segmenter v2 streaming mode (#1620)
* concat segmenter process kind of works
* segmenter v2 improvements
* rework to allow hw accel in concat segmenter
* remove shortest; use different audio alignment filter
* hls v2 improvements
* fix tests
* update changelog
|
1 year ago |
Jason Dove
|
c18be5559b
|
fix delete old segments (#1536)
* code cleanup
* ignore errors deleting old hls segments
|
1 year ago |
Jason Dove
|
d310b5c09d
|
fix nvidia hardware decoding on windows (#1513)
|
2 years ago |
Jason Dove
|
14a88bd225
|
optimize ffmpeg capability cache (#1486)
* minimize cached ffmpeg capabilities
* use set intersect
* try disabling work ahead on nvidia/windows
|
2 years ago |
Jason Dove
|
c3fe263978
|
validate hardware accel, use hw accel for error messages (#1471)
* only display supported hw accels in ffmpeg profile editor
* qsv capability improvements
* qsv fixes
* update changelog
|
2 years ago |
Jason Dove
|
03df2a6c8a
|
overdue code cleanup (#1271)
|
2 years ago |
Jason Dove
|
4d57ece30d
|
check ffmpeg for available decoders, filters, encoders (#1183)
* check ffmpeg for available decoders, filters, encoders
* revert csproj change
|
2 years ago |
Jason Dove
|
5f7efbb69c
|
properly fall back to software pipeline (#1084)
|
3 years ago |
Jason Dove
|
a2274bca7b
|
detect vaapi capabilities (#1051)
* remove unused pipeline
* spike vaapi hardware capabilities
* more vaapi capabilities
* use proper vaapi driver
* update readme
* update dependencies
|
3 years ago |
Jason Dove
|
3abf310a3b
|
add amf pipeline (#1048)
|
3 years ago |
Jason Dove
|
325ef80951
|
normalize bit depth via new pipeline (#1045)
* fix subtitles test and nvidia subtitles
* new ffmpeg pipelines; software and nvidia
* partial qsv
* fix qsv
* fix software pipeline
* add vaapi pipeline
* fix qsv 10-bit h264 output
* nvidia fixes
* properly disable 10-bit h264 hardware encoders
* more nvidia fixes
* add video toolbox pipeline
|
3 years ago |