search for: oggz_err_bad_serialno

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

2013 May 20
2
libfishsound: Bug in fish_sound_flush
I apologize if this is the wrong list for this, but after searching the available lists at xiph.org, this is the closest I could find. I ran into a bug in the example fishsound-encode.c program where it gets OGGZ_ERR_BAD_SERIALNO errors from oggz: fish_sound_flush (fsound); oggz_run (oggz); oggz_close (oggz); fish_sound_delete (fsound); After debugging, it appears that fish_sound_flush() doesn't actually flush anything from the codec, so the succeeding oggz_run() doesn't write the final packets to the og...
2013 May 21
0
libfishsound: Bug in fish_sound_flush
...1 May 2013 00:17, Bob Ingraham <bobi at ingrahams.us> wrote: > I apologize if this is the wrong list for this, but after searching the > available lists at xiph.org, this is the closest I could find. > > I ran into a bug in the example fishsound-encode.c program where it gets > OGGZ_ERR_BAD_SERIALNO errors from oggz: > > fish_sound_flush (fsound); > oggz_run (oggz); > > oggz_close (oggz); > > fish_sound_delete (fsound); > > After debugging, it appears that fish_sound_flush() doesn't actually flush > anything from the codec, so the succeeding oggz_run()...
2008 Feb 15
1
Oggz 0.9.7 Release
...a packet_type argument. Deprecate oggz_comment_generate(). * Added oggz_stream_get_numheaders(), implemented for all known codecs * oggz_serialno_new() now only generates serialnos which will fit within a 32bit integer. * oggz_write_feed() now fails with OGGZ_ERR_BAD_SERIALNO if it is passed a serialno outside of the 32bit range. * Added OGGZ_CONTENT_CELT to the public OggzStreamContent enum. Internal: * Fixed a bunch of x86-64 compiler warnings. (Erik de Castro Lopo) * Updated acinclude.m4 to latest ogg.m4. (Ivo Gon??alves) *...
2008 Feb 15
1
Oggz 0.9.7 Release
...a packet_type argument. Deprecate oggz_comment_generate(). * Added oggz_stream_get_numheaders(), implemented for all known codecs * oggz_serialno_new() now only generates serialnos which will fit within a 32bit integer. * oggz_write_feed() now fails with OGGZ_ERR_BAD_SERIALNO if it is passed a serialno outside of the 32bit range. * Added OGGZ_CONTENT_CELT to the public OggzStreamContent enum. Internal: * Fixed a bunch of x86-64 compiler warnings. (Erik de Castro Lopo) * Updated acinclude.m4 to latest ogg.m4. (Ivo Gon??alves) *...