search for: lineseize

Displaying 20 results from an estimated 33 matches for "lineseize".

Did you mean: linearize
2009 Mar 02
0
[PATCH 4 of 13] DisplayState interface change
Import "DisplayState interface change" from qemu mainstream: the patch has been adapted to qemu-xen and merged with several following fixes. The original qemu svn commit is the following: git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6336 c046a42c-6fe2-441c-8c8c-71466251a162 Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com> --- diff --git a/console.c
2005 Aug 02
9
Polycom phones w/ two lines on different servers
...word="" reg.1.server.dnsLookupOption="0" reg.1.server.1.address="192.168.0.90" reg.1.server.1.port="5060" reg.1.server.1.expires="" reg.1.server.1.retryTimeOut="" reg.1.server.1.retryMaxCount="" reg.1.server.1.expires.lineSeize="" reg.2.displayName="1003" reg.2.address="1003@192.168.2.2" reg.2.label="1003" reg.2.type="private" reg.2.auth.userId="1003" reg.2.auth.password="" reg.2.server.dnsLookupOption="0" reg.2.server.1.address="19...
2004 Dec 16
0
[patch] ffmpeg2theora A/V sync
Hi, ffmpeg2theora currently assumes that the first frame in the input file also corresponds to the first audio sample in the input file, which might not be true for many file formats. I have especially bad problems with MPEG-TS streams that I recorded via DVB-T (sync off by 0.5 seconds etc.). Encoding chapter-ranges from DVD might yield similar problems. The attached patch fixes that, using
2008 Jun 16
6
[LLVMdev] PowerPC instruction cache invalidation
Hi all, When you genetate code on PowerPC you need to explicitly invalidate the instruction cache to force the processor to reread it. In LLVM there is code to do this for function stubs on Macintosh, but not for other platforms and not for JITted code generally. The attached patch adds support for GNU platforms, but I can't figure out a nice way to call it for all generated code. Can
2004 Dec 19
0
[patch] more ffmpeg2theora improvements
Hi, the attached patch (against current SVN) adds three new options to ffmpeg2theora: --keyint (set keyframe interval) --smoothness (set the theora_info::sharpness encoding parameter) and --noautosync (disable the new frame dropping/duplicating code). It also fixes a bug with the processing of --cropright that sometimes segfaulted. The sync adjustment code is now tuned to be more reliable. BTW
2005 Sep 27
2
Polycom IP 500 - problem dialing extra numbers
...DNSnaptr" voIpProt.server.1.expires="300" voIpProt.server.1.register="1" voIpProt.server.1.retryTimeOut="0" voIpProt.server.1.retryMaxCount="0" voIpProt.server.1.expires.lineSeize="30" /> <SIP voIpProt.SIP.useRFC2543hold="1" voIpProt.SIP.lcs="0" voIpProt.SIP.sendCompactHdrs="0" voIpProt.SIP.WM50="0" voIpProt.SIP.keepalive.sessionTimers=&qu...
2004 Nov 16
0
metadata switches for ffmpeg2theora
Jan, Here's a hacky patch to add a few commandline options for setting comment header fields in ffmpeg2theora. It's a bit big because I virtualized the global info struct in theorautils.c. In retrospect that probably wasn't necessary, but I think it's cleaner anyway. I didn't test it because I couldn't compile ffmpeg2theora, but modulo bugs it should support
2006 Jun 21
4
Polycom 601 problems with multiple registrations
...uot; voIpProt.server.1.port="5060" voIp Prot.server.1.transport="UDPonly" voIpProt.server.1.expires="3600" voIpProt.serv er.1.register="1" voIpProt.server.1.retryTimeOut="0" voIpProt.server.1.retryMaxC ount="0" voIpProt.server.1.expires.lineSeize="30"/> <SIP voIpProt.SIP.useRFC2543hold="1" voIpProt.SIP.lcs="0" voIpProt.SIP.sendCompactHdrs="0" voIpProt.SIP.WM50="0" voIpProt.SIP.keepalive.sessionTimers="0" voIpProt.SIP.requestURI.E164.addGlobalPrefix=""&gt...
2010 May 13
1
[LLVMdev] libSystem, __clear_cache(), FreeBSD and ARM
Hi folks, I just tried to build LLVM on FreeBSD/arm. It looks like libSystem doesn't build and requires the following hack: --- lib/System/Memory.cpp +++ lib/System/Memory.cpp @@ -61,7 +61,7 @@ for (intptr_t Line = StartLine; Line < EndLine; Line += LineSize) asm volatile("icbi 0, %0" : : "r"(Line)); asm volatile("isync"); -# elif defined(__arm__)
2007 Jun 26
0
2 commits - libswfdec/swfdec_codec_ffmpeg.c
libswfdec/swfdec_codec_ffmpeg.c | 23 +++++++++++++++++++---- 1 files changed, 19 insertions(+), 4 deletions(-) New commits: diff-tree 27f2f8fe232d392ddf50e97116724f507cc05a43 (from ed66672b6bd13a613aaf875d2f898cc2f16a47b9) Author: Benjamin Otte <otte at gnome.org> Date: Tue Jun 26 12:32:15 2007 +0200 add support for VP6 to ffmpeg diff --git a/libswfdec/swfdec_codec_ffmpeg.c
2009 Jun 13
2
Polycom registration errors
...t; reg.1.server.2.transport="DNSnaptr" reg.1.server.1.expires="" reg.1.server.1.expires.overlap="" reg.1.server.1.register="" reg.1.server.1.retryTimeOut="" reg.1.server.1.retryMaxCount="" reg.1.server.1.expires.lineSeize="" reg.1.server.1.lcs="" reg.1.outboundProxy.address="" Any ideas would be welcomed. Thanks... ...Jim Gottlieb, San Diego, California
2006 May 23
1
multiple registrations with Polycom IP600
Hi All, Can someone please advise me about configuring my Polycom IP600? I have an account with a SIP based IP Centrex provider. The basic SIP info and line 1 config points to them. That's working fine. I'd like to register line 2 with my own asterisk server. I've tried putting the basic registration info in the line 2 configs...but the phone never registers. Not certain how to
2008 Feb 29
1
[PATCH] ioemu: fix xenfb slow case update
ioemu: fix xenfb slow case update Signed-off-by: Samuel Thibault <samuel.thibault@eu.citrix.com> diff -r 067d8f19e78a tools/ioemu/hw/xenfb.c --- a/tools/ioemu/hw/xenfb.c Thu Feb 28 13:55:37 2008 +0000 +++ b/tools/ioemu/hw/xenfb.c Fri Feb 29 15:25:17 2008 +0000 @@ -1072,7 +1072,7 @@ /* A convenient function for munging pixels between different depths */ #define
2006 Oct 15
0
Ringtones won't work
...15.100.1" voIpProt.server.1.port="" voIpProt.server.1.transport="UDPonly" voIpProt.server.1.expires="3600" voIpProt.server.1.register="1" voIpProt.server.1.retryTimeOut="0" voIpProt.server.1.retryMaxCount="0" voIpProt.server.1.expires.lineSeize="30"/> <SIP voIpProt.SIP.useRFC2543hold="1" voIpProt.SIP.lcs="0" voIpProt.SIP.sendCompactHdrs="0" voIpProt.SIP.WM50="0" voIpProt.SIP.keepalive.sessionTimers="0" voIpProt.SIP.requestURI.E164.addGlobalPrefix="">...
2007 Jun 06
1
Polycoms lose registration and won't re-register
...server.1.transport="DNSnaptr" reg.1.server.1.expires="" reg.1.server.1.expires.overlap="" reg.1.server.1.register="1" reg.1.server.1.retryTimeOut="" reg.1.server.1.retryMaxCount="" reg.1.server.1.expires.lineSeize="" reg.1.server.1.lcs="" reg.1.outboundProxy.address="" reg.1.outboundProxy.port="" reg.1.outboundProxy.transport="" reg.1.acd-login-logout="0" reg.1.acd-agent-available="0" reg.1.proxyRe...
2005 Apr 04
0
problem about initramfs
dear friend. i have mips board with BCM sibyte 1125CPU(use board sibyte 1250 swarm.) i use linux-kernel 2.6.12-rc1 download from linux-mips.com i use kernel 2.4.26 before this time, it's work ok at 2.4.26 with Ramdisk-busybox when i try to use ramdisk in 2.6.1x version, i found that ramdisk i not exist, i don't known how to use it again(i had try a patch for get ramdisk init to
2006 Jun 01
17
Polycom-Asterisk hints/presence
I set up hints and presence monitoring on some Polycom phones connected to an asterisk server with the expectation that the phones that are "watching" other extensions would be notified when the other extension sis ringing, in addition to the other statuses (on the phone, statuses set by the user on the phone, not registered, etc). I can see when the line is in use, and when it is
2006 Jul 17
0
(no subject)
on x86_64, when guest has more than 2G memory, "startx" will cause qemu dm die, this patch fixes it. Signed-off-by: Xin Li <xin.b.li@intel.com> diff -r ecb8ff1fcf1f tools/ioemu/hw/vga.c --- a/tools/ioemu/hw/vga.c Fri Jul 14 18:53:27 2006 +0100 +++ b/tools/ioemu/hw/vga.c Mon Jul 17 22:35:54 2006 +0800 @@ -1392,7 +1392,8 @@ static void vga_draw_graphic(VGAState *s static void
2007 Jun 07
3
Polycom phone registration problem
Hi, One of my users is in trouble with his polycom phone hooked to an asterisk server. The phone works fine for a few days, and then disappears from the registered sip peers in asterisk. The user is able to place outbound phone calls, but can't receive incoming calls until the network plug is unplugged/plugged. Working line XXYYZZAA24/XXYYZZAA24 10.50.5.186 D A 5060
2013 Jan 03
1
Survey package help with svystandardize
I am trying to age standardize using the svystandardize package in R. I have successfully managed to hit my SUDAAN based targets for estimates by sex, but not the total. The total is only a little different, but I'd like some help knowing why it isn't exact. I've included the SUDAAN code that generates the targets and my R script (and output) that I have so far. I can't supply the