s09bQ5

Results 191 comments of s09bQ5

The only way is to sit down, make oneself familiar with the FFmpeg API for hardware acceleration, and change the source code of USDX to use it.

I feel uncomfortable with changing the default for all *NIX platforms if it so far appears to be a problem only on macOS. I think the goal has always been...

I'd say the best way is to change the default value of with_portaudio in configure.ac from "check" to "no" if configure is run on macOS.

@basisbit, do you remember what prompted you to do f0f48616aa6d77881e0393801c5194ab63b02f31? encAuto will use CP1252 if it isn't UTF-8 and this Russian Windows appears to use something else. @sergvoronezh, can you...

Btw., Randomize on Linux uses a low resolution clock to set randseed. So since b0156df49ef9d25d6aca23df5517913641c99b92 'R' will always take you to the same song if you press the key more...

I also believe that periodic reseeding produces worse random numbers. The German Wikipedia links to [a paper](http://www.iro.umontreal.ca/~lecuyer/myftp/papers/lfsr04.pdf) that has evaluated (in section 7) how long some random number generators are...

@barbeque-squared, I think everyone in #186 agreed that randomization is not the problem and that users want less true randomness, i.e. they want the probability that something will be chosen...

As far as I can tell the file descriptors for POSIX message queues live on an invisible file system that is automatically mounted nowhere when the ipc namespace is created....

https://github.com/connectbot/connectbot/commit/f9f0590b68cc5779c0bd4685fc6ae36d70d462e1 talks about fixing a bug that sounds a lot like this one. Is it really fixed? I'm having the same problem with F-Droid's ConnectBot 1.9.8 build on an Archos...

> Actually I think it might be because of different audio encodings etc. too (e.g. max compression FLAC at 192kHZ 32-bit 7.1 is probably slower to decode/resample/downmix than 44.1kHZ 16-bit...