similar to: cleaned up memory leaks

Displaying 20 results from an estimated 11000 matches similar to: "cleaned up memory leaks"

2000 Mar 15
1
Masking papers
Oops, forgot to send this to my own dev list... I've aquired a few of the seminal papers from the late fifties that presented detailed masking data for use in psychoacoustics. Lots O curves. I scanned the papers at 150dpi and put them at: http://www.xiph.org/ogg/paper/ I'm hoping to get permission to publicly link these scans to the documentation pages for Ogg... so don't worry
2003 Mar 03
1
vorbis patch for latest code
Here are files that need to be modified for win32 systems to compile with the latest changes (ov_crosslap, vorbis_window) by xiphmont: Index: include/vorbis/codec.h =================================================================== RCS file: /usr/local/cvsroot/vorbis/include/vorbis/codec.h,v retrieving revision 1.42 diff -r1.42 codec.h 211a212 > extern float* vorbis_window(vorbis_dsp_state
2013 May 01
2
[PATCH] stream.c needs sys/types.h
For definition of off_t type, stream.c needs including sys/types.h. I hit this requirement at least once when compiling against Mac OSX 10.4 SDK. Trivial patch inlined below. --- opusfile/src/stream.c~ +++ opusfile/src/stream.c @@ -14,6 +14,7 @@ last mod: $Id: vorbisfile.c 17573 2010-10-27 14:53:59Z xiphmont $ ********************************************************************/ +#include
1999 Nov 13
1
XMMS plugin update
Tony, I committed a new version of the XMMS plugin. This is a cleaned up and debugged version of the code you sent me with the conversion to the vorbisfile app library. At this point, it properly handles chaining (try concatenating two vorbis files with different serial numbers to see it work). The code also got alot smaller as alot of the hairy stuff is now done by vorbisfile.a. In the
2006 Mar 09
0
oggfile, skeleton and vorbis tools
Conrad Parker wrote: > On Tue, Mar 07, 2006 at 12:10:57PM -0500, Monty wrote: > >>On Wed, Mar 01, 2006 at 10:36:38PM +0000, Ian Malone wrote: >> >>>I assume what this all means is there's no desire for any kind of stop- >>>gap libvorbisfile that does the "vorbis out of any otherwise valid Ogg >>>stream"[1], and that anything along these
2008 Oct 18
0
JGR not launch for non-root user
Hi there, I am a newbie to R and just installed R 2.7.2 and JGR. As root, JGR launch successfully both in R or by a launcher (a script in shell), but it not works for non-root user. What's the cause of this issue? sudo update-java-alternatives -s java-6-sun sudo R CMD javareconf sudo R >install.packages("JGR", dep=TRUE) >library(JGR) >JGR() # JGR launched successfully
2000 Apr 21
3
vorbisfile updates, and a couple of questions
The changes to vorbisfile that I suggested earlier have now been committed - this is mostly a merge of my code with a similar patch from Martin Vogt (thanks Martin). The old ov_open() interface remains untouched - and for many people, this is all you'll need to use, ever. It now calls the new interface with appropriate arguments. The new ov_open_callbacks() function adds an extra argument to
2003 Mar 06
0
Vorbisfile changes/additions
Hi folks, I've finished a round of extension and optimization of Vorbisfile. I'm working on docs to the committed changes right now. I'd appreciate testing of new functionality and verifying old functionality isn't broken. Summary of changes: General seeking cleanup; a number of boundary cases dealing with short files and chained files got fixed in the process. The bugs should
2004 Nov 01
1
compile libvorbis using mingw?
I downloaded libogg-1.1.2 and libvorbis-1.1.0, and want to compile them using mingw32. In libogg-1.1.2 directory, 'sh configure --prefix=/mingw' and 'make' and 'make install' works smoothly. It create libogg.a, ligogg.dll.a, libogg.la in my /mingw/lib and header files in /mingw/include/ogg, so I think the gcc compiler will find them easily. After switching to
2000 Jun 14
2
API cleanups, bugfixes
OK, I've been a busy beaver tonight. More commits: Finished stabilizing psychoacoustic configuration API; binary compatability stability for libvorbis/vorbisfile would be nice to have by 1.0. Moved several additional return values and internal types to int64_t; basically wherever there's an absolute fine-grained counter. I also moved the vorbisfile API to taking a 64 bit seek callback
2003 Feb 08
2
vorbisfile_example.c question
i downloaded the vorbis, ogg & example files and compiled them and now have an executable called 'vorbisfile' that turns 'test.ogg' into 'out.pcm'. is there some simple way to test the out.pcm file in winXP? ~~~~~~~ bob hurt I can't stand cheap people. It makes me real mad when someone says something like "Hey, when are you going to pay me that hundred
2002 Mar 18
2
[PATCH] make vorbis work with KDE 3.0
Hello, the appended Patch makes vorbis work on KDE 3.0.(again) A seek on a closed stream segfault vorbis, unfortunately this situation happens in the KDE Multimedia player very frequently (threads), thus vorbis does not work with KDE 3.0. The bug is that the goto seek_error calls in ov_pcm_seek_page do not set the return value in the error case. Monty, can you apply this? The bug was
2008 Jan 08
1
Xen clock drift
Hello All, Consider a CentOS-5.1 Xen server (2.6.18-53.1.4.el5xen) hosting two domains running CentOS-5.1 (2.6.18-53.1.4.el5). One domain has a fairly accurate clock, the other domain has a clock that gains ungodly amounts of time, roughly one minute every two or three minutes. For a fix, one suggestion is to run this command in DomU: echo 1 > /proc/sys/xen/independent_wallclock This
2012 Dec 22
0
[LLVMdev] Problem executing Swing application with j3
Hi Baptiste, Just to let you know that I have just fixed the problem. You can now either use trunk or release 0.32 and the program now runs. Cheers, Nicolas On Mon, Dec 3, 2012 at 8:09 PM, Baptiste Saleil <baptiste.saleil at gmail.com>wrote: > Hi Nicolas, thanks for your answer. > > The swing hello world is the following (Running perfectly with OpenJDK) : > > public class
2000 Nov 10
1
cvs trunk vorbis/ compile patches
ltconfig placeholder shoud be removed. Makefile.am : some stuff copied from branch_beta3 ogg lib must be added only where necesary. vq subdir Makefile.am'ized, (but installs nothing) made distclean target slightly more clean -- check it by hand first, please --- also you'll want to remove vq/Makefile if the ...am passes inspection ------------------------------------------------- diff
2001 Nov 18
5
vorbisfile.o givng me problems
I have been having problems compling vorbis on my computer( running redhat 7.1 ), it gives me a bunch of errors about vorbisfile.o( at least that what the errors are complaining about...I don't know enough to figure out what is wrong ). Below is the output I get from compile: Making all in examples make[1]: Entering directory `/home/mchavez/devel/vorbis/examples' /bin/sh ../libtool
2001 Nov 18
5
vorbisfile.o givng me problems
I have been having problems compling vorbis on my computer( running redhat 7.1 ), it gives me a bunch of errors about vorbisfile.o( at least that what the errors are complaining about...I don't know enough to figure out what is wrong ). Below is the output I get from compile: Making all in examples make[1]: Entering directory `/home/mchavez/devel/vorbis/examples' /bin/sh ../libtool
2000 Jun 26
0
ogg123 compile error fix
Linking libvorbis.a and vorbisfile.a in the opposite order corrected a linker error in ogg123. (dont ask me why.. Im not a genius - in fact, you could ask Monty...) I am just about to commit the fix as follows: vorbis-tools/Makefile.in : -LIBS=@LIBS@ ../lib/libvorbis.a ../lib/vorbisfile.a +LIBS=@LIBS@ ../lib/vorbisfile.a ../lib/libvorbis.a Michael Beattie
2002 Dec 30
1
Java Swing App
I'm rather new to Wine, and I'm trying to run a Java Swing application. I'm having trouble with it. Has anyone else gotten Swing-based apps to run? I have a test case, basically a swing "hello world" app, and I haven't been able to get it to work either. Here's what happens when I try to compile it: [dritch@twitch wine]$ wine -- c:/jdk1.3/bin/javac -g -d
2000 Jun 27
1
vorbis-tools/Makefile.in glitch...
I'm updating my vorbis rpm spec file, and when I try to do "make -C vorbis-tools ogg123", due to rpm's build environment, I get lots of: gcc ogg123.o -o ogg123 -lm ../lib/libvorbis.a ../lib/vorbisfile.a ../lib/vorbisfile.a(vorbisfile.o): In function `_get_prev_page': vorbisfile.o(.text+0x54): undefined reference to `ogg_sync_reset' vorbisfile.o(.text+0xa9): undefined