On Friday, June 15, 2012 3:39:33 PM Andrew Eikum wrote:
> One thing to note is that PulseAudio has an absurdly high default
> latency (two seconds), and due to its poor API there's no (easy) way
> for us to control it.
The latency is likely caused by PulseAudio setting a much larger tlength (and
On Fri, Jun 15, 2012 at 11:59 PM, John Emmas wrote:
>
> On 15 Jun 2012, at 10:41, Michael Stefaniuc wrote:
>
>> Hello John!
>>
>> On 06/15/2012 06:22 AM, John Emmas wrote:
>>> Firstly, I'm not a Linux user. I'm a Windows programmer but I have a
>>> passing knowledge of Linux (and several friends
On 15 Jun 2012, at 10:41, Michael Stefaniuc wrote:
> Hello John!
>
> On 06/15/2012 06:22 AM, John Emmas wrote:
>> Firstly, I'm not a Linux user. I'm a Windows programmer but I have a
>> passing knowledge of Linux (and several friends who are Linux
>> programmers). I write a Windows application
On Fri, Jun 15, 2012 at 07:52:50PM +0200, Hilko Bengen wrote:
> +#define htole16(_x) ( (((_x) & 0xff) << 8) |\
> + (((_x) & 0xff00) >> 8) )
> +#define htole32(_x) ( (((_x) & 0xff) << 24) | \
> + (((_x) & 0xff00) << 8) | \
> +
* Alexandre Julliard:
>> Please have a look at the revised patch I just posted. I have avoided
>> possible conflicts by only defining the macros if they are needed.
>
> A different name is much better.
Alright. Any suggestions?
-Hilko
Hilko Bengen writes:
> * Alexandre Julliard:
>
>>> Is this form okay?
>> You should pick different names to avoid possible conflicts.
>
> Please have a look at the revised patch I just posted. I have avoided
> possible conflicts by only defining the macros if they are needed.
A different name is
* Alexandre Julliard:
>> Is this form okay?
> You should pick different names to avoid possible conflicts.
Please have a look at the revised patch I just posted. I have avoided
possible conflicts by only defining the macros if they are needed.
-Hilko
Hilko Bengen writes:
> * Alexandre Julliard:
>
>> Hilko Bengen writes:
>>
>>> So, do I need to define my own htobe16 and htobe32 functions or macros
>>> based on whether WORDS_BIGENDIAN is defined or not?
>>
>> Yes.
>
> I have tested these macros on Linux/PowerPC and they still produce the
> sam
Am 15.06.2012 19:52, schrieb Hilko Bengen:
> * Alexandre Julliard:
>
>> Hilko Bengen writes:
>>
>>> So, do I need to define my own htobe16 and htobe32 functions or macros
>>> based on whether WORDS_BIGENDIAN is defined or not?
>>
>> Yes.
>
> I have tested these macros on Linux/PowerPC and they s
* Alexandre Julliard:
> Hilko Bengen writes:
>
>> So, do I need to define my own htobe16 and htobe32 functions or macros
>> based on whether WORDS_BIGENDIAN is defined or not?
>
> Yes.
I have tested these macros on Linux/PowerPC and they still produce the
same results as on i386.
Is this form o
On Thu, Jun 14, 2012 at 02:46:37PM -0500, Rosanne DiMesio wrote:
> A forum user reported this behavior with the Ubuntu 12.04 wine1.5 packages,
> which are apparently only available with the winepulse patch.
>
> http://forum.winehq.org/viewtopic.php?t=15747
>
Thanks. I was able to reproduce it
Marek Chmiel writes:
> From 748332765355ae099ab24cf1402bed86610984e7 Mon Sep 17 00:00:00 2001
> From: Marek Chmiel
> Date: Fri, 1 Jun 2012 22:38:03 -0500
> Subject: [PATCH 1/4] Add CryptAcquireContext tests for base DSS CSP.
>
> ---
> configure |1 +
> configure.ac
On 06/15/12 16:17, Alexandre Julliard wrote:
> Jacek Caban writes:
>
>> Resend with tests.
>>
>> ---
>> dlls/advapi32/service.c |3 +--
>> programs/services/tests/service.c |4
>> 2 files changed, 5 insertions(+), 2 deletions(-)
> You will now get the name twice for autosta
Jacek Caban writes:
> Resend with tests.
>
> ---
> dlls/advapi32/service.c |3 +--
> programs/services/tests/service.c |4
> 2 files changed, 5 insertions(+), 2 deletions(-)
You will now get the name twice for autostart services.
--
Alexandre Julliard
julli...@winehq.or
Hi,
While running your changed tests on Windows, I think I found new failures.
Being a bot and all I'm not very good at pattern recognition, so I might be
wrong, but could you please double-check?
Full results can be found at
http://testbot.winehq.org/JobDetails.pl?Key=19090
Your paranoid android
"Erich E. Hoover" writes:
> +while(min <= max)
> +{
> +const char *encoded_symbol;
> +
> +pos = (min+max)/2;
> +encoded_symbol = html_encoded_symbols[pos].html_code;
> +dir = strncmp(encoded_symbol, amp, len);
Hello John!
On 06/15/2012 06:22 AM, John Emmas wrote:
> Firstly, I'm not a Linux user. I'm a Windows programmer but I have a
> passing knowledge of Linux (and several friends who are Linux
> programmers). I write a Windows application which gets launched as a
> child process by a popular Linux D
Hilko Bengen writes:
> * Alexandre Julliard:
>
>> endian.h is not portable, you should use the endianness defines from
>> the Wine headers instead.
>
> So, do I need to define my own htobe16 and htobe32 functions or macros
> based on whether WORDS_BIGENDIAN is defined or not?
Yes.
--
Alexandre
18 matches
Mail list logo