Displaying 2 results from an estimated 2 matches for "_book_unquantize".
2018 Apr 27
0
[RFC][PATCH] Remove private symbols from Vorbis shared libs
...symbols which are
not present in it's public header (for a total of 85 symbols, see
attach). Would it make sense to filter them via -fvisibility=hidden
and -Wl,--version-script? I attached a draft patch.
Best regards,
Yury Gribov
-------------- next part --------------
_book_maptype1_quantvals
_book_unquantize
__bss_start
drft_backward
drft_clear
drft_forward
drft_init
_edata
_end
_fini
_float32_pack
_float32_unpack
floor0_exportbundle
floor1_encode
floor1_exportbundle
floor1_fit
floor1_interpolate_fit
_floor_P
_init
_make_words
mapping0_exportbundle
_mapping_P
mdct_backward
mdct_clear
mdct_forward
mdct_...
2005 Apr 22
0
segfault on oggenc
...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 /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:2...