Displaying 7 results from an estimated 7 matches for "oggz_run".
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 oggz queue.
Then, the oggz_close() is executed.
However, th...
2013 May 21
0
libfishsound: Bug in fish_sound_flush
...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 oggz queue.
>
> Th...
2009 Jun 15
2
oggz-chop gives segmentation fault
...0x00007f9e5d2f0092 in memcpy () from /lib/libc.so.6
#1 0x0000000000403698 in ?? ()
#2 0x000000000040262e in ?? ()
#3 0x000000000040285d in ?? ()
#4 0x00007f9e5da6e144 in ?? () from /usr/lib/liboggz.so.1
#5 0x00007f9e5da6e516 in oggz_read () from /usr/lib/liboggz.so.1
#6 0x00007f9e5da6bf05 in oggz_run () from /usr/lib/liboggz.so.1
#7 0x0000000000401d5e in ?? ()
#8 0x000000000040433d in ?? ()
#9 0x00007f9e5d28a5a6 in __libc_start_main () from /lib/libc.so.6
#10 0x0000000000401ba9 in ?? ()
#11 0x00007fff65e961c8 in ?? ()
#12 0x000000000000001c in ?? ()
#13 0x0000000000000006 in ?? ()
#14 0x0000...
2009 Aug 24
2
oggz reading & seeking
??????? I've rewritten my theora player using liboggz. I've stumbled upon a few issues though. First of all liboggz exposes oggz_read and oggz_run, but how can i read only sound data, or only video data using liboggz, say something like this: oggz_read_sound(1024), oggz_read_video(1024).
? ? ? ?? Second of all i tried using liboggz's seek function. Immediately after the seek i get some "garbage" frames: how can i address this is...
2013 May 20
0
libfishsound/liboggz: How to properly set e_o_s marker when encoding?
...sm within FishSound to do this.
After thinking about it, I decided a good approach might be:
a. fish_sound_flush()
b. Let the callback queue all remaining packets via oggz_write_feed()
c. Manually set the e_o_s packet on the final packet in each oggz
internal stream queue.
d. Call oggz_run() to flush the queues to the output file.
Of course, this requires creating my own oggz function in order to gain
access to the internal per-stream queues.
But before I go that route:
a. Is this the best way to accomplish e_o_s handling?
b. Is the un-exported oggz_set_eos() function suppo...
2006 Feb 13
0
Oggz 0.9.4 Released
...vailable as a source tarball at:
http://www.annodex.net/software/liboggz/download/liboggz-0.9.4.tar.gz
Many of the improvements in this release were driven by development of the
new Annodex Media Validation Service: http://validator.annodex.org/
New in this release:
* liboggz: Added new oggz_run() convenience function
- equivalent to calling oggz_read() or oggz_write() in a loop,
but only returns upon completion or error
- added new oggz_run_set_blocksize() function
- updated libtool shared version info to 3:0:2
* liboggz: Improved callback...
2006 Feb 13
0
Oggz 0.9.4 Released
...vailable as a source tarball at:
http://www.annodex.net/software/liboggz/download/liboggz-0.9.4.tar.gz
Many of the improvements in this release were driven by development of the
new Annodex Media Validation Service: http://validator.annodex.org/
New in this release:
* liboggz: Added new oggz_run() convenience function
- equivalent to calling oggz_read() or oggz_write() in a loop,
but only returns upon completion or error
- added new oggz_run_set_blocksize() function
- updated libtool shared version info to 3:0:2
* liboggz: Improved callback...