Displaying 5 results from an estimated 5 matches for "packet_buffer".
2008 Nov 23
2
ogg dirac granulepos in oggz tools
...avid Flynn <davidf+nntp at woaf.net>:
> On a slightly unrelated note, i keep hitting the following error in
> liboggz when using the oggz tools on an ogg dirac stream:
>
> /home/davidf/project/liboggz/src/liboggz/oggz.c:202: oggz_close:
> Assertion `oggz_dlist_is_empty(oggz->packet_buffer)' failed.
>
> I'll supply an example file tomorrow if that would be of help.
>
> Any thoughts?
I expect that will be in the code that tries to calculate granulepos
when it is not present on the page, which is actually unecessary for
this mapping -- so I expect it will be straig...
2008 Nov 25
0
ogg dirac granulepos in oggz tools
...f+nntp at woaf.net>:
>> On a slightly unrelated note, i keep hitting the following error in
>> liboggz when using the oggz tools on an ogg dirac stream:
>>
>> /home/davidf/project/liboggz/src/liboggz/oggz.c:202: oggz_close:
>> Assertion `oggz_dlist_is_empty(oggz->packet_buffer)' failed.
> I expect that will be in the code that tries to calculate granulepos
> when it is not present on the page, which is actually unecessary for
> this mapping -- so I expect it will be straightforward to fix.
> Of course the file will be necessary to debug it :-)
Solved. T...
2008 Nov 21
6
ogg dirac granulepos in oggz tools
2008/11/21 David Flynn <davidf+nntp at woaf.net>:
> On 2008-11-21, Conrad Parker <conrad at metadecks.org> wrote:
>> 2008/11/15 David Flynn <davidf+nntp at woaf.net>:
>>> On 2008-11-14, Conrad Parker <conrad at metadecks.org> wrote:
>>>> It seems oggz chop, merge and sort will need some attention to deal
>>>> with the Dirac
2010 Apr 29
0
liboggz release 1.0.2 (1.0-stable series)
...#487519, #559338 and Debian bug #557537.
Additionally, vorbiscomment parsing was modified to tolerate comments which
lack a value, ie. of form "KEY=" and "KEY".
Changes
=======
The following changes since Release 1.0.1:
Conrad Parker (16):
Mozilla 498380: free oggz->packet_buffer on close
Mozilla #496063: Infinite loop shutting down video during a seek operation
Mozilla #487519: Crash in vorbis_synthesis
tests: allow NULL-valued comments
Allow NULL-value comments, and form "KEY="
add TODO file with tasks and ideas for improvement....
2010 Apr 29
0
liboggz release 1.1.1
...Debian bug #557537.
Additionally, vorbiscomment parsing was modified to tolerate comments which
lack a value, ie. of form "KEY=" and "KEY".
Details
=======
This release contains the following changes since version 1.1.0:
Conrad Parker (18):
Mozilla 498380: free oggz->packet_buffer on close
Mozilla #496063: Infinite loop shutting down video during a seek operation
Mozilla #487519: Crash in vorbis_synthesis
tests: allow NULL-valued comments
Allow NULL-value comments, and form "KEY="
add TODO file with tasks and ideas for improvement....