search for: vorbis_window

Displaying 4 results from an estimated 4 matches for "vorbis_window".

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 *v,int W); Index: win...
2018 Apr 27
0
[RFC][PATCH] Remove private symbols from Vorbis shared libs
...ev_add vorbis_book_decodevs_add vorbis_book_decodev_set vorbis_book_decodevv_add vorbis_book_encode vorbis_book_init_decode vorbis_book_init_encode vorbis_lpc_from_data vorbis_lpc_predict vorbis_lpc_to_lsp vorbis_lsp_to_curve vorbis_staticbook_destroy vorbis_staticbook_pack vorbis_staticbook_unpack vorbis_window _vorbis_window_get _vp_ampmax_decay _vp_couple_quantize_normalize _vp_global_free _vp_global_look _vp_noisemask _vp_offset_and_mix _vp_psy_clear _vp_psy_init _vp_tonemask -------------- next part -------------- A non-text attachment was scrubbed... Name: 0001-Hide-private-symbols.patch Type: applic...
2005 Apr 22
0
segfault on oggenc
...() from /lib/tls/libc.so.6 (gdb) bt #0 0xb7da0bd6 in mallopt () from /lib/tls/libc.so.6 #1 0xb7da0394 in calloc () from /lib/tls/libc.so.6 #2 0xb7ee73a1 in _book_unquantize () from /usr/lib/libvorbis.so.0 #3 0xb7ee7846 in vorbis_book_init_encode () from /usr/lib/libvorbis.so.0 #4 0xb7ed97fb in vorbis_window () from /usr/lib/libvorbis.so.0 #5 0xb7ed7db5 in vorbis_analysis_init () from /usr/lib/libvorbis.so.0 #6 0x0804ed9e in oe_encode (opt=0xbffff870) at encode.c:208 #7 0x0804b1ec in main (argc=2, argv=0xbffffa34) at oggenc.c:347 Thanks in advance for any help you may provide.
2004 Sep 23
1
MSVC files include vorbisenc in the vorbis dynamic library
...urce File - SOURCE=..\lib\bitrate.h # End Source File # Begin Source File Index: win32/vorbis.def =================================================================== --- win32/vorbis.def (revision 7777) +++ win32/vorbis.def (working copy) @@ -47,10 +47,4 @@ vorbis_synthesis_halfrate_p ; vorbis_window -_analysis_output_always -vorbis_encode_init -vorbis_encode_setup_managed -vorbis_encode_setup_vbr -vorbis_encode_init_vbr -vorbis_encode_setup_init -vorbis_encode_ctl \ No newline at end of file +_analysis_output_always \ No newline at end of file Best regards Cyrius