Displaying 20 results from an estimated 1000 matches similar to: "Please last call this individual draft (fwd)"
2003 Feb 11
1
RFC-to-be: <draft-walleij-ogg-mediatype-08.txt> (fwd)
The transport type application/ogg may now be used in applications. The
IANA has assigned it in their namespace, so start adding it at will.
See mail below.
Linus
---------- Forwarded message ----------
Date: Mon, 10 Feb 2003 12:23:47 -0800
From: IANA <iana@iana.org>
To: triad@df.lth.se
Cc: Allison Mankin <mankin@psg.com>, Scott Bradner <sob@harvard.edu>
Subject: RFC-to-be:
2003 Jan 27
3
application/ogg is a proposed Internet standard.
The IETF passed the application/ogg MIME type some days ago. I couldn't
bring you the news earlier because of the MS SQL worm that has been
wreaking havoc all over my local networks.
The IETF wants some clarifications in Silivias draft for the Ogg stream
format, but apart from that I think it will also be passed soon.
The RFC and IANA registration of this mimetype will probably be published
2001 Aug 15
3
packetizing an ogg stream
Hi,
I am not sure if this is the right mailinglist (since I have an ogg problem
not a vorbis).....
I am looking for some pointers on how to packetize an ogg stream.
My idea is to use udp packets for transport, so I would need a way that
would minimalize the impact of lost packets.
Are there any code examples out there for this?
Thanks,
Jeroen
p.s. Please cc me, I am not subscribed to this
2001 Aug 15
3
packetizing an ogg stream
Hi,
I am not sure if this is the right mailinglist (since I have an ogg problem
not a vorbis).....
I am looking for some pointers on how to packetize an ogg stream.
My idea is to use udp packets for transport, so I would need a way that
would minimalize the impact of lost packets.
Are there any code examples out there for this?
Thanks,
Jeroen
p.s. Please cc me, I am not subscribed to this
2003 Jan 11
3
Update on IETF Internet-Drafts
Good day,
FYI, I've just sent the attached email to IETF to progress our I-Ds.
There are also links to updated documents in this email.
Cheers,
Silvia.
-------- Original Message --------
Subject: New I-Ds for Ogg technologies (Vorbis over RTP, Ogg file
format, Mimetypes)
Date: Sun, 12 Jan 2003 01:36:31 +1100
From: Silvia Pfeiffer <Silvia.Pfeiffer@csiro.au>
Organization: CSIRO
To: AVT
2003 Jan 11
3
Update on IETF Internet-Drafts
Good day,
FYI, I've just sent the attached email to IETF to progress our I-Ds.
There are also links to updated documents in this email.
Cheers,
Silvia.
-------- Original Message --------
Subject: New I-Ds for Ogg technologies (Vorbis over RTP, Ogg file
format, Mimetypes)
Date: Sun, 12 Jan 2003 01:36:31 +1100
From: Silvia Pfeiffer <Silvia.Pfeiffer@csiro.au>
Organization: CSIRO
To: AVT
2005 Dec 16
2
Shared code for controllers
Hi,
I think that this is made from a plugin or something in /lib/, but i really
don''t know which is the better way:
I have this in my MediasController:
def mediatype_medias_options
if params[:id]
begin
@mediatype = MediaType.find(params[:id])
render :inline => "<%= options_from_collection_for_select @
mediatype.medias, ''id'',
2019 Oct 23
2
[PATCH] drm/simple-kms: Standardize arguments for callbacks
Passing the wrong type feels icky, everywhere else we use the pipe as
the first parameter. Spotted while discussing patches with Thomas
Zimmermann.
v2: Make xen compile correctly
Acked-By: Thomas Zimmermann <tzimmermann at suse.de> (v1)
Cc: Thomas Zimmermann <tzimmermann at suse.de>
Cc: Noralf Tr?nnes <noralf at tronnes.org>
Cc: Gerd Hoffmann <kraxel at redhat.com>
Cc:
2019 Oct 23
2
[PATCH] drm/simple-kms: Standardize arguments for callbacks
Passing the wrong type feels icky, everywhere else we use the pipe as
the first parameter. Spotted while discussing patches with Thomas
Zimmermann.
v2: Make xen compile correctly
Acked-By: Thomas Zimmermann <tzimmermann at suse.de> (v1)
Cc: Thomas Zimmermann <tzimmermann at suse.de>
Cc: Noralf Tr?nnes <noralf at tronnes.org>
Cc: Gerd Hoffmann <kraxel at redhat.com>
Cc:
2018 Nov 21
2
[PATCH 0/9] drm: remove deprecated functions
On Thu, Nov 15, 2018 at 11:38:35PM +0100, Linus Walleij wrote:
> On Thu, Nov 15, 2018 at 11:17 PM Fernando Ramos <greenfoo at gluegarage.com> wrote:
>
> > One of the things in the DRM TODO list ("Documentation/gpu/todo.rst") was to
> > "switch from reference/unreference to get/put". That's what this patch series is
> > about.
>
> The
2018 Nov 21
2
[PATCH 0/9] drm: remove deprecated functions
On Thu, Nov 15, 2018 at 11:38:35PM +0100, Linus Walleij wrote:
> On Thu, Nov 15, 2018 at 11:17 PM Fernando Ramos <greenfoo at gluegarage.com> wrote:
>
> > One of the things in the DRM TODO list ("Documentation/gpu/todo.rst") was to
> > "switch from reference/unreference to get/put". That's what this patch series is
> > about.
>
> The
2024 Feb 13
2
[PATCH v2 3/8] fbdev: Do not include <linux/backlight.h> in header
Forward declare struct backlight_device and remove the include
statement.
Signed-off-by: Thomas Zimmermann <tzimmermann at suse.de>
Reviewed-by: Jani Nikula <jani.nikula at intel.com>
---
include/linux/fb.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/linux/fb.h b/include/linux/fb.h
index 2ce2f5c2fca9a..7380d959c5d53 100644
--- a/include/linux/fb.h
+++
2020 Feb 26
2
(no subject)
On Wed, Feb 26, 2020 at 01:08:06PM +0100, Linus Walleij wrote:
> On Wed, Feb 26, 2020 at 12:57 PM Ville Syrj?l?
> <ville.syrjala at linux.intel.com> wrote:
> > On Tue, Feb 25, 2020 at 10:52:25PM +0100, Linus Walleij wrote:
>
> > > I have long suspected that a whole bunch of the "simple" displays
> > > are not simple but contains a display
2003 Feb 13
5
Ogg MIME types scheme
Hello everybody,
I hope to finish this MIME types discussion with these conclusions -
it's taken enough bandwidth on these lists :). So here's a generic MIME
types scheme that we all seem to be able to agree on and all that is
needed for the moment.
---
1) Ogg encapsulated files:
Any data that is encapsulated in an Ogg container will us the MIME type:
application/ogg
(as already
2003 Feb 13
5
Ogg MIME types scheme
Hello everybody,
I hope to finish this MIME types discussion with these conclusions -
it's taken enough bandwidth on these lists :). So here's a generic MIME
types scheme that we all seem to be able to agree on and all that is
needed for the moment.
---
1) Ogg encapsulated files:
Any data that is encapsulated in an Ogg container will us the MIME type:
application/ogg
(as already
2003 Feb 13
5
Ogg MIME types scheme
Hello everybody,
I hope to finish this MIME types discussion with these conclusions -
it's taken enough bandwidth on these lists :). So here's a generic MIME
types scheme that we all seem to be able to agree on and all that is
needed for the moment.
---
1) Ogg encapsulated files:
Any data that is encapsulated in an Ogg container will us the MIME type:
application/ogg
(as already
2001 May 14
4
audio/vorbis media type registration
This is the first draft of the audio/vorbis media registration form to be
handled to the IANA. PLEASE comment extensively, even minor spelling
mistakes etc are to be stamped out of this I hope.
A media type for application/ogg (or should it be
application/oggsquish?) will be created separately.
I would be very happy if someone could supply the 4-letter filetype code
used by MacIntosh .ogg files.
2009 Sep 16
3
find_by_sql - multiple selects, same statement SQL error
I''m trying to get the following statement to work using variable
substitution (it works if hard-code the where (med_type) param in the
inner SQL statement):
med_type = ''game''
@mediaformats = MediaFormat.find_by_sql("select * from media_formats
where media_formats.media_type_id = (select media_type_id from
media_types where media_type = ?, :med_type) order by
2020 Feb 26
2
(no subject)
Subject: Re: [PATCH 04/12] drm: Nuke mode->vrefresh
Message-ID: <20200226115708.GH13686 at intel.com>
References: <20200219203544.31013-1-ville.syrjala at linux.intel.com>
<CGME20200219203620eucas1p24b4990a91e758dbcf3e9b943669b0c8f at eucas1p2.samsung.com>
<20200219203544.31013-5-ville.syrjala at linux.intel.com>
<0f278771-79ce-fe23-e72c-3935dbe82d24 at
2003 May 09
1
OH323 Channel Driver buffer sizes
Hello!
Anyone with some insight into the oh323 channel driver please shed
some light on the code block below from wrapendpoint.cxx.
When enabling trace on the channel driver i get this, for me, strange
debug info:
WrapH323EndPoint::OpenAudioChannel: Direction => PLAYER, Buffer => 320
WrapH323EndPoint::OpenAudioChannel: FrameSize 8, FrameTime 8, TimeUnits
8