Reimar Döffinger

Results 209 comments of Reimar Döffinger

As to addressing the long key generation times, if compatibility to old gpg versions isn't a huge priority, maybe should use --default-new-key-algo ed25519 for generating keys? ECC keys should require...

I am not sure if it should take this long, for me generating a key even with 3000 bit RSA takes a few seconds at most. However I noticed that...

I have not debugged, but my best guess is that the problem is with these lines in executor.cpp: QTextCodec *codec = QTextCodec::codecForLocale(); QString pout = codec->toUnicode(internal.readAllStandardOutput()); QString perr = codec->toUnicode(internal.readAllStandardError());...

gpg just decodes the data in the file, it doesn't deal with text encoding, it neither can nor should (the linked gnupg ticket is only about things like status/error messages,...

And another reminder: this is NOT a Windows-specific issue. It will happen on ANY non-UTF-8 locale. Which a lot of old RedHat 6 and similar installs still use. So some...

+1 from me, it is confusing. From what I can tell, the Readme.md is the most up-to-date one, with the others being outdated. Unfortunately, github shows the README.md by default...

For what it's worth (since it's not me who decides what goes in), patch looks good to me. Since MPlayer doesn't care to check features before trying to use them...

Just a minor contributor, so my answers are not "final/official", but: There is no support for VP8 in VDPAU, not is there any hardware accelerated decoding support for VP8 in...

I think it's not exactly duplicated code. Note that the speed issues is mostly due to me choosing a stupid design because I wanted to test the idea. The only...

Closing on the assumption that the main issue is addressed, a way to clear the history might not be bad, but not sure it is worth the UI clutter.