search for: vorbis_book_decodevv_add

Displaying 3 results from an estimated 3 matches for "vorbis_book_decodevv_add".

2004 Nov 29
1
Segfault in vorbis_book_decodevv_add
...hile listening to the stream at http://62.93.224.180:15000/radio404.ogg . This is on FreeBSD 5.3 with everything installed from the FreeBSD ports (this means libvorbis-1.0.1), but I had the same issue with an older FreeBSD 5.1 installation. The backtrace looks like : (gdb) bt #0 0x28741d88 in vorbis_book_decodevv_add () from /usr/local/lib/libvorbis.so.3 #1 0x2873f6b0 in res2_inverse () from /usr/local/lib/libvorbis.so.3 #2 0x28740841 in mapping0_inverse () from /usr/local/lib/libvorbis.so.3 #3 0x28737185 in vorbis_synthesis () from /usr/local/lib/libvorbis.so.3 #4 0x2875b620 in _fetch_and_process_packet (...
2003 May 21
3
use of 'long' in vorbis structures
The codebase sets up ogg_int32_t, etc, but then uses long directly in several structures. Unfortunately for me longs are 64 bits on my platform, not 32, and I end up getting hammered by unnecessary software math routine calls. Should I be able to just search/replace 'long' with 'ogg_int32_t' in the code or would that cause more problems than it fixes? -Dave --- >8 ---- List
2018 Apr 27
0
[RFC][PATCH] Remove private symbols from Vorbis shared libs
...psy_free _vi_psy_free _vorbis_apply_window vorbis_bitrate_clear vorbis_bitrate_init vorbis_bitrate_managed _vorbis_block_alloc _vorbis_block_ripcord vorbis_book_clear vorbis_book_codelen vorbis_book_codeword vorbis_book_decode vorbis_book_decodev_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...