Displaying 20 results from an estimated 300 matches similar to: "No total samples in OGG/FLAC file"
2004 Dec 19
1
Crash when reading OGG/Vorbis file
I'm seeing a crash when reading an OGG/Vorbis file. I'm using OGG 1.0
/ Vorbis 1.0.
The crash occurs in _vds_shared_init because the passed in vorbis_info
*vi points to a structure containing all 0s (and thus crashes on the
line
b->modebits = ilog2(ci->modes);
as ci is NULL.
Following the stack, I see that _vds_shared_init is called by
vorbis_synthesis_init which is called
2007 Jan 04
1
Runtime version info
How can I determine the runtime version of OGG, Vorbis, and FLAC? Is
there anyway at runtime to determine what version of the library I'm
using?
-Stevo Brock
Head of Development
Monkey Tools
www.monkey-tools.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.xiph.org/pipermail/vorbis-dev/attachments/20070104/1db84396/attachment.html
2005 Mar 12
3
How to use TIMECHECK tag in htb.init ?
Does anyone use tb.init TIMECHECK to change rate/ceil for classes based on periods over the day ? I had problems setting the right syntax. Can anyone help me with a quick example. I have tried the following with no success:
LEAF=sfq
RULE=xx.xx.xx.xx
TIME=06:00-18:00;128Kbit
TIME=18:00-06:00;256Kbit
RATE=196Kbit
_______________________________________________
LARTC mailing list
2009 Mar 26
8
Cover art
Hello to the people reading this list!
I am developing tagging support for ogg vorbis in Nero products and we are
currently thinking of supporting cover art in ogg files. What is the current
state of proposal for cover art in ogg files? Is this
http://wiki.xiph.org/index.php/VorbisComment#Cover_art still the latest
information?
Regards,
Goran
-------------- next part --------------
An HTML
2006 Jun 22
0
Nut 2.1 vs the resilient Powerware 9170+
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
I figured out why nut seemed to segfault at startup from my Solaris
boxes (and snmp-ups too) - I believe that nut is trying to use some MIBs
that do not exist on my particular PW9170, for whatever reason. It dies
on my Linux box too, complaining like this:
pkdick:~/nut/bin# ./snmp-ups -x mibs=pw -x community=publicstring upsname
Network UPS Tools -
2004 Sep 10
5
problem compiling with gcc 3?
there is a bug report that the resulting flac binary,
when compiled with gcc3, is bad:
http://sourceforge.net/tracker/index.php?func=detail&aid=488702&group_id=13478&atid=113478
I don't have a system to try this out on right away;
can anyone verify or elaborate on that?
Josh
__________________________________________________
Do You Yahoo!?
Buy the perfect holiday gifts at
2004 Sep 10
7
Need AMD debugging help
To all who have an AMD + Windows based PC:
I have gotten a few similar bug reports about encoding
errors with FLAC. The common features are:
- Repeatedly encoding the same file with verify will have
verify errors some of the time (looks like aroung 50%) and
the verify errors will occur in different places each time.
- This is happening on AMD PCs running Windows. More reports
come from
2004 Sep 10
2
Re: seeking problems
--- august <august@alien.mur.at> wrote:
>
>
> sorry to bother again,
>
> but I can narrow down my problem to certain parst of my flac file.
>
> for example, when I seek to 19*44100 samples or to 81*44100 samples,
> the
> seek callback runs off in an endless loop.
>
> there aren't any while loops in my code, so I don't think I am
> causing it.
2005 Sep 16
3
Rather serious flac problem
Okay.. I love flac but just had a rather serious failure that really
shakes my confidence. It resulted in the near loss of a master audio
recording. Fortunately, I have a backup. Though there may have been
other cases where I have lost original material because I have been
compressing a lot of originals and deleting them after doing a 'flac
-t' on them.
Basically, flac failed with a
2013 Jan 01
0
[PATCH] Added some news (including FLAC development moving to Xiph.org), replaced cvs-links by git-links and changing most links to the bug tracker with the new sourceforge link-style (for example replaced http://sourceforge.net/tracker/.... with
---
developers.html | 16 ++++++++--------
documentation.html | 4 ++--
documentation_bugs.html | 2 +-
documentation_example_code.html | 2 +-
documentation_tools.html | 2 +-
download.html | 2 +-
faq.html | 2 +-
feeds/feed.rss | 31 +++++++++++++++++++++++++++++--
2005 Feb 11
1
FreeBSD 4.x problem resolved
Bryan Levin reported a problem of the FreeBSD flac port dumping
core on FreeBSD 4.x:
http://sourceforge.net/tracker/index.php?func=detail&aid=1099004&group_id=13478&atid=113478
It turns out that the port enabled SSE support, but FreeBSD 4.x
does not support SSE by default. (FreeBSD 5.x and later do.) I
have added a small patch to the port to check at runtime whether
the system
2005 Apr 14
1
How to convert multichannel to mono/stereo?
Sorry for the questions out of the mail list's subject.
1)
Could you help me with getting information on how
can I convert multichannecl (e.g. 5.1) non-encoded
(PCM) data into mono\stereo? I suppose this performed in
the manner like:
Left = x1*(Front Left)+x2*(Back Left)....
But is there exist commonly used standards to perform this task?
2)
It seems FLAC pjoject have been frozen for some
2004 Sep 10
1
[Flac-users] Winamp 3 plugin
Hi all,
I've installed the Winamp 2 plugin and it seems to work fine. However
I wish to install the Winamp 3 plugin on another machine but can't find it
anywhere. Where is it?
Thanks
Ashton
__________________________________________________
Do you Yahoo!?
New DSL Internet Access from SBC & Yahoo!
http://sbc.yahoo.com
2004 Sep 10
1
[Flac-users] trouble with flac -d --until=n
Hi,
I've noticed some strange behavior with flac 1.1 - first on NetBSD 1.6
and then on Solaris 9.
When I decode a flac with the --until=n option, the file decodes
normally, but pauses for a long time on the "99% complete" stage
while consuming a lot of CPU.
I took a closer look at what's happening and it appears like flac
is reading the entire flac file past the
2007 Dec 28
1
Tags in files with Unicode BOM
Is there any way for flac or metaflac to support input from files with
Unicode Byte Order Marks (BOM)?
In command:
metaflac --remove-all-tags --set-tag-from-file="CUESHEET=CDImage.cue"
--set-tag-from-file="LOGFILE=CDImage.log" CDImage.flac
If "CDImage.cue" contains Unicode characters, most text editors append BOM
at the 1st line of this file.
And metaflac does not
2004 Sep 10
3
AMD debugging test files available
On Fri, Aug 16, 2002 at 11:14:01AM -0700, Josh Coalson wrote:
> --- Josh Coalson <xflac@yahoo.com> wrote:
> >...
> > If anyone with a similar set up can read the comments in the
> > following bug reports and do some investigation it would really
> > help a lot. I would like to hear about setups that are working
> > as much as ones that aren't.
>
2007 Jul 25
1
Bug: flac --replay-gain thinks that I used --no-padding
Josh Coalson <xflac@yahoo.com> wrote:
> --- Scott F <graue@oceanbase.org> wrote:
>
> > If I use flac to encode with the --replay-gain
> > option, I get a warning about the --no-padding
> > option...
> >
> > "NOTE: --replay-gain may leave a small PADDING block even with
> > --no-padding"
> >
> > ...even though I'm
2004 Sep 10
1
--until decodes rest of file?
On Fri, 7 Nov 2003 11:42:05 -0800 (PST) Josh Coalson <xflac@yahoo.com> wrote:
> sorry about the delay on this one...
>
> do you have a sample flac file that you can host that exhibits
> the problem?
Ha. The flac files used in the examples below were of entire audio CDs;
due to my use of "time" to demostrate the problem I need a fairly large
file.
I can simulate the
2005 Oct 19
1
W2K BSOD: Memory errors
Hi everyone! This is my first post to the list. Be gentle ;)
I run Windows 2000 Pro SP4 EN, on a 1400 MHz AMD Athlon Thunderbird. 512 MB RAM, not sure what speed though.
For a few months now I've been getting errors while encoding with flac. I use foobar2000 for encoding from WAVE to FLAC, with the help of CUE sheets. I can confirm it's not foobar itself that's giving the errors,
2004 Sep 10
3
seeking problems
Hey guys,
I just joined the list. I've been programming an external for PureData
<http://pure-data.sourceforge.net/> & <http://pure-data.org>, as well as
for Max/MSP....that reads multiple sound formats.
But, I've been having massive problems with getting reliable seeking with
FLAC.
sometimes when I call FLAC__seekable_stream_decoder_seek_absolute, I get
a false