search for: gurganus

Displaying 10 results from an estimated 10 matches for "gurganus".

2007 Oct 20
2
FIXED_POINT issue
Hi, Should FIXED_POINT work fine on WIN32 or is it just for CE, Symbian and TI? - Keith ----- Original Message ----- From: "Jean-Marc Valin" <jean-marc.valin@usherbrooke.ca> To: "Keith Gurganus" <kgurganus@zygodigital.com> Cc: <speex-dev@xiph.org> Sent: Friday, October 19, 2007 10:59 PM Subject: Re: [Speex-dev] FIXED_POINT issue > What version are you using? Also, what tool are you using (does the > problem happen with speexenc?) and with what options? > > J...
2015 Jun 28
2
[Bug 11369] New: obsoleted autoconf macros
...ary: obsoleted autoconf macros Product: rsync Version: 3.1.1 Hardware: All OS: All Status: NEW Severity: trivial Priority: P5 Component: core Assignee: wayned at samba.org Reporter: brant at gurganus.name QA Contact: rsync-qa at samba.org There are a few autoconf macros in use deemed obsolete upstream with straight forward alternatives. The autoscan tool can correct most of them, but there are two that take a little bit of code analysis. Most items are replacing AC_TRY_COMPILE with AC...
2016 Mar 30
2
[Bug 11813] New: m4/socklen_t.m4 uses obsolete AC_TRY_COMPILE macro
...obsolete AC_TRY_COMPILE macro Product: rsync Version: 3.1.2 Hardware: All OS: All Status: NEW Severity: trivial Priority: P5 Component: core Assignee: wayned at samba.org Reporter: brant at gurganus.name QA Contact: rsync-qa at samba.org socklen_t.m4 uses the AC_TRY_COMPILE macro that is labeled obsolete and replaced trivially with a AC_COMPILE_IFELSE construct. This prevents autoreconf --warnings=all,error from succeeding. -- You are receiving this mail because: You are the QA Con...
2007 Oct 19
2
FIXED_POINT issue
Hi, I have an application for Windows that encodes speex into a QT Movie. This all work just fine. I am porting it to Windows Mobile and read to use the FIXED_POINT define for better performance. I decided to test FIXED_POINT on Windows and noticed that with FIXED_POINT the audio was garbled where before it was fine without FIXED_POINT defined. Is there any known issues or anything I must do
2007 Oct 20
0
FIXED_POINT issue
Keith Gurganus wrote: > Should FIXED_POINT work fine on WIN32 or is it just for CE, Symbian and TI? Fixed-point should work on any platform that can multiply two 16-bit integers, including Win32 (that is, until MS releases it's proprietary replacement for integers). Jean-Marc > - Keith > > --...
2016 Mar 30
2
[Bug 11814] New: man-copy Make target missing rsync.1 and rsyncd.conf.5 dependencies
...dependencies Product: rsync Version: 3.1.2 Hardware: All OS: All Status: NEW Severity: trivial Priority: P5 Component: core Assignee: wayned at samba.org Reporter: brant at gurganus.name QA Contact: rsync-qa at samba.org I currently do not have yodl2man installed. I was building rsync from the git repository to verify a different change. The cp commands relying on the existence of rsync.1 and rsyncd.conf.5 failed since those files did not exist. That man-copy target s...
2015 Jul 04
2
[Bug 11382] New: elapsed time calculation does not account for time function possibly returning -1
...function possibly returning -1 Product: rsync Version: 3.1.1 Hardware: All OS: All Status: NEW Severity: normal Priority: P5 Component: core Assignee: wayned at samba.org Reporter: brant at gurganus.name QA Contact: rsync-qa at samba.org starttime currently initialized on line 1529 of main.c and endtime currently initialized on line 222 of main.c, both of which are used on line 344 are used in a manner that does not handle that time(NULL) can return -1. Out of curiosity, I did try re...
2015 Jul 04
0
[Bug 11383] New: rsync_panic_handler may execute incomplete command
...ay execute incomplete command Product: rsync Version: 3.1.1 Hardware: All OS: Linux Status: NEW Severity: normal Priority: P5 Component: core Assignee: wayned at samba.org Reporter: brant at gurganus.name QA Contact: rsync-qa at samba.org The rsync_panic_handler currently defined at line 1490 of main.c writes into a fixed size cmd_buf at line 1492 a non-controlled value returned ultimately in get_panic_action() using snprintf at line 1495. The combined values destined for cmd_buf by wa...
2015 Jul 05
0
[Bug 11385] New: calls to functions like close are not wrapped to try again in cases of intermittent interruptions
...s of intermittent interruptions Product: rsync Version: 3.1.1 Hardware: All OS: All Status: NEW Severity: normal Priority: P5 Component: core Assignee: wayned at samba.org Reporter: brant at gurganus.name QA Contact: rsync-qa at samba.org main.c calls to close() in lines 873, 878, 928, and 930. close() and similar calls can fail with errno EINTR if interrupted while processing the close call. glibc suggests trying again until it no longer fails with EINTR and provides the TEMP_FAILURE_...
2007 Dec 09
1
Legal Question
Hi, We would like to include Speex into our commercial product. Other than the revised BSD license, are there any other legal issues such as patents that we need to be aware of? Thanks, - Keith