search for: subpictur

Displaying 7 results from an estimated 7 matches for "subpictur".

Did you mean: subpicture
2003 Jan 02
0
Re: Ogg Internet Drafts - create application/ogg-vor bis, application/ogg-tarkin, etc.
...reate standards for the extra extensions. So, let's say we wanted to have one type of file that may only contain Theora and Vorbis tracks. We could give that the video extra extension. If we wanted to create a new kind of file that would contain subtitles and closed-captioning, we could add the subpicture extension. So, a movie with a subtitle, Vorbis and Theora track would be called movie.subpicture.video.ogg You could, of course, end up with very long file names, but the type of file it is would be immediately recognizable by both software and user, and it would be very easy to mirror the file...
2000 Nov 06
1
Re: I'd like to join the OVD project
...s to blocks of data, with > testing block available.) This isn't quite as robust for streaming data > where the integrity is suspect, and resyncing after a garbled frame can > cause some problems. There are some good features to this, however. This (along with MNG) would make a good subpicture format as well. Multiple layers of subpictures with transparency and animation should accomodate a lot of things that have been done with DVD plus a bit more. > C) XML data format style (plain text editable) This has the added > advantage that we can create content with a simple text edito...
2000 Nov 08
0
Re: [livid-dev] Re: some comments on the ovd proposal
...ikely OS support you can lean on. I'd build embedded players the same way, but not everyone does. Because of that, the common desire for exact presentation control, and the power it offers for separate encoding of overlays, I think it's also reasonable to allow punting directly to a raster subpicture format as well. The proposal of included fonts strikes me as poor factorization. Pursuit of quality or features leads either to something like mng or to a general (but probably bad) vector graphics format. Drawing the line at some point before feels like an arbitrary limitation. And note that it&...
2000 Oct 19
1
streaming: some idea's
Greetings, A couple of weeks ago, there was here a discussion about streaming. Here is two things that I would like to add to the discussion: meta-streaming and control-streaming. (Althou I do not think my ideas are that new) * First metastreaming: If you look at DVB (Digital Video Broadcasting), one of nice features (apart from it being a European standard ;-)) is the existing of a meta-stream.
2010 Apr 11
1
[PATCH 2/2] drm/nv04: Implement missing nv04 PGRAPH methods in software.
...lse, NULL }, - { 0x004a, false, nv04_graph_mthds_gdirect }, /* gdirect */ - { 0x005f, false, nv04_graph_mthds_imageblit }, /* imageblit */ - { 0x0061, false, nv04_graph_mthds_set_operation }, /* ifc */ - { 0x0077, false, nv04_graph_mthds_set_operation }, /* sifm */ + { 0x0038, false, NULL }, /* dvd subpicture */ + { 0x0039, false, NULL }, /* m2mf */ + { 0x004b, false, nv04_graph_mthds_nv03_gdirect }, /* nv03 gdirect */ + { 0x004a, false, nv04_graph_mthds_nv04_gdirect }, /* nv04 gdirect */ + { 0x001f, false, nv04_graph_mthds_nv01_imageblit }, /* nv01 imageblit */ + { 0x005f, false, nv04_graph_mthds_nv04...
2010 Apr 11
1
[PATCH 1/2] drm/nouveau: Use 0x5f instead of 0x9f as imageblit on original NV10.
Signed-off-by: Marcin Ko?cielnicki <koriakin at 0x04.net> --- drivers/gpu/drm/nouveau/nv04_fbcon.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/gpu/drm/nouveau/nv04_fbcon.c b/drivers/gpu/drm/nouveau/nv04_fbcon.c index 813b25c..7cf9287 100644 --- a/drivers/gpu/drm/nouveau/nv04_fbcon.c +++ b/drivers/gpu/drm/nouveau/nv04_fbcon.c @@ -236,7 +236,7 @@
2010 Aug 06
4
nv vpe video decoder
Hello, I have my work on the nv vpe video decoder in a functional state. In case you didn't know this decoder accelerates mpeg2 video at the idct/mc level. I have verified that it works on nv40 hardware. I believe it works on nv30 hardware (and maybe some earlier hardware), but I cannot verify since I have none. I will reply with patches against the kernel, drm, ddx and mesa for