On 08/04/2011 12:36 PM, David Laight wrote:
On Thu, Aug 04, 2011 at 08:30:41AM -0400, max wrote:
On 08/03/2011 09:28 AM, Henri Verbeet wrote:
Well yes, it's implementation defined, not undefined. The point is
that there isn't necessarily any relation to endianness. Just use
shifts and masks.
.
On Thursday, August 04, 2011 12:55:51 PM joerg-cyril.hoe...@t-systems.com
wrote:
> - Except for 48000x2x16 and 48000x2x8, all standard PCM formats I
> tested yield S_FALSE, i.e. they are rejected. That means that the
> native mixer accepts integer formats at its nominal rate (48000),
> but
As I'm updating GetVolumeInformation to add UDF support, I noticed file
system flags differ from one Windows version to another.
For instance, on TestBot and NTFS I get [1] :
- 000700FF for XP and W2K3
- 002700FF for Vista and W2K8
- 03E700FF for 7
Should I
- not test flags, don't bother ? (hide
On Thu, Aug 4, 2011 at 10:53 AM, William Pettersson <
william.petters...@gmail.com> wrote:
> Yes, I have a 550 and not a 560, hence I'm just asking here. I cannot
> confirm that the 560 renderer string has capital "TI", but google searches
> seem to imply that the capitalisation follows the 550 re
Hey Juan (+list),
Trying to get the new Blizzard systemcheck program working under Wine, I ran
into an SSL issue. Initially the issue looked like:
trace:chain:match_dns_to_subject_dn L"sea.battle.net"
trace:crypt:CryptDecodeObjectEx (0x0001, #0014, 0x14f5bc, 115,
0x8001, (nil), 0xd1c25c, 0
In dlls/wined3d/directx.c video cards are identified by string comparisons
to the OpenGL renderer string. I recently added support for the GTX 550 Ti,
so I spent a bit of time perusing the code. The GTX 560 Ti is identified by
the string "GeForce GTX 560 TI" but noticed that on my system, the rende
On Thu, Aug 04, 2011 at 08:30:41AM -0400, max wrote:
> On 08/03/2011 09:28 AM, Henri Verbeet wrote:
> >Well yes, it's implementation defined, not undefined. The point is
> >that there isn't necessarily any relation to endianness. Just use
> >shifts and masks.
...
> union field_order { int an_in
On Thu, Aug 4, 2011 at 11:10 AM, Francois Gouget wrote:
> --- a/po/ja.po
> +++ b/po/ja.po
> @@ -8641,8 +8641,8 @@ msgstr ""
> "---\n"
>
> #: net.rc:44
> -msgid "%s %S %S Open resources: %lu\n"
> -msgstr "%s %S
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=13292
Your paranoid android
Lucas Fialho Zawacki writes:
> ---
> dlls/dinput/Makefile.in |7 ++--
> dlls/dinput/configure_devices.c | 43
> dlls/dinput/configure_devices.rc | 45
> ++
> dlls/dinput/configure_devices_resource
Grazvydas Ignotas writes:
> -/* check if we still have enough space for the largest possible
> entry */
> -if (last_info && io->Information + max_dir_info_size(class) >
> length)
> -{
> -lseek( fd, 0, SEEK_SET ); /* reset pos to first entry *
On Sun, Jul 3, 2011 at 4:15 AM, Austin English wrote:
> Web space usage was getting a bit high, so I've uploaded a tarball to
> a file download service:
> http://www.sendspace.com/file/5hot36
Thanks for posting it, it is really helpful. I managed to find and fix
a double free in one of my tests.
On Thu, Aug 4, 2011 at 2:35 PM, Henri Verbeet wrote:
> I'm sure there's all kinds of macro abuse you can do to make it work
> in a somewhat portable way, but I don't think it's worth it.
Thanks for the explanation Max, but I agree with Henri that it's not
worth the trouble for me. I've already im
Hi William,
> trace:chain:match_common_name CN = L"*.battle.net\"
> warn:chain:match_domain_component domain component L"net" too short for
> L"net\"
That CN is coming from the certificate.
> Any thoughts or ideas on whether this is actually a bug and if so, how to
> fix it?
It's partly
I'm sure there's all kinds of macro abuse you can do to make it work
in a somewhat portable way, but I don't think it's worth it.
On 08/03/2011 09:28 AM, Henri Verbeet wrote:
Well yes, it's implementation defined, not undefined. The point is
that there isn't necessarily any relation to endianness. Just use
shifts and masks.
Correct. It is a different issue from endedness.
But you can use configurable wrappers to cloak t
Hi,
Apps that use WINMM are best served when the default sound card is
a (pseudo-)device that supports all kinds of formats and rates that the
app may throw at it (even 9123 samples/s). Resampling in the OS (e.g.
ALSA plug pseudo-device) is preferable as that code is well maintained,
whereas Wine'
Francois Gouget wrote:
> On Wed, 3 Aug 2011, Frédéric Delanoy wrote:
> [...]
>>> -rem Removing non-existent directory
>>> +rem Removing nonexistent directory
> [...]
>> There is apparently no hard rule on the usage of hypens between 'non'
>> and a subsequent adjective, but I've seen lots of "non-"
Hi,
After much discussion, the ALSA devs identified 2 fundamental API needs
a) How much data can I pump into audio NOW?
That's what snd_pcm_avail_update is for.
b) When sync'ing audio and video, what frame is being heard NOW?
That's what snd_pcm_delay is (or is intended to be) about.
http://
The errors reported by testbot are not related to this patch.
Should I resent a version without the "failing" hunks?
Frédéric
20 matches
Mail list logo