similar to: Sizing down Ogg Vorbis encoder binaries

Displaying 20 results from an estimated 300 matches similar to: "Sizing down Ogg Vorbis encoder binaries"

2004 May 10
1
re: Seek problems with vorbis_file
Hi, I have been having some problems with ov_pcm_seek in vorbis_file:- Any seeks to a sample within the first second of the stream (i.e. < 44100 samples) fail. Seeks to samples beyond this 44100 limit are fine. It appears to be associated with vorbis_file trying to read the preceding page (odd for the beginning of the file), attempting an ov_raw_seek, then bombing out with an OV_EINVAL.
2001 Sep 22
3
retrieving &quot;instant&quot; bitrate without vo_open?
ok, I'm aware that vo_open cant be used at the same time as other functions such as ogg_sync_wrote, ogg_sync_pageout, ogg_stream_pagein, ogg_stream_packetout and vorbis_synthesis_headerin. In order to get information from the bitstream i've been using this method because it's fast and doesn't require decoding of the stream. But, i can only retrieve the average bitrate of
2014 May 23
2
ov_pcm_seek to sample zero of Theora/Vorbis file hangs
Hi all, I'm having a little trouble with a Vorbis decoder hanging (actually hard looping the CPU) when I call ov_pcm_seek(&vorbis_file, 0) on a multiplexed theora/vorbis file. It appears to be the vorbisfile library that has the problem. The call to ov_pcm_seek never returns. Seeking in non-multiplexed, including chained, files is OK. Seeking to other values, including sample 1, works
2004 Aug 06
1
Why is libvorbis so big ?
I've been looking at the organisation of my project trying to trim down it's size a touch... and libvorbis, is really the only think bigger than 100k coming in at over 1 meg .dll I've been looking through the code for vorbis_enc as that's the object file taking 95% of the space, and i can't figure out why it is so damn big... there's only a few thousand lines of code there
2004 Aug 06
2
quality setting vs cpu utilisation
I only have a 4% cpu utilisation decrease when setting quality to 1 (0.1) against setting quality to 9. Is this normal ? Also I don't see any CPU % decrease when lowering bitrates (on managed modes) The only things that realy reduce the cpu usage is sample rate and number of channels. I am a little used with lame which with a quality setting of 9 (aka 0.1 in vorbis_enc) greatly reduce
2004 May 11
0
re: Seek problems with vorbis_file
Turned out to be a bug in my implementation of the file callbacks (not setting up vi->end properly). Apologies :) -----Original Message----- From: owner-vorbis-dev@xiph.org [mailto:owner-vorbis-dev@xiph.org] On Behalf Of Michael Smith Sent: 11 May 2004 01:04 To: vorbis-dev@xiph.org Subject: Re: [vorbis-dev] re: Seek problems with vorbis_file On Tuesday 11 May 2004 01:43, Paul Knight wrote:
2010 Mar 15
1
host cross-compile patch
I tend to use the same tool-chain across various hosts so I made this very simple patch that allows you to pass the cross-compiler name to make ( e.g. make CROSS_COMPILE=i686-nptl-linux-gnu-). I'm not sure if patches should be attached or just pasted inline so I did both this time. BTW, it's relative to syslinux 4 but the same changes work with syslinux 3 although the patch won't
2007 Mar 19
1
acrobat pro?
had anyone had any luck getting adobe's acrobat 7.0 pro to work under wine? no matter what i do, i just can't seem to get it going. i'm running the latest wine on ubuntu dapper and kernel 2.6.17. thanks, in advance, for any help.
2001 Dec 15
1
virtualdub problem
wine-20010822-1 redhat 7.2 ximian gnome 1.4 nvidia drivers 2314 Trying to run VirtualDub under Wine. It doesn't start at all; i get an error message (see below). Searching the maillist archive, and browsing through the documentation didn't help. Any idea what can be done? [root@pc work]# wine VirtualDub.exe fixme:pthread_kill_other_threads_np Console: Making console complex (creating an
2013 Jun 28
2
FW: pxelinux 5.x, 6.x memtest problem
On 06/28/2013 04:07 PM, Gene Cumm wrote: > On Fri, Jun 28, 2013 at 12:53 PM, Gene Cumm <gene.cumm at gmail.com> wrote: >> On Fri, Jun 28, 2013 at 10:13 AM, Ady <ady-sf at hotmail.com> wrote: >> >>> But, in Syslinux 4.06, there is linux.c32, which is a sort of >>> introduction to Syslinux 5.xx (please allow me to be not strictly >>> accurate in
2005 May 12
1
Do I have an infected init file?
Hello; I'm running a FreeBSD 4.10-release-p2 box and both chkrootkit 0.44 & 0.45 report that my /sbin/init file is infected. It appears as though the egrep for "UPX" in the output of "strings" triggers the infected notice. When I copy the init file from an uninfected box to this one chkrootkit continues to report it as infected. Is chkrootkit reading a copy of the
2004 Aug 06
0
quality setting vs cpu utilisation
At 02:54 PM 3/22/02 +0200, you wrote: >I only have a 4% cpu utilisation decrease when setting quality to 1 >(0.1) against setting quality to 9. >Is this normal ? Yes. >Also I don't see any CPU % decrease when lowering bitrates (on managed >modes) >The only things that realy reduce the cpu usage is sample rate and >number of channels. That's correct. Vorbis
2013 Jul 11
2
Unable to boot with syslinux-5.1x from git
Hi, well, I was finally able to build syslinux-5.11-pre8 from git, but the system doesn't boot with the self-compiled version. All I see is: http://666kb.com/i/cfplluqpcy6owptq3.jpg Build log can be found in http://www.syslinux.org/archives/2013-July/020452.html After I installed the self-compiled syslinux version, I run this commands: # cd /boot/extlinux # rm -rf *.c32 # extlinux
2013 Jan 17
3
The DOS installer problem
I am now convinced the problem is really trivial to solve. The problem is that ldlinux.c32 is too big, but we already know that stripping the modules gets them down to a reasonable size: 430318 ldlinux.c32 114376 ldlinux.c32 It would also be nice to support LZO or gzip compressed modules: 66798 ldlinux.c32.lzo 61513 ldlinux.c32.gzip ... which would really take care of the problem. But
2009 Jun 24
1
Can''t get utorrent to install
Hi everyone. I'm really new to Linux and everything but I just got an Eee PC 901 and I'm running Ubuntu Eee (Easy Peasy). I downloaded and installed Wine following the directions on this site then I downloaded utorrent. First I tried just having Firefox open it with wine and that worked and brought me to the install wizard but then on the last step when I tell it to install nothing
2003 Jul 15
4
Vorbis Compile Win32
Hi, Can someone tell me how to compile the vorbis dlls under Windows? I've already got to the part, where I downloaded the sources from CVS. CH4R1ie <p><p>--- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'vorbis-request@xiph.org' containing only the word
2013 Mar 31
1
Rock Ridge for core/fs/iso9660
Hi, i have now a retriever of Rock Ridge names from ISO directory records and their eventual Continuation Areas. Further i have a detector for SUSP and Rock Ridge signatures. Both have been tested in libisofs by comparing their results with the Rock Ridge info as perceived by the library. 50 ISO images tested. Some bugs repaired. Now they are in sync. (The macro case
2007 Feb 11
2
"no camping required" deployment?
Hi, So Lennon got me going with my database-less Camping app, but I''ve just realized that, I have no deployment strategy. This app is to provide a GUI front end to our FUN3D fluid flow simulation monster, which is used by ourselves, companies, universities, hobbyists, and the military. The end result of which, is a file of (key, value) pairs read by FUN3D. Requiring our users to have
2004 Jan 17
2
a trojan is on your computer!
hi, I am from Norway and you'll don't believe me, but a trojan horse in on your pc. I've scanned the network-ports on the internet. (I know, that's illegal) And I have found your pc. Your pc is open on the internet for everybody! Because the smss.exe trojan is running on your system. Check this, open the task manager and try to stop that! You'll see, you can't stop this
2005 Aug 26
4
SYSLINUX 3.11-pre3 -- release candidate
This is a minor tweak on 3.11-pre2. If nothing new comes up, I will release this as 3.11 probably early next week. -hpa