similar to: CELT_GET_BITSTREAM_VERSION unchanged from 0.7.1 to 0.8.1

Displaying 20 results from an estimated 1100 matches similar to: "CELT_GET_BITSTREAM_VERSION unchanged from 0.7.1 to 0.8.1"

2009 Aug 07
1
A quick question regarding CELT_GET_BITSTREAM_VERSION
Hi all, Could you tell me what your plans are regarding the return value of CELT_GET_BITSTREAM_VERSION and the future. I understand that each time you change the bitstream, you'll increment the value (it's 0x80000009 now for 0.61, so I expect it will be 0x8000000a for 0.70 or whatever), but I don't understand why the MSB is set and what it means. I'd like to include the
2010 Mar 02
1
--enable-static-modes
I did a download of 0.7.1 sources and saw that fmod was compiling with --enable-static-modes, I decided to try it, but it fails to compile static_modes.c because it doesn't exist. Is that an external dependency? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/opus/attachments/20100302/6e716591/attachment-0002.htm
2010 Mar 02
1
question about CELT_SET_COMPLEXITY_REQUEST
looking at the code for celt_encoder_ctl in 0.7.1 I'm confused as to why Complexity is described as a value from 0-10, but the code only appears to have one setting for 0-2 and another setting for 3-10. Is that for future use or am I missing something? case CELT_SET_COMPLEXITY_REQUEST: { int value = va_arg(ap, celt_int32); if (value<0 || value>10) goto bad_arg; if (value<=2) {
2010 Mar 03
2
uint decode error on visual studio...
Is this a common warning? The decoder doesn't return an error on it, but I see it a lot in my test application on windows. It is non existent on my linux box. I haven't tried mingw yet. please note that I'm using visual studio 2008 w/the vcproj that Bjoern Rasmussen made for 0.5.2 (w/some file references removed) at the moment and it is giving a lot of C4554 warnings
2010 May 18
9
Variable frame size and API changes
Hi everyone, I've recently been making various changes to the way the modes work and the supported frame size. On new feature that may be of interest to some is that CELT should soon support changing the frame size dynamically within a stream. By that I mean varying the amount of audio (in time) transmitted at once, not the compressed size -- which has always been variable. That would
2010 Dec 13
0
Problem with retrieve.nc of clim.pact
Goodmorning to everyone, I'm new so sorry for bad english and formulation. I go to the point: I am using since months the retrieve.nc function from clim.pact to extract data from netcdf files. I always had no problem, but some days ago I updated both R and the package to the latest versione (don't ask me what was the previous R version, cause I don't remember). However, now i am in
2003 Apr 09
0
can't use both controllers...
hi when two calls are active on controller 2, chan_capi won't use controller 1. this is with AVM C2 roy -- Executing Goto("SIP/torgeir-b476", "capiring|BYEXTENSION|1") in new stack -- Goto (capiring,90044875,1) -- Executing Dial("SIP/torgeir-b476", "CAPI/22545066:bBYEXTENSION|120|Ttr") in new stack == data = 22545066:b90044875 ==
2003 Sep 30
3
higher ascii characaters in smbusers, success!
Hi list, Update: originally i wanted to post a question, but in writing i thought of things that finally led me to the solution. This i wanted to share with the community in case it can help. Sorry if this is a FAQ, but I had no luck searching for it. I have a working Samba 2.2.5 installation on SuSE8.1. I have two users on a windows client called Torge (that's me) and Ga&ediaresis;lle
2011 Mar 25
2
[Bug 8039] New: rsync won't link unchanged files
https://bugzilla.samba.org/show_bug.cgi?id=8039 Summary: rsync won't link unchanged files Product: rsync Version: 3.0.7 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P5 Component: core AssignedTo: wayned at samba.org ReportedBy: asciencegeek at yahoo.com
2008 Mar 04
1
preserve ctimes of *unchanged* directories on receiver
'rsync -a' updates the ctime on a directory even if no file in that directory has changed. A kind of workaround is to use '-O', but then the mtimes of directories are not preserved. (Usage example where this is important: maintain a copy of filesystem A in filesystem B, and use filesystem B as the source for incremental backups (e.g., with star). rsync is run before an
2005 May 13
0
Unchanged sound through Asterisk
Hi! To me, it seems like Asterisk are involved in alternating the sound/voice running through it. One thing is that it mutes DTMF digits. I also got an Adit 600 channel bank connected via MGCP, which _might_ have something to do with it, but I can't find any settings in it, regarding DTMF mutes. How can I make sure Asterisk is _not_ "changing"/"transforming" the sound (as
2004 Jul 22
1
writing a file keep the group unchanged
Hi, via samba, I write a file. However, after I write a file, the file is owned by my primary group. The file is used to be owned by a group whom I belong to, but that group is not my primary group. Is there any way I can write that file but still keep the group ownership? Thanks
2016 Jan 20
2
[PATCH] Consider nanoseconds when quick-checking for unchanged files
I wrote on Fri, 02 Jan 2015 16:02:27 +0100: > --- a/generator.c 2014-06-14 01:05:08.000000000 +0200 > +++ b/generator.c 2015-01-02 15:50:30.000000000 +0100 > @@ -588,7 +588,14 @@ > if (ignore_times) > return 0; > - return cmp_time(st->st_mtime, file->modtime) == 0; > + return cmp_time(st->st_mtime, file->modtime) ==
2016 Jan 20
1
[PATCH] Consider nanoseconds when quick-checking for unchanged files
On Wed 20 Jan 2016, Andrey Gursky wrote: > > I was just about to implement the same, since nanoseconds are taken > into account when transferring, thus making it obvious not to ignore Really? I thought the protocol only transmits seconds. Paul
2016 Jan 21
0
[PATCH] Consider nanoseconds when quick-checking for unchanged files
On Thu, Dec 25, 2014 at 2:48 AM, Ingo Brückl <ib at wupperonline.de> wrote: > On systems using nanoseconds differences should be taken into > consideration. > The problem is that if you transfer from a filesystem that has nanoseconds to one that does not support it, rsync would consider most of the files to be constantly different, since the nanosecond values would only match if
2005 Jul 27
2
rsync transmits unchanged data
hi all! I tried to synchronise a directory with the following command: rsync -avz --exclude "db/" /source/ /destination/folder/ --delete The source has 3 subfolders one of them is not necessary for to synchronize so i exluded this folder. everything works fine and fast :) excludes were made...and all seems ok The data on the source folder changes every day once. But there is still
2011 Mar 04
0
[LLVMdev] metadata to inform the optimizers that some code should stay unchanged
Xinfinity wrote: > > > Hello LLVM, > > I am working on some passes that perform code transformations. Since I am > interested in performance, I apply the O3 passes, right after my pass. > However, the optimization passes modify the code inserted by my pass in an > undesirable way. As far I know, there is no way to prevent the optimizers > from optimizing some regions of
2002 Sep 27
2
Rsync synchronizes unchanged files
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I wish to use rsync to synchronize a whole fat32 (MSWindows) partition mounted into a linux system. I run rsync from linux. The problem is rsync synchronizes most of the data even if the data hasn't changed since the original image was made. I used the -avz parameters to do the backup and the same for restoration. Also I've tried just -rvz. It
2010 Jun 19
1
rsync 3.0.5 Appears to be Transferring Unchanged Files
I have been using backuppc (rsync protocol) to backup up a Linux web server onto a local server for a number of years. I recall that data volumes were quite low (about 40MB), regardless of whether I was doing full or incremental backups. I recently switched to both a new web server and backuppc server. Early morning traffic volumes when backuppc runs are much higher than expected - I have
2008 Dec 22
1
imputing the numerical columns of a dataframe, returning the rest unchanged
Hi R-experts, how can I apply a function to each numeric column of a data frame and return the whole data frame with changes in numeric columns only? In my case I want to do a median imputation of the numeric columns and retain the other columns. My dataframe (DF) contains factors, characters and numerics. I tried the following but that does not work: foo <- function(x){