Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Weylus Trial -- Samsung Tab S6 & Linux Mint 21.1 #204

Open
wants to merge 411 commits into
base: debian-package
Choose a base branch
from

Conversation

DanSaintAndre
Copy link

I want to try this for my at-home office use in retirement. I have need to "write on" PDF and other documents.
I don't expect to make changes to the code. I might update available documentation. I spent a software technical career and will consider alpha or beta testing of new editions.

Covington, LA  USA

- Fix most stuff clippy was unhappy about
- get benches working again
- some other things
For some reason the radeon driver reports some pixel formats as
supported even though they are not. This lead to a crash in
avcodec_receive_packet and further down the stack vaEndPicture which at
first seemed unrelated to the pixel format.
For now the solution is to check if the vendor string reported by
vaQueryVendorString contains "Radeon" and if so, to just force NV12 as
pixel format.
Like this the stretched video is at full resolution on the stretched
side.
Add some attributes so gcc and clang generate a warning if an argument
is missing for a string formatting function.
H-M-H and others added 30 commits May 20, 2022 16:41
This should fix missing symbol errors on new rust versions.
Update some dependencies
Update Rust edition and some minor cleanup
Otherwise Chrome will not listen for Keyboardevents.
Thanks to @behdev for figuring out which dependencies are required!
It. just. does. not. work.

Instead do cross compiling inside a docker container via mingw.
Additionally update some actions.
Make use of `Receiver::try_recv` in websocket to avoid creating a
new thread to listen for a shutdown request
Bumps [websocket](https://github.com/websockets-rs/rust-websocket) from 0.26.2 to 0.26.5.
- [Release notes](https://github.com/websockets-rs/rust-websocket/releases)
- [Commits](websockets-rs/rust-websocket@v0.26.2...v0.26.5)

---
updated-dependencies:
- dependency-name: websocket
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants