Displaying 3 results from an estimated 3 matches for "oggzstreamcont".
2008 Jul 31
1
oggz fixes for macos
...h (don't know if they're related to your changes):
>
> oggz.c: In function 'oggz_content_type':
> oggz.c:623: warning: comparison of unsigned expression < 0 is  
> always false
This is an array bounds guard. I guess it's defensive programming vs  
warning. Making OggzStreamContent a (signed) int is probably the  
safest, but I don't know the rules for enums.
> oggz-chop.c: In function 'read_plain':
> oggz-chop.c:562: warning: passing argument 1 of 'ogg_page_granulepos'
> discards qualifiers from pointer target type
> oggz-chop.c:563: warni...
2008 Feb 15
1
Oggz 0.9.7 Release
...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)
        * Added basic support for (experimental) Ogg mapping for CELT codec.
        * libtool shared version info updated to 5:0:4
oggz...
2008 Feb 15
1
Oggz 0.9.7 Release
...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)
        * Added basic support for (experimental) Ogg mapping for CELT codec.
        * libtool shared version info updated to 5:0:4
oggz...