search for: oggpack_writeinit

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

Did you mean: _oggpack_writeinit
2006 Jan 13
2
libogg2 issue in revision 10730
hi all I found that in the revision 10730 of the libogg2 library it is impossible to do bitpacking. this is due to the implementation of the (at least) two functions oggpack_writeinit() and oggpack_readinit(). they both take an (oggpack_buffer *) as an argument and immediately erase all it's contents: void oggpack_readinit(oggpack_buffer *b,ogg_reference *r){ memset(b,0,sizeof(*b)); b->tail=b->head=r; b->count=0; b->headptr=b->head->buffer->dat...
2005 Aug 05
0
libtheora test suite
...... ---- + Initializing theora_state for encoding ... ---- + Clearing theora_state ... ---- + Clearing theora_info struct ... ==9720== ==9720== 256 bytes in 1 blocks are definitely lost in loss record 1 of 1 ==9720== at 0x1B90659D: malloc (vg_replace_malloc.c:130) ==9720== by 0x1B9357E4: oggpack_writeinit (bitwise.c:41) ==9720== by 0x1B93582E: oggpackB_writeinit (bitwise.c:47) ==9720== by 0x1B9213CE: theora_encode_init (encoder_toplevel.c:845) ==9720== by 0x8048735: noop_test_encode (noop.c:15) ==9720== by 0x804886D: main (noop.c:62) PASS: noop ---- + Initializing theora_comment ... ---...
2008 Aug 28
0
Error while cross compiling libvorbis 1.2.0
...eam_pagein' decoder_example.o(.text+0x508): undefined reference to `ogg_stream_packetout' decoder_example.o(.text+0x5c4): undefined reference to `ogg_sync_clear' ../lib/.libs/libvorbis.so: undefined reference to `oggpack_writetrunc' ../lib/.libs/libvorbis.so: undefined reference to `oggpack_writeinit' ../lib/.libs/libvorbis.so: undefined reference to `oggpack_look' ../lib/.libs/libvorbis.so: undefined reference to `oggpack_bytes' ../lib/.libs/libvorbis.so: undefined reference to `oggpack_writeclear' ../lib/.libs/libvorbis.so: undefined reference to `oggpack_adv' ../lib/.libs...