Displaying 7 results from an estimated 7 matches for "x80kate".
2008 Jun 07
2
How Ogg mappings translate into the codecs parameter in Ogg media types
"Silvia Pfeiffer" <silviapfeiffer1 at gmail.com> wrote:
...
> Also, it would be good if we can keep
> our magic numbers to the first 8 bytes.
So Kate and Yuv4mpeg both need to be trimmed.
...
>>> char[9]: '\x80kate\0\0\0\0' | kate
>>> char[9]: 'YUV4MPEG2' | yuv4mpeg
Regards,
Martin
--
Martin J Leese
E-mail: martin.leese stanfordalumni.org
Web: http://members.tripod.com/martin_leese/
2008 May 29
3
How Ogg mappings translate into the codecs parameter in Ogg media types
2008/5/29 Ralph Giles <giles at xiph.org>:
> On 28-May-08, at 6:20 PM, Conrad Parker wrote:
>
>> /* TODO: this should check against 42 for the relevant version numbers */
>> if (op->bytes < 41) return 0;
>
> I gather this means the USE_THEORA_PRE_ALPHA_3_FORMAT #if should instead be
> based on the length of the header packet. I'm not sure why you're
2008 May 26
2
How Ogg mappings translate into the codecs parameter in Ogg media types
On 5/26/08, ogg.k.ogg.k at googlemail.com <ogg.k.ogg.k at googlemail.com> wrote:
>> char[8]: 'kate\0\0\0\0' | kate
>
> This is incorrect, should be:
>
> char[9]: '\x80kate\0\0\0\0' | kate
The last one is how it's listed on ogginfo code, but the first one
(char[8]) is how it's described in the wiki page. I thought the
latter would be more correct. If not, you should revise the wiki
page.
Thanks for the help, everyone. I'm committing changes bas...
2008 Jun 12
2
How Ogg mappings translate into the codecs parameter in Ogg media types
..., ogg.k.ogg.k at googlemail.com
<ogg.k.ogg.k at googlemail.com> wrote:
>
>>> Also, it would be good if we can keep
>>> our magic numbers to the first 8 bytes.
>>
>> So Kate and Yuv4mpeg both need to be trimmed.
>> ...
>>>>> char[9]: '\x80kate\0\0\0\0' | kate
>
> After thinking about it, if deemed to be helpful, I can switch
> the signature to "\x80kate\0\0\0" and mandate a reserved
> 0 byte field following it. The actual bitstream format would
> not change, only the interpretation of the magic.
>
> I&...
2008 May 24
5
How Ogg mappings translate into the codecs parameter in Ogg media types
Hello list,
We have recently introduced the codecs (optional) parameter on the Ogg
media types for easier identification of encapsulated codecs in
conditions were it's not feasable to examine the streams directly.
I received a comment from the IESG that we should have some sort of
list to describe how Ogg mapping strings translate to codec parameter
strings, so I went ahead and compiled a
2008 Jun 06
3
How Ogg mappings translate into the codecs parameter in Ogg media types
...39;CMML\0\0\0\0' | cmml
> char[8]: '\211PNG\r\n\032\n' | png
> char[8]: '\212MNG\r\n\032\n' | mng
> char[8]: '\213JNG\r\n\032\n' | jng
> char[8]: 'CELT ' | celt
> char[8]: 'PCM ' | pcm
> char[9]: '\x80kate\0\0\0\0' | kate
> char[9]: 'YUV4MPEG2' | yuv4mpeg
>
> (Don't expect it to look pretty without a monospaced font)
>
> -Ivo
> _______________________________________________
> ogg-dev mailing list
> ogg-dev at xiph.org
> http://lists.xiph.org/mailm...
2008 May 30
3
How Ogg mappings translate into the codecs parameter in Ogg media types
...39;CMML\0\0\0\0' | cmml
> char[8]: '\211PNG\r\n\032\n' | png
> char[8]: '\212MNG\r\n\032\n' | mng
> char[8]: '\213JNG\r\n\032\n' | jng
> char[8]: 'CELT ' | celt
> char[8]: 'PCM ' | pcm
> char[9]: '\x80kate\0\0\0\0' | kate
> char[9]: 'YUV4MPEG2' | yuv4mpeg
>
> (Don't expect it to look pretty without a monospaced font)
>
> -Ivo
> _______________________________________________
> ogg-dev mailing list
> ogg-dev at xiph.org
> http://lists.xiph.org/mailm...