21pages
21pages
1. encrypt id 2. don't import user-space config when the admin-space id is encrypted while the user-space id is not encrypted. #1093
**Description** As the title says, the correct password cannot be entered via the remote control after the screen is locked because the string is entered behind the screen **Platform and...
**Describe the bug** Splash on linux **To Reproduce** 1. cd example 2. flutter create . 3. flutter run -d linux **Screenshots** 
`bitrate` parameter in amf supports dynamic change, but it is not implemented in `ffmpeg`. I imitated [nvenc](https://github.com/FFmpeg/FFmpeg/blob/7f3f3539e8884d541c2614819f51cc91bdf0aec4/libavcodec/nvenc.c#L2260) and wrote the following things. ``` static int reconfig_encoder(AVCodecContext *avctx) { AmfContext *ctx...
The [doc](https://github.com/Intel-Media-SDK/MediaSDK/blob/master/doc/mediasdk-man.md#dynamic-bitrate-change) says that it supports dynamic change of bitrate, I added the following code to ffmpeg `qsvenc`, and call it at the top of [ff_qsv_encode](https://github.com/FFmpeg/FFmpeg/blob/09c53a04c5892baee88872fbce3df17a00472faa/libavcodec/qsvenc.c#L1645), but `check_enc_param` failed, and...
`sample_encode.exe h265 -i test.yuv -w 1920 -h 1080 -CodecProfile 9 -o mfx.265` failed. ``` [ERROR], sts=MFX_ERR_NOT_FOUND(-9), CEncodingPipeline::GetImpl, MFXQueryAdapters failed at E:\ffmpeg\intel\msdk\samples\sample_encode\src\pipeline_encode.cpp:1602 [ERROR], sts=MFX_ERR_NOT_FOUND(-9), CEncodingPipeline::Init, GetImpl failed at E:\ffmpeg\intel\msdk\samples\sample_encode\src\pipeline_encode.cpp:1668 [ERROR], sts=MFX_ERR_NOT_FOUND(-9),...
There is several compile target in one crate, such as ``` [package] name = "hello" edition = "2021" build= "build.rs" default-run = "test" [lib] name = "libhello" crate-type = ["cdylib",...
I found that `sps` and `pps` can be get from input file in example `mp4copy`, but now I don't have input file, I just have h264 frames, how can I...
environment: ubuntu 22.04, wayland, gtk3 [`gtk_window_move`](https://docs.gtk.org/gtk3/method.Window.move.html) doesn't work, and it's removed on gtk4. https://github.com/iced-rs/iced/pull/1440
1. update tray status #1861 2. flutter deal with --tray