search for: oe_encod

Displaying 10 results from an estimated 10 matches for "oe_encod".

Did you mean: oe_encode
2002 Jul 08
1
Divide by zero in accumulate_fit
...In a few debugging sessions, I've found that I'm getting a divide by zero exception. The exception happens in accumulate_fit (floor1.c), line 455: int weight=nb*info->twofitweight/na; Here is the call stack: accumulate_fit floot1_fit mapping0_forward vorbis_analysis oe_encode main The error happens very early: the first call to vorbis_analysis (third iter. through the main encode loop) in oe_encode. Reproducable with every wav I feed it. Can anyone help? <p> -- -:-:- David K. Gasaway -:-:- XNS : =David K Gasaway -:-:- Email: dave@gasaway.org -:-:- Web :...
2009 May 26
5
errors in valgrind
...by 0x415F598: mapping0_forward (in /usr/local/lib/libvorbis.so.0.4.1) ==13108== by 0x4151C8B: vorbis_analysis (in /usr/local/lib/libvorbis.so.0.4.1) ==13108== by 0x804F3E5: oe_encode (in /usr/local/bin/oggenc) ==13108== by 0x804B9FB: main (in /usr/local/bin/oggenc) ==13108== Address 0x440d908 is 0 bytes after a block...
2005 Apr 22
0
segfault on oggenc
...but there are still segfaults. I use an athlon xp on linux 2.6.11 (happened as well on 2.6.10), on an asus nvidia chipset m/b. Here is my attempt to debug it with gdb by downloading vorbid-tools alone (the rest dependencies are the official debian packages), in case it rings any bells.. (gdb) s oe_encode (opt=0xbffff870) at encode.c:201 201 vorbis_encode_setup_init(&vi); (gdb) s 208 vorbis_analysis_init(&vd,&vi); (gdb) s Program received signal SIGSEGV, Segmentation fault. 0xb7da0bd6 in mallopt () from /lib/tls/libc.so.6 (gdb) bt #0 0xb7da0bd6 in mallopt () from /...
2000 Aug 29
1
double -> float conversion
...o, I replaced all occurances of double in vorbis with float (as was suggested should work). I ended up hanging at: #0 0x0002695c in cacm283 () #1 0x00026dd0 in vorbis_lpc_to_lsp () #2 0x0001b3cc in forward () #3 0x0001cac8 in forward () #4 0x0000b844 in vorbis_analysis () #5 0x000030b4 in oe_encode () #6 0x00002230 in main () #7 0x00001a04 in _start () #8 0x000018a8 in start () (gdb) q Is the rewritten LPC/LSP (whatever that is :) that works with floats on the head of the repository? -tim (of course, maybe I missed something - I only did lib, include and vorbis-tools) --- >8 --...
2004 Sep 03
1
Vorbis Tools installation problem
...' undeclared (first use in this function) encode.c:109: error: `OV_ECTL_RATEMANAGE_HARD' undeclared (first use in this function) encode.c:111: error: `OV_ECTL_RATEMANAGE_AVG' undeclared (first use in this function) encode.c:51: warning: unused variable `ai' encode.c: In function `oe_encode': encode.c:158: warning: implicit declaration of function `vorbis_encode_setup_vbr' encode.c:166: error: storage size of `ai' isn't known encode.c:167: error: `OV_ECTL_RATEMANAGE_GET' undeclared (first use in this function) encode.c:173: error: `OV_ECTL_RATEMANAGE_SET' un...
2002 Jul 03
3
segfault in current cvs
.../libc.so.6 (gdb) bt #0 0x4207af66 in chunk_free () from /lib/i686/libc.so.6 #1 0x4207ad14 in free () from /lib/i686/libc.so.6 #2 0x400c5f1c in _ve_envelope_clear () from /home/icecast/lib/libvorbis.so.0 #3 0x400c4ad5 in vorbis_dsp_clear () from /home/icecast/lib/libvorbis.so.0 #4 0x0804cc7a in oe_encode () #5 0x08049ea0 in main () #6 0x42017589 in __libc_start_main () from /lib/i686/libc.so.6 -- Michael -------------- next part -------------- A non-text attachment was scrubbed... Name: part Type: application/pgp-signature Size: 190 bytes Desc: not available Url : http://lists.xiph.org/pipe...
2002 Jan 01
3
problem building vorbis-tools-1.0rc3
...-lvorbis -lm -logg ../share/libutf8.a ../share/libgetopt.a gcc -O20 -ffast-math -fsigned-char -o oggenc oggenc.o audio.o encode.o platform.o /usr/lib/libvorbisenc.so -L/lib /usr/lib/libvorbis.so -lm /usr/lib/libogg.so ../share/libutf8.a ../share/libgetopt.a encode.o: In function `oe_encode': encode.o(.text+0x90): undefined reference to `vorbis_encode_init_vbr' encode.o(.text+0x342): undefined reference to `vorbis_bitrate_addblock' encode.o(.text+0x362): undefined reference to `vorbis_bitrate_flushpacket' collect2: ld returned 1 exit status make[2]: *** [oggenc] Error...
2002 Mar 17
1
vorbis-tools rc3 link trouble
...link error trying to compile the linux vorbis-tools-1.0rc3 using gcc 2.95.3 gcc -O20 -ffast-math -fsigned-char -o oggenc oggenc.o audio.o encode.o platform.o /usr/lib/libvorbisenc.so -L/lib /usr/lib/libvorbis.so -lm /usr/lib/libogg.so ../share/libutf8.a ../share/libgetopt.a encode.o: In function `oe_encode': encode.o(.text+0x87): undefined reference to `vorbis_encode_init_vbr' encode.o(.text+0x34c): undefined reference to `vorbis_bitrate_addblock' encode.o(.text+0x3f4): undefined reference to `vorbis_bitrate_flushpacket' collect2: ld returned 1 exit status make[2]: *** [oggenc] Error...
2002 Aug 20
0
Problem with nominal bitrates
...and simply converted it into a .dll file, with some minor changes purely to pass parameters to it (the original uses the command line). I have it working as far as it goes, but there seems to be something going wrong deep inside that I don't understand. The line at fault appears to be in the oe_encode function in the file encode.c: vorbis_encode_setup_init(&vi); This is what I do (refer to the docs for oggenc and again bear in mind that I've simply taken the code and added a few headers). The command line equivalent for these tests would be: oggenc myfile.wav -b64 (or -b51,...
2005 Jul 15
0
Re: Trouble building new vorbis-tools-1.1.1
...But, trying to do the same thing on a different machine based on > > > suse-7.3 [been trying to get them to replace it with debian ;p] -- > > > http://bandicoot.merseine.nu/~enyc/vt111_config.log > > > and Run "make" -- > > > encode.c: In function `oe_encode': > > > encode.c:176: parse error before `long' > > > encode.c:183: `bitrate' undeclared (first use in this function) > > > encode.c:183: (Each undeclared identifier is reported only once > I can also confirm, the same build error occurs on a redhat-7.3 &g...