-
Content Count
66 -
Joined
-
Last visited
-
Days Won
2
Posts posted by chmichael
-
-
Can you add:
1) Encode to Stream
2) Hardware encode only 1 image ?
Thank you -
Just curious, anyone tried Skia for resampling ?
-
Yeap, ReduceColors doesn't have this issue!
-
Did you find any solution ? I have the same problem!
-
9 hours ago, Angus Robertson said:Well Isn't IOCP faster for a lot of connections ?
-
Hello,
Any chance for IOCP support in the future ?
-
On 1/9/2023 at 12:20 PM, Fr0sT.Brutal said:start async
repeat
check if async finished
until timeout elapsed
The question is how to check it without using application.processmessages ?
-
-
https://deleted - visit website and win smartphone!
-
Thank you both guys!
-
4 hours ago, Angus Robertson said:ICS deliberately does not offer sync version of the low level Winsock functions, only high level protocols like HTTP and FTP.
There is a blocking version of DnsLookup, but no timeout is possible since the OS function waits up to 30 seconds or more for DNS servers to respond to queries, So you need to implement your own abort on timeout. Or use the TDnsQuery component
Angus
Where is the blocking function ?
Also wouldn't be nice to have a timeout for that ?
-
6 hours ago, FPiette said:If you are looking for that, you are probably on the wrong track using ICS. It is much better to design your application using asynchronous operation only.
Well the TSSLSmtpCli has blocking functions which they work nicely. eg, OpenSync; MailSync;
-
Hello,
Can somebody implement the Synced functions of WSocket.DnsLookup and also TWDNSQuery ? (with timeout too)
Thank you -
Hmm, it crashes with i5 750 ....
-
On 9/1/2022 at 11:18 AM, Sherlock said:Out of curiosity: How would binaries created with this fare on a Ryzen processor? Are Intel and AMD still 100% compatible? AFAIK Ryzen had problems on Win11 well into this summer, but that was because of TPM.
They fixed ryzen problems with bios updates. I'm running the library (SeaMM & SeaRTL) on my Ryzen 5800 and it's working fine!
-
eg ... Error 1400 bug
-
Well a couple reported bugs are making the library unable. Anyway
-
14 hours ago, Dave Nottage said:What do you consider "alive"?
The last commit was April 27th, which isn't a real long time ago. The last issue closed was March 12th, and before that October 2021.There some bugs in the github issues list for months
-
Hello,
There a number of github issues without any fixes. Is this project still alive ?
Thank you
-
Hello!
Do you plan any desktop version of FGX in the future ? -
@Remy LebeauI'm also using Indy Openssl 1.1.1 patch to download the upgrades with not problems and it works quite well on very slow connections compared to 1.0.2
The code is there so i guess make a poll for the merge or something ? -
On 2/9/2021 at 5:47 PM, c0d3r said:As usual I sent email to Kim last week, no response. Wish me luck if I get response. Try registrating to its forum to ask questions, nope, my work email was used and can't register, try 'Forgot/Lost Password' link, Oops, your email doesn't exist. I sent email to Kim about registration issue on Sunday, lets see when I would get the response, so far no any response.
EDIT: Oh, Oh, the only email I can always get from him was the email that asking me to pay the annual subscription fee on due date.
Well i made him notice you! Post the report on his forums and if it's an Indy bug i'm sure that @Remy Lebeau will help!
-
1
-
-
cod3r are you sure that it isn't a kbmMW bug that you should report to Kim ?
-
Thank you!
Bitmaps2Video for Windows Media Foundation
in I made this
Posted · Edited by chmichael
I was hoping i could use H264/5 hardware encoder/decoder for a single image. It should be faster and smaller than turbo-jpeg.