Jason Dove
b3ac0c68a8
fix green padding with 10-bit content on i965 vaapi ( #2219 )
3 weeks ago
Jason Dove
74733a8026
fix duplicate database migration; fix ssa subtitles ( #2216 )
3 weeks ago
Jason Dove
1df9104854
add subtitle selection to playback troubleshooting ( #2215 )
3 weeks ago
Jason Dove
6c6ccfa94b
fix seeking with text subtitles ( #2214 )
3 weeks ago
Jason Dove
b5d1839d55
always tell ffmpeg to stop transcoding at duration ( #2206 )
3 weeks ago
Jason Dove
7f2b5ba47f
fix fallback filler playback ( #2202 )
3 weeks ago
Jason Dove
2257d26173
fix some issues with live stream playback ( #2193 )
4 weeks ago
Jason Dove
da6cb09658
fix tonemapping with amd vaapi ( #2187 )
...
* fix amd vaapi tonemap
* fixes
4 weeks ago
Jason Dove
260949893c
fix some stream continuity issues ( #2186 )
4 weeks ago
Jason Dove
89b495dc90
qsv and pts fixes ( #2184 )
...
* try to fix qsv freezing
* update changelog
* fix unit tests
4 weeks ago
Jason Dove
74d6b32828
change how qsv is initialized on windows ( #2183 )
4 weeks ago
Jason Dove
79496e688b
fix video stream selection for remote streams ( #2176 )
4 weeks ago
Jason Dove
5c43ae47b1
add basic remote stream library ( #2175 )
...
* initial remote stream library support; scanning seems to work ok
* flood schedule remote streams kind of works
* switch remote stream definitions to yaml files
* implement remote stream script playback
* update changelog
4 weeks ago
Jason Dove
c953176cee
change watermark width and margins to allow decimals ( #2167 )
1 month ago
Jason Dove
837f824660
include hardware info in troubleshooting archive ( #2159 )
...
* add cpu and gpu info to troubleshooting general
* include capabilities in troubleshooting archive
1 month ago
Jason Dove
578cdb1e14
add playback troubleshooting tool ( #2155 )
...
* support media info for more content types
* add playback troubleshooting page
* reorganize playback troubleshooting
* fix watermarks and delay
* update changelog
1 month ago
Jason Dove
e0df454ac6
more layout updates for mobile ( #2137 )
...
* update trakt, filler, filler editor ui
* update schedules and playouts
* update playout editor
* update dependencies
* update yaml playout editor
* update path replacement editor
1 month ago
Jason Dove
fb2466d32d
vaapi tonemap fixes ( #2125 )
1 month ago
Jason Dove
beaaa62ed9
fix nvidia edge case with missing bit depth info ( #2123 )
...
* fix nvidia edge case with missing bit depth info
* revert docker-compose changes
1 month ago
Jason Dove
7e30444857
dependencies and code cleanup ( #2117 )
...
* fix validation in new form layout
* pin mediatr to last oss version
* update dependencies
* cleanup code in core
* cleanup code in ffmpeg
* cleanup code in infra
* cleanup code in scanner
* cleanup code in application
* cleanup main code
* cleanup test code
* solution-wide code cleanup
1 month ago
Jason Dove
a6fa93d44e
fix nvidia compatibility with ffmpeg 7.2+ ( #2108 )
...
* tweak random seed
* fix dotnet install in docker test
* fix nvidia compatibility with ffmpeg 7.2+
2 months ago
Jason Dove
7c5137a4af
remove some decode threading limits ( #2103 )
2 months ago
Jason Dove
f6dcaf9108
fix qsv audio sync ( #2090 )
2 months ago
Jason Dove
583cbf7b14
add channel active mode ( #2083 )
2 months ago
Jason Dove
27c701b936
fix software tonemap with nvidia ( #2082 )
2 months ago
Jason Dove
06f233e5bd
upgrade to dotnet 9 ( #2056 )
2 months ago
Jason Dove
5c8489cbed
improve vaapi driver health check ( #2047 )
...
* improve vaapi driver health check
* fix duplicate check
* cleanup again
2 months ago
Jason Dove
2138d6437c
use noautoscale when also using hwaccel cuda ( #2043 )
2 months ago
Jason Dove
5b9601a57b
maintain cuda pixel format throughout nvidia pipeline ( #2042 )
2 months ago
Jason Dove
aeda5050d3
nvidia decoder fixes ( #2041 )
...
* replace FluentAssertions with Shouldly
* fix song transcoding tests
* only specify hwaccel when hardware decode is required
* update changelog
2 months ago
Jason Dove
ea46a7a5ca
add tonemap algorithm setting to ffmpeg profile ( #2039 )
2 months ago
Jason Dove
4a59dafe51
optimize tonemapping performance ( #2037 )
...
* add env var to disable vulkan
* tonemap after scaling
* vulkan tonemapping still needs to happen before scaling
2 months ago
Jason Dove
6b90da8982
add pad_vaapi filter ( #2036 )
2 months ago
Jason Dove
d82ccf8fb5
use hardware-accelerated tonemapping with qsv ( #2034 )
...
* add tonemap for qsv
* update changelog
2 months ago
Jason Dove
f80addacba
use the clip algorithm for software tonemapping ( #2032 )
2 months ago
Jason Dove
4f085c1950
fix detecting nvidia capabilities on blackwell gpus ( #2030 )
2 months ago
Jason Dove
dad0662fa6
use libplacebo to tonemap with nvidia/vulkan ( #2029 )
2 months ago
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 months ago
Jason Dove
5fe3e97b31
add software tonemap filter to support hdr content ( #2027 )
2 months ago
Jason Dove
140a663da4
update dependencies ( #2003 )
...
* update dependencies
* more dependency updates
4 months ago
Jason Dove
375a306edc
fix vaapi capabilities detection when display is not drm ( #1949 )
...
* fix vainfo device syntax
* update logging
* don't pass vaapi_device when display is not drm
* fix hw accel
* proper accel fix
* Revert "proper accel fix"
This reverts commit 5dbadb1f79
.
* Revert "fix hw accel"
This reverts commit b6b132d7b9
.
* Revert "don't pass vaapi_device when display is not drm"
This reverts commit 0459210718
.
* still show vaapi device
9 months ago
Jason Dove
759052c725
add vaapi display option to ffmpeg profile ( #1948 )
...
* add vaapi display option
* fix vaapi capabilities cache key
* update logging
9 months ago
Jason Dove
dc112f0c7d
add default song album art; adjust default blurhashes ( #1946 )
...
* fix song progress on white backgrounds
* remove yellow from default song backgrounds
* add default album art for generated song images
* update changelog
9 months ago
Jason Dove
c8ec87b01f
add optional progress bar to generated song videos ( #1945 )
...
* optionally include progress bar in generated song video
* update progress bar size/location
* move everything up 10% when song progress is enabled
* add watermark border to song progress bar
* always show accurate progress bar
* lower progress bar to 90% alpha
* update changelog
9 months ago
Jason Dove
e4ff825ae8
fix displaying playout item durations that are greater than 24 hours ( #1932 )
...
* fix displaying playout item durations that are greater than 24 hours
* upgrade refit to make build happy
* upgrade all dependencies
9 months ago
Jason Dove
063f463951
update dependencies ( #1918 )
10 months ago
Jason Dove
8b911332a6
fix watermark opacity for transparent watermarks ( #1877 )
1 year ago
Jason Dove
a8b658a5ea
add "on demand" channel progress mode ( #1790 )
...
* update dependencies
* add channel progress mode
* implement on demand channel progress
* update changelog
1 year ago
Jason Dove
6858103be5
fix transcoding 10-bit source content using qsv on windows ( #1762 )
1 year ago
Jason Dove
c8113bdf25
fix vaapi decoder capability check ( #1740 )
...
* fix decoder video profile check
* clarify changelog
1 year ago