Displaying 20 results from an estimated 10000 matches similar to: "Problem with CVS"
2004 Sep 10
2
FLAC__stream_decoder_flush
Hi,
The FLAC__stream_decoder_flush doesn't change the state, but when I play a
stream and reach the end I have to do a FLAC__stream_decoder_reset and reread
the metadata instead of simply a FLAC__stream_decoder_flush. This is because the
stream state, which indicates the end of the stream, is not changed. Is there a
reason, for the state not being reset to
2004 Sep 10
2
Ogg FLAC
--- Ingo Ralf Blum <ingoralfblum@gmx.de> wrote:
> > currently flac sets all granulepos members of the ogg pages to 0,
> when
> > embedding a FLAC stream into an Ogg file. Is it possible to change
> this
> > behaviour to use a more reasonable value, e.g. the bytes written so
> far.
> So
> > when the first packets is 1000 bytes long it gets the granulepos
2004 Sep 10
3
ACM codec
Hello everyone,
I was just browsing through some video capturing websites/forums and saw some
people complain that there was no lossless codec available to encode audio in
AVI files. I thought that FLAC would have one but it doesn't seem to be the case.
As it's a popular demand (now that hard drives are inexpensive, people can
record hours of video/audio without any loss and then
2004 Sep 10
2
Ogg FLAC
Hi,
currently flac sets all granulepos members of the ogg pages to 0, when
embedding a FLAC stream into an Ogg file. Is it possible to change this
behaviour to use a more reasonable value, e.g. the bytes written so far. So
when the first packets is 1000 bytes long it gets the granulepos 1000 and
when the second packet is 1234 bytes long it gets the granulepos 2234 and so
on. This would make it
2004 Sep 10
2
Push/Pull Model
Hi,
The stream decoder follows a push model, however, I need a pull model
decoder, like, for example, implemented by the Vorbis libs. For this I
simply save the pointer to the audio data in the read callback and acces the
data lateron after the call to FLAC__stream_decoder_process_one_frame
returned.
Is this safe? Can I assume that the internal buffer is not freed, when
2004 Sep 10
2
Bits per Sample, Channel Count
Hi,
these two values can be stored in the stream info metadata block as well as
in the header of each frame. This leads to some questions.
- Are these values supposed to change during playback, e.g. first comes a
frame with 2 channels, then with four and the next switches the bit count
from 16 to 8 and so on?
- There are methods to retrieve these values from the stream decoder.
Unfortunately
2004 Sep 10
1
FLAC__stream_decoder_get_input_bytes_unconsumed
Is there a reason for having the
FLAC__stream_decoder_get_input_bytes_unconsumed function private. This
function is required now by two of my filters for seeking and buffer
managment, when not all data is available from the beginning.
Regards,
Ingo
2005 Jan 06
3
CVS?
It's been a while since I touched CVS, and things seem to have changed:
> Cannot access /cvsroot/flac/CVSROOT
The CVSROOT I'm using is :ext:<username>@cvs.flac.sourceforge.net:/cvsroot/flac
Has the repository moved elsewhere?
--
- mdz
2004 Jul 02
1
[fdo] Updated syncmail script for new CVS loginfo syntax
Hi,
If you are getting tired of being teased about updating your
syncmail script to the new CVS loginfo syntax, this mail is for
you.
If you have opted to use the CIA script, you have already
switched to the new loginfo format. If not, you need to do now.
For that you need to add
UseNewInfoFmtStrings=yes
to the CVS config file. Then if you have script using the old
format you can escape it
2004 Sep 10
2
Problem in FLAC__stream_decoder_process_metadata
Hi,
I have a problem when I try to open a file, which is not a FLAC file. When I
open a non-flac file with the stream decoder API, one of the first things called
is FLAC__stream_decoder_process_metadata, which itself calls
stream_decoder_find_metadata_. Unfortunately the non-flac file contains some
content, which leads to the state set to FLAC__STREAM_DECODER_READ_FRAME.
However in
2004 Aug 06
2
CVS changes || http://www.xiph.org/cvs.html
look on http://www.xiph.org/cvs.html for the right login.
b.
On Thu, Mar 06, 2003 at 03:14:28AM -0500, Adon Irani wrote:
>
> thanks for the update ; i've finally been able to d/l the latest ices 0.x
> fr0m cvs .
>
> but i'm having difficulties compiling . the builtin libshout doesn't work
> , and it won't find my latest cvs-snapshot install of libshout .
>
2001 Aug 30
1
setting default expansion mode for CVS files
I've noticed that certain binary files had been checked into cvs with the default expansion mode.
For example *.png and *.bmp files. The line ending problem not withstanding, there is still the
possiblity that these files can be corrupted if the binary data happens to contain byte sequences
that just happen to match RCS keywords, e.g. "$Id:$", etc. For that reason, they should
2004 Jun 16
2
[OT] CVS update
Um,
I don't remember the exact checkout command line I used, but it was
probably something like the instructions on the web page:
cvs -d :pserver:cvs@pserver.samba.org:/cvsroot rsync
anyway, how do I update?
I tried:
[chris@lt2 rsync]$ cvs update -d -P
cvs [update aborted]: connect to pserver.samba.org(66.70.73.150):2401
failed: Connection refused
and login gives the same:
[chris@lt2
2004 Aug 06
5
CVS login failed: Connection Refused
I am trying to login to cvs but the server refuses the connection:
# cvs -d :pserver:anoncvs@xiph.org:/usr/local/cvsroot login
# Logging in to :pserver:anoncvs@xiph.org:2401/usr/local/cvsroot
# CVS password: anoncvs
# cvs [login aborted]: connect to xiph.org(140.211.166.134):2401 failed: Connection refused
I have tried to log in several times the last 2 days with no success.
cvs version:
2003 Nov 06
1
Can NOT access CVS???
Anyone has problem to access CVS?
When I tried to login CVS, got following message:
[root@asterisk1 src]# export
CVSROOT=:pserver:anoncvs@cvs.digium.com:/usr/cvsroot
[root@asterisk1 src]# cvs login
Logging in to :pserver:anoncvs@cvs.digium.com:2401/usr/cvsroot
CVS password:
Unknown host cvs.digium.com.
Thanks,
Kang
2004 Sep 06
1
cvs server problem
Today morning cvs server checkout problem:
cvs server: Updating asterisk-addons/format_mp3
cvs server: failed to create lock directory for
`/usr/cvsroot/asterisk-addons/format_mp3'
(/usr/cvsroot/asterisk-addons/format_mp3/#cvs.lock): Permission denied
cvs server: failed to obtain dir lock in repository
`/usr/cvsroot/asterisk-addons/format_mp3'
cvs [server aborted]: read lock failed -
2008 Feb 12
1
rsync cvs
Hi
I am in new in rsync cvs. I want to know how to configure the rsync cvs. we
have two site we want sync on both site . If i do sync one site all the copy
come to overwrite. I am using this command'
rsync -az --delete --exclude '#cvs.*' --exclude 'CVSROOT/config' --exclude
'CVSROOT/history' --exclude 'CVSROOT/updatelog' cmadmin@10.203.225.43:
/home/cmadmin/
2000 Oct 11
3
More CVS trouble
Well after a week out for a training course, I'm back to trying
to check out the postbeta2_branch. so I do
cvs -d :pserver:anoncvs@xiph.org:/usr/local/cvsroot co -r branch_postbeta2
vorbis
and everything is fine.
Trying
$ cvs -d :pserver:anoncvs@xiph.org:/usr/local/cvsroot co -r branch_postbeta2
ogg
I get...
cvs server: Updating ogg
cvs server: Updating ogg/doc
cvs server: Updating
2002 Mar 01
2
best way to work with cvs?
I use a script to get the lastest samba:
#!/usr/bin/ksh
echo "\npassword: cvs\n"
cvs -d :pserver:cvs@pserver.samba.org:/cvsroot login
cvs -z5 -d :pserver:cvs@pserver.samba.org:/cvsroot co samba
Are there any other commands I could tack on or something I should do
differently to make sure I am getting correct rebuilds?
For example, should I tack on at the end:
cd
2004 Aug 06
1
Is CVS repository up?
Does anyone know if the CVS repository is on-line? I
am getting:
NEW CVSROOT:
:pserver:anoncvs@xiph.org:/usr/local/cvsroot (password
authentication)
cvs login
(Logging in to anoncvs@xiph.org)
cvs [login aborted]: connect to xiph.org:2401 failed:
Connection timed out
*****CVS exited normally with code 1*****
Thanks for any help.
JOnathan.
__________________________________________________
Do