search for: unencapsul

Displaying 14 results from an estimated 14 matches for "unencapsul".

Did you mean: encapsul
2007 Sep 12
0
Ogg metadata stream embedding
I suggest using the solution that CMML has come to use. The XML file is essentially the same as an unencapsulated physical bitstream. Then there is a mapping into a logical bitstream, where some of the default information - in particular the XML header - are split off and put into the bos packet - nothing really needs to go into the eos packet. There's also a magic number and a version number. Also,...
2003 Nov 22
0
SYSLINUX 2.07-pre10 released
I have put out a 2.07-pre10; this version recognizes vendor-encapsulated (a.k.a. vendor-option-space) PXELINUX options as well as unencapsulated (a.k.a. site-option-space) PXELINUX options. Please try it out... I'd like to release 2.07 no later than Monday. ftp://ftp.kernel.org/pub/linux/utils/boot/syslinux/Testing/ -hpa
2003 Nov 23
0
SYSLINUX 2.07 released
...ata" when using compressed disk images. * SYSLINUX: Updates for the win32 installer (from Lars Munch.) * PXELINUX: PXELINUX-specific options are now recognized both in a vendor-option-space (a.k.a. type 43 encapsulated) as well as in a site-option-space (unencapsulated.) * COM32: Don't crash when DS != 0. * COMBOOT/COM32: Make file reading work correctly. Thanks to Phung Chi Kien for submitting a test program. -hpa
2007 Mar 28
3
class imports?
I have a lot of this going on: -- class lighttpd { import "lighttpd.pp" } class mysql { import "mysql.pp" } class nagios { import "nagios.pp" } class netdisco { import "netdisco.pp" } class nfs_server { import "nfs.pp"} class openldap { import "openldap.pp" } -- But my client is trying to realize all of these, even though I
2007 Sep 11
2
Ogg metadata stream embedding
Another spin-off discussion. The scheme used on <http://wiki.xiph.org/index.php/Metadata> was to packetize XML (split it up into packets at the root level, each of which was self contained (the terminology has temporarily abandoned me), and have the bos packet as the opening <?xml &c. stanza, the eos a </xml>. It is probably more sensible to include a magic number identifying
2004 Apr 24
2
Is this a bug in ogg ?
I have a problem i suspect to be a bug in ogg: Assume i have a simple archive "chou_s_test1_test2.pak", created by simply concatenating binary files together: chou_s.jpg (3403 bytes) test1.ogg (5196 bytes) test2.ogg (6128 bytes) If i place the a filepointer passed to ov_open to the beginning of test1.ogg, this ogg gets opened and decoded correctly. But if i place it to the beginning
2008 Jan 22
10
IPSEC VPN to VPN firewalling problem
Dear Shorewall Users :-) I''ve been playing with shorewall for some time now - I found it really interesting and easy tool to organise all the rules and so on (beforethat I''ve been using simple iptables rules in shell script ;-) Generally it''s quite easy to be used, but anyway found one problem which I cannot handle myself - or in other words - cannot find appropriate
2003 Mar 02
1
Final Ogg 1.0 submission to IETF
...describes the Ogg bitstream format and how to use it to encapsulate one or several media bitstreams created by one or several encoders. The Ogg transport bitstream is designed to provide framing, error protection and seeking structure for higher-level codec streams that consist of raw, unencapsulated data packets, such as the Vorbis audio codec or the upcoming Tarkin and Theora video codecs. It is capable of interleaving different binary media and other time-continuous data streams that are prepared by an encoder as a sequence of data packets. Ogg provides enough information t...
2003 Mar 02
1
Final Ogg 1.0 submission to IETF
...describes the Ogg bitstream format and how to use it to encapsulate one or several media bitstreams created by one or several encoders. The Ogg transport bitstream is designed to provide framing, error protection and seeking structure for higher-level codec streams that consist of raw, unencapsulated data packets, such as the Vorbis audio codec or the upcoming Tarkin and Theora video codecs. It is capable of interleaving different binary media and other time-continuous data streams that are prepared by an encoder as a sequence of data packets. Ogg provides enough information t...
2009 Jul 03
0
Wine release 1.1.25
...Don't return garbage from the GdipCreateHBITMAPFromBitmap stub. preloader: Reserve addresses only up to 0x68000000, that should be enough for ole32. makefiles: Remove the no longer used SPEC_SRCS variable from 16-bit makefiles. widl: Skip the existing correlation descriptor on unencapsulated unions when generating a different one. widl: Struct alignment should be the largest alignment of all the struct members. widl: Take into account structure field alignment when computing offsets. widl: An ENUM16 is 32-bit wide in memory. make_makefiles: Automatically upd...
2008 Jul 11
0
Wine release 1.1.1
...rt.h should be included first. ntdll: Only recompose Unicode on Mac OS when using utf-8. ntdll: Don't bother to check the file name against the mask if stat() succeeded. Revert "wpp: config.h and wine/port.h should be included first." widl: Add some support for unencapsulated unions that need a conformance descriptor. services.exe: Pass the service name as first argument when auto-starting services. winex11: Get rid of the XKB initialisation workaround now that we no longer use XInitThreads. winex11: Check for XKB extension on the GDI display too....
2003 Feb 13
2
Changes to Ogg format IETF I-D
...describes the Ogg bitstream format and how to use it to encapsulate one or several media bitstreams created by one or several encoders. The Ogg transport bitstream is designed to provide framing, error protection and seeking structure for higher-level codec streams that consist of raw, unencapsulated data packets, such as the Vorbis audio codec or the upcoming Tarkin and Theora video codecs. It is capable of interleaving different binary media and other time-continuous data streams that are prepared by an encoder as a sequence of data packets. Ogg provides enough information t...
2003 Feb 13
2
Changes to Ogg format IETF I-D
...describes the Ogg bitstream format and how to use it to encapsulate one or several media bitstreams created by one or several encoders. The Ogg transport bitstream is designed to provide framing, error protection and seeking structure for higher-level codec streams that consist of raw, unencapsulated data packets, such as the Vorbis audio codec or the upcoming Tarkin and Theora video codecs. It is capable of interleaving different binary media and other time-continuous data streams that are prepared by an encoder as a sequence of data packets. Ogg provides enough information t...
2009 Jan 30
0
Wine release 1.1.14
...n't display window info for hooks that don't contain a window. user32/tests: Make the DC test window top-most. Ignore an extra WM_MOUSEMOVE. user32/tests: Don't try to do hook tests if we can't set hooks. widl: We need an offset after the correlation descriptor for unencapsulated unions. comcat/tests: Skip tests if we can't create a test category. gdi32/tests: Fix the mapping test to handle the more precise LOMETRIC settings on Vista. user32/tests: Fix various failures in the monitor test. user32/tests: Ignore some more messages. user32...