Movatterモバイル変換


[0]ホーム

URL:


US10200744B2 - Overlay rendering of user interface onto source video - Google Patents

Overlay rendering of user interface onto source video
Download PDF

Info

Publication number
US10200744B2
US10200744B2US15/139,166US201615139166AUS10200744B2US 10200744 B2US10200744 B2US 10200744B2US 201615139166 AUS201615139166 AUS 201615139166AUS 10200744 B2US10200744 B2US 10200744B2
Authority
US
United States
Prior art keywords
user interface
interactive user
client device
images
server
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
US15/139,166
Other versions
US20170055023A1 (en
Inventor
Ronald A. Brockmann
Onne Gorter
Anuj Dev
Gerritt Hiddink
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
ActiveVideo Networks Inc
Original Assignee
ActiveVideo Networks Inc
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by ActiveVideo Networks IncfiledCriticalActiveVideo Networks Inc
Priority to US15/139,166priorityCriticalpatent/US10200744B2/en
Publication of US20170055023A1publicationCriticalpatent/US20170055023A1/en
Application grantedgrantedCritical
Publication of US10200744B2publicationCriticalpatent/US10200744B2/en
Activelegal-statusCriticalCurrent
Anticipated expirationlegal-statusCritical

Links

Images

Classifications

Definitions

Landscapes

Abstract

A method of generating a blended output including an interactive user interface and one or more supplemental images. At a client device, a video stream containing an interactive user interface is received from a server using a first data communications channel configured to communicate video content and a command is transmitted to the server that relates to a user input received through the interactive user interface. In response to the transmitting, an updated user interface is received using the first data communications channel, and one or more supplemental images are received using a second data communications channel. Each supplemental image is associated with a corresponding transparency coefficient. The updated user interface and the one or more supplemental images are blended according to the transparency coefficient for each supplemental image to generate a blended output and the blended output is transmitted toward the display device for display thereon.

Description

RELATED APPLICATIONS
This application is a continuation of U.S. application Ser. No. 14/298,796, filed Jun. 6, 2014, which claims priority to U.S. Provisional Patent Application No. 61/832,069, entitled “Overlay Rendering of User Interface onto Source Video,” filed Jun. 6, 2013, which are hereby incorporated by reference in their entireties.
TECHNICAL FIELD
The present invention relates to interactive video distribution systems, and more particularly to blending a source video with an interactive user interface to generate a single image, where the source video and interactive user interface are separately provided.
BACKGROUND ART
It is known in the prior art to provide interactive user interfaces for television programs. Such interactive user interfaces include, for example, electronic program guides (EPG) that may be manipulated to search for broadcast programs or schedule recordings. Interactive user interfaces also include simple video games, menuing systems to access video on demand, and other similar such mechanisms.
Interactive user interfaces may be combined with source video, such as video on a broadcast or cable channel. There are two broad ways to combine such interfaces with source video: scale down the source video and fill the rest of the screen with the interactive user interface, or keep the source video full-screen but overlay the user interface onto the screen. As an example of the first combination, modern EPGs often show dynamically-generated channel information with a small preview window that shows video for a current channel. As an example of the second combination, television sets often provide volume controls as elements that overlay an area of the screen, typically near the bottom or along one side, while continuing to display the underlying source video content full-screen.
The latter method to combine user interfaces with source video can itself be broken into two different categories: opaque user interfaces and translucent, or partially transparent, user interfaces. Different techniques can be used for these different categories. For example, if it is known in advance that a user interface will be opaque, then the pixels of the underlying source video content may be discarded at the beginning of the overlay process. This ability to discard pixels simplifies processing of the overlays and permits compositing of the user interface directly into the source image. For certain block-based encoding schemes, compositing can be accomplished at a block level. However, for partially transparent user interfaces, the underlying pixels must be retained and blended with the user interface.
It is also known in the art to overlay images using blending. For purposes of the present disclosure, “blending” refers to a process of alpha compositing; that is, the process of combining two colors using a transparency coefficient, a. Using this technique, each pixel of each image may be viewed as being associated with four values: three color values and one alpha value, each between 0.0 and 1.0, either by storing these values per pixel or in a lookup table such as for example a palette. If the color values are red-green-blue, for example, then these four values are denoted RGBA. Alpha blending takes as input the RGBA values of a foreground pixel and a background pixel, and produces as output a pixel having RGBA values color(output)=α(f)*color(f)+(1−α(f)*color(b) and a(output)=α(f)+α(b)*(1−α(f), where α(f) and α(b) are the transparency coefficients of the foreground and background pixels, respectively. In other words, the colors and transparency coefficients of the output are a weighted average of the foreground and background pixel, using “α” as the weight. Thus, if α=0.0 in the foreground pixel, then the colors in the output pixel are the same as that of the background (that is, the foreground pixel is not visible). If α is increased from 0.0 toward 1.0, more of the foreground pixel becomes visible, until when α=1.0 the color of the output pixel is the same as that of the foreground pixel (that is, the background pixel is completely overlaid by the foreground pixel).
However, it is generally disadvantageous to blend user interfaces at the server (e.g., at a cable headend), for a number of reasons. First, a typical television provider will have hundreds of thousands or millions of subscribers, a significant portion of whom will, at any given time, require interactive user interfaces. Each subscriber may be watching a different source video, and blending all of these source videos with any number of user interfaces is a problem that does not scale well. Second, blending a user interface with a source video requires access to the pixels of the source video, but the source video that is broadcast is typically ingested from a content provider, encoded according to a transmission encoding that exceeds available computational power. Third, a significant latency may be caused by the blending process, creating an unacceptable ‘sluggishness’ in the response of the user interface.
SUMMARY OF THE EMBODIMENTS
Various embodiments of the invention overcome the disadvantages of blending, at the server, interactive user interfaces with underlying source video in two distinct ways. First, many client devices, such as set top boxes or smart televisions, have the ability to perform alpha blending. Thus, it is possible to transmit the user interface from a remote server, such as one found at a cable headend, to the client device, on demand and out-of-band using a separate protocol, such as a modified RFB or XRT protocol. Second, even if a client device does not have the ability to perform alpha blending locally, such blending can be accelerated at the remote server through a combination of image caching and reconstruction of the client device decoder state to the point where blending becomes a scalable operation.
Some implementations include a method of providing, at a client device, an interactive user interface for generating an output, for a display, that includes a source video and an interactive user interface. The method includes receiving, at a client device remote from a server, the source video from the server using a first data communications channel configured to communicate video content, wherein the first data communications channel comprises a quadrature amplitude modulation (QAM) protocol. Furthermore, the method includes transmitting to the server a command related to an interactive user interface, and receiving, in response to the transmitting, one or more images of the interactive user interface using a second data communications channel different from the first data communications channel, wherein the second data communications channel comprises a transmission control protocol over internet protocol (TCP/IP) protocol. The source video is blended with the received one or more images to generate an output, and the output is transmitted toward a display device for display thereon.
In some embodiments, the interactive user interface comprises a menu.
In some embodiments, the received video content is encoded using an MPEG specification, an AVS specification, or a VC-1 specification. Furthermore, in some embodiments, the one or more images of the interactive user interface are encoded using a bitmap (BMP) file format, a portable network graphics (PNG) file format, a joint photographic experts group (JPEG) file format, or a graphics interchange format (GIF) file format.
In some embodiments, each image of the one or more images is associated with a corresponding transparency coefficient, and wherein blending the source video with the received one or more images comprises blending according to the transparency coefficient.
In some embodiments, wherein the blending comprises blending in a spatial domain.
In another aspect, a method includes providing, at a server, an interactive user interface for generating a output, for a display, that includes the interactive user interface and a source video. The method includes transmitting frames of a source video toward a client device, remote from the server, using a data communications channel configured to communicate video content, while simultaneously buffering in a memory of the server a plurality of encoded frames from the source video for subsequent transmission to the client device. The buffered frames include a first frame that is intra-encoded and one or more additional frames that are inter-encoded based on the first frame. Responsive to receiving from the client device a command that relates to the interactive user interface, the method includes determining a buffered frame in the plurality of buffered frames that corresponds to a time associated with the command, and blending the determined frame with one or more images of the interactive user interface to generate an output. Using the data communications channel, the output is transmitted toward the client device for display on the display device.
In some embodiments, transmitting the frames of the source video and transmitting the output frame each comprise transmitting according to a screen resolution or a screen dimension of the display device.
In some embodiments, the interactive user interface comprises a menu.
In some embodiments, the encoding specification is an MPEG specification, an AVS specification, or a VC-1 specification. Furthermore, in some embodiments, the one or more images of the interactive user interface are encoded using a bitmap (BMP) file format, a portable network graphics (PNG) file format, a joint photographic experts group (JPEG) file format, or a graphics interchange format (GIF) file format.
In some embodiments, the data communications channel comprises at least one of: quadrature amplitude modulation (QAM) using a cable network infrastructure, user datagram protocol over internet protocol (UDP/IP) using an internet protocol television (IPTV) infrastructure, or hypertext transfer protocol (HTTP) using a public or private internet infrastructure.
In some embodiments, each image of the one or more images is associated with a corresponding transparency coefficient, and wherein blending the determined frame with the one or more images comprises blending according to the transparency coefficient.
In some embodiments, blending the determined frame with one or more images includes (i) decoding the determined frame according to the encoding specification to generate a decoded frame; (ii) blending the decoded frame with the one or more images in a spatial domain to generate a blended frame; and (iii) encoding the blended frame according to the encoding specification to generate the output frame. Furthermore, in some implementations, encoding the blended frame comprises searching for motion vectors.
In some embodiments, the output frame is encoded according to the encoding specification.
In yet another aspect, a method includes combining, at a client device, an interactive user interface for generating a blended output, for a display, that includes the interactive user interface and one or more supplemental images. The method includes receiving, at a client device remote from a server, an interactive user interface from the server using a first data communications channel configured to communicate video content. Furthermore, the method includes transmitting to the server a command that relates to an interactive user interface, and receiving, in response to the transmitting, an updated user interface from the server using the first data communications channel, and the one or more supplemental images for supplementing the interactive user interface using a second data communications channel different from the first data communications channel. The updated user interface and the one or more supplemental images are blended to generate a blended output, and the blended output is transmitted toward the display device for display thereon.
In some embodiments, the interactive user interface comprises a source video stitched with user interface content.
In some embodiments, the encoding specification is an MPEG specification, an AVS specification, or a VC-1 specification.
In some embodiments, the first data communications channel comprises at least one of: quadrature amplitude modulation (QAM) using a cable network infrastructure, user datagram protocol over internet protocol (UDP/IP) using an internet protocol television (IPTV) infrastructure, or hypertext transfer protocol (HTTP) using a public or private internet infrastructure.
In some embodiments, the one or more supplemental images are encoded using a bitmap (BMP) file format, a portable network graphics (PNG) file format, a joint photographic experts group (JPEG) file format, or a graphics interchange format (GIF) file format.
In some embodiments, the second data communications channel comprises at least one of transmission control protocol over internet protocol (TCP/IP), remote frame buffer (RFB) protocol, and extended remoting technology (XRT) protocol.
In some embodiments, each supplemental image of the one or more supplemental images is associated with a corresponding transparency coefficient, and wherein blending the updated user interface with the one or more supplemental images comprises blending according to the transparency coefficient.
In some embodiments, blending comprises blending in a spatial domain.
In some embodiments, the command is a request for secure content, wherein the one or more supplemental images are received from a third party server, and the second data communications channel uses a secure transport protocol.
In yet another aspect, the method includes providing, at a server, an interactive user interface for generating a blended output, for a display, that includes the interactive user interface and one or more supplemental images. The method includes transmitting, at a server remote from a client device, the interactive user interface from a server using a first data communications channel configured to communicate video content, and receiving a command that relates to the interactive user interface. Furthermore, the method includes generating an updated interactive user interface, blending the updated user interface and the one or more supplemental images to generate a blended output frame, and transmitting the blended output frame toward a client device for display on a display device thereon.
In some embodiments, the method further includes transmitting the updated interactive user interface toward the client device for display on the display device thereon, and switching between transmitting the blended output frame and transmitting the updated interactive user interface.
In some embodiments, the encoding specification is an MPEG specification, an AVS specification, or a VC-1 specification.
In some embodiments, the first data communications channel comprises at least one of: quadrature amplitude modulation (QAM) using a cable network infrastructure, user datagram protocol over internet protocol (UDP/IP) using an internet protocol television (IPTV) infrastructure, or hypertext transfer protocol (HTTP) using a public or private internet infrastructure.
In some embodiments, the image format of the one or more supplemental images is a bitmap (BMP) file format, a portable network graphics (PNG) file format, a joint photographic experts group (JPEG) file format, or a graphics interchange format (GIF) file format.
In some embodiments, the method includes first determining that the client device is not capable of overlaying.
BRIEF DESCRIPTION OF THE DRAWINGS
The foregoing features of embodiments will be more readily understood by reference to the following detailed description, taken with reference to the accompanying drawings, in which:
FIG. 1 schematically shows a system in accordance with one embodiment of the invention;
FIG. 2 is a flowchart showing operation of a client device in the system ofFIG. 1;
FIG. 3 schematically shows a sequence of frames of video in relation to an interactivity command in accordance with a second embodiment of the invention;
FIG. 4 schematically shows a system in accordance with a second embodiment of the invention;
FIG. 5 is a flowchart showing operation of a server in the system ofFIG. 4;
FIG. 6A schematically shows a system in accordance with a third embodiment of the invention;
FIG. 6B is a flowchart showing operation of a client device in the system ofFIG. 6A;
FIG. 7A schematically shows a system in accordance with a fourth embodiment of the invention;
FIG. 7B is a flowchart showing operation of a server in the system ofFIG. 7A;
FIG. 8A schematically shows a system in accordance with a fifth embodiment of the invention; and
FIG. 8B is a flowchart showing operation of a client device in the system ofFIG. 8A.
DETAILED DESCRIPTION OF SPECIFIC EMBODIMENTSDefinitions
As used in this description and the accompanying claims, the following terms shall have the meanings indicated, unless the context otherwise requires:
“Video” means both silent moving images and moving images accompanied by sound, except where otherwise indicated.
An “encoding specification” is a specification according to which video data are encoded by a transmitting electronic device and decoded by a receiving electronic device. Examples of encoding specifications are MPEG-2, MPEG-4, AVS, and VC-1.
A “client device” is an electronic device capable of receiving and decoding data according to an encoding specification for display on a display device. Examples of client devices include cable and satellite set top boxes, some video game consoles, and some televisions.
FIG. 1 schematically shows a system in accordance with one embodiment of the invention. This embodiment includes aclient device10 that provides an output display signal to adisplay device11. Theclient device10 generally receives signals, such as linear broadcast television signals, from one ormore servers12, by way of a firstdata communications network131. Theclient device10 also receives images that form an interactive user interface, such as electronic program guide signals, by way of a seconddata communications network132. Theclient device10 then combines these signals to generate the output display signal. The aforementioned elements are now described in more detail.
Theclient device10 may be implemented as a set top box, a video game console, a television, or other electronic device known in the art. Theclient device10 includes anoverlay module101 that is capable of overlaying an image on an input video signal to generate an output video signal as a sequence of composite images. The operation of theoverlay module101 is described in more detail in connection withFIG. 2. Theclient device10 also includes avideo decoder102, which is capable of decoding audiovisual data that was encoded according to an encoding specification. Such video decoders are well known in the art, and may be implemented as an integrated circuit. Audiovisual data typically are encoded to reduce size for transmission through thedata communications network131.
Theclient device10 also has several input/output (I/O)ports103. One I/O port103 is used to receive audiovisual data from thedata communications network131, while another is used to receive images from thedata communications network132. Another I/O port may be used in some embodiments to receive images that comprise an interactive user interface. In other embodiments, the same I/O port is used to receive both the audiovisual data and the interactive user interface images. Another I/O port is used to accept user input in the form of commands. Some commands may instruct theclient device10 to tune to a different channel (i.e., to receive different audiovisual data from thedata communications network131 or from another data network such as the Internet). Other commands may instruct the client device to record audiovisual data, either as it arrives at theclient device10 or at a future time and on a specified channel. Some commands will cause the display of an interactive user interface, while other commands will not. Various embodiments of the present invention are directed toward processing of commands that cause the display of such a user interface. The I/O ports103 may be implemented using hardware known in the art, such as an IR receiver to interface with a remote control, a coaxial jack to interface with a cable television distribution network, a wired or wireless Ethernet port to interface with an Ethernet network, a video jack to provide the output display signal to thedisplay device11, and so on. Thedisplay device11 itself may be implemented as a standard CRT, LCD, LED, or plasma monitor as is known in the art, or other similar device.
The one ormore servers12 may be implemented using computer equipment known in the art; however their functions are novel when operated in accordance with various embodiments of the present invention. In accordance with some embodiments of the invention, a large number ofservers12 may be present, and cooperate to provide the functions described below. However, for convenience and clarity, the remainder of the detailed description will assume that only oneserver12 is present.
Theserver12 includes a number of audio, video, and/oraudiovisual data sources121, anapplication execution environment122, and anencoder123. Note that other components may be used in an implementation of theserver12, although these have been omitted for clarity. These components are now described in more detail.
The audio/video data sources121 may be, for example, non-linear multimedia data stored on a non-volatile storage device in the form of a movie, television program, television commercial, game graphics and sounds, user interface sounds, or other such form. Thedata sources121 also may include linear multimedia data sources, such as a television broadcast stream received live by antenna or private network.
Anapplication execution environment122 executes an interactive application on behalf of a user. The application may be, for example, a menuing system, a video game system, or other interactive application. Theenvironment122 responds to input interactive commands by providing images to theclient device10 usingdata communications network132. Theenvironment122 includes atleast application logic1221, a source ofimages1222, and animage cache1223.Application logic1221 may be implemented as an executable file or a script that provides a state machine for operating an interactive user interface. Any format of application file may be used asapplication logic1221; for example, a hypertext markup language (HTML) file that includes JavaScript may be used, or a compiled binary file may be used.
Theapplication logic1221 may dynamically generate one ormore images1222 that comprise the interactive user interface. Theimages1222 often persist in a volatile memory of theserver12 for speed of access, for example in animage cache1223. Theimages1222 may be generated by the applicationexecution environment logic1221 according to a screen resolution or a screen dimension of thedisplay device11, which may be statically configured or may be determined dynamically when theclient device10 first establishes a communications session with theserver12. Typically, for efficiency purposes, theapplication logic1221 will transmit images from theimage cache1223 if possible, and dynamically createimages1222 for transmission only if they are not already in theimage cache1223. The use of acache1223 advantageously permits interactive user interface images to be reused by the server12 (or by other servers) between different requests for the user interface, even if those requests come from different end users or at different times. Images in theimage cache1223 typically are indexed using a hashing function defined by theenvironment122. The use of the hashing function permits many images to be quickly retrieved from theimage cache1223, advantageously providing increased scalability. Additionally and/or alternatively, in some embodiments, server(s)12 will transmit references to the images (such as Uniform Resource Locators or URLs), as opposed to the images themselves, so that the client can retrieve them on demand (e.g., by means of HTTP). Such embodiments would be advantageous, as an intermediate network cache (not shown), accessible through seconddata communications channel132, may be used to store reusable images closer to the client device.
Theencoder123 encodes the source audiovisual data according to an encoding specification, such as MPEG, AVS, or VC-1. Theencoder123 and thedecoder102 use the same encoding specification, so that the encoded audiovisual data may be decoded once it passes through thedata communications network131. In the case that the source audiovisual data are already encoded, the encoder acts as a simple pass-through. However, in the case that the source audiovisual data are not in a format decodable by thedecoder102, theencoder123 transcodes the data into a decodable format.
As can be seen fromFIG. 1, the encoded audiovisual data (from the encoder123) and the user interface images (either fromimages1222 or the cache1223) travel to the client device along two different data channels. The first data channel through the firstdata communications network131 is designed specifically to communicate video content. Thus, for example, thenetwork131 may include a cable network infrastructure that deploys quadrature amplitude modulation (QAM), as is known in the art. Alternately, thenetwork131 may have an internet protocol television (IPTV) infrastructure that uses user datagram protocol over internet protocol (UDP/IP) to communicate encoded video. In yet another implementation, thenetwork131 may be part of a public or private internet infrastructure, and use hypertext transfer protocol (HTTP) tunneling to communicate the encoded video.
By contrast, the seconddata communications network132 may be designed to communicate images, rather than video. In particular, this means that thesecond network132 may operate on a much lower bandwidth or a higher reliability than thefirst network131. Thus, for example, thesecond network132 may support data channels using the transmission control protocol over internet protocol (TCP/IP), the remote frame buffer (RFB) protocol, or the extended remoting technology (XRT) protocol. Images that are transmitted on thesecond network132 may be encoded, for example, using a bitmap (BMP) file format, a portable network graphics (PNG) file format, a joint photographic experts group (JPEG) file format, or a graphics interchange format (GIF) file format. The use of PNG is particularly advantageous, as each pixel is stored with a corresponding transparency coefficient (a value).
FIG. 2 is a flowchart showing operation of aclient device10 in the system ofFIG. 1 in accordance with an embodiment of the invention. In particular,FIG. 2 illustrates a method of providing, in theclient device10, an interactive user interface for simultaneous display with a source video on adisplay device11. The method begins with aprocess21 in which theclient device10 receives source video using a firstdata communications channel131. In a typical embodiment, theclient device10 will display this source video as it arrives on thedisplay device11, as is known in the art. Next, inprocess22 theclient device10 transmits a command related to an interactive user interface to aserver12. This command may be transmitted, for example, in response to theclient device10 receiving on an I/O port103 a signal that a button or buttons on a remote control has been pressed. The button or buttons may be provided on the remote control to call up an interactive program guide, a video game, or other interactive application.
Inprocess23, theclient device10 responsively receives one or more images of the interactive user interface, using a seconddata communications channel132. For example, the images might include a number of buttons, switches, or dials for collective simultaneous display as a user interface. Alternately, the images might be designed to be displayed sequentially, as in the case of a “trick play” interface that includes a video timeline and a mark indicating a current time stamp. Seeking through the video may be performed by pressing a fast-forward or rewind button on the remote control, and movement of the timing mark along the timeline typically may be sped up by repeated button presses. The images may come from theimages1222 or theimage cache1223 of theapplication execution environment122.
Next, in aprocess24, theclient device10, and in particular theoverlay module101, alpha blends the source video with the received images to generate an output frame of pixels. In accordance with various embodiments of the invention, the received interactive user interface images are considered to be partially transparent foreground images (0.0<α<1.0), and frames of the source video are considered to be opaque background images (α=1.0). The choice of a for the user interface images advantageously may be made to be approximately 0.5, so that the interactive user interface appears evenly blended with the background source video. Or, the value of a may be varied on a per-pixel basis (i.e., per pixel alpha blending) within each image; for example, providing a downward a-gradient at the edges of a user interface image will produce an effect of the image ‘fading into the background’ at its edges. Global alpha blending and per pixel alpha blending may be combined by multiplying each per pixel alpha blending value with the global alpha blending value before the blending process is applied. Theblending process24 is performed using an appropriate received user interface image or images with respect to each frame of the source video for as long as the interactive user interface should be displayed on the screen, thereby providing a continuously-displayed interactive user interface.
Finally, inprocess25, theclient device10 transmits each output frame toward thedisplay device11 for display. An I/O port103 may be used inprocesses21,22,23,25 to receive or transmit data. A computing processor may be used inprocess24 to perform the required blending.
The above embodiments are preferred because theimage cache1223 may be used to increase scalability of the content delivery platform provided by the server12 (or a server cloud). This is true because it is feasible to cache individual user interface images separately from their underlying source videos, while it is generally infeasible to cache a vast number of pre-blended images due to limited storage space. The separate caching of user interface images, in turn, is a result of the ability of theclient device10 to receive these images using an I/O port103 and perform blending in theoverlay module101.
In some situations, it may be impossible to use these embodiments, because aclient device10 may not have the necessary I/O ports103 or anoverlay module101. In these situations, it is instead necessary to perform blending at theserver12, rather than theclient10, and such blending has its own challenges.
One such challenge is that the user interface images must be blended by theserver12, but can be sent to theclient device10 only as encoded audiovisual data. Therefore, it is necessary to decode the source video into a spatial domain (i.e., as a frame of pixels), blend the user interface images with the source video in the spatial domain, then re-encode the blended image according to the encoding specification. These processes require server computational capacity, and do not scale well.
Another challenge is that there is noticeable latency between the time at which the interface command occurs and when the user interface can be displayed. This challenge is illustrated by consideration ofFIG. 3, which schematically shows atime sequence31 of frames of video in relation to aninteractivity command32. In this figure, asequence31 of frames includes a number of individual video frames311-317. The frames are labeled by a frame type, which may be either intra-encoded or inter-encoded. An intra-encoded frame encodes video data according to data found only in the frame, while an inter-encoded frame encodes video data according to data found in the given frame and in surrounding frames. For purposes of clarity, MPEG frame types are used in the figures and detailed description to provide an example implementation, but any encoding specification may be used in accordance with an embodiment of the invention.
Thesequence31 of frames includes two types of frames: I-frames that are intra-encoded and P-frames that are inter-encoded. I-frames are encoded using image information found only in themselves. Thus, I-frames encode a full-screen image, which is useful to indicate a ‘scene change’ or to eliminate display artifacts. Twoframes311,317 are I-frames. P-frames are encoded using information found in the previous image by estimating movement of pixels using two-dimensional “motion vectors”. Thus, P-frames are useful for predicting movement fixed or slow-moving ‘camera pan’ images where most of the image content of the previous frame is present in the next frame. This relationship between P-frames and their predecessor frames is indicated by the backwards-facing arrows inFIG. 3. Frames312-316 are P-frames. MPEG also defines a B-frame, not shown inFIG. 3, which interpolates both forward and backward between other frames.
Suppose aninterface command32 arrives at theserver12 when a P-frame316 is being displayed on thedisplay device11. Because it is inter-encoded, the information in this P-frame is insufficient by itself to reconstruct the complete image being displayed (i.e., to reconstruct the decoder state). In fact, the information necessary is found in a combination of the frames311-316. One could introduce alatency33 between the time of thecommand32 and the next I-frame317, at which time the overlay image is blended34. However, if the group ofpictures31 contains two seconds worth of source video, the average wait time from thecommand32 to the next I-frame317 (and the appearance of the user interface) is one second, which is unacceptably unresponsive. Therefore, in various embodiments of the invention, all of the data in each group of pictures31 (that is, from one intra-encoded frame until the next one) are buffered in theserver12 before being transmitted to permit blending of the interactive user interface images with the currently-displayed image from the source video.
Theserver12 uses buffered frames to simulate, for blending, the state of thedecoder102 in theclient device10. This process is illustrated by thesequence35, in which an encoder in theserver12 constructs the state of thedecoder102. Theserver12 retrieves thefirst frame311 of the buffered frames, and uses it as an initialsimulated state351. Theserver12 then retrieves thesecond frame312 of the buffered frames, and applies its data to the initialsimulated state351 to obtain a secondsimulated state352. Theserver12 retrieves thethird frame313 of the buffered frames, and applies its data to the secondsimulated state352 to obtain a thirdsimulated state353. This process continues until the simulation reaches astate356 that corresponds to aframe316 corresponding to a time associated with thecommand32. Once theserver12 has recovered the state of thedecoder102, it may perform blending as described above in connection withelement24 ofFIG. 2.
FIG. 4 schematically shows a system in accordance with an embodiment of the invention in which theserver12 performs blending. The disclosure ofFIG. 4 overlaps to large extent with that ofFIG. 1, so only the changes will be remarked upon here. As noted above, in the scenario under consideration, theclient device10 inFIG. 4 lacks anoverlay module101 found inFIG. 1. Therefore, theserver12 includes, in addition to theencoder123 ofFIG. 1, a decoder/blender124 for decoding and blending source video with an interactive user interface. Note that while the functions of decoding and blending are combined in decoder/blender124 for purposes of this disclosure, these functions may be implemented in separate hardware or software. Also as described above, theserver12 further includes abuffer memory125 for buffering frames of source video data. During ordinary operation of the system ofFIG. 4, most frames of source video data buffered in thebuffer memory125 are discarded without being blended, and the decoder/blender124 acts as a simple pass-through. However, when a user provides an interactive command to theapplication execution environment122, theenvironment122 provides images to the blender124 (either preferably statically from itscache1223, or dynamically from the image generator1222) for blending with the buffered video. The decoder/blender124 decodes the source video data and simulates the state of thedecoder102 as described with respect toelement35 ofFIG. 3. The decoder/blender124 then blends the interactive user interface images into the source video, one frame at a time. The decoder/blender124 provides an output to theencoder123, which encodes the data according to the appropriate encoding specification for transmission to theclient device10.
FIG. 5 is a flowchart showing operation of a server in the system ofFIG. 4. In particular,FIG. 5 shows a method of providing, in aserver12, an interactive user interface for simultaneous display with a source video on adisplay device11. In afirst process51, theserver12 transmits frames of the source video toward theclient device10 for display. Simultaneously, in asecond process52, theserver12 buffers frames from the source video for subsequent transmission. Inprocess53, theserver12 receives from the client device10 acommand32 that relates to the interactive user interface. Inprocess54, the decoder/blender124 determines a bufferedframe316 in thebuffer memory125 that corresponds to a time associated with thecommand32. Inprocess55, the decoder/blender124 blends the determined frame with one or more images of the interactive user interface received from theapplication execution environment122 to generate an output frame that is subsequently encoded by theencoder123. Then, inprocess56, theserver12 transmits the output frame toward theclient device10 for display on thedisplay device11.
Note that theencoder123 may be required to do a motion vector search after blending. There are several optimizations that can be performed to speed up this process. In a first optimization, theencoder123 could make use of motion information found in the original video frame when it was decoded by the decoder/blender124. However, theencoder123 must verify whether the same motion is still present in the blended image due to the presence of the interactive user interface. In a second optimization, the source video images could be divided into rectangular areas, and motion vectors for each area are encoded separately. In this case, motion vectors for rectangles that do not intersect the user interface are unaffected by the blending, and no additional motion vector search is required for these rectangles.
FIG. 6A schematically shows a system in accordance with an embodiment of the invention in which overlay images are used to supplement a streamed interactive user interface. In U.S. application Ser. No. 12/443,571 (“Method for Streaming Parallel User Sessions, System and Computer Software”), the contents of which are hereby incorporated by reference in its entirety, a system is disclosed where an interactive user interface is streamed to a client device over a first data communications channel. The streamed interactive user interface is realized by stitching a plurality of fragments and streams into a single compliant audiovisual stream. It has been identified that for a number of reasons it is beneficial to overlay images over an encoded stream instead of encoding them in the stream, which also holds for cases in which the audiovisual stream is an interactive user interface. For example, it is beneficial to overlay images in cases involving a sprite-like user interface element (e.g., a cursor). Such a user interface element is generally arbitrarily placed on the screen and it may be more efficient to decouple the element from the interactive user interface by overlaying images. In particular, if the user interface element was instead encoded (e.g., by the fragment encoder) and subsequently stored in cache, the cache would quickly reach capacity because a sprite-like user interface element, unlike some other user interface elements (e.g., a menu), does not have a predefined position. Another example may be that the interactive user interface has a partial screen video element over which another user interface element is supposed to be rendered. In this case it is more efficient from a scalability point of view to render only the new interface element as overlay image(s).
The system disclosed inFIG. 6A is fundamentally the same as that shown inFIG. 1. Here, theclient device60 receives an interactive user interface via a firstdata communications channel63 from aserver62. In some embodiments,server62 runs an application in theapplication execution engine621 that generates fragments by means of afragment encoder630; caches these fragments in acache632; and combines these (cached) fragments by means of a stitcher622 (otherwise known as an assembler) to generate, and subsequently stream, an interactive user interface via the firstdata communications channel63 to the client device60 (as described in, U.S. application Ser. No. 12/443,571 (“Method for Streaming Parallel User Sessions, System and Computer Software”)). Optionally, in some embodiments, the interactive user interface is directly encoded by an encoder of server62 (not shown inFIG. 6A) from pixel data. The interactive user interface may be supplemented by the generation ofimages634 that are to be overlain by theclient device60. These images may also be stored in acache632 for reuse across sessions in the same way as fragments are reused across sessions. For example, in some implementations, the interactive user interface includes a source video with images fromcache632 overlaid. The images may be sent via a seconddata communications channel64 to the I/O ports601 ofclient device60. Additionally and/or alternatively, in some embodiments, server(s)62 will transmit references to the images (such as Uniform Resource Locators or URLs), as opposed to the images themselves, so that the client can retrieve them on demand (e.g., by means of HTTP). Such embodiments are advantageous, as anintermediate network cache641, accessible through seconddata communications channel64, can be used to store reusable images closer to the client device. The stream received fromserver62 is decoded in thedecoder602 and combined with the images received or retrieved fromserver62 in theoverlay module603 for display on61 as described in the embodiment described in relation toFIG. 1. In some implementations,client device60 switches between 1) receiving the interactive user interface from the stitcher, and 2) blending the the interactive user interface from the stitcher with overlay images.
FIG. 6B is a flowchart showing operations of a client device in the system ofFIG. 6A. The flow chart is very similar to the operations described in the flow chart inFIG. 2. However, instead of receiving a source video using the first data communications channel, the client device receives (6000) the interactive user interface via the first data communications channel. In some embodiments, the interactive user interface is a video stream, such as an MPEG video stream. Next, a command related to that interactive user interface is transmitted (6010) to the server. The client may subsequently receive (6020) updates to the interactive user interface via the first data communications channel and/or supplemental images from the same server to supplement the interactive user interface. The remainingprocesses24 and25 are the same as those described with respect toFIG. 1.
In some embodiments, since the first data communications channel and the second data communications channel are completely independent channels, the graphical information transmitted over both data channels is likely to be related. Therefore, special care must be taken when the images are combined with the video stream representing the interactive user interface. A loosely coupled synchronization mechanism, such as for example a presentation timestamp and timeout for each image, may be used to synchronize the display of images with the streamed interactive user interface.
FIG. 7A schematically shows an alternative embodiment of the system described inFIG. 6A. The system disclosed inFIG. 7A is similar to the systems depicted byFIGS. 4 and 6A. Here, the server (specifically,overlay module724 of server72), and not the client device, overlays images over the encoded stream. In other words, the blending occurs at the server, as described in relation toFIG. 4.
As illustrated, in some implementations,client device703 does not include an overlay module. Moreover, as shown, the system ofFIG. 7A does not utilize a second data communications channel.
As in the system ofFIG. 6A,stitcher722 generates an interactive user interface by combining fragments, generated byfragment encoder730, and stored incache732.Overlay module724overlays images734 over the resulting interactive user interface received fromstitcher722. As illustrated,client device70 then receives the encoded stream, which includes interactive user interface andoverlay images734, via a firstdata communications channel73 fromserver72. In optional implementations, server72 (or, alternatively, overlay module724) is configured to switch between transmitting (i) the encoded stream including the interactive user interface andoverlay images734, and (ii) only the interactive user interface. Alternatively, in some implementations,overlay module724 andstitcher722 exist and operate as a single component ofserver72.
FIG. 7B is a flowchart showing operations of a client device in the system ofFIG. 7A. The flow chart is very similar to the operations described in the flow chart inFIG. 6B, but written with respect to a server (e.g., server72) that is configured (e.g., overlay module724) to overlay images. Inprocess7000, the server transmits the interactive user interface via a first data communications channel. Next, inprocess7010, the server receives a command related to the interactive user interface. Inprocess7020, the server generates an updated interactive user interface. Further, inprocess7030, the server blends the updated interactive user interface with supplemental images to generate a blended output frame which, inprocess7040, is transmitted towards the client device. As described above, in optional implementations, the server switches between transmitting (i) the blended output frame including the interactive user interface and overlay images, and (i) the interactive user interface.
FIG. 8A schematically shows an alternative embodiment, similar to the system described inFIG. 6A, in which the supplemental overlay images are sourced from a third party server. The embodiment provides a strict separation between an interactive user interface and information from a third party, by conveying the interactive user interface and information from a third party over separate data communications channels. An example of a system requiring such a separation is a banking application where the interactive user interface is the same for every user, except for account related information that is sent directly to the end user as supplemental images (e.g., supplemental images sent by third party server85) over a secure data communications channel (e.g., second data communications channel84).
The system disclosed inFIG. 8A is very similar to the system depicted byFIG. 6A. The main difference being that one or more images originate from a third party server85, and are sent as supplemental images toclient device80 over seconddata communications channel84. In some embodiments, seconddata communications channel84 is a secure channel (e.g., a secure transport protocol is used for the images, such as HTTPS). The application may useapplication logic834 to liaise withapplication logic840 of anapplication844 on a third party server85 via acommunication channel87 to generate one ormore images842 that supplement the interactive user interface with third party information.
FIG. 8B is a flowchart showing operations of a client device in the system ofFIG. 8A. The flow chart is similar to the flow chart inFIG. 6B. Here, the device transmits (8020) a request for secure content, and supplemental images are received (8030) from a third party server over a second data communications channel, where, in some embodiments, the second data communications channel uses a secure transport protocol.
The embodiments of the invention described above are intended to be merely exemplary; numerous variations and modifications will be apparent to those skilled in the art. All such variations and modifications are intended to be within the scope of the present invention as defined in any appended claims. For those skilled in the art it will also be evident that it may be beneficial for systems to switch between the embodiments of the invention on demand.
The present invention may be embodied in many different forms, including, but in no way limited to, computer program logic for use with a processor (e.g., a microprocessor, microcontroller, digital signal processor, or general purpose computer), programmable logic for use with a programmable logic device (e.g., a Field Programmable Gate Array (FPGA) or other PLD), discrete components, integrated circuitry (e.g., an Application Specific Integrated Circuit (ASIC)), or any other means including any combination thereof
Computer program logic implementing all or part of the functionality previously described herein may be embodied in various forms, including, but in no way limited to, a source code form, a computer executable form, and various intermediate forms (e.g., forms generated by an assembler, compiler, linker, or locator). Source code may include a series of computer program instructions implemented in any of various programming languages (e.g., an object code, an assembly language, or a high-level language such as Fortran, C, C++, JAVA, or HTML) for use with various operating systems or operating environments. The source code may define and use various data structures and communication messages. The source code may be in a computer executable form (e.g., via an interpreter), or the source code may be converted (e.g., via a translator, assembler, or compiler) into a computer executable form.
The computer program may be fixed in any form (e.g., source code form, computer executable form, or an intermediate form) either permanently or transitorily in a tangible storage medium, such as a semiconductor memory device (e.g., a RAM, ROM, PROM, EEPROM, or Flash-Programmable RAM), a magnetic memory device (e.g., a diskette or fixed disk), an optical memory device (e.g., a CD-ROM), a PC card (e.g., PCMCIA card), or other memory device. The computer program may be fixed in any form in a signal that is transmittable to a computer using any of various communication technologies, including, but in no way limited to, analog technologies, digital technologies, optical technologies, wireless technologies (e.g., Bluetooth), networking technologies, and internetworking technologies. The computer program may be distributed in any form as a removable storage medium with accompanying printed or electronic documentation (e.g., shrink wrapped software), preloaded with a computer system (e.g., on system ROM or fixed disk), or distributed from a server or electronic bulletin board over the communication system (e.g., the Internet or World Wide Web).
Hardware logic (including programmable logic for use with a programmable logic device) implementing all or part of the functionality previously described herein may be designed using traditional manual methods, or may be designed, captured, simulated, or documented electronically using various tools, such as Computer Aided Design (CAD), a hardware description language (e.g., VHDL or AHDL), or a PLD programming language (e.g., PALASM, ABEL, or CUPL).
Programmable logic may be fixed either permanently or transitorily in a tangible storage medium, such as a semiconductor memory device (e.g., a RAM, ROM, PROM, EEPROM, or Flash-Programmable RAM), a magnetic memory device (e.g., a diskette or fixed disk), an optical memory device (e.g., a CD-ROM), or other memory device. The programmable logic may be fixed in a signal that is transmittable to a computer using any of various communication technologies, including, but in no way limited to, analog technologies, digital technologies, optical technologies, wireless technologies (e.g., Bluetooth), networking technologies, and internetworking technologies. The programmable logic may be distributed as a removable storage medium with accompanying printed or electronic documentation (e.g., shrink wrapped software), preloaded with a computer system (e.g., on system ROM or fixed disk), or distributed from a server or electronic bulletin board over the communication system (e.g., the Internet or World Wide Web).

Claims (5)

What is claimed is:
1. A method of providing an interactive user interface for generating a blended output that includes the interactive user interface and one or more supplemental images, the method comprising:
at a server remote from a client device:
transmitting a video stream that includes an interactive user interface towards the client device using a first data communications channel configured to communicate video content;
receiving a command that relates to a user input received through the interactive user interface;
generating an updated interactive user interface in accordance with the command;
in accordance with a determination that the client device is not capable of overlaying the updated interactive user interface and one or more supplemental images:
determining, at the server, a state of a decoder at the client device by retrieving one or more frames buffered on the server to obtain a state that corresponds to a frame corresponding to the command related to the user input; and
blending the updated interactive user interface and the one or more supplemental images determined based on the state of the decoder at the client device to generate a blended output frame with the one or more supplemental images over the updated interactive user interface, wherein each supplemental image of the one or more supplemental images is associated with a corresponding transparency coefficient and the blending is performed according to the transparency coefficient for each supplemental image of the one or more supplemental images; and
transmitting the blended output frame toward the client device for display on a display device.
2. The method according toclaim 1, further comprising:
switching between transmitting the blended output frame and transmitting the updated interactive user interface; and
transmitting the updated interactive user interface toward the client device for display on the display device.
3. The method according toclaim 1, wherein an encoding specification for the video stream is an MPEG specification, an AVS specification, or a VC-1 specification.
4. The method according toclaim 1, wherein the first data communications channel comprises at least one of: quadrature amplitude modulation (QAM) using a cable network infrastructure, user datagram protocol over internet protocol (UDP/IP) using an internet protocol television (IPTV) infrastructure, or hypertext transfer protocol (HTTP) using a public or private internet infrastructure, and wherein an image format of the one or more supplemental images is a bitmap (BMP) file format, a portable network graphics (PNG) file format, a joint photographic experts group (JPEG) file format, or a graphics interchange format (GIF) file format.
5. The method according toclaim 1, further comprising, prior to determining, at the server, the state of the decoder at the client device that corresponds to the frame corresponding to the command related to the user input, determining that the client device is not capable of overlaying the updated interactive user interface and the one or more supplemental images.
US15/139,1662013-06-062016-04-26Overlay rendering of user interface onto source videoActiveUS10200744B2 (en)

Priority Applications (1)

Application NumberPriority DateFiling DateTitle
US15/139,166US10200744B2 (en)2013-06-062016-04-26Overlay rendering of user interface onto source video

Applications Claiming Priority (3)

Application NumberPriority DateFiling DateTitle
US201361832069P2013-06-062013-06-06
US14/298,796US9326047B2 (en)2013-06-062014-06-06Overlay rendering of user interface onto source video
US15/139,166US10200744B2 (en)2013-06-062016-04-26Overlay rendering of user interface onto source video

Related Parent Applications (1)

Application NumberTitlePriority DateFiling Date
US14/298,796ContinuationUS9326047B2 (en)2013-06-062014-06-06Overlay rendering of user interface onto source video

Publications (2)

Publication NumberPublication Date
US20170055023A1 US20170055023A1 (en)2017-02-23
US10200744B2true US10200744B2 (en)2019-02-05

Family

ID=51210741

Family Applications (2)

Application NumberTitlePriority DateFiling Date
US14/298,796ActiveUS9326047B2 (en)2013-06-062014-06-06Overlay rendering of user interface onto source video
US15/139,166ActiveUS10200744B2 (en)2013-06-062016-04-26Overlay rendering of user interface onto source video

Family Applications Before (1)

Application NumberTitlePriority DateFiling Date
US14/298,796ActiveUS9326047B2 (en)2013-06-062014-06-06Overlay rendering of user interface onto source video

Country Status (3)

CountryLink
US (2)US9326047B2 (en)
EP (1)EP3005712A1 (en)
WO (1)WO2014197879A1 (en)

Families Citing this family (28)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
KR101943456B1 (en)*2012-04-302019-01-29주식회사 케이티Transcoding Server and Method for Overlaying Added Information to Dynamic Image in Transcoding Server
KR101608869B1 (en)2012-09-072016-04-04삼성전자주식회사Method for indicating a virtual ruler on separated image or medical image of object, medical image obtaining apparatus, and apparatus and method for displaying separated image or medical image with a virtual ruler
US9484063B2 (en)*2012-10-022016-11-01Quadmanage Ltd.Shared scene mosaic generation
US10112115B2 (en)*2013-10-282018-10-30Nvidia CorporationGamecasting techniques
EP3013055A1 (en)*2014-10-232016-04-27Thomson LicensingVideo frame set processing cost management method, apparatus and related computer program product
EP3059972A1 (en)2015-02-192016-08-24Alcatel LucentMethods and devices for transmission of interactive content
US9449248B1 (en)*2015-03-122016-09-20Adobe Systems IncorporatedGeneration of salient contours using live video
CN104935571B (en)*2015-04-222018-11-23深圳橙子互动股份有限公司A kind of exchange method of video game server-side and client
CN104898921A (en)*2015-05-062015-09-09林中尉Display interface based interaction indicating method
KR102412122B1 (en)2015-05-272022-06-23삼성전자주식회사Method and apparatus for displaying medical image
US20170034237A1 (en)*2015-07-282017-02-02Giga Entertainment Media Inc.Interactive Content Streaming Over Live Media Content
CN105554552A (en)*2015-12-142016-05-04福建新大陆通信科技股份有限公司UI dynamic layout system and method based on set-top box
US10075495B2 (en)2016-11-152018-09-11Genvid Technologies, Inc.Systems and methods for video game streaming utilizing feedback and aggregation of viewer interests and interactions
US9968856B1 (en)2016-11-152018-05-15Genvid Technologies, Inc.Systems and methods of video game streaming with interactive overlay and additional data
US10063613B2 (en)2016-11-152018-08-28Genvid Technologies, Inc.Systems and methods for utilizing client-side synchronization of video and overlay
US10950275B2 (en)2016-11-182021-03-16Facebook, Inc.Methods and systems for tracking media effects in a media effect index
US10122965B2 (en)*2016-11-292018-11-06Facebook, Inc.Face detection for background management
US10303928B2 (en)2016-11-292019-05-28Facebook, Inc.Face detection for video calls
US10554908B2 (en)2016-12-052020-02-04Facebook, Inc.Media effect application
WO2020031859A1 (en)*2018-08-062020-02-13株式会社ソニー・インタラクティブエンタテインメントAlpha value decision device, alpha value decision method, program, and data structure of image data
EP3941602A1 (en)*2019-03-182022-01-26Google LLCFrame overlay for disparities between frames of a game stream
CN110928608B (en)*2019-12-302024-03-22上海御渡半导体科技有限公司Extensible communication framework supporting multiple communication protocols and communication method
CN111464783B (en)*2020-03-312021-10-01京东方科技集团股份有限公司 Monitor system and display control method thereof
WO2022172204A1 (en)*2021-02-122022-08-18Intaneous LlcSystems and methods for generating overlays for a broadcast
US11678019B2 (en)*2021-04-192023-06-13Synamedia LimitedUser interface (UI) engine for cloud UI rendering
US20230326108A1 (en)*2021-04-302023-10-12Mobeus Industries, Inc.Overlaying displayed digital content transmitted over a communication network via processing circuitry using a frame buffer
CN114115720B (en)*2021-10-072024-04-09中国航空工业集团公司洛阳电光设备研究所High-frame-rate low-delay graph generating device based on FPGA
US12137056B2 (en)*2023-03-222024-11-05The Toronto-Dominion BankMethod and system for determining transferability of resources

Citations (910)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
CA682776A (en)1964-03-24Zenith Radio CorporationSubscription television system
US3889050A (en)1974-04-111975-06-10Gte Sylvania IncSubscription television system and switching station therefor
US3934079A (en)1973-10-261976-01-20Jerrold Electronics CorporationBilateral communications system for distributing commerical and premium video signaling on an accountable basis
US3997718A (en)1973-02-011976-12-14The Magnavox CompanyPremium interactive communication system
US4002843A (en)1973-12-171977-01-11Rackman Michael ITamper-proof two-way cable system
US4032972A (en)1976-06-231977-06-28Idr, Inc.Piggy back row grabbing system
JPS534612A (en)1976-06-301978-01-17Fuji Kagaku ShikogyoEndless ribbon
JPS534612B2 (en)1972-08-251978-02-18
US4077006A (en)1975-03-141978-02-28Victor NicholsonBidirectional unicable switching system
US4081831A (en)1976-04-081978-03-28Twin County Trans-Video, Inc.High security subscription television system employing real time control of subscriber's program reception
US4107735A (en)1977-04-191978-08-15R. D. Percy & CompanyTelevision audience survey system providing feedback of cumulative survey results to individual television viewers
US4107734A (en)1977-01-311978-08-15R. D. Percy & CompanyTelevision viewer reaction determining system
US4145720A (en)1976-07-221979-03-20Morton WeintraubRemote control
US4168400A (en)1977-03-311979-09-18Compagnie Europeenne De Teletransmission (C.E.T.T.)Digital communication system
US4186438A (en)1976-03-171980-01-29International Business Machines CorporationInteractive enquiry system
US4222068A (en)1978-11-021980-09-09American Television And Communications CorporationSubscription television apparatus and methods
US4245245A (en)1975-02-241981-01-13Pioneer Electronic CorporationInteractive CATV system
US4247106A (en)1978-04-121981-01-27Jerrold Electronics CorporationSystem arrangement for distribution and use of video games
US4253114A (en)1976-04-081981-02-24Twin County Trans-Video Inc.High security subscription television system employing real time control of subscriber's program reception
US4264924A (en)1978-03-031981-04-28Freeman Michael JDedicated channel interactive cable television system
US4264925A (en)1979-08-131981-04-28Michael J. FreemanInteractive cable television system
US4290142A (en)1978-02-221981-09-15Heinrich-Hertz-Institut Fur Nachrichtentechnik Berlin GmbhInteractive cable television system
US4302771A (en)1979-08-221981-11-24Communications Patents LimitedWire broadcasting system with subscriber controlled switched program selection
US4308554A (en)1977-04-191981-12-29R. D. Percy & CompanyTelevision viewer reaction determining system
WO1982002303A1 (en)1980-12-221982-07-08Roo Minno DeSwitching system
US4350980A (en)1980-02-211982-09-21Energy Optics, Inc.Electric meter consumption and demand communicator
US4367557A (en)1975-08-091983-01-04Stern Joseph LWired broadcasting systems
US4395780A (en)1980-06-181983-07-26Licentia Patent-Verwaltungs-GmbhService-integrated communication transmission and exchange system
US4408225A (en)1981-07-061983-10-04Zenith Radio CorporationSubscription television decoder
FR2529739A1 (en)1982-06-301984-01-06Visiodis SaCabled teledistribution network.
US4450477A (en)1982-03-311984-05-22Lovett Bruce ETelevision information system
US4454538A (en)1981-07-241984-06-12Pioneer Electronic CorporationData communication in CATV system
US4466017A (en)1981-12-231984-08-14Scientific-Atlanta, Inc.Sync suppression scrambling of television signals for subscription TV
US4471380A (en)1982-03-151984-09-11Scientific-Atlanta, Inc.Scrambling and descrambling of television signals for subscription TV
US4475123A (en)1981-04-021984-10-02Theta-Com., Division Of TexscanAddressable subscriber cable television system
US4484217A (en)1982-05-111984-11-20Telease, Inc.Method and system for remote reporting, particularly for pay television billing
EP0128771A2 (en)1983-06-101984-12-19General Instrument CorporationTiming generator for sync suppressed television signals
US4491983A (en)1981-05-141985-01-01Times Fiber Communications, Inc.Information distribution system
US4506387A (en)1983-05-251985-03-19Walter Howard FProgramming-on-demand cable system and method
US4507680A (en)1982-06-221985-03-26Freeman Michael JOne way interactive multisubscriber communication system
JPS6054324A (en)1983-09-051985-03-28Noda Shiyokukin Kogyo KkProduction of antiviral agent
US4509073A (en)1982-04-291985-04-02Packet Technologies, Inc.Two-way cable-television system
US4523228A (en)1983-02-151985-06-11Scientific Atlanta Inc.Sync suppression scrambling of television signals for subscription TV
US4533948A (en)1982-04-301985-08-06General Instrument CorporationCATV Communication system
US4536791A (en)1980-03-311985-08-20Tocom, Inc.Addressable cable television control system with video format data transmission
US4538176A (en)1978-11-241985-08-27Hitachi, Ltd.Buffer memory dispersion type video/audio transmission system
US4538174A (en)1982-03-111985-08-27Communications Patents LimitedTwo-way subscriber TV system with multiple subscriber's sets
US4553161A (en)1983-12-091985-11-12Zenith Electronics CorporationUpstream data packet time slot synchronization with downstream VBI for two-way CATV system
US4554581A (en)1982-12-201985-11-19Zenith Radio CorporationSTV Decoder with improved data signal recognition capability
US4555561A (en)1983-09-071985-11-26Sun Star Giken Kabushiki KaishaPolyurethane resin composition
US4562465A (en)1983-06-141985-12-31General Instrument CorporationAdaptive video descrambling system
US4567517A (en)1983-02-151986-01-28Scientific-Atlanta, Inc.Descrambler for sync-suppressed TV signals
US4573072A (en)1984-03-211986-02-25Actv Inc.Method for expanding interactive CATV displayable choices for a given channel capacity
US4591906A (en)1986-02-121986-05-27Morales Garza FernandoWireless transmission from the television set to the television station
US4602279A (en)1984-03-211986-07-22Actv, Inc.Method for providing targeted profile interactive CATV displays
US4614970A (en)1983-12-131986-09-30U.S. Computer SystemsDescrambler apparatus
US4616263A (en)1985-02-111986-10-07Gte CorporationVideo subsystem for a hybrid videotex facility
US4625235A (en)1983-05-191986-11-25Westinghouse Electric Corp.Remote control switching of television sources
US4627105A (en)1984-06-111986-12-02Sumitomo Electric Industries, Inc.Signal transmission system and method
US4633462A (en)1983-07-181986-12-30The Board Of Trustees Of The University Of IllinoisMultiple access communication on a CATV reverse channel
US4670904A (en)1986-01-151987-06-02Rca CorporationSystem for processing a scrambled video signal
US4682360A (en)1983-12-221987-07-21Frederiksen Jeffrey EVideo transmission system
US4695880A (en)1985-07-301987-09-22Postron Corp.Electronic information dissemination system
US4706285A (en)1985-12-241987-11-10Rca CorporationAutomatic gain control of a scrambled video signal
US4706121A (en)1985-07-121987-11-10Patrick YoungTV schedule system and process
US4709418A (en)1983-09-141987-11-24British Telecommunications Public Limited CompanyWideband cable network
US4710971A (en)1984-08-201987-12-01Pioneer Electronic CorporationChannel selecting device for CATV terminal unit
US4718086A (en)1986-03-271988-01-05Rca CorporationAGC in sound channel of system for processing a scrambled video signal
JPS6333988A (en)1986-07-281988-02-13Nec CorpPicture signal supply system
US4732764A (en)1982-06-221988-03-22The University Court Of The University Of GlasgowDevice for introducing nutrients and/or therapeutic materials into ruminant animals
US4734764A (en)1985-04-291988-03-29Cableshare, Inc.Cable television system selectively distributing pre-recorded video and audio messages
US4748689A (en)1985-08-071988-05-31Alcatel, N.V.Fiber-optic distribution system for broadband signals
US4749992A (en)1986-07-031988-06-07Total Energy Management Consultants Corp. (Temco)Utility monitoring and control system
US4750036A (en)1986-05-141988-06-07Radio Telcom & Technology, Inc.Interactive television and data transmission system
US4754426A (en)1984-05-311988-06-28American Television & Communications CorporationSystem for controlling communications on a cable television network
US4760442A (en)1985-07-101988-07-26American Telephone And Telegraph Company, At&T Bell LaboratoriesWideband digital signal distribution system
US4763317A (en)1985-12-131988-08-09American Telephone And Telegraph Company, At&T Bell LaboratoriesDigital communication network architecture for providing universal information services
US4769833A (en)1986-03-311988-09-06American Telephone And Telegraph CompanyWideband switching system
US4769838A (en)1984-12-101988-09-06Pioneer Electronic CorporationCommunity antenna television reception controlling apparatus
JPS63263985A (en)1987-04-221988-10-31Miharu Tsushin KkSignal transmitting method between center and terminal in tv community receiving system
US4789863A (en)1985-10-021988-12-06Bush Thomas APay per view entertainment system
US4792849A (en)1987-08-041988-12-20Telaction CorporationDigital interactive communication system
US4801190A (en)1986-06-101989-01-31Hitachi, Ltd.Two-way optical fiber transmission network
US4805134A (en)1986-01-091989-02-14International Business Machines CorporationElectronic system for accessing graphical and textual information
US4807031A (en)1987-10-201989-02-21Interactive Systems, IncorporatedInteractive video method and apparatus
US4816905A (en)1987-04-301989-03-28Gte Laboratories Incorporated & Gte Service CorporationTelecommunication system with video and audio frames
US4821102A (en)1986-07-291989-04-11Sony CorporationVideo display system with selective display of operating conditions
US4823386A (en)1981-04-021989-04-18Texscan CorporationAddressable subscriber cable television system
US4827253A (en)1987-05-181989-05-02Dubner Computer Systems, Inc.Video compositing using a software linear keyer
US4827511A (en)1986-05-121989-05-02Kabushiki Kaisha ToshibaAutomatic gain control circuit for controlling gain of video signal in television receiver
US4829372A (en)1987-08-201989-05-09Telaction CorporationPresentation player
US4829558A (en)1988-01-191989-05-09Peac Media Research, Inc.System and device for data transmission, and related method
US4847700A (en)1987-07-161989-07-11Actv, Inc.Interactive television system for providing full motion synched compatible audio/visual displays from transmitted television signals
US4847698A (en)1987-07-161989-07-11Actv, Inc.Interactive television system for providing full motion synched compatible audio/visual displays
US4847699A (en)1987-07-161989-07-11Actv, Inc.Method for providing an interactive full motion synched compatible audio/visual television display
US4848698A (en)1988-06-021989-07-18Newell Research CorporationMethod for writing and means for reading position-indicating markers on tape
US4860379A (en)1979-05-181989-08-22General Instrument CorporationData communications system
US4864613A (en)1986-11-101989-09-05General Instrument CorporationBroadband converter/descrambler interface for cable TV
WO1989008967A1 (en)1988-03-151989-09-21British Telecommunications Public Limited CompanyBroadband telecommunications networks
US4876592A (en)1986-03-101989-10-24Henry Von KohornSystem for merchandising and the evaluation of responses to broadcast transmissions
US4890320A (en)1988-06-091989-12-26Monslow H VincentTelevision broadcast system for selective transmission of viewer-chosen programs at viewer-requested times
US4889369A (en)1985-09-161989-12-26Albrecht David EAdapter fitting
US4891694A (en)1988-11-211990-01-02Bell Communications Research, Inc.Fiber optic cable television distribution system
US4901367A (en)1988-11-301990-02-13Victor NicholsonCable communications system with remote switching and processing converters
US4903126A (en)1989-02-101990-02-20Kassatly Salim AMethod and apparatus for tv broadcasting
US4905094A (en)1988-06-301990-02-27Telaction CorporationSystem for audio/video presentation
US4912760A (en)1988-03-101990-03-27Scientific Atlanta, Inc.Off-premises cable television channel interdiction method and apparatus
US4918516A (en)1987-10-261990-04-17501 Actv, Inc.Closed circuit television system having seamless interactive television programming and expandable user participation
US4920566A (en)1989-02-011990-04-24General Instrument CorporationDual loop sinewave descrambler and method of descrambling
US4922532A (en)1988-07-291990-05-01Scientific-Atlanta, Inc.Sync suppression scrambling and descrambling of television signals for subscription TV
US4924303A (en)1988-09-061990-05-08Kenneth DunlopMethod and apparatus for providing interactive retrieval of TV still frame images and audio segments
US4924498A (en)1988-04-291990-05-08Scientific Atlanta, Inc.Method and apparatus for improving video scrambling and employing split snyc pulses
US4937821A (en)1987-01-271990-06-26ReadtronicsPipeline information delivery system
US4941040A (en)1985-04-291990-07-10Cableshare, Inc.Cable television system selectively distributing pre-recorded video and audio messages
US4947244A (en)1989-05-031990-08-07On Command Video CorporationVideo selection and distribution system
US4961211A (en)1987-06-301990-10-02Nec CorporationTelevision conference system including many television monitors and method for controlling the same
US4963995A (en)1988-12-271990-10-16Explore Technology, Inc.Audio/video transceiver apparatus including compression means
US4975771A (en)1989-02-101990-12-04Kassatly Salim AMethod and apparatus for TV broadcasting
US4989245A (en)1989-03-061991-01-29General Instrument CorporationControlled authorization of descrambling of scrambled programs broadcast between different jurisdictions
US4994909A (en)1989-05-041991-02-19Northern Telecom LimitedVideo signal distribution system
US4995078A (en)1988-06-091991-02-19Monslow H VincentTelevision broadcast system for selective transmission of viewer-chosen programs at viewer-requested times
US5003384A (en)1988-04-011991-03-26Scientific Atlanta, Inc.Set-top interface transactions in an impulse pay per view television system
EP0419137A2 (en)1989-09-191991-03-27General Instrument Corporation Of DelawareDynamically responsive cable television system with shared fibre optic link
US5008934A (en)1988-10-181991-04-16Pioneer Electronic CorporationCATV transmission system using scrambled signals
US5014125A (en)1989-05-051991-05-07Cableshare, Inc.Television system for the interactive distribution of selectable video presentations
US5027400A (en)1988-08-191991-06-25Hitachi Ltd.Multimedia bidirectional broadcast system
US5051822A (en)1989-10-191991-09-24Interactive Television Systems, Inc.Telephone access video game distribution center
US5051720A (en)1989-11-131991-09-24Secure Telecom, Inc.Remote control system using power line of remote site
EP0449633A1 (en)1990-03-301991-10-02Matsushita Electric Industrial Co., Ltd.Pay television
US5057917A (en)1990-06-201991-10-15The United States Of America As Represented By The Administrator Of The National Aeronautics And Space AdministrationReal-time data compression of broadcast video signals
US5058160A (en)1988-04-291991-10-15Scientific-Atlanta, Inc.In-band controller
US5060262A (en)1990-05-071991-10-22Bevins Jr George LVideo scrambling, audio masking and data transmission methods for wireless cable systems
US5077607A (en)1988-12-231991-12-31Scientific-Atlanta, Inc.Cable television transaction terminal
US5083800A (en)1989-06-091992-01-28Interactive Network, Inc.Game of skill or chance playable by several participants remote from each other in conjunction with a common event
US5088111A (en)1989-02-281992-02-11First Pacific NetworksModulation and demodulation system employing AM-PSK and FSK for communication system using digital signals
US5093718A (en)1990-09-281992-03-03Inteletext Systems, Inc.Interactive home information system
CA2052477A1 (en)1990-09-281992-03-29William Leo HoartyInteractive home information system
GB2248955A (en)1990-10-181992-04-22Samsung Electronics Co LtdFunction selection for electronic apparatus
US5109414A (en)1981-11-031992-04-28Personalized Mass Media CorporationSignal processing apparatus and methods
US5113496A (en)1987-08-041992-05-12Mccalley Karl WBus interconnection structure with redundancy linking plurality of groups of processors, with servers for each group mounted on chassis
US5119188A (en)1988-10-251992-06-02Telaction CorporationDigital audio-video presentation display system
CA1302554C (en)1989-05-031992-06-02Alan Frank GravesVideo signal distribution system
US5130792A (en)1990-02-011992-07-14Usa Video Inc.Store and forward video system
US5133009A (en)1990-10-041992-07-21Thomson Consumer Electronics, Inc.Method and apparatus for defeating the operation of an ic built-in noise inverter
US5132992A (en)1991-01-071992-07-21Paul YurtAudio and video transmission and receiving system
US5133079A (en)1990-07-301992-07-21Ballantyne Douglas JMethod and apparatus for distribution of movies
US5142575A (en)1988-04-291992-08-25Scientific-Atlanta, Inc.Method and apparatus for improving video scrambling and employing split sync pulses
US5144448A (en)1990-07-311992-09-01Vidar Systems CorporationScanning apparatus using multiple CCD arrays and related method
US5155591A (en)1989-10-231992-10-13General Instrument CorporationMethod and apparatus for providing demographically targeted television commercials
US5172413A (en)1990-12-201992-12-15SasktelSecure hierarchial video delivery system and method
JPH04373286A (en)1991-06-211992-12-25Sony CorpPicture encoder
EP0523618A2 (en)1991-07-151993-01-20Hitachi, Ltd.Picture codec and teleconference terminal equipment
US5191410A (en)1987-08-041993-03-02Telaction CorporationInteractive multimedia presentation and communications system
US5195092A (en)1987-08-041993-03-16Telaction CorporationInteractive multimedia presentation & communication system
EP0534139A2 (en)1991-09-201993-03-31International Business Machines CorporationA new video mixing technique using JPEG compressed data
US5208665A (en)1987-08-201993-05-04Telaction CorporationPresentation player for an interactive digital communication system
US5230019A (en)1990-04-091993-07-20Matsushita Electric Industrial Co., Ltd.Key signal conversion device for CATV system
US5231494A (en)1991-10-081993-07-27General Instrument CorporationSelection of compressed television signals from single channel allocation based on viewer characteristics
US5236199A (en)1991-06-131993-08-17Thompson Jr John WInteractive media system and telecomputing method using telephone keypad signalling
US5247347A (en)1991-09-271993-09-21Bell Atlantic Network Services, Inc.Pstn architecture for video-on-demand services
US5253341A (en)1991-03-041993-10-12Rozmanith Anthony IRemote query communication system
EP0568453A1 (en)1992-04-301993-11-03Alcatel CitOptical system for connecting subscriber installations to the switching centre of a telecommunications network providing interactive and non-interactive services
WO1993022877A2 (en)1992-05-011993-11-11Ictv Inc.Interactive home information system
US5262860A (en)1992-04-231993-11-16International Business Machines CorporationMethod and system communication establishment utilizing captured and processed visually perceptible data within a broadcast video signal
US5262854A (en)1992-02-211993-11-16Rca Thomson Licensing CorporationLower resolution HDTV receivers
JPH0654324A (en)1992-07-311994-02-25Nec CorpAgc circuit of catv terminal
EP0588653A2 (en)1992-09-161994-03-23Fujitsu LimitedImage data coding and restoring method and appatatus for coding and restoring the same
US5303388A (en)1990-05-091994-04-12Apple Computer, Inc.Method to display and rotate a three-dimensional icon with multiple faces
EP0594350A1 (en)1992-10-231994-04-27AT&T Corp.Interactive television multicasting
US5319707A (en)1992-11-021994-06-07Scientific AtlantaSystem and method for multiplexing a plurality of digital program services for transmission to remote locations
US5319455A (en)1990-09-281994-06-07Ictv Inc.System for distributing customized commercials to television viewers
US5321440A (en)1991-06-071994-06-14Sony CorporationHigh efficiency data compressed image encoding
US5321514A (en)1986-05-141994-06-14Radio Telecom & Technology, Inc.Interactive television and data transmission system
WO1994016534A2 (en)1993-01-041994-07-21Com 21, Inc.A wide area fiber and tv cable fast packet cell network
EP0612916A2 (en)1988-08-231994-08-31Kabushiki Kaisha Komatsu SeisakushoApparatus for controlling output from engine on crawler type tractor
WO1994019910A1 (en)1993-02-171994-09-01Ameritech Services, Inc.Universal tv interface and related method
WO1994021079A1 (en)1993-03-111994-09-15Regents Of The University Of CaliforniaMethod and apparatus for compositing compressed video data
US5351129A (en)1992-03-241994-09-27Rgb Technology D/B/A Rgb SpectrumVideo multiplexor-encoder and decoder-converter
US5355162A (en)1993-07-131994-10-11Pacific Ray Video LimitedMulti-standard cable television system
DE4408355A1 (en)1993-03-131994-10-13Ricoh Kk Network system for combined tasks
US5359601A (en)1992-10-301994-10-25Scientific-Atlanta, Inc.Apparatus providing dynamic virtual service selection in a multi-service communications system
US5361091A (en)1990-09-281994-11-01Inteletext Systems, Inc.Interactive home information system for distributing video picture information to television viewers over a fiber optic telephone system
EP0624039A2 (en)1993-05-031994-11-09AT&T Corp.Integrated television services system
US5371532A (en)1992-05-151994-12-06Bell Communications Research, Inc.Communications architecture and method for distributing information services
EP0643523A1 (en)1993-09-091995-03-15Alcatel Business SystemsInteractive command system for a multiservice station
US5404393A (en)1991-10-031995-04-04ViscorpMethod and apparatus for interactive television through use of menu windows
US5410344A (en)1993-09-221995-04-25Arrowsmith Technologies, Inc.Apparatus and method of selecting video programs based on viewers' preferences
US5412415A (en)1990-04-101995-05-02British Telecommunications Public Limited CompanyDistribution of digitized composite AM FDM signals
US5418559A (en)1992-10-231995-05-23At&T Corp.Multi-channel television converter for conventional and interactive signals
US5422674A (en)1993-12-221995-06-06Digital Equipment CorporationRemote display of an image by transmitting compressed video frames representing background and overlay portions thereof
US5422887A (en)1991-11-271995-06-06Ncr CorporationMedium access protocol for wireless local area network
WO1995015658A1 (en)1993-12-021995-06-08Discovery Communications, Inc.Network manager for cable television system headends
JPH07160292A (en)1993-12-071995-06-23Sony CorpMultilayered coding device
EP0661888A2 (en)1993-12-291995-07-05Matsushita Electric Industrial Co., Ltd.Multiplexing/demultiplexing method for superimposing sub- images on a main image
US5442389A (en)1992-12-281995-08-15At&T Corp.Program server for interactive television system
US5442390A (en)1993-07-071995-08-15Digital Equipment CorporationVideo on demand with memory accessing and or like functions
US5442700A (en)1990-09-281995-08-15Ictv, Inc.Scrambling method
US5469431A (en)1993-07-121995-11-21Philips Electronics North America Corp.Method of and apparatus for channel mapping with relative service identification
US5471263A (en)1991-10-141995-11-28Sony CorporationMethod for recording a digital audio signal on a motion picture film and a motion picture film having digital soundtracks
WO1995032587A1 (en)1994-05-201995-11-30Prevue International, Inc.Video clip program guide
WO1995033342A1 (en)1994-05-271995-12-07Ictv Inc.Compressed digital video overlay controller and method
GB2290204A (en)1993-11-051995-12-13Toshiba KkRelay apparatus, decoder and security broadcasting apparatus
US5481542A (en)1993-11-101996-01-02Scientific-Atlanta, Inc.Interactive information services control system
US5485197A (en)1990-09-281996-01-16Ictv, Inc.Carousel display
US5487066A (en)1988-03-211996-01-23First Pacific Networks, Inc.Distributed intelligence network using time and frequency multiplexing
US5495283A (en)1993-09-131996-02-27Albrit Technologies Ltd.Cable television video messaging system and headend facility incorporating same
US5495295A (en)1994-06-011996-02-27Zenith Electronics CorporationUse of transmitter assigned phantom channel numbers for data services
US5497187A (en)1991-11-291996-03-05Scientific-Atlanta, Inc.In-band/out-of-band data transmission method and apparatus for a television system
JPH0895599A (en)1994-05-061996-04-12Nippon Telegr & Teleph Corp <Ntt> Signal encoding method and decoding method, and encoder and decoder using the same
US5517250A (en)1995-02-281996-05-14General Instrument Corporation Of DelawareAcquisition of desired data from a packetized data stream and synchronization thereto
WO1996014712A1 (en)1994-11-031996-05-17Ictv, Inc.User interface for selecting television information services through pseudo-channel access
CA2163500A1 (en)1994-11-291996-05-30Reuven GaginReal-time multi-user game communication system using existing cable television infrastructure
US5528281A (en)1991-09-271996-06-18Bell Atlantic Network ServicesMethod and system for accessing multimedia data over public switched telephone network
US5537397A (en)1994-06-071996-07-16Aloha Networks, Inc.Spread aloha CDMA data communications
US5537404A (en)1992-12-291996-07-16International Business Machines CorporationSwitched circuit connection management over public data networks for wide area networks
USRE35314E (en)1986-05-201996-08-20Atari Games CorporationMulti-player, multi-character cooperative play video game with independent player entry and departure
US5548340A (en)1995-05-311996-08-20International Business Machines CorporationIntelligent television receivers combinations including video displays, and methods for diversion of television viewers by visual image modification
WO1996027843A1 (en)1995-03-071996-09-12Multimedia Systems CorporationCouponing issuance and tracking system for a communications network
US5557316A (en)1990-09-281996-09-17Ictv, Inc.System for distributing broadcast television services identically on a first bandwidth portion of a plurality of express trunks and interactive services over a second bandwidth portion of each express trunk on a subscriber demand basis
US5559549A (en)1992-12-091996-09-24Discovery Communications, Inc.Television program delivery system
WO1996031826A1 (en)1995-04-041996-10-10Higley Thomas KProcessing messages which include an address to further information
JPH08265704A (en)1995-03-241996-10-11Victor Co Of Japan LtdInformation reproducing device, decoder unit and information reproducing method
US5570126A (en)1993-05-031996-10-29Lucent Technologies Inc.System for composing multimedia signals for interactive television services
US5570363A (en)1994-09-301996-10-29Intel CorporationTransform based scalable audio compression algorithms and low cost audio multi-point conferencing systems
WO1996037074A2 (en)1995-05-181996-11-21Philips Electronics N.V.Interactive image manipulation
US5579143A (en)1993-06-041996-11-26Ciena CorporationOptical system with tunable in-fiber gratings
US5581653A (en)1993-08-311996-12-03Dolby Laboratories Licensing CorporationLow bit-rate high-resolution spectral envelope coding for audio encoder and decoder
EP0746158A2 (en)1995-05-301996-12-04International Business Machines CorporationScalable interactive multimedia server system
US5583927A (en)1995-05-011996-12-10Bell Communications Research, Inc.Method and apparatus for integrating telephone and broadband networks
WO1996042168A1 (en)1995-06-081996-12-27Ictv, Inc.Switched channel system
US5589885A (en)1992-03-171996-12-31Nec CorporationMoving picture coding and decoding circuit
US5592470A (en)1994-12-211997-01-07At&TBroadband wireless system and network architecture providing broadband/narrowband service with optimal static and dynamic bandwidth/channel allocation
US5594723A (en)1993-03-311997-01-14U.S. Philips CorporationATM information system and multiplexer for assigning and controlling access time
US5596693A (en)1992-11-021997-01-21The 3Do CompanyMethod for controlling a spryte rendering processor
US5600364A (en)1992-12-091997-02-04Discovery Communications, Inc.Network controller for cable television delivery systems
US5600573A (en)1992-12-091997-02-04Discovery Communications, Inc.Operations center with video storage for a television program packaging and delivery system
US5608446A (en)1994-03-311997-03-04Lucent Technologies Inc.Apparatus and method for combining high bandwidth and low bandwidth data transfer
US5617145A (en)1993-12-281997-04-01Matsushita Electric Industrial Co., Ltd.Adaptive bit allocation for video and audio coding
US5621464A (en)1994-02-031997-04-15Matsushita Electric Industrial Co., Ltd.Method of reordering a decoded video picture sequence
WO1997016925A1 (en)1995-11-011997-05-09Ictv, Inc.Output switching for load levelling across multiple service areas
US5631693A (en)1993-10-251997-05-20Antec CorporationMethod and apparatus for providing on demand services in a subscriber system
US5632003A (en)1993-07-161997-05-20Dolby Laboratories Licensing CorporationComputationally efficient adaptive bit allocation for coding method and apparatus
US5631846A (en)1995-02-281997-05-20Lucent Technologies Inc.Upstream communications for interactive networks
US5642498A (en)1994-04-121997-06-24Sony CorporationSystem for simultaneous display of multiple video windows on a display device
US5649283A (en)1995-09-281997-07-15Lucent Technologies Inc.Program verification for cable television at a consumer location
WO1997033434A1 (en)1996-03-081997-09-12Actv, Inc.An integrated interactive video and internet system
US5668592A (en)1994-04-061997-09-16Interaxx Television Network, Inc.Interactive television terminal responsive to user commands which combines static service data and recurrently broadcast dynamic service data to produce composite service display signals
US5668599A (en)1996-03-191997-09-16International Business Machines CorporationMemory management for an MPEG2 compliant decoder
WO1997039583A1 (en)1996-04-181997-10-23Bellsouth CorporationA method and system to transmit video/data signals from a device to a communications network connection card
US5708767A (en)1995-02-031998-01-13The Trustees Of Princeton UniversityMethod and apparatus for video browsing based on content and structure
IN180215B (en)1991-09-241998-01-17Ictv Inc
US5710815A (en)1995-06-071998-01-20Vtech Communications, Ltd.Encoder apparatus and decoder apparatus for a television signal having embedded viewer access control data
US5740307A (en)1995-06-071998-04-14Hitachi America, Ltd.Methods for monitoring a trick play data stream to insure MPEG compliance
US5742289A (en)1994-04-011998-04-21Lucent Technologies Inc.System and method of generating compressed video graphics images
US5748234A (en)1994-09-131998-05-05Intel CorporationVideo processing system and method
US5754941A (en)1995-02-061998-05-19Broadband Technologies, Inc.Point-to-multipoint broadband services drop with multiple time slot return channel for customer premises equipment served by fiber optic telecommunication system employing STS-based transmission format containing asynchronous transfer mode cells
WO1998026595A1 (en)1996-12-101998-06-18Ictv, Inc.System manager with hypertext control interface for interactive cable television system
US5786527A (en)1994-04-121998-07-28Tarte; AndreMethod and apparatus for testing soil contamination
US5790174A (en)1991-09-271998-08-04Bell Atlantic Network Services, Inc.PSTN architecture for video-on-demand services
JPH10228437A (en)1996-06-031998-08-25Webtv Networks IncDocument substitute processing, transcoding method and device in distributed network
US5812786A (en)1995-06-211998-09-22Bell Atlantic Network Services, Inc.Variable rate and variable mode transmission system
US5818438A (en)1995-04-251998-10-06Bellsouth CorporationSystem and method for providing television services
US5822537A (en)1994-02-241998-10-13At&T Corp.Multimedia networked system detecting congestion by monitoring buffers' threshold and compensating by reducing video transmittal rate then reducing audio playback rate
US5821945A (en)1995-02-031998-10-13The Trustees Of Princeton UniversityMethod and apparatus for video browsing based on content and structure
US5828371A (en)1995-11-221998-10-27International Business Machines CorporationMethod and system for graphic video image presentation control
US5845083A (en)1996-03-071998-12-01Mitsubishi Semiconductor America, Inc.MPEG encoding and decoding system for multimedia applications
US5844594A (en)1995-10-051998-12-01Microsoft CorporationMethod and apparatus for MPEG encoding
EP0881808A2 (en)1997-05-301998-12-02Sun Microsystems, Inc.Latency-reducing bandwidth-prioritization for network servers and clients
WO1999000735A1 (en)1997-06-271999-01-07S3 IncorporatedVirtual address access to tiled surfaces
US5862325A (en)1996-02-291999-01-19Intermind CorporationComputer-based communication system and method using metadata defining a control structure
US5864820A (en)1996-12-201999-01-26U S West, Inc.Method, system and product for mixing of encoded audio signals
WO1999004568A1 (en)1997-07-181999-01-28Tvcompass.Com LimitedCommunication system and method
US5867208A (en)1997-10-281999-02-02Sun Microsystems, Inc.Encoding system and method for scrolling encoded MPEG stills in an interactive television application
JPH1188419A (en)1997-09-121999-03-30Tsushin Hoso KikoSystem for distributing animation information and its method
US5903727A (en)1996-06-181999-05-11Sun Microsystems, Inc.Processing HTML to embed sound in a web page
US5903816A (en)1996-07-011999-05-11Thomson Consumer Electronics, Inc.Interactive television system and method for displaying web-like stills with hyperlinks
US5905522A (en)1995-08-311999-05-18Microsoft CorporationResource allocation method for interactive televideo system
JPH11134273A (en)1997-10-311999-05-21Toshiba Corp Communication control method, communication control system, and recording medium storing program for realizing the same
US5907681A (en)1997-10-201999-05-25International Business Machines CorporationIntelligent method, apparatus and computer program product for automated refreshing of internet web pages
WO1999030496A1 (en)1997-12-091999-06-17Ictv, Inc.Distributed scrambling method and system
CA2313161A1 (en)1997-12-091999-06-17Ictv, Inc.Interactive cable television system with frame server
WO1999030497A1 (en)1997-12-091999-06-17Ictv, Inc.Modular controller and modulator system for interactive cable television system
US5917822A (en)1995-11-151999-06-29Xerox CorporationMethod for providing integrated packet services over a shared-media network
WO1999035840A1 (en)1998-01-061999-07-15Intel CorporationA host apparatus for simulating two way connectivity for one way data streams
EP0933966A1 (en)1998-01-301999-08-04AlcatelA method to route Internet data packets, an access node and a terminal realizing such a method and a communication network
WO1999041911A1 (en)1998-02-111999-08-19Ictv, Inc.Enhanced scrambling of slowly changing video signals
US5946352A (en)1997-05-021999-08-31Texas Instruments IncorporatedMethod and apparatus for downmixing decoded data streams in the frequency domain prior to conversion to the time domain
US5952943A (en)1996-10-111999-09-14Intel CorporationEncoding image data for decode rate control
JPH11261966A (en)1998-03-121999-09-24Toshiba Corp Video encoding device and video encoding method
US5959690A (en)1996-02-201999-09-28Sas Institute, Inc.Method and apparatus for transitions and other special effects in digital motion video
US5963203A (en)1997-07-031999-10-05Obvious Technology, Inc.Interactive video icon with designated viewing position
US5961603A (en)1996-04-101999-10-05Worldgate Communications, Inc.Access system and method for providing interactive access to an information source through a networked distribution system
US5966163A (en)1995-10-201999-10-12Scientific-Atlanta, Inc.Providing constant bit rate upstream data transport in a two way cable system by scheduling preemptive grants for upstream data slots using selected fields of a plurality of grant fields
US5978756A (en)1996-03-281999-11-02Intel CorporationEncoding audio signals using precomputed silence
WO1999056468A1 (en)1998-04-271999-11-04Bellsouth Intellectual Property CorporationMethod and system for providing bi-directional communications to a broadband network without degrading downstream bandwidth
US5982445A (en)1996-10-211999-11-09General Instrument CorporationHypertext markup language protocol for television display and control
US5990862A (en)1995-09-181999-11-23Lewis; Stephen HMethod for efficient input device selection of onscreen objects
US5995146A (en)1997-01-241999-11-30Pathway, Inc.Multiple video screen display system
US5995488A (en)1996-10-081999-11-30Advanced Micro Devices, Inc.Method and apparatus for regulating data flow in networks
US5999970A (en)1996-04-101999-12-07World Gate Communications, LlcAccess system and method for providing interactive access to an information source through a television distribution system
WO1999065232A1 (en)1998-06-091999-12-16Sony Electronics Inc.Hierarchical motion estimation process and system using block-matching and integral projection
WO1999065243A1 (en)1998-06-091999-12-16Worldgate Service, Inc.Mpeg encoding technique for encoding web pages
WO1999066732A1 (en)1998-06-171999-12-23Opentv, Inc.Interactive television system and method for displaying a graphical user interface using insert pictures
US6014416A (en)1996-06-172000-01-11Samsung Electronics Co., Ltd.Method and circuit for detecting data segment synchronizing signal in high-definition television
WO2000002303A1 (en)1998-07-062000-01-13Sanyo Electric Co., Ltd.Sound/vibration generator
US6021386A (en)1991-01-082000-02-01Dolby Laboratories Licensing CorporationCoding method and apparatus for multiple channels of audio information representing three-dimensional sound fields
WO2000007372A1 (en)1998-07-272000-02-10Webtv Networks, Inc.Overlay management
WO2000008967A1 (en)1998-08-142000-02-24Alfredo De BenedictisHair treatment device and method
US6031989A (en)1997-02-272000-02-29Microsoft CorporationMethod of formatting and displaying nested documents
US6034678A (en)1991-09-102000-03-07Ictv, Inc.Cable television system with remote interactive processor
US6049539A (en)1997-09-152000-04-11Worldgate Communications, Inc.Access system and method for providing interactive access to an information source through a networked distribution system
US6049831A (en)1996-11-082000-04-11Gte Laboratories IncorporatedSystem for transmitting network-related information where requested network information is separately transmitted as definitions and display information
WO2000019910A1 (en)1998-10-052000-04-13Origin Medsystems, Inc.Method and apparatus for tissue dissection
US6055314A (en)1996-03-222000-04-25Microsoft CorporationSystem and method for secure purchase and delivery of video content programs
JP2000152234A (en)1998-11-162000-05-30Canon Inc Data processing apparatus and method, and data processing system
US6078328A (en)1998-06-082000-06-20Digital Video Express, LpCompressed video graphics system and methodology
WO2000038430A1 (en)1998-12-202000-06-29Morecom, Inc.System for transporting mpeg video as streaming video in an html web page
US6084908A (en)1995-10-252000-07-04Sarnoff CorporationApparatus and method for quadtree based variable block size motion estimation
WO2000041397A1 (en)1999-01-062000-07-13Sarnoff CorporationComputer system for statistical multiplexing of bitstreams
EP1026872A1 (en)1999-01-292000-08-09Lucent Technologies Inc.Dynamically configurable system and method for transcoding streaming data and telecommunications infrastructure incorporating the same
US6108625A (en)1997-04-022000-08-22Samsung Electronics Co., Ltd.Scalable audio coding/decoding method and apparatus without overlap of information between various layers
US6115076A (en)1999-04-202000-09-05C-Cube Semiconductor Ii, Inc.Compressed video recording device with non-destructive effects addition
US6131182A (en)1997-05-022000-10-10International Business Machines CorporationMethod and apparatus for synthesizing and optimizing control logic based on SRCMOS logic array macros
US6141693A (en)1996-06-032000-10-31Webtv Networks, Inc.Method and apparatus for extracting digital data from a video stream and using the digital data to configure the video stream for display on a television set
US6141645A (en)1998-05-292000-10-31Acer Laboratories Inc.Method and device for down mixing compressed audio bit stream having multiple audio channels
US6144698A (en)1996-10-312000-11-07Mitsubishi Electric Information Technology Center America, Inc. (Ita)Digital video decoder and method of decoding a digital video signal
EP1051039A2 (en)1999-04-062000-11-08Liberate Technologies LLCSystem and methods for preparing multimedia data using digital video data compression
US6167084A (en)1998-08-272000-12-26Motorola, Inc.Dynamic bit allocation for statistical multiplexing of compressed and uncompressed digital video signals
US6169573B1 (en)1997-07-032001-01-02Hotv, Inc.Hypervideo system and method with object tracking in a compressed digital video environment
US6177931B1 (en)1996-12-192001-01-23Index Systems, Inc.Systems and methods for displaying and recording control interface with television programs, video, advertising information and program scheduling information
US6182072B1 (en)1997-03-262001-01-30Webtv Networks, Inc.Method and apparatus for generating a tour of world wide web sites
US6184878B1 (en)1997-12-232001-02-06Sarnoff CorporationInteractive world wide web access using a set top terminal in a video on demand system
US6192081B1 (en)1995-10-262001-02-20Sarnoff CorporationApparatus and method for selecting a coding mode in a block-based coding system
US6226041B1 (en)1998-07-282001-05-01Sarnoff CorporationLogo insertion using only disposable frames
US6236730B1 (en)1997-05-192001-05-22Qsound Labs, Inc.Full sound enhancement using multi-input sound signals
JP2001145112A (en)1999-11-122001-05-25Matsushita Electric Ind Co Ltd Moving image synthesizing apparatus, moving image synthesizing method, and recording medium
WO2001039494A1 (en)1999-11-222001-05-31America Online, Inc.Managing electronic content from different sources
US6243418B1 (en)1998-03-302001-06-05Daewoo Electronics Co., Ltd.Method and apparatus for encoding a motion vector of a binary shape signal
WO2001041447A1 (en)1999-12-032001-06-07Sony Computer Entertainment America Inc.System and method for providing an on-line gaming experience through a catv broadband network
US6253238B1 (en)1998-12-022001-06-26Ictv, Inc.Interactive cable television system with frame grabber
US20010005360A1 (en)1999-12-232001-06-28Kyoung-Woo LeeMethod and apparatus for monitoring network state
US6256047B1 (en)1997-06-042001-07-03Konami Co., Ltd.Method of judging hits and computer-readable storage medium storing game data
US6259826B1 (en)1997-06-122001-07-10Hewlett-Packard CompanyImage processing method and device
US20010008845A1 (en)1999-12-242001-07-19Kazuhiro KusudaGaming machine and operation method therefor
US6266684B1 (en)1997-08-062001-07-24Adobe Systems IncorporatedCreating and saving multi-frame web pages
JP2001203995A (en)1999-11-132001-07-27Lg Electronics IncGame service system, and its receive/transmitter and reception/transmission method
US6268864B1 (en)1998-06-112001-07-31Presenter.Com, Inc.Linking a video and an animation
EP1120968A1 (en)1999-08-092001-08-01Sony CorporationTransmitting device and transmitting method, receiving device and receiving method, transmitting/receiving device and transmitting/receiving method, recorded medium, and signal
WO2001056293A1 (en)2000-01-282001-08-02Open Tv, Inc.Interactive television system and method for simultaneous transmission and rendering of multiple mpeg-encoded video streams
US6275496B1 (en)1996-08-262001-08-14Microsoft CorporationContent provider for pull based intelligent caching system
JP2001245291A (en)2000-02-292001-09-07Nec CorpImage communication system
JP2001241993A (en)2000-02-252001-09-07Endress & Hauser Gmbh & CoMeasurement machine provided with rope type sonde and method for shortening the rope of the rope type sonde
JP2001514471A (en)1997-08-272001-09-11スターサイト テレキャスト,インコーポレイティド System and method for television signal replacement
US6292194B1 (en)1995-08-042001-09-18Microsoft CorporationImage compression method to reduce pixel and texture memory requirements in graphics applications
US20010027563A1 (en)1998-11-302001-10-04Microsoft CorporationVideo on demand methods and systems
US6310601B1 (en)1998-05-122001-10-30International Business Machines CorporationResizing images to improve network throughput
WO2001082614A1 (en)2000-04-242001-11-01Metatv, Inc.Method and system for integrating internet advertising with television commercials
US6317885B1 (en)1997-06-262001-11-13Microsoft CorporationInteractive entertainment and information system using television set-top box
US6317151B1 (en)1997-07-102001-11-13Mitsubishi Denki Kabushiki KaishaImage reproducing method and image generating and reproducing method
US20010043215A1 (en)1997-09-112001-11-22Thomas M. MiddletonEfficient downloading of animated presentation files
US20010049301A1 (en)2000-04-272001-12-06Yasutaka MasudaRecording medium, program, entertainment system, and entertainment apparatus
WO2001092973A2 (en)2000-05-262001-12-06Citrix Systems, Inc.Method and system for efficiently reducing graphical display data for transmission over a low bandwidth transport protocol mechanism
US20020007491A1 (en)2000-01-132002-01-17Schiller Jay B.Method and apparatus for identifying a signal route for delivery of video-on-demand to a subscriber terminal
US20020013812A1 (en)1996-06-032002-01-31Krueger Mark H.Transcoding audio data by a proxy computer on behalf of a client computer
US20020016161A1 (en)2000-02-102002-02-07Telefonaktiebolaget Lm Ericsson (Publ)Method and apparatus for compression of speech encoded parameters
US6349284B1 (en)1997-11-202002-02-19Samsung Sdi Co., Ltd.Scalable audio encoding/decoding method and apparatus
GB2365649A (en)2000-06-212002-02-20Gerard MacnameeCommunications system which allows advertisements to be stored at receiver
US20020021353A1 (en)2000-06-092002-02-21Denies MarkStreaming panoramic video
JP2002057952A (en)2000-07-312002-02-22Internatl Business Mach Corp <Ibm>Broadcast system and web browsing method for the broadcast system
US20020026642A1 (en)1999-12-152002-02-28Augenbraun Joseph E.System and method for broadcasting web pages and other information
US20020027567A1 (en)2000-07-182002-03-07Niamir Bern B.Listing network for classified information
US20020032697A1 (en)1998-04-032002-03-14Synapix, Inc.Time inheritance scene graph for representation of media content
US20020040482A1 (en)*2000-04-082002-04-04Sextro Gary L.Features for interactive television
JP2002112220A (en)2000-10-032002-04-12Matsushita Electric Ind Co Ltd Video information distribution method
US20020047899A1 (en)2000-01-282002-04-25Diva Systems CorporationMethod and apparatus for preprocessing and postprocessing content in an interactive information distribution system
US20020049975A1 (en)2000-04-052002-04-25Thomas William L.Interactive wagering system with multiple display support
US6385771B1 (en)1998-04-272002-05-07Diva Systems CorporationGenerating constant timecast information sub-streams using variable timecast information streams
US20020056083A1 (en)2000-03-292002-05-09Istvan Anthony F.System and method for picture-in-browser scaling
US20020056136A1 (en)1995-09-292002-05-09Wistendahl Douglass A.System for converting existing TV content to interactive TV programs operated with a standard remote control and TV set-top box
US20020056107A1 (en)2000-08-312002-05-09Schlack John A.System and method for delivering statistically scheduled advertisements
US20020054578A1 (en)2000-07-132002-05-09Qian ZhangChannel and quality of service adaptation for multimedia over wireless networks
US6389218B2 (en)1998-11-302002-05-14Diva Systems CorporationMethod and apparatus for simultaneously producing compressed play and trick play bitstreams from a video frame sequence
US6386980B1 (en)1998-12-262002-05-14Kabushiki Kaisha Sega EnterprisesGame apparatus, game system using same, and information processing unit
US20020059644A1 (en)2000-04-242002-05-16Andrade David DeMethod and system for automatic insertion of interactive TV triggers into a broadcast data stream
JP2002141810A (en)2000-08-252002-05-17Agere Systems Guardian Corp Channel error protection achievable across the network layer of a communication system
US20020062484A1 (en)2000-06-192002-05-23De Lange Alphonsius Anthonius JozefMethod of automatic execution receiving station
US20020069267A1 (en)2000-11-062002-06-06Karl ThieleData management framework for policy management
US20020072408A1 (en)1998-10-062002-06-13Hitoshi KumagaiMethod for controlling character behavior in video games, video game machine, and computer-readable recording medium on which video game program is recorded
US20020078456A1 (en)2000-12-142002-06-20Intertainer, Inc.System and method for interactive video content programming
US20020078171A1 (en)2000-12-192002-06-20Robert SchneiderDocument delivery system with integrated feedback generation facilities
US20020083464A1 (en)2000-11-072002-06-27Mai-Ian TomsenSystem and method for unprompted, context-sensitive querying during a televison broadcast
US6415031B1 (en)1999-03-122002-07-02Diva Systems CorporationSelective and renewable encryption for secure distribution of video on-demand
US6415437B1 (en)1998-07-232002-07-02Diva Systems CorporationMethod and apparatus for combining video sequences with an interactive program guide
US20020091738A1 (en)2000-06-122002-07-11Rohrabaugh Gary B.Resolution independent vector display of internet content
US20020095689A1 (en)2001-01-122002-07-18Novak Robert E.Hardware decoding of media streams from multiple sources
JP2002208027A (en)2001-01-102002-07-26Namco Ltd Image generation system, program, and information storage medium
US20020105531A1 (en)2001-02-022002-08-08Sami NiemiMethod for zooming
US20020108121A1 (en)2001-02-022002-08-08Rachad AlaoService gateway for interactive television
US6438140B1 (en)1998-11-192002-08-20Diva Systems CorporationData structure, method and apparatus providing efficient retrieval of data from a segmented information stream
US6446037B1 (en)1999-08-092002-09-03Dolby Laboratories Licensing CorporationScalable coding method for high quality audio
US20020131511A1 (en)2000-08-252002-09-19Ian ZenoniVideo tags and markers
WO2002076097A1 (en)2001-03-202002-09-26Intellocity Usa, Inc.Video combiner
US20020136298A1 (en)2001-01-182002-09-26Chandrashekhara AnantharamuSystem and method for adaptive streaming of predictive coded video data
WO2002076099A1 (en)2001-02-222002-09-26Cheong Seok OhRealtime/on-demand wireless multicasting system using mobile terminal and method thereof
US6459427B1 (en)1998-04-012002-10-01Liberate TechnologiesApparatus and method for web-casting over digital broadcast TV network
JP2002300556A (en)2001-03-302002-10-11Casio Electronics Co LtdProxy system for tv reception charge payment
US20020152318A1 (en)2001-03-022002-10-17Menon Satish N.Metadata enabled push-pull model for efficient low-latency video-content distribution over a network
JP2002319991A (en)2001-04-192002-10-31Mitsubishi Electric Corp Video or audio transmission system
US6477182B2 (en)1999-06-082002-11-05Diva Systems CorporationData transmission method and apparatus
WO2002089487A2 (en)2001-04-272002-11-07Fenkart Informatik & Telekommunikations KgDevice and method for transmitting multimedia data objects
US6480210B1 (en)1999-06-302002-11-12Koninklijke Philips Electronics N.V.Video browsing space
US6481012B1 (en)1999-10-272002-11-12Diva Systems CorporationPicture-in-picture and multiple video streams using slice-based encoding
US20020171765A1 (en)2000-01-242002-11-21Yasushi WakiImage composizing device, recorded medium, and program
US20020178447A1 (en)2001-04-032002-11-28Plotnick Michael A.Behavioral targeted advertising
US20020178278A1 (en)*2001-05-242002-11-28Paul DucharmeMethod and apparatus for providing graphical overlays in a multimedia system
US20020175931A1 (en)1998-12-182002-11-28Alex HoltzPlaylist for real time video production
US20020188628A1 (en)2001-04-202002-12-12Brian CooperEditing interactive content with time-based media
US20020191851A1 (en)2001-05-012002-12-19Giora KeinanEfficient encoding of video frames using pre-encoded primitives
US20020194592A1 (en)2001-06-142002-12-19Ted TsuchidaSystem & apparatus for displaying substitute content
US20020196746A1 (en)2001-06-262002-12-26Allen Paul G.Webcam-based interface for initiating two-way video communication
US20030005452A1 (en)2001-06-292003-01-02Rodriguez Arturo A.Graphic user interface alternate download options for unavailable PRM content
US20030018796A1 (en)2001-05-112003-01-23Jim ChouTranscoding multimedia information within a network communication system
US6512793B1 (en)1998-04-282003-01-28Canon Kabushiki KaishaData processing apparatus and method
US20030020671A1 (en)1999-10-292003-01-30Ovid SantoroSystem and method for simultaneous display of multiple information sources
GB2378345A (en)2001-07-092003-02-05Samsung Electronics Co LtdMethod for scanning a reference macroblock window in a search area
US20030027517A1 (en)2001-08-062003-02-06Callway Edward G.Wireless display apparatus and method
US20030035486A1 (en)2001-07-112003-02-20Naoe KatoMPEG encoding apparatus, MPEG decoding apparatus, and encoding program
US6525746B1 (en)1999-08-162003-02-25University Of WashingtonInteractive video object processing environment having zoom window
US20030038893A1 (en)2001-08-242003-02-27Nokia CorporationDigital video receiver that generates background pictures and sounds for games
US20030039398A1 (en)2001-08-212003-02-27Mcintyre Kristen A.Dynamic bandwidth adaptive image compression/decompression scheme
US20030051253A1 (en)2001-08-162003-03-13Barone Samuel T.Interactive television tracking system
US6536043B1 (en)1996-02-142003-03-18Roxio, Inc.Method and systems for scalable representation of multimedia data for progressive asynchronous transmission
JP2003087785A (en)2001-06-292003-03-20Toshiba Corp Method and apparatus for format conversion of encoded video data
JP2003087673A (en)2001-09-062003-03-20Sony Corp Video display device
WO2003026275A2 (en)2001-09-192003-03-27Meta Tv, Inc.Interactive user interface for television applications
US20030058941A1 (en)2001-05-292003-03-27Xuemin ChenArtifact-free displaying of MPEG-2 video in the progressive-refresh mode
US20030061451A1 (en)2001-09-272003-03-27Beyda William J.Method and system for web caching based on predictive usage
WO2003026232A1 (en)2001-09-212003-03-27British Telecommunications Public Limited CompanyData communications method and system using buffer size to calculate transmission rate for congestion control
US20030066093A1 (en)2001-05-112003-04-03Cruz-Rivera Jose I.Methods and apparatus for circular broadcasting an audio and video signal
US20030065739A1 (en)2001-10-012003-04-03J. Mitchell ShnierMethods for independently generating a reference to desired information available from a remote source
US20030072372A1 (en)2001-10-112003-04-17Bo ShenMethod and apparatus for a multi-user video navigation system
US20030071792A1 (en)2001-10-152003-04-17Reem SafadiVersatile user interface device and associated system
US20030076546A1 (en)2001-10-242003-04-24Johnson Dan S.Compact portable 2D/ 3D image capture system
US6557041B2 (en)1998-08-242003-04-29Koninklijke Philips Electronics N.V.Real time video game uses emulation of streaming over the internet in a broadcast event
US6560496B1 (en)1999-06-302003-05-06Hughes Electronics CorporationMethod for altering AC-3 data streams using minimum computation
US20030088400A1 (en)2001-11-022003-05-08Kosuke NishioEncoding device, decoding device and audio data distribution system
US6564378B1 (en)1997-12-082003-05-13United Video Properties, Inc.Program guide system with browsing display
US20030095790A1 (en)2001-08-172003-05-22Joshi Ajit P.Methods and apparatus for generating navigation information on the fly
US6578201B1 (en)1998-11-202003-06-10Diva Systems CorporationMultimedia stream incorporating interactive support for multiple types of subscriber terminals
US20030107443A1 (en)2001-12-112003-06-12Alps Electric Co., Ltd.IC for oscillator having electrostatic breakdown preventive diodes
WO2003047710A2 (en)2001-12-052003-06-12Lime Studios LimitedInteractive television video games system
US6579184B1 (en)1999-12-102003-06-17Nokia CorporationMulti-player game system
US6584153B1 (en)1998-07-232003-06-24Diva Systems CorporationData structure and methods for providing an interactive program guide
US6588017B1 (en)1999-01-272003-07-01Diva Systems CorporationMaster and slave subscriber stations for digital video and interactive services
US20030126611A1 (en)2001-12-282003-07-03International Business Machines CorporationMethods and apparatus for controlling interactive television information and commerce services
US20030122836A1 (en)2001-12-312003-07-03Doyle Peter L.Automatic memory management for zone rendering
US20030126608A1 (en)2001-12-312003-07-03General Instrument CorporationMethods and systems for providing streaming media content in existing video delivery systems
US20030123664A1 (en)2002-01-022003-07-03Pedlow Leo M.Encryption and content control in a digital broadcast system
US20030131349A1 (en)2002-01-042003-07-10General Instrument CorporationMethods and systems for managing and collecting impulse pay-per-view data in smart card enabled television terminals
US20030135860A1 (en)2002-01-112003-07-17Vincent DureauNext generation television receiver
US6598229B2 (en)1998-11-202003-07-22Diva Systems Corp.System and method for detecting and correcting a defective transmission channel in an interactive information distribution system
US6604224B1 (en)1999-03-312003-08-05Diva Systems CorporationMethod of performing content integrity analysis of a data stream
WO2003065683A1 (en)2002-01-302003-08-07Koninklijke Philips Electronics N.V.Streaming multimedia data over a network having a variable bandwidth
WO2003071727A2 (en)2002-02-152003-08-28Manystreams, Inc.An apparatus and method for the delivery of multiple sources of media content
US6614442B1 (en)2000-06-262003-09-02S3 Graphics Co., Ltd.Macroblock tiling format for motion compensation
US20030169373A1 (en)1993-04-162003-09-11Peters Eric C.Method and apparatus for creating non-linear motion picture transitions
US6621870B1 (en)1999-04-152003-09-16Diva Systems CorporationMethod and apparatus for compressing video sequences
EP1345446A1 (en)2002-02-142003-09-17KDDI CorporationVideo information transmission system, and apparatus and program used for video information transmission system
US20030177199A1 (en)2002-03-052003-09-18Ian ZenoniMulticasting of interactive data over a back channel
US6625574B1 (en)1999-09-172003-09-23Matsushita Electric Industrial., Ltd.Method and apparatus for sub-band coding and decoding
US20030188309A1 (en)1998-02-172003-10-02Gemstar Development CorporationSimulated PIP window in EPG
US20030189980A1 (en)2001-07-022003-10-09Moonlight Cordless Ltd.Method and apparatus for motion estimation between video frames
US20030196174A1 (en)1997-03-062003-10-16Microsoft CorporationDiscoverability and navigation of hyperlinks via tabs
US6639896B1 (en)1999-04-012003-10-28Diva Systems CorporationAsynchronous serial interface (ASI) ring network for digital information distribution
WO2003091832A2 (en)2002-04-262003-11-06Matsushita Electric Industrial Co., Ltd.Method of content adaptation for apparatuses of universal multimedia framework terminal, server, and gateway
US20030208768A1 (en)2002-05-032003-11-06Urdang Erik G.Technique for delivering entertainment programming content including interactive features in a communications network
US6645076B1 (en)1999-03-032003-11-11Konami Computer Entertainment Tokyo, Co. Ltd.Game apparatus with game player physical strength recognition
US20030217360A1 (en)1998-07-232003-11-20Gordon Donald F.System for generating, distributing and receiving an interactive user interface
US6657647B1 (en)2000-09-252003-12-02Xoucin, Inc.Controlling the order in which content is displayed in a browser
US20030229719A1 (en)2002-06-112003-12-11Sony Computer Entertainment Inc.System and method for data compression
US20030229900A1 (en)2002-05-102003-12-11Richard ReismanMethod and apparatus for browsing using multiple coordinated device sets
US20030231218A1 (en)2002-06-142003-12-18Lou AmadioSystem and method for indicating the focused control on a graphical user interface
US6675385B1 (en)1998-10-212004-01-06Liberate TechnologiesHTML electronic program guide for an MPEG digital TV system
US6681397B1 (en)2000-01-212004-01-20Diva Systems Corp.Visual improvement of video stream transitions
US6681326B2 (en)1999-03-122004-01-20Diva Systems CorporationSecure distribution of video on-demand
US20040016000A1 (en)2002-04-232004-01-22Zhi-Li ZhangVideo streaming having controlled quality assurance over best-effort networks
US6684400B1 (en)1998-05-292004-01-27Diva Systems CorporationMethod and apparatus for providing dynamic pricing services for an interactive information distribution system
US6687663B1 (en)1999-06-252004-02-03Lake Technology LimitedAudio processing method and apparatus
WO2004012437A2 (en)2002-07-312004-02-05Bluestreak Technology Inc.System and method for video-on-demand based gaming
US6691208B2 (en)1999-03-122004-02-10Diva Systems Corp.Queuing architecture including a plurality of queues and associated method for controlling admission for disk access requests for video content
US20040034873A1 (en)2002-04-042004-02-19Ian ZenoniEvent driven interactive television notification
JP2004056777A (en)2002-05-302004-02-19Matsushita Electric Ind Co Ltd Wireless remote control system
US6697376B1 (en)1998-11-202004-02-24Diva Systems CorporationLogical node identification in an information transmission network
US20040040035A1 (en)2002-05-032004-02-26Carlucci John B.Use of messages in or associated with program signal streams by set-top terminals
WO2004018060A2 (en)2002-08-212004-03-04Lime Studios LimitedImprovements to interactive tv games system
US6704359B1 (en)1999-04-152004-03-09Diva Systems Corp.Efficient encoding algorithms for delivery of server-centric interactive program guide
US20040055007A1 (en)2002-09-132004-03-18David AllportPoint-based system and method for interacting with electronic program guide grid
US6718552B1 (en)1999-04-202004-04-06Diva Systems CorporationNetwork bandwidth optimization by dynamic channel allocation
US6717600B2 (en)2000-12-152004-04-06International Business Machines CorporationProximity selection of selectable item in a graphical user interface
JP2004112441A (en)2002-09-192004-04-08Casio Comput Co Ltd Advertising information providing system and advertising information providing method
JP2004110850A (en)2003-12-192004-04-08Sony Computer Entertainment IncPseudorandom number generator
US6721956B2 (en)2001-07-172004-04-13Scientific-Atlanta, Inc.Interactive information services system and associated method for capturing transaction data
US6721794B2 (en)1999-04-012004-04-13Diva Systems Corp.Method of data management for efficiently storing and retrieving data to respond to user access requests
US20040073924A1 (en)2002-09-302004-04-15Ramesh PendakurBroadcast scheduling and content selection based upon aggregated user profile information
US20040078822A1 (en)2002-10-182004-04-22Breen George EdwardDelivering interactive content to a remote subscriber
US6727929B1 (en)2000-08-162004-04-27International Business Machines CorporationAutomatic determination of nearest window controller having a function consistent with motion of cursor
US6732370B1 (en)1998-11-302004-05-04Diva Systems CorporationService provider side interactive program guide encoder
US6731605B1 (en)2000-06-192004-05-04Sharp Laboratories Of America, Inc.Prioritized optimal server side bandwidth allocation in a multimedia session with push and pull sources
US20040088375A1 (en)2002-11-012004-05-06Sethi Bhupinder S.Method for prefetching Web pages to improve response time networking
JP2004135932A (en)2002-10-182004-05-13Am3 IncDigital content reproducing method for game machine
US20040091171A1 (en)2002-07-112004-05-13Bone Donald JamesMosaic construction from a video sequence
EP1422929A2 (en)2002-11-232004-05-26Samsung Electronics Co., Ltd.Motion estimation apparatus, method, and machine-readable medium capable of detecting scrolling text and graphic data
US6747991B1 (en)2000-04-262004-06-08Carnegie Mellon UniversityFilter and method for adaptively modifying the bit rate of synchronized video and audio streams to meet packet-switched network bandwidth constraints
US20040111526A1 (en)2002-12-102004-06-10Baldwin James ArmandCompositing MPEG video streams for combined image display
EP1428562A2 (en)2002-12-092004-06-16Kabushiki Kaisha Square Enix (also trading as Square Enix Co., Ltd.)Video game that displays player characters of multiple players in the same screen
US20040117827A1 (en)2002-12-112004-06-17Jeyhan KaraoguzMedia processing system supporting personal advertisement channel and advertisement insertion into broadcast media
US6754905B2 (en)1998-07-232004-06-22Diva Systems CorporationData structure and methods for providing an interactive program guide
US6754271B1 (en)1999-04-152004-06-22Diva Systems CorporationTemporal slice persistence method and apparatus for delivery of interactive program guide
CN1507751A (en)2002-01-182004-06-23株式会社东芝Video encoding method and apparatus, and video decoding method and apparatus
US20040128686A1 (en)1996-12-102004-07-01United Video Properties, Inc., A Corporation Of DelawareInternet television program guide system
US6758540B1 (en)1998-12-212004-07-06Thomson Licensing S.A.Method and apparatus for providing OSD data for OSD display in a video signal having an enclosed format
US20040133704A1 (en)2003-01-072004-07-08Openpeak Inc.Legacy device bridge for residential or non-residential networks
WO2004057609A1 (en)2002-12-202004-07-08Koninklijke Philips Electronics N.V.Creating edit effects on mpeg-2 compressed video
US20040136698A1 (en)2002-07-102004-07-15Mock Wayne E.DVD conversion for on demand
US20040139158A1 (en)2003-01-092004-07-15Datta Glen VanDynamic bandwidth control
US6766407B1 (en)2001-03-272004-07-20Microsoft CorporationIntelligent streaming framework
US6771704B1 (en)2000-02-282004-08-03Intel CorporationObscuring video signals for conditional access
US20040163101A1 (en)1997-01-062004-08-19Swix Scott R.Method and system for providing targeted advertisements
WO2004073310A1 (en)2003-02-052004-08-26Ictv, Inc.Peripheral unit for upstream cable television system communication
US6785902B1 (en)1999-12-202004-08-31Webtv Networks, Inc.Document data structure and method for integrating broadcast television with web pages
US20040184542A1 (en)2003-02-042004-09-23Yuji FujimotoImage processing apparatus and method, and recording medium and program used therewith
JP2004264812A (en)2002-09-042004-09-24Microsoft CorpUnified lossy and lossless audio compression
US20040193648A1 (en)2000-12-222004-09-30Lai Angela C. W.Distributed on-demand media transcoding system and method
US6807528B1 (en)2001-05-082004-10-19Dolby Laboratories Licensing CorporationAdding data to a compressed data frame
US20040210824A1 (en)1996-03-292004-10-21Microsoft CorporationInteractive entertainment system for presenting supplemental interactive content together with continuous video programs
US20040216045A1 (en)2001-07-262004-10-28Maurice MartinSystem and process for gathering recording and validating requirments for computer applications
US6813690B1 (en)2001-06-122004-11-02Network Appliance, Inc.Caching media data using content-sensitive identifiers
JP2004312283A (en)2003-04-042004-11-04Ntt Docomo Inc Individual distribution system, individual distribution control device, individual distribution method and program
JP2004533736A (en)2001-02-022004-11-04オープンティブイ・インコーポレーテッド Method and apparatus for reformatting content for display on interactive television
JP2004536381A (en)2001-04-192004-12-02インターナショナル・ビジネス・マシーンズ・コーポレーション Method and system for managing configuration changes in a data processing system
JP2004536681A (en)2001-08-022004-12-09ヴィス アイティーヴィー リミテッド Real-time broadcast of interactive simulation
US20040261106A1 (en)2003-06-192004-12-23Hoffman Wesley O.Interactive picture-in-picture video
US20040261114A1 (en)2003-06-202004-12-23N2 Broadband, Inc.Systems and methods for providing flexible provisioning architectures for a host in a cable system
US20040268419A1 (en)2003-06-242004-12-30Microsoft CorporationInteractive content without embedded triggers
US20050015259A1 (en)2003-07-182005-01-20Microsoft CorporationConstant bitrate media encoding techniques
US20050015816A1 (en)2002-10-292005-01-20Actv, IncSystem and method of providing triggered event commands via digital program insertion splicing
US6850490B1 (en)1999-10-062005-02-01Enterasys Networks, Inc.Hierarchical output-queued packet-buffering system and method
JP2005033741A (en)2003-07-142005-02-03Matsushita Electric Ind Co Ltd Television character information display device and television character information display method
US20050034155A1 (en)1999-10-272005-02-10Gordon Donald F.Apparatus and method for combining realtime and non-realtime encoded content
US20050055721A1 (en)2003-09-052005-03-10Zigmond Daniel J.Media network using set-top boxes as nodes
US20050055685A1 (en)2003-09-052005-03-10Maynard Stephen L.Technique for updating a resident application and associated parameters in a user terminal through a communications network
US20050071876A1 (en)2003-09-302005-03-31Van Beek Petrus J. L.Wireless video transmission system
JP2005084987A (en)2003-09-092005-03-31Fuji Photo Film Co LtdService server and composite moving picture preparation service method
US20050076134A1 (en)2001-05-172005-04-07Gil BialikApparatus and method for multiple rich media formats video broadcasting
JP2005095599A (en)2003-09-032005-04-14Aruze Corp Mobile communication terminal, game server, and game program
US20050091690A1 (en)2003-09-122005-04-28Alain DelpuchMethod and system for controlling recording and playback of interactive applications
US20050089091A1 (en)2001-03-052005-04-28Chang-Su KimSystems and methods for reducing frame rates in a video data stream
WO2005041122A2 (en)2003-10-102005-05-06Concurrent Computer CorporationMethod, apparatus, and system for preparing images for integration and combining images into an integrated image
JP2005123981A (en)2003-10-172005-05-12Hitachi Communication Technologies Ltd Image signal receiving apparatus and image encoded signal synthesis method thereof
US20050105608A1 (en)2002-08-292005-05-19Scott ColemanMethod and apparatus for caching, compressing and transmitting video signals
US20050114906A1 (en)1993-05-032005-05-26Ictv, Inc.System for interactive television
WO2005053301A2 (en)2003-11-122005-06-09Sony Electronics Inc.Macro-block based content replacement by pid mapping
US6907574B2 (en)2000-11-292005-06-14Ictv, Inc.System and method of hyperlink navigation between frames
US20050132305A1 (en)2003-12-122005-06-16Guichard Robert D.Electronic information access systems, methods for creation and related commercial models
JP2005156996A (en)2003-11-262005-06-16Pioneer Electronic CorpInformation recording-reproducing terminal unit, advertising information distribution server, advertising information distribution system, advertising information distribution method, content data reproducing program, advertising information distribution program and information recording medium
US20050135385A1 (en)2003-12-172005-06-23Tellabs Operations, Inc.Method and apparatus for digital cross connect
US20050141613A1 (en)2002-03-212005-06-30Koninklijke Philips Electronics N.V.Editing of encoded a/v sequences
JP2005519382A (en)2002-03-012005-06-30ティーファイヴ ラブズ リミテッド Centralized interactive graphical application server
US20050149988A1 (en)2004-01-062005-07-07Sbc Knowledge Ventures, L.P.Delivering interactive television components in real time for live broadcast events
US20050155063A1 (en)1999-04-152005-07-14Sedna Patent Services, LlcServer-centric customized interactive program guide in an interactive television environment
US20050160088A1 (en)2001-05-172005-07-21Todd ScallanSystem and method for metadata-based distribution of content
US20050166257A1 (en)1999-03-312005-07-28Microsoft CorporationSystem and method for synchronizing streaming content with enhancing content using pre-announced triggers
JP2005523479A (en)2002-04-222005-08-04コーニンクレッカ フィリップス エレクトロニクス エヌ ヴィ Multi-channel audio display with parameters
US20050177853A1 (en)2004-02-112005-08-11Alio, Inc.System and Methodology for Distributed Delivery of Online Content in Response to Client Selections from an Online Catalog
US6931291B1 (en)1997-05-082005-08-16Stmicroelectronics Asia Pacific Pte Ltd.Method and apparatus for frequency-domain downmixing with block-switch forcing for audio decoding functions
WO2005076575A1 (en)2004-01-302005-08-18Hewlett-Packard Development Company, L.P.Methods and systems that use information about data packets to determine an order for sending the data packets
US20050180502A1 (en)2004-02-062005-08-18Atul PuriRate control for video coder employing adaptive linear regression bits modeling
US6941019B1 (en)2000-05-102005-09-06International Business Machines CorporationReentry into compressed data
US6941574B1 (en)1996-07-012005-09-06Opentv, Inc.Interactive television system and method having on-demand web-like navigational capabilities for displaying requested hyperlinked web-like still images associated with television content
US20050198682A1 (en)2003-05-152005-09-08Steven WrightMethods, systems, and products for a metering application
US6947509B1 (en)1999-11-302005-09-20Verance CorporationOversampled filter bank for subband processing
JP2005260289A (en)2004-03-092005-09-22Sony CorpImage display apparatus and image display method
US20050213586A1 (en)2004-02-052005-09-29David CyganskiSystem and method to increase network throughput
US20050216933A1 (en)2004-03-252005-09-29Comcast Cable Holdings, LlcMethod and system which enables users to select videos from cable provider web site for on-demand delivery from the cable provider to user televisions via cable television network
US20050216940A1 (en)2004-03-252005-09-29Comcast Cable Holdings, LlcMethod and system which enables subscribers to select videos from websites for on-demand delivery to subscriber televisions via cable television network
US6952221B1 (en)1998-12-182005-10-04Thomson Licensing S.A.System and method for real time video production and distribution
US6956899B2 (en)1998-03-232005-10-18International Business Machines CorporationPrecise bit control apparatus with look-ahead for MPEG encoding
JP2005309752A (en)2004-04-212005-11-04Toshiba Corp Data utilization apparatus and method, metadata utilization management apparatus and method, and program
US20050273832A1 (en)1999-06-302005-12-08Microsoft CorporationInteractive television receiver unit browser that waits to send requests
WO2005120067A2 (en)2004-06-032005-12-15Hillcrest Laboratories, Inc.Client-server architectures and methods for zoomable user interface
US20050283741A1 (en)1999-12-162005-12-22Marko BalabanovicMethod and apparatus for storytelling with digital photographs
US20060001737A1 (en)2004-07-012006-01-05Dawson Thomas PVideo conference arrangement
US20060020994A1 (en)2004-07-212006-01-26Ron CraneTelevision signal transmission of interlinked data and navigation information for use by a chaser program
US20060020960A1 (en)2004-03-242006-01-26Sandeep RelanSystem, method, and apparatus for secure sharing of multimedia content across several electronic devices
US20060026663A1 (en)2004-07-292006-02-02Sbc Knowledge Ventures, L.P.System and method for pre-caching a first portion of a video file on a set-top box
WO2006014362A1 (en)2004-07-022006-02-09Nielsen Media Research, Inc.Methods and apparatus for mixing compressed digital bit streams
US20060031906A1 (en)2004-08-062006-02-09Canon Kabushiki KaishaInformation processing apparatus and notification method therefor, program for implementing the method, and storage medium storing the program
US20060039481A1 (en)2002-12-162006-02-23Koninklijke Philips Electronics, N.V.Method for a mosaic program guide
US20060041910A1 (en)2004-08-162006-02-23Sony CorporationInformation processing system, recording apparatus, communication apparatus, information processing method, and program
JP2006067280A (en)2004-08-272006-03-09Matsushita Electric Ind Co Ltd Advertisement receiver and advertisement receiving system
US7016540B1 (en)1999-11-242006-03-21Nec CorporationMethod and system for segmentation, classification, and summarization of video images
US20060064716A1 (en)2000-07-242006-03-23Vivcom, Inc.Techniques for navigating multiple video streams
JP2006512838A (en)2002-12-302006-04-13コーニンクレッカ フィリップス エレクトロニクス エヌ ヴィ Encoding dynamic graphic content views
US7030890B1 (en)1999-11-022006-04-18Thomson Licensing S.A.Displaying graphical objects
US7031385B1 (en)1999-10-012006-04-18Matsushita Electric Industrial Co., Ltd.Method and apparatus for detecting scene change of a compressed moving-picture, and program recording medium therefor
US20060088105A1 (en)2004-10-272006-04-27Bo ShenMethod and system for generating multiple transcoded outputs based on a single input
US20060095944A1 (en)2004-10-302006-05-04Demircin Mehmet USender-side bandwidth estimation for video transmission with receiver packet buffer
WO2006053305A2 (en)2004-11-122006-05-18Nbc Universal, Inc.Distributed composition of broadcast television programs
US7050113B2 (en)2002-03-262006-05-23International Business Machines CorporationDigital video data scaler and method
US20060112338A1 (en)2002-10-222006-05-25Ye-Sun JoungDevice and method for editing, authoring, and retrieving object-based mpeg-4 contents
US20060117340A1 (en)2000-05-052006-06-01Ictv, Inc.Interactive cable television system without a return path
US20060143678A1 (en)2004-12-102006-06-29Microsoft CorporationSystem and process for controlling the coding bit rate of streaming media data employing a linear quadratic control technique and leaky bucket model
WO2006067697A2 (en)2004-12-202006-06-29Koninklijke Philips Electronics N.V.Method and apparatus for detecting abnormality in tooth structure
US20060161538A1 (en)2005-01-192006-07-20Microsoft CorporationTranscode matrix
US20060174289A1 (en)2004-10-292006-08-03Theberge James PSystem for enabling video-based interactive applications
US20060174021A1 (en)2005-01-052006-08-03Roland OsborneMedia transfer protocol
US20060173985A1 (en)2005-02-012006-08-03Moore James FEnhanced syndication
US20060174026A1 (en)*2005-01-052006-08-03Aaron RobinsonSystem and method for a remote user interface
US7089577B1 (en)2000-01-142006-08-08Terayon Communication Systems, Inc.Process for supplying video-on-demand and other requested programs and services from a headend
WO2006081634A2 (en)2005-02-042006-08-10Barco N.V.Method and device for image and video transmission over low-bandwidth and high-latency transmission channels
US7093028B1 (en)1999-12-152006-08-15Microsoft CorporationUser and content aware object-based data stream transmission methods and arrangements
US20060184614A1 (en)2005-02-032006-08-17The Trustees Of Columbia University In The City Of New YorkThin-client network computing method and system
US7095402B2 (en)2001-02-282006-08-22Sony CorporationPortable information terminal apparatus, information processing method, computer-program storage medium, and computer-program
US20060195884A1 (en)2005-01-052006-08-31Van Zoest AlexanderInteractive multichannel data distribution system
KR20060095821A (en)2005-02-282006-09-04삼성전자주식회사 Method and apparatus for generating predictive image using single coding mode between color components, and method and apparatus for image and video encoding / decoding using same
JP2006246358A (en)2005-03-072006-09-14Nec Personal Products Co LtdContent playback system, server, and content playback method
US20060212203A1 (en)2003-06-232006-09-21Yoshinori FurunoOperation information control device for construction machine and construction machine operation information control system provided with it
US7114167B2 (en)2002-06-182006-09-26Bellsouth Intellectual Property CorporationContent control in a device environment
US20060218601A1 (en)2005-03-092006-09-28Michel Walter FMethods and systems for using in-stream data within an on demand content delivery path
WO2006105480A1 (en)2005-03-302006-10-05United Video Properties, Inc.Systems and methods for video-rich navigation
US20060230428A1 (en)2005-04-112006-10-12Rob CraigMulti-player video game system
US20060242570A1 (en)2005-04-262006-10-26Eastman Kodak CompanySystems and methods for comparing documents containing graphic elements
US20060256865A1 (en)2005-05-162006-11-16Ensequence, Inc.Flexible use of MPEG encoded images
US20060269086A1 (en)2005-05-092006-11-30Page Jason AAudio processing
US20060267995A1 (en)*2005-03-022006-11-30Radloff Jon PPlaylists and bookmarks in an interactive media guidance application system
US7146615B1 (en)1999-07-092006-12-05France TelecomSystem for fast development of interactive applications
US7151782B1 (en)2005-08-092006-12-19Bigband Networks, Inc.Method and system for providing multiple services to end-users
US20060285586A1 (en)2005-05-162006-12-21Ensequence, Inc.Methods and systems for achieving transition effects with MPEG-encoded picture content
US7158676B1 (en)1999-02-012007-01-02Emuse Media LimitedInteractive system
US20070009035A1 (en)2005-07-082007-01-11Robert CraigVideo game system using pre-generated motion vectors
US20070009042A1 (en)2005-07-082007-01-11Robert CraigVideo game system using pre-encoded macro-blocks in an I-frame
US20070011702A1 (en)2005-01-272007-01-11Arthur VaysmanDynamic mosaic extended electronic programming guide for television program selection and display
US20070009036A1 (en)2005-07-082007-01-11Robert CraigVideo game system having an infinite playing field
WO2007008356A1 (en)2005-07-082007-01-18Tag Networks, Inc.Video game system using pre-encoded macro-blocks
WO2007008319A1 (en)2005-07-062007-01-18Ictv, Inc.Distribution of interactive information content within a plurality of disparate distribution networks
WO2007008355A2 (en)2005-07-082007-01-18Tag Networks, Inc.Video encoder with latency control
US20070025639A1 (en)2005-07-282007-02-01Hui ZhouMethod and apparatus for automatically estimating the layout of a sequentially ordered series of frames to be used to form a panorama
US20070033528A1 (en)1998-05-072007-02-08Astute Technology, LlcEnhanced capture, management and distribution of live presentations
US20070033631A1 (en)2000-11-272007-02-08Sedna Patent Services, LlcMethod and apparatus for providing interactive program guide (IPG) and video-on-demand (VOD) user interfaces
WO2007018722A2 (en)2005-07-262007-02-15Ictv, Inc.System and method for providing video content associated with a source image to a television in a communication network
WO2007018726A2 (en)2005-07-272007-02-15Ictv, Inc.System and method for providing pre-encoded audio content to a television in a communications network
FR2891098A1 (en)2005-09-162007-03-23Thales SaDigital audio stream mixing method for use in e.g. multimedia filed, involves mixing sound samples into mixed sound sample, and compressing mixed sound sample by utilizing compression parameters calculated using stored parameters
EP1767708A2 (en)2005-09-262007-03-28Volvo Construction Equipment Holding Sweden ABSystem of wireless electronic devices for construction equipment and maintenance system thereof
US20070074251A1 (en)2005-09-272007-03-29Oguz Seyfullah HMethod and apparatus for using random field models to improve picture and video compression and frame rate up conversion
US7200836B2 (en)1998-01-212007-04-03Apple Computer, Inc.Menu authoring for automatically performing low-level DVD configuration functions
EP1771003A1 (en)2005-09-292007-04-04Siemens Informatica S.p.A.Multiple interactivity enabling technology in a DVB-T environment
US20070079325A1 (en)2005-09-302007-04-05Microsoft CorporationIn-program content targeting
US7212573B2 (en)2003-06-132007-05-01Lsi Logic CorporationMethod and/or apparatus for determining minimum positive reference indices for a direct prediction mode
US20070115941A1 (en)2005-10-242007-05-24Ashish PatelPeering Network for Parameter-Based Routing of Special Number Calls
JP2007129296A (en)2005-11-012007-05-24Kddi Corp File display method and system, and image receiving apparatus
US7224731B2 (en)2002-06-282007-05-29Microsoft CorporationMotion estimation/compensation for screen capture video
US20070124282A1 (en)2004-11-252007-05-31Erland WittkotterVideo data directory
US20070124795A1 (en)1998-08-262007-05-31United Video Properties Inc.Television message system
US20070130592A1 (en)2005-12-022007-06-07Haeusel Fred CSet top box with mobile phone interface
US20070130446A1 (en)2005-12-052007-06-07Nec Electronics CorporationProcessor apparatus including specific signal processor core capable of dynamically scheduling tasks and its task control method
US20070152984A1 (en)2005-12-302007-07-05Bas OrdingPortable electronic device with multi-touch input
US20070162953A1 (en)2004-04-142007-07-12Bolliger David PMedia package and a system and method for managing a media package
US20070174790A1 (en)2006-01-232007-07-26Microsoft CorporationUser interface for viewing clusters of images
US20070172061A1 (en)2001-06-292007-07-26Pinder Howard GIn a subscriber network receiving digital packets and transmitting digital packets below a predetermined maximum bit rate
US20070178243A1 (en)2006-01-302007-08-02Roman Decorating ProductsWater-based faux finish and methods
US20070192798A1 (en)2005-12-302007-08-16Barrett MorganDigital content delivery via virtual private network (VPN) incorporating secured set-top devices
US7272556B1 (en)1998-09-232007-09-18Lucent Technologies Inc.Scalable and embedded codec for speech and audio signals
US20070234220A1 (en)2006-03-292007-10-04Autodesk Inc.Large display attention focus system
JP2007264440A (en)2006-03-292007-10-11Casio Comput Co Ltd Client device and program
US20070237232A1 (en)2006-04-072007-10-11Microsoft CorporationDynamic selection of motion estimation search ranges and extended motion vector ranges
US7310619B2 (en)2002-09-302007-12-18Idelix Software Inc.Detail-in-context lenses for interacting with objects in digital image presentations
US20070300280A1 (en)2006-06-212007-12-27Turner Media GroupInteractive method of advertising
KR20080001298A (en)2006-06-292008-01-03주식회사 케이티 IP broadcast system and receiver, and bidirectional data transmission apparatus and method of IP system
US7325043B1 (en)2000-03-082008-01-29Music ChoiceSystem and method for providing a personalized media service
US20080034306A1 (en)2006-08-042008-02-07Bas OrdingMotion picture preview icons
EP1887148A2 (en)2006-08-112008-02-13Clark Equipment Company"Off board" control for a power machine or vehicle
US20080046928A1 (en)2006-06-302008-02-21Microsoft CorporationGraphical tile-based expansion cell guide
US20080046373A1 (en)2006-08-182008-02-21Samsung Electronics Co., Ltd.Apparatus and method for managing the right of content in a mobile communication system
US20080052742A1 (en)2005-04-262008-02-28Slide, Inc.Method and apparatus for presenting media content
US20080060034A1 (en)2006-02-132008-03-06Geoffrey EgnalSystem and method to combine multiple video streams
US20080066135A1 (en)2006-09-112008-03-13Apple Computer, Inc.Search user interface for media device
US7346111B2 (en)2003-12-102008-03-18Lsi Logic CorporationCo-located motion vector storage
NL1032594C2 (en)2006-09-292008-04-01Avinity Systems B VParallel user session streaming method, involves assembling data stream per session by applying encoded fragments that are suitable for assembling video data in predefined format and for application in images, to video data
NL1033929C1 (en)2006-09-292008-04-01Avinity Systems B VParallel user session streaming method, involves assembling data stream per session by applying encoded fragments that are suitable for assembling video data in predefined format and for application in images, to video data
US20080086688A1 (en)2006-10-052008-04-10Kubj LimitedVarious methods and apparatus for moving thumbnails with metadata
US20080084503A1 (en)2006-10-102008-04-10Sony CorporationApparatus, method, and computer program for processing image
US20080086747A1 (en)2006-10-062008-04-10United Video Properties, Inc.Systems and methods for acquiring, categorizing and delivering media in interactive media guidance applications
US7360230B1 (en)1998-07-272008-04-15Microsoft CorporationOverlay management
WO2008044916A2 (en)2006-09-292008-04-17Avinity Systems B.V.Method for streaming parallel user sessions, system and computer software
US20080098450A1 (en)2006-10-162008-04-24Toptrend Global Technologies, Inc.Dual display apparatus and methodology for broadcast, cable television and IPTV
US20080094368A1 (en)2006-09-062008-04-24Bas OrdingPortable Electronic Device, Method, And Graphical User Interface For Displaying Structured Electronic Documents
US20080097953A1 (en)2006-10-202008-04-24Adobe Systems IncorporatedPattern-based file relationship inference
US20080104520A1 (en)2006-11-012008-05-01Swenson Erik RStateful browsing
EP1918802A1 (en)2006-10-302008-05-07Research In Motion LimitedMethod of improved viewing of visual objects on a display by enlarging a focused object
US20080127255A1 (en)2006-11-272008-05-29Nortel Networks LimitedMultimedia subsystem control for internet protocol based television services
US20080144711A1 (en)2006-12-152008-06-19Chui Charles KEncoding video at multiple resolution levels
US20080154583A1 (en)2004-08-312008-06-26Matsushita Electric Industrial Co., Ltd.Stereo Signal Generating Apparatus and Stereo Signal Generating Method
US20080163059A1 (en)2006-12-282008-07-03Guideworks, LlcSystems and methods for creating custom video mosaic pages with local content
US20080163286A1 (en)2006-12-292008-07-03Echostar Technologies CorporationControlling access to content and/or services
US20080170622A1 (en)2007-01-122008-07-17Ictv, Inc.Interactive encoded content system including object models for viewing on a remote device
WO2008086170A1 (en)2007-01-052008-07-17Tag Networks, Inc.Digital audio mixing
US20080178125A1 (en)2007-01-232008-07-24Microsoft CorporationProviding dynamic content in a user interface in an application
US20080178243A1 (en)2007-01-192008-07-24Suiwu DongMultimedia client/server system with audio synchronization and methods for use therewith
US20080184120A1 (en)2007-01-312008-07-31Obrien-Strain EamonnConcurrent presentation of video segments enabling rapid video file comprehension
US20080181221A1 (en)2005-04-112008-07-31Markus KampmannTechnique for Controlling Data Packet Transmission of Variable Bit Rate Data
US20080189740A1 (en)2000-02-012008-08-07United Video Properties, Inc.Interactive television application with navigable cells and regions
US7412423B1 (en)1996-06-072008-08-12Sony CorporationCharging system and charging method
US7412505B2 (en)2002-06-182008-08-12At&T Delaware Intellecual Property, Inc.Notification device interaction
US20080195573A1 (en)2004-01-292008-08-14Onoda Sen IchiTransmission Apparatus, Content Reproduction Apparatus, and Content and License Distribution System
WO2008100205A1 (en)2007-02-162008-08-21Scalado AbMethod for processing a digital image
US20080201736A1 (en)2007-01-122008-08-21Ictv, Inc.Using Triggers with Video for Interactive Content Identification
US7421082B2 (en)2000-12-282008-09-02Sony CorporationData delivery method and data delivery system using sets of passkeys generated by dividing an encryption key
US20080212942A1 (en)2007-01-122008-09-04Ictv, Inc.Automatic video program recording in an interactive television environment
US20080222199A1 (en)2007-03-062008-09-11Tiu William KMultimedia Aggregation in an Online Social Network
US20080232452A1 (en)2007-03-202008-09-25Microsoft CorporationParameterized filters and signaling techniques
US20080232243A1 (en)2007-03-202008-09-25Amit OrenMethod and system for implementing redundancy for streaming data in audio video bridging networks
US20080243998A1 (en)2007-03-302008-10-02Samsung Electronics Co., Ltd.Remote control apparatus and method
US20080243918A1 (en)2004-03-302008-10-02Koninklijke Philips Electronic, N.V.System and Method For Supporting Improved Trick Mode Performance For Disc Based Multimedia Content
US20080244681A1 (en)2007-03-302008-10-02Gossweiler Richard CConversion of Portable Program Modules for Constrained Displays
US20080246759A1 (en)2005-02-232008-10-09Craig SummersAutomatic Scene Modeling for the 3D Camera and 3D Video
US20080253685A1 (en)2007-02-232008-10-16Intellivision Technologies CorporationImage and video stitching and viewing method and system
US7444306B2 (en)2003-10-242008-10-28Thomas Bryan VarbleMethod and apparatus for the rental or sale, and secure distribution of digital content
US20080271080A1 (en)2007-04-302008-10-30Google Inc.Customizable Media Channels
US20090003446A1 (en)2007-06-302009-01-01Microsoft CorporationComputing collocated macroblock information for direct mode macroblocks
US20090007199A1 (en)2005-02-012009-01-01La Joie Michael LMethod and apparatus for network bandwidth conservation
US20090003705A1 (en)2007-06-292009-01-01Microsoft CorporationFeature Design for HMM Based Eastern Asian Character Recognition
US20090025027A1 (en)2007-07-202009-01-22Michael CranerSystems & methods for allocating bandwidth in switched digital video systems based on interest
US20090031341A1 (en)2007-07-242009-01-29General Instrument CorporationMethod and apparatus for reducing the number of control messages transmitted by a set top terminal in an sdv system
US7508941B1 (en)2003-07-222009-03-24Cisco Technology, Inc.Methods and apparatus for use in surveillance systems
US20090083781A1 (en)2007-09-212009-03-26Microsoft CorporationIntelligent Video Player
US20090083813A1 (en)2007-09-262009-03-26Verivue, Inc.Video Delivery Module
US20090083824A1 (en)2007-09-262009-03-26Mccarthy MaryFavorites mosaic
WO2009038596A1 (en)2007-09-182009-03-26Thomson LicensingUser interface for set top box
US7512577B2 (en)2002-06-182009-03-31At&T Intellectual Property I, L.P.Learning device interaction rules
US20090089188A1 (en)2007-09-282009-04-02At&T Knowledge Ventures, L.P.Method and system for message notification
US20090094646A1 (en)2007-10-042009-04-09At&T Knowledge Ventures, L.P.Method and system for content mapping
US20090094113A1 (en)2007-09-072009-04-09Digitalsmiths CorporationSystems and Methods For Using Video Metadata to Associate Advertisements Therewith
US20090100489A1 (en)2007-10-112009-04-16James StrothmannSimultaneous access to media in a media delivery system
US20090100465A1 (en)2007-10-152009-04-16Verimatrix, Inc.Content delivery proxy system and method
US20090106269A1 (en)2006-06-202009-04-23Patentvc Ltd.Distributed storage system with high bandwidth utilization
US20090132942A1 (en)1999-10-292009-05-21Surfcast, Inc.System and Method for Simultaneous Display of Multiple Information Sources
US20090138966A1 (en)2003-08-292009-05-28Rgb Networks, Inc.Advanced, self-balancing video multiplexer system
US7543073B2 (en)2004-12-102009-06-02Microsoft CorporationSystem and process for performing an exponentially weighted moving average on streaming data to establish a moving average bit rate
US20090144781A1 (en)1994-11-302009-06-04Realnetworks, Inc.Audio-on-demand communication system
US20090146779A1 (en)2007-12-072009-06-11Cisco Technology, Inc.Home entertainment system providing presence and mobility via remote control authentication
US20090158369A1 (en)2007-12-142009-06-18At&T Knowledge Ventures, L.P.System and Method to Display Media Content and an Interactive Display
US20090157868A1 (en)2007-12-182009-06-18Kapil ChaudhryMethod and apparatus for checking the health of a connection between a supplemental service provider and a user device of a primary service provider
US20090160694A1 (en)2007-12-202009-06-25Cristiano Di FloraInteraction with autonomous consumer electronics devices
US20090172757A1 (en)2007-12-282009-07-02Verizon Data Services Inc.Method and apparatus for remote set-top box management
US20090172726A1 (en)2007-12-312009-07-02Luc VantalonDistributed tv access system
US20090178098A1 (en)1999-10-202009-07-09Tivo Inc.System for remotely controlling client recording and storage behavior
JP2009159188A (en)2007-12-262009-07-16Hitachi Ltd Content display server
US20090183197A1 (en)2008-01-102009-07-16Kim MatthewsMethod of splicing encoded multimedia data streams
US20090189890A1 (en)2008-01-272009-07-30Tim CorbettMethods and systems for improving resource utilization by delaying rendering of three dimensional graphics
US20090193452A1 (en)2000-11-142009-07-30Scientific-Atlanta, Inc.Media content sharing over a home network
US20090196346A1 (en)2008-02-012009-08-06Ictv, Inc.Transition Creation for Encoded Video in the Transform Domain
US20090204920A1 (en)2005-07-142009-08-13Aaron John BeverleyImage Browser
US20090210899A1 (en)2008-02-192009-08-20Marc Lawrence-ApfelbaumMethods and apparatus for enhanced advertising and promotional delivery in a network
US20090228620A1 (en)2008-03-052009-09-10Fred ThomasDigital Adapter
US20090225790A1 (en)2002-12-172009-09-10Tls CorporationLow latency digital audio over packet switched networks
US20090228922A1 (en)2008-03-102009-09-10United Video Properties, Inc.Methods and devices for presenting an interactive media guidance application
WO2009110897A1 (en)2008-03-052009-09-11Hewlett-Packard Development Company, L.P.Synchronizing and windowing external content in digital display systems
US20090233593A1 (en)2008-03-122009-09-17Dish Network L.L.C.Apparatus and methods for controlling an entertainment device using a mobile communication device
WO2009114247A2 (en)2008-03-122009-09-17Echostar Technologies LlcApparatus and methods for controlling an entertainment device using a mobile communication device
US7596764B2 (en)2003-04-042009-09-29Autodesk, Inc.Multidimensional image data processing
US20090251478A1 (en)2008-04-082009-10-08Jerome MaillotFile Format Extensibility For Universal Rendering Framework
US20090254960A1 (en)2005-03-172009-10-08Videocells Ltd.Method for a clustered centralized streaming system
US20090265617A1 (en)2005-10-252009-10-22Sonic Solutions, A California CorporationMethods and systems for use in maintaining media data quality upon conversion to a different data format
US20090271512A1 (en)1998-07-102009-10-29Jorgensen Jacob WTRANSMISSION CONTROL PROTOCOL/INTERNET PROTOCOL (TCP/IP) PACKET-CENTRIC WIRELESS POINT TO MULTI-POINT (PtMP) TRANSMISSION SYSTEM ARCHITECTURE
US20090271818A1 (en)2008-04-282009-10-29General Instrument CorporationMethod And Apparatus For Delivering Emergency Alert System (EAS) Messages Over A Switched Digital Video (SDV) System
US7623575B2 (en)2005-01-052009-11-24Lsi CorporationMethod and apparatus for sub-pixel motion compensation
EP2124440A1 (en)2008-05-092009-11-25Sony CorporationInformation providing apparatus, portable information terminal, content processing device, device control apparatus, content processing system and program
US20090298535A1 (en)2008-06-022009-12-03At&T Intellectual Property I, LpSmart phone as remote control device
JP2009543386A (en)2006-03-272009-12-03ヴィドヨ,インコーポレーテッド System and method for management of scalability information using control messages in a scalable video and audio coding system
US20090313674A1 (en)2008-06-172009-12-17Ictv, Inc.PID Obfuscation
US20090316709A1 (en)2008-05-212009-12-24Polcha Andrew JDevices and methods for a virtual internet protocol television (viptv)
US20090328109A1 (en)2007-01-122009-12-31Activevideo Networks, Inc.Providing Television Broadcasts over a Managed Network and Interactive Content over an Unmanaged Network to a Client Device
US20100009623A1 (en)2000-12-272010-01-14Z-Band, Inc.Intelligent device system and method for distribution of digital signals on a wideband signal distribution system
US20100033638A1 (en)1997-03-242010-02-11O'donnell FrankSystems and methods for awarding affinity points based upon remote control usage
US20100035682A1 (en)2008-07-012010-02-11Yoostar Entertainment Group, Inc.User interface systems and methods for interactive video systems
US20100054268A1 (en)2006-03-282010-03-04Integrated Device Technology, Inc.Method of Tracking Arrival Order of Packets into Plural Queues
US20100058404A1 (en)2008-09-042010-03-04Tandberg Television, Inc.Fulfilling Extended Video on Demand Customer Content Requests
US20100067571A1 (en)2008-09-182010-03-18Magor Communications CorporationLow latency high resolution video encoding
US20100073371A1 (en)2008-09-252010-03-25Pixia Corp.Large format video archival, storage, and retrieval system and method
US20100077441A1 (en)2005-07-222010-03-25Genevieve ThomasBuffering content on a handheld electronic device
US20100104021A1 (en)2008-10-272010-04-29Advanced Micro Devices, Inc.Remote Transmission and Display of Video Data Using Standard H.264-Based Video Codecs
US20100115573A1 (en)2008-10-312010-05-06Venugopal SrinivasanMethods and apparatus to verify presentation of media content
US20100118972A1 (en)2008-11-102010-05-13Activevideo Networks, Inc.System, Method, and Computer Program Product for Translating an Element of a Static Encoded Image in the Encoded Domain
US20100131996A1 (en)2008-11-262010-05-27At&T Intellectual Property I, L.P.System and method to distribute video-on-demand content
US20100153885A1 (en)2005-12-292010-06-17Rovi Technologies CorporationSystems and methods for interacting with advanced displays provided by an interactive media guidance application
US7743400B2 (en)2002-07-172010-06-22Panasonic CorporationVideo data transmission/reception system in which compressed image data is transmitted from a transmission-side apparatus to a reception-side apparatus
US7742609B2 (en)2002-04-082010-06-22Gibson Guitar Corp.Live performance audio mixing system with simplified user interface
US20100158109A1 (en)2007-01-122010-06-24Activevideo Networks, Inc.Providing Television Broadcasts over a Managed Network and Interactive Content over an Unmanaged Network to a Client Device
US20100161825A1 (en)2008-12-222010-06-24David Randall RoncaOn-device multiplexing of streaming media content
US20100166071A1 (en)2005-09-292010-07-01Zhenyu WuMethod and Apparatus for Motion Projection Error Concealment in Block-Based Video
US7751572B2 (en)2005-04-152010-07-06Dolby International AbAdaptive residual audio coding
US20100175080A1 (en)2002-05-012010-07-08Index Systems, IncMethod and system for facilitating advertising and t-commerce transactions in connection with content stored on a storage medium
US20100174776A1 (en)2006-04-122010-07-08Rovi Technologies Inc.Interactive media content delivery using a backchannel communications network
US7757157B1 (en)1999-03-192010-07-13Sony CorporationEditor for defining shared scenes, with separately controllable command objects, to create superimposed final scenes
US20100180307A1 (en)2002-04-152010-07-15Universal Electronics Inc.System and method for adaptively controlling the recording of program material using a program guide
US20100211983A1 (en)2009-02-192010-08-19Pixel8 Networks, Inc.Virtual private content delivery network and method thereof
US20100226428A1 (en)2009-03-092010-09-09Telephoto Technologies Inc.Encoder and decoder configuration for addressing latency of communications over a packet based network
US20100235861A1 (en)1995-10-022010-09-16Starsight Telecast, Inc.Systems and methods for linking television viewers with advertisers and broadcasters
WO2010107954A2 (en)2009-03-172010-09-23Activevideo Networks, Inc.Apparatus and methods for syndication of on-demand video
US20100251167A1 (en)2009-03-282010-09-30International Business Machines CorporationScrollbar user interface for multitouch devices
US20100254370A1 (en)2009-04-032010-10-07At&T Intellectual Property I, L.P.Method and apparatus for managing communication sessions
US20100265344A1 (en)2009-04-152010-10-21Qualcomm IncorporatedAuto-triggered fast frame rate digital video recording
US7830388B1 (en)2006-02-072010-11-09Vitie Inc.Methods and apparatus of sharing graphics data of multiple instances of interactive application
US7840905B1 (en)2003-01-062010-11-23Apple Inc.Creating a theme used by an authoring application to produce a multimedia presentation
US20100325655A1 (en)2004-07-302010-12-23Milton Diaz PerezDynamic adjustment of electronic program guide displays based on viewer preferences for minimizing navigation in VOD program selection
US20100325668A1 (en)1998-08-112010-12-23Starsight Telecast, Inc.Television schedule system
EP2271098A1 (en)2008-04-182011-01-05NEC CorporationServer device, content distribution method, and program
US20110002470A1 (en)2004-04-162011-01-06Heiko PurnhagenMethod for Representing Multi-Channel Audio Signals
US20110002376A1 (en)2009-07-012011-01-06Wham! Inc.Latency Minimization Via Pipelining of Processing Blocks
US20110023069A1 (en)2009-07-272011-01-27At&T Intellectual Property I, L.P.System and Method for Creating and Managing an Internet Protocol Television Personal Movie Library
WO2011014336A1 (en)2009-07-312011-02-03Tag Networks, Inc.Video game system with mixing of independent pre-encoded digital audio bitstreams
US20110035227A1 (en)2008-04-172011-02-10Samsung Electronics Co., Ltd.Method and apparatus for encoding/decoding an audio signal by using audio semantic information
US20110067061A1 (en)2009-09-142011-03-17Jeyhan KaraoguzSystem and method in a television system for providing for user-selection of an object in a television program
US20110072474A1 (en)2009-09-242011-03-24Cisco Technology, Inc.Selective Defragmentation of Quadrature Amplitude Modulators
US20110096828A1 (en)2009-09-222011-04-28Qualcomm IncorporatedEnhanced block-request streaming using scalable encoding
US20110099594A1 (en)2009-10-282011-04-28Qualcomm IncorporatedStreaming encoded video data
US20110107375A1 (en)2008-06-102011-05-05Thomson LicensingMethods and systems for providing a program guide for near video on demand systems
US7941645B1 (en)2004-07-282011-05-10Nvidia CorporationIsochronous pipelined processor with deterministic control
US20110110642A1 (en)2002-12-162011-05-12Koninklijke Philips Electronics N.V.System for modifying the time-base of a video signal
US20110110433A1 (en)2009-10-092011-05-12Tandberg Telecom AsMethod, apparatus, and computer readable medium for video compression
US7945616B2 (en)2002-09-262011-05-17Haivision Network Video, Inc.Digital content delivery and viewing system and method
US20110150421A1 (en)2009-06-172011-06-23Taiji SasakiInformation recording medium and playback device for playing back 3d images
US20110153776A1 (en)2004-11-122011-06-23Andrew OpalaMethod and system for receiving a local vector object and viewing a vector image
US7970263B1 (en)2004-05-282011-06-28Adobe Systems IncorporatedSeamless integration of video capture in demonstration applications
US20110161517A1 (en)2008-08-262011-06-30CsirMethod of Switching from a First Encoded Video Stream to a Second Encoded Video Stream
US20110167468A1 (en)2010-01-072011-07-07Joon Hui LeeMethod of processing application in digital broadcast receiver connected with interactive network and the digital broadcast receiver
US20110173590A1 (en)2010-01-142011-07-14Worksoft, Inc.System and method for automated testing of software applications with dynamic user interfaces spanning multiple technologies
US20110191684A1 (en)2008-06-292011-08-04TV1.com Holdings, LLCMethod of Internet Video Access and Management
EP2357555A1 (en)2010-01-152011-08-17iBahn General Holdings CorporationVirtual user interface
US20110211591A1 (en)2010-02-262011-09-01Steven TraubReassembly of mini-packets in a buffer
US20110231878A1 (en)2010-03-222011-09-22Mobitv, Inc.Tile based media content selection
US8027353B2 (en)2006-06-022011-09-27Telefonaktiebolaget L M Ericsson (Publ)IMS service proxy in HIGA
GB2479164A (en)2010-03-302011-10-05British Broadcasting CorpProvisioning of customised media content
US20110243024A1 (en)2008-12-022011-10-06Oesterling JacobMethod and apparatus for influencing the selection of peer data sources in a p2p network
US8036271B2 (en)2004-02-242011-10-11Lsi CorporationMethod and apparatus for determining a second picture for temporal direct-mode block prediction
US20110258584A1 (en)2004-11-102011-10-20Joshua Matthew WilliamsSearching for Commands and Other Elements of a User Interface
US8046798B1 (en)2001-01-112011-10-25Prime Research Alliance E, Inc.Profiling and identification of television viewers
US20110261889A1 (en)2010-04-272011-10-27Comcast Cable Communications, LlcRemote User Interface
EP2384001A1 (en)2010-04-292011-11-02Alcatel LucentProviding of encoded video applications in a network environment
NL2004670A (en)2010-05-042011-11-09Activevideo Networks B V METHOD FOR MULTIMODAL REMOTE CONTROL.
US20110283304A1 (en)2010-05-172011-11-17Verizon Patent And Licensing, Inc.Augmenting interactive television content utilizing a dynamic cloud activity guide
US20110289536A1 (en)2010-05-202011-11-24Comcast Cable Communications, LlcCommunication for One Way Devices
NL2004780A (en)2010-05-282011-11-29Activevideo Networks B V VISUAL ELEMENT METHOD AND SYSTEM.
US20110296312A1 (en)2010-05-262011-12-01Avaya Inc.User interface for managing communication sessions
US8078603B1 (en)2006-10-052011-12-13Blinkx Uk LtdVarious methods and apparatuses for moving thumbnails
US20110317982A1 (en)2009-02-272011-12-29Li-Qun XuVideo segmentation
US20120008786A1 (en)2010-07-122012-01-12Gary CronkApparatus and methods for content delivery and message exchange across multiple content delivery networks
US20120023126A1 (en)2010-07-222012-01-26Verizon Patent And Licensing Inc.Internet video content delivery to television users
US20120023250A1 (en)2010-07-202012-01-26Qualcomm IncorporatedArranging sub-track fragments for streaming video data
US20120030212A1 (en)2010-07-302012-02-02Frederick KoopmansSystems and Methods for Video Cache Indexing
US20120030706A1 (en)2010-07-302012-02-02Ibahn General Holdings CorporationVirtual Set Top Box
US8118676B2 (en)2005-07-082012-02-21Activevideo Networks, Inc.Video game system using pre-encoded macro-blocks
US8136033B1 (en)2008-10-132012-03-13Adobe Systems IncorporatedConverting a graphic object from a first format to a second format with the aid of a stored checksum
US8155194B2 (en)2005-08-052012-04-10Lsi CorporationMethod and apparatus for MPEG-2 to H.264 video transcoding
WO2012051528A2 (en)2010-10-142012-04-19Activevideo Networks, Inc.Streaming digital video between video devices using a cable television system
US8170107B2 (en)2008-03-062012-05-01Lsi CorporationFlexible reduced bandwidth compressed video decoder
US8243630B2 (en)2005-10-192012-08-14Microsoft CorporationApplication-level routing protocol for multiparty audio-video conferencing
US20120209815A1 (en)2011-01-282012-08-16Carson Kenneth MMedia Clip Management
US20120216232A1 (en)2011-02-232012-08-23Broadcom CorporationSet top box video stream merging/pass through
US20120221853A1 (en)2005-09-012012-08-30Qualcomm IncorporatedEfficient key hierarchy for delivery of multimedia content
US20120224641A1 (en)2003-11-182012-09-06Visible World, Inc.System and Method for Optimized Encoding and Transmission of a Plurality of Substantially Similar Video Fragments
US8284842B2 (en)2005-07-082012-10-09Activevideo Networks, Inc.Video game system using pre-encoded macro-blocks and a reference grid
US20120257671A1 (en)2011-04-072012-10-11Activevideo Networks, Inc.Reduction of Latency in Video Distribution Networks Using Adaptive Bit Rates
US8296424B2 (en)2005-08-192012-10-23Opnet Technologies, Inc.Network capacity planning
US20120284753A1 (en)2011-05-032012-11-08Verizon Patent And Licensing, Inc.Program Guide Interface Systems and Methods
AU2011249132A1 (en)2010-05-042012-11-22Activevideo Networks B.V.Mobile device remote retour channel
US8370869B2 (en)1998-11-062013-02-05The Trustees Of Columbia University In The City Of New YorkVideo description system and method
US20130042271A1 (en)2011-08-082013-02-14Todd Scot YellinMerchandising streaming video content
US20130047074A1 (en)*2011-08-162013-02-21Steven Erik VESTERGAARDScript-based video rendering
US20130071095A1 (en)2010-02-162013-03-21Laurent ChauvierVideo trick mode mechanism
US20130179787A1 (en)2012-01-092013-07-11Activevideo Networks, Inc.Rendering of an Interactive Lean-Backward User Interface on a Television
US20130254308A1 (en)2010-04-292013-09-26British Broadcasting CorporationContent provision system
US20130276015A1 (en)2012-04-172013-10-17Cox Communications, Inc.Virtual set-top boxes
WO2013155310A1 (en)2012-04-122013-10-17Activevideo Networks, Inc.Graphical application integration with mpeg objects
US20130283318A1 (en)2012-04-232013-10-24Comcast Cable Communications, LLC.Dynamic Mosaic for Creation of Video Rich User Interfaces
US20130297887A1 (en)2012-05-052013-11-07Google Inc.File handling within a cloud-based file system
US20130304818A1 (en)2009-12-012013-11-14Topsy Labs, Inc.Systems and methods for discovery of related terms for social media content collection over social networks
US20130305051A1 (en)2006-06-062013-11-14Red Hat, Inc.Methods and systems for server-side key generation
WO2013184604A1 (en)2012-06-082013-12-12Microsoft CorporationUser interaction monitoring for adaptive real time communication
US8621500B2 (en)2005-09-012013-12-31At&T Intellectual Property I, L.P.Methods, systems, and devices for bandwidth conservation
US20140032635A1 (en)2008-11-152014-01-30Kim P. PimmelMethod and device for establishing a content mirroring session
US20140033036A1 (en)2007-03-162014-01-30Adobe Systems IncorporatedVideo highlights for streaming media
US8656430B2 (en)*2011-07-142014-02-18Vixs Systems, Inc.Processing system with electronic program guide authoring and methods for use therewith
CN103647980A (en)2013-12-232014-03-19合肥工业大学Method for distributing low-bit-rate video streaming composite high definition graphic data and bandwidth of low-bit-rate video streaming composite high definition graphic data
US20140081954A1 (en)2010-11-302014-03-20Kirill ElizarovMedia information system and method
US20140157298A1 (en)2012-12-042014-06-05Virtual Marketing IncorporatedInternet protocol television streaming methods and apparatus
US20140168515A1 (en)2011-08-032014-06-19Csp - Innovazione Nelle Ict ScarlMethods and apparatuses for transmitting and for receiving multimedia contents
US8781240B2 (en)2001-12-172014-07-15Microsoft CorporationSkip macroblock coding
US20140223482A1 (en)2013-02-052014-08-07Redux, Inc.Video preview creation with link
US8839317B1 (en)2012-05-242014-09-16Time Warner Cable Enterprises LlcMethods and apparatus for providing multi-source bandwidth sharing management
US20140267074A1 (en)*2013-03-142014-09-18Qualcomm IncorporatedSystem and method for virtual user interface controls in multi-display configurations
US20140269930A1 (en)2013-03-142014-09-18Comcast Cable Communications, LlcEfficient compositing of multiple video transmissions into a single session
US20140289627A1 (en)2013-03-152014-09-25Activevideo Networks, Inc.Multiple-Mode System and Method for Providing User Selectable Video Content
US20140317532A1 (en)2013-03-152014-10-23Blue Jeans NetworkUser interfaces for presentation of audio/video streams
US20140344861A1 (en)2013-05-142014-11-20Tivo Inc.Method and system for trending media programs for a user
US20150023372A1 (en)2013-07-172015-01-22Harman Becker Automotive Systems GmbhDigital device, network and method for streaming audio or video data
US20150037011A1 (en)2013-07-312015-02-05Verizon Patent And Licensing Inc.Methods and Systems for Recovering Media Content Lost Due to a Channel Change Event
US20150135209A1 (en)2013-10-172015-05-14Crestron Electronics, Inc.Audiovisual Distribution Network
US20150195525A1 (en)2014-01-082015-07-09Microsoft CorporationSelection of motion vector precision
US9204113B1 (en)2010-06-282015-12-01Ambarella, Inc.Method and/or apparatus for implementing high dynamic range image processing in a video processing system

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
JPS6333988U (en)1986-08-201988-03-04
JP2925338B2 (en)1991-01-301999-07-28株式会社カンセイ Vehicle air purifier
JP2995960B2 (en)1991-10-251999-12-27日本電気株式会社 Infrared CCD
JP3091018B2 (en)1992-05-282000-09-25株式会社片山化学工業研究所 Antifouling agent for marine fouling organisms

Patent Citations (1132)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
CA682776A (en)1964-03-24Zenith Radio CorporationSubscription television system
JPS534612B2 (en)1972-08-251978-02-18
US3997718A (en)1973-02-011976-12-14The Magnavox CompanyPremium interactive communication system
US3934079A (en)1973-10-261976-01-20Jerrold Electronics CorporationBilateral communications system for distributing commerical and premium video signaling on an accountable basis
US4002843A (en)1973-12-171977-01-11Rackman Michael ITamper-proof two-way cable system
US3889050A (en)1974-04-111975-06-10Gte Sylvania IncSubscription television system and switching station therefor
US4245245A (en)1975-02-241981-01-13Pioneer Electronic CorporationInteractive CATV system
US4077006A (en)1975-03-141978-02-28Victor NicholsonBidirectional unicable switching system
US4367557A (en)1975-08-091983-01-04Stern Joseph LWired broadcasting systems
US4186438A (en)1976-03-171980-01-29International Business Machines CorporationInteractive enquiry system
US4253114A (en)1976-04-081981-02-24Twin County Trans-Video Inc.High security subscription television system employing real time control of subscriber's program reception
US4081831A (en)1976-04-081978-03-28Twin County Trans-Video, Inc.High security subscription television system employing real time control of subscriber's program reception
US4032972A (en)1976-06-231977-06-28Idr, Inc.Piggy back row grabbing system
JPS534612A (en)1976-06-301978-01-17Fuji Kagaku ShikogyoEndless ribbon
US4145720A (en)1976-07-221979-03-20Morton WeintraubRemote control
US4107734A (en)1977-01-311978-08-15R. D. Percy & CompanyTelevision viewer reaction determining system
US4168400A (en)1977-03-311979-09-18Compagnie Europeenne De Teletransmission (C.E.T.T.)Digital communication system
US4107735A (en)1977-04-191978-08-15R. D. Percy & CompanyTelevision audience survey system providing feedback of cumulative survey results to individual television viewers
US4308554A (en)1977-04-191981-12-29R. D. Percy & CompanyTelevision viewer reaction determining system
US4290142A (en)1978-02-221981-09-15Heinrich-Hertz-Institut Fur Nachrichtentechnik Berlin GmbhInteractive cable television system
US4264924A (en)1978-03-031981-04-28Freeman Michael JDedicated channel interactive cable television system
US4247106A (en)1978-04-121981-01-27Jerrold Electronics CorporationSystem arrangement for distribution and use of video games
US4222068A (en)1978-11-021980-09-09American Television And Communications CorporationSubscription television apparatus and methods
US4538176A (en)1978-11-241985-08-27Hitachi, Ltd.Buffer memory dispersion type video/audio transmission system
US4860379A (en)1979-05-181989-08-22General Instrument CorporationData communications system
US4264925A (en)1979-08-131981-04-28Michael J. FreemanInteractive cable television system
US4302771A (en)1979-08-221981-11-24Communications Patents LimitedWire broadcasting system with subscriber controlled switched program selection
US4350980A (en)1980-02-211982-09-21Energy Optics, Inc.Electric meter consumption and demand communicator
US4536791A (en)1980-03-311985-08-20Tocom, Inc.Addressable cable television control system with video format data transmission
US4395780A (en)1980-06-181983-07-26Licentia Patent-Verwaltungs-GmbhService-integrated communication transmission and exchange system
WO1982002303A1 (en)1980-12-221982-07-08Roo Minno DeSwitching system
US4823386A (en)1981-04-021989-04-18Texscan CorporationAddressable subscriber cable television system
US4475123A (en)1981-04-021984-10-02Theta-Com., Division Of TexscanAddressable subscriber cable television system
US4491983A (en)1981-05-141985-01-01Times Fiber Communications, Inc.Information distribution system
US4408225A (en)1981-07-061983-10-04Zenith Radio CorporationSubscription television decoder
US4454538A (en)1981-07-241984-06-12Pioneer Electronic CorporationData communication in CATV system
US5109414A (en)1981-11-031992-04-28Personalized Mass Media CorporationSignal processing apparatus and methods
US4466017A (en)1981-12-231984-08-14Scientific-Atlanta, Inc.Sync suppression scrambling of television signals for subscription TV
US4538174A (en)1982-03-111985-08-27Communications Patents LimitedTwo-way subscriber TV system with multiple subscriber's sets
US4471380A (en)1982-03-151984-09-11Scientific-Atlanta, Inc.Scrambling and descrambling of television signals for subscription TV
US4450477A (en)1982-03-311984-05-22Lovett Bruce ETelevision information system
US4509073A (en)1982-04-291985-04-02Packet Technologies, Inc.Two-way cable-television system
US4533948A (en)1982-04-301985-08-06General Instrument CorporationCATV Communication system
US4484217A (en)1982-05-111984-11-20Telease, Inc.Method and system for remote reporting, particularly for pay television billing
US4732764A (en)1982-06-221988-03-22The University Court Of The University Of GlasgowDevice for introducing nutrients and/or therapeutic materials into ruminant animals
US4507680A (en)1982-06-221985-03-26Freeman Michael JOne way interactive multisubscriber communication system
FR2529739A1 (en)1982-06-301984-01-06Visiodis SaCabled teledistribution network.
US4554581A (en)1982-12-201985-11-19Zenith Radio CorporationSTV Decoder with improved data signal recognition capability
US4523228A (en)1983-02-151985-06-11Scientific Atlanta Inc.Sync suppression scrambling of television signals for subscription TV
US4567517A (en)1983-02-151986-01-28Scientific-Atlanta, Inc.Descrambler for sync-suppressed TV signals
US4625235A (en)1983-05-191986-11-25Westinghouse Electric Corp.Remote control switching of television sources
US4506387A (en)1983-05-251985-03-19Walter Howard FProgramming-on-demand cable system and method
EP0128771A2 (en)1983-06-101984-12-19General Instrument CorporationTiming generator for sync suppressed television signals
US4562465A (en)1983-06-141985-12-31General Instrument CorporationAdaptive video descrambling system
US4633462A (en)1983-07-181986-12-30The Board Of Trustees Of The University Of IllinoisMultiple access communication on a CATV reverse channel
JPS6054324A (en)1983-09-051985-03-28Noda Shiyokukin Kogyo KkProduction of antiviral agent
US4555561A (en)1983-09-071985-11-26Sun Star Giken Kabushiki KaishaPolyurethane resin composition
US4709418A (en)1983-09-141987-11-24British Telecommunications Public Limited CompanyWideband cable network
US4553161A (en)1983-12-091985-11-12Zenith Electronics CorporationUpstream data packet time slot synchronization with downstream VBI for two-way CATV system
US4614970A (en)1983-12-131986-09-30U.S. Computer SystemsDescrambler apparatus
US4682360A (en)1983-12-221987-07-21Frederiksen Jeffrey EVideo transmission system
US4602279A (en)1984-03-211986-07-22Actv, Inc.Method for providing targeted profile interactive CATV displays
US4573072A (en)1984-03-211986-02-25Actv Inc.Method for expanding interactive CATV displayable choices for a given channel capacity
US4754426A (en)1984-05-311988-06-28American Television & Communications CorporationSystem for controlling communications on a cable television network
US4627105A (en)1984-06-111986-12-02Sumitomo Electric Industries, Inc.Signal transmission system and method
US4710971A (en)1984-08-201987-12-01Pioneer Electronic CorporationChannel selecting device for CATV terminal unit
US4769838A (en)1984-12-101988-09-06Pioneer Electronic CorporationCommunity antenna television reception controlling apparatus
US4616263A (en)1985-02-111986-10-07Gte CorporationVideo subsystem for a hybrid videotex facility
AU6018990A (en)1985-04-291990-11-15Cableshare Inc.Cable television system selectively distributing pre-recorded video and audio messages
US4941040A (en)1985-04-291990-07-10Cableshare, Inc.Cable television system selectively distributing pre-recorded video and audio messages
US4734764A (en)1985-04-291988-03-29Cableshare, Inc.Cable television system selectively distributing pre-recorded video and audio messages
US4760442A (en)1985-07-101988-07-26American Telephone And Telegraph Company, At&T Bell LaboratoriesWideband digital signal distribution system
US4706121A (en)1985-07-121987-11-10Patrick YoungTV schedule system and process
US4706121B1 (en)1985-07-121993-12-14Insight Telecast, Inc.Tv schedule system and process
US4695880A (en)1985-07-301987-09-22Postron Corp.Electronic information dissemination system
US4748689A (en)1985-08-071988-05-31Alcatel, N.V.Fiber-optic distribution system for broadband signals
US4889369A (en)1985-09-161989-12-26Albrecht David EAdapter fitting
US4789863A (en)1985-10-021988-12-06Bush Thomas APay per view entertainment system
US4763317A (en)1985-12-131988-08-09American Telephone And Telegraph Company, At&T Bell LaboratoriesDigital communication network architecture for providing universal information services
US4706285A (en)1985-12-241987-11-10Rca CorporationAutomatic gain control of a scrambled video signal
US4805134A (en)1986-01-091989-02-14International Business Machines CorporationElectronic system for accessing graphical and textual information
US4670904A (en)1986-01-151987-06-02Rca CorporationSystem for processing a scrambled video signal
US4591906A (en)1986-02-121986-05-27Morales Garza FernandoWireless transmission from the television set to the television station
US4876592A (en)1986-03-101989-10-24Henry Von KohornSystem for merchandising and the evaluation of responses to broadcast transmissions
US4718086A (en)1986-03-271988-01-05Rca CorporationAGC in sound channel of system for processing a scrambled video signal
US4769833A (en)1986-03-311988-09-06American Telephone And Telegraph CompanyWideband switching system
US4827511A (en)1986-05-121989-05-02Kabushiki Kaisha ToshibaAutomatic gain control circuit for controlling gain of video signal in television receiver
US5321514A (en)1986-05-141994-06-14Radio Telecom & Technology, Inc.Interactive television and data transmission system
US4750036A (en)1986-05-141988-06-07Radio Telcom & Technology, Inc.Interactive television and data transmission system
USRE35314E (en)1986-05-201996-08-20Atari Games CorporationMulti-player, multi-character cooperative play video game with independent player entry and departure
US4801190A (en)1986-06-101989-01-31Hitachi, Ltd.Two-way optical fiber transmission network
US4749992B1 (en)1986-07-031996-06-11Total Energy Management ConsulUtility monitoring and control system
US4749992A (en)1986-07-031988-06-07Total Energy Management Consultants Corp. (Temco)Utility monitoring and control system
JPS6333988A (en)1986-07-281988-02-13Nec CorpPicture signal supply system
US4821102A (en)1986-07-291989-04-11Sony CorporationVideo display system with selective display of operating conditions
US4864613A (en)1986-11-101989-09-05General Instrument CorporationBroadband converter/descrambler interface for cable TV
US4937821A (en)1987-01-271990-06-26ReadtronicsPipeline information delivery system
JPS63263985A (en)1987-04-221988-10-31Miharu Tsushin KkSignal transmitting method between center and terminal in tv community receiving system
US4816905A (en)1987-04-301989-03-28Gte Laboratories Incorporated & Gte Service CorporationTelecommunication system with video and audio frames
US4827253A (en)1987-05-181989-05-02Dubner Computer Systems, Inc.Video compositing using a software linear keyer
US4961211A (en)1987-06-301990-10-02Nec CorporationTelevision conference system including many television monitors and method for controlling the same
US4847700A (en)1987-07-161989-07-11Actv, Inc.Interactive television system for providing full motion synched compatible audio/visual displays from transmitted television signals
US4847699A (en)1987-07-161989-07-11Actv, Inc.Method for providing an interactive full motion synched compatible audio/visual television display
US4847698A (en)1987-07-161989-07-11Actv, Inc.Interactive television system for providing full motion synched compatible audio/visual displays
US5191410A (en)1987-08-041993-03-02Telaction CorporationInteractive multimedia presentation and communications system
US4792849A (en)1987-08-041988-12-20Telaction CorporationDigital interactive communication system
GB2207838A (en)1987-08-041989-02-08Telaction CorpDigital interactive communication system
US5113496A (en)1987-08-041992-05-12Mccalley Karl WBus interconnection structure with redundancy linking plurality of groups of processors, with servers for each group mounted on chassis
US5195092A (en)1987-08-041993-03-16Telaction CorporationInteractive multimedia presentation & communication system
US4829372A (en)1987-08-201989-05-09Telaction CorporationPresentation player
US5208665A (en)1987-08-201993-05-04Telaction CorporationPresentation player for an interactive digital communication system
US4807031A (en)1987-10-201989-02-21Interactive Systems, IncorporatedInteractive video method and apparatus
US4918516A (en)1987-10-261990-04-17501 Actv, Inc.Closed circuit television system having seamless interactive television programming and expandable user participation
US5136411A (en)1987-12-111992-08-04General Instrument CorporationDynamically responsive CATV system with shared fiber optic link
US4829558A (en)1988-01-191989-05-09Peac Media Research, Inc.System and device for data transmission, and related method
US4912760A (en)1988-03-101990-03-27Scientific Atlanta, Inc.Off-premises cable television channel interdiction method and apparatus
WO1989008967A1 (en)1988-03-151989-09-21British Telecommunications Public Limited CompanyBroadband telecommunications networks
US5487066A (en)1988-03-211996-01-23First Pacific Networks, Inc.Distributed intelligence network using time and frequency multiplexing
US5003384A (en)1988-04-011991-03-26Scientific Atlanta, Inc.Set-top interface transactions in an impulse pay per view television system
US5142575A (en)1988-04-291992-08-25Scientific-Atlanta, Inc.Method and apparatus for improving video scrambling and employing split sync pulses
US5058160A (en)1988-04-291991-10-15Scientific-Atlanta, Inc.In-band controller
US4924498A (en)1988-04-291990-05-08Scientific Atlanta, Inc.Method and apparatus for improving video scrambling and employing split snyc pulses
US4848698A (en)1988-06-021989-07-18Newell Research CorporationMethod for writing and means for reading position-indicating markers on tape
US4995078A (en)1988-06-091991-02-19Monslow H VincentTelevision broadcast system for selective transmission of viewer-chosen programs at viewer-requested times
US4890320A (en)1988-06-091989-12-26Monslow H VincentTelevision broadcast system for selective transmission of viewer-chosen programs at viewer-requested times
US4905094A (en)1988-06-301990-02-27Telaction CorporationSystem for audio/video presentation
US4922532A (en)1988-07-291990-05-01Scientific-Atlanta, Inc.Sync suppression scrambling and descrambling of television signals for subscription TV
US5027400A (en)1988-08-191991-06-25Hitachi Ltd.Multimedia bidirectional broadcast system
EP0612916A2 (en)1988-08-231994-08-31Kabushiki Kaisha Komatsu SeisakushoApparatus for controlling output from engine on crawler type tractor
US4924303A (en)1988-09-061990-05-08Kenneth DunlopMethod and apparatus for providing interactive retrieval of TV still frame images and audio segments
US5008934A (en)1988-10-181991-04-16Pioneer Electronic CorporationCATV transmission system using scrambled signals
US5119188A (en)1988-10-251992-06-02Telaction CorporationDigital audio-video presentation display system
US4891694A (en)1988-11-211990-01-02Bell Communications Research, Inc.Fiber optic cable television distribution system
US4901367A (en)1988-11-301990-02-13Victor NicholsonCable communications system with remote switching and processing converters
US5077607A (en)1988-12-231991-12-31Scientific-Atlanta, Inc.Cable television transaction terminal
US4963995A (en)1988-12-271990-10-16Explore Technology, Inc.Audio/video transceiver apparatus including compression means
US4920566A (en)1989-02-011990-04-24General Instrument CorporationDual loop sinewave descrambler and method of descrambling
US4975771A (en)1989-02-101990-12-04Kassatly Salim AMethod and apparatus for TV broadcasting
US4903126A (en)1989-02-101990-02-20Kassatly Salim AMethod and apparatus for tv broadcasting
US5088111A (en)1989-02-281992-02-11First Pacific NetworksModulation and demodulation system employing AM-PSK and FSK for communication system using digital signals
US4989245A (en)1989-03-061991-01-29General Instrument CorporationControlled authorization of descrambling of scrambled programs broadcast between different jurisdictions
CA1302554C (en)1989-05-031992-06-02Alan Frank GravesVideo signal distribution system
WO1990013972A1 (en)1989-05-031990-11-15On Command Video CorporationVideo selection and distribution system
US4947244A (en)1989-05-031990-08-07On Command Video CorporationVideo selection and distribution system
US4994909A (en)1989-05-041991-02-19Northern Telecom LimitedVideo signal distribution system
US5014125A (en)1989-05-051991-05-07Cableshare, Inc.Television system for the interactive distribution of selectable video presentations
US5083800A (en)1989-06-091992-01-28Interactive Network, Inc.Game of skill or chance playable by several participants remote from each other in conjunction with a common event
AU620735B2 (en)1989-09-191992-02-20Corning IncorporatedDynamically responsive catv system with shared fiber optic link
EP0419137A2 (en)1989-09-191991-03-27General Instrument Corporation Of DelawareDynamically responsive cable television system with shared fibre optic link
US5051822A (en)1989-10-191991-09-24Interactive Television Systems, Inc.Telephone access video game distribution center
US5155591A (en)1989-10-231992-10-13General Instrument CorporationMethod and apparatus for providing demographically targeted television commercials
US5051720A (en)1989-11-131991-09-24Secure Telecom, Inc.Remote control system using power line of remote site
US5130792A (en)1990-02-011992-07-14Usa Video Inc.Store and forward video system
EP0449633A1 (en)1990-03-301991-10-02Matsushita Electric Industrial Co., Ltd.Pay television
US5230019A (en)1990-04-091993-07-20Matsushita Electric Industrial Co., Ltd.Key signal conversion device for CATV system
US5412415A (en)1990-04-101995-05-02British Telecommunications Public Limited CompanyDistribution of digitized composite AM FDM signals
US5060262A (en)1990-05-071991-10-22Bevins Jr George LVideo scrambling, audio masking and data transmission methods for wireless cable systems
US5303388A (en)1990-05-091994-04-12Apple Computer, Inc.Method to display and rotate a three-dimensional icon with multiple faces
US5057917A (en)1990-06-201991-10-15The United States Of America As Represented By The Administrator Of The National Aeronautics And Space AdministrationReal-time data compression of broadcast video signals
US5133079A (en)1990-07-301992-07-21Ballantyne Douglas JMethod and apparatus for distribution of movies
US5144448A (en)1990-07-311992-09-01Vidar Systems CorporationScanning apparatus using multiple CCD arrays and related method
IS3759A7 (en)1990-09-281992-03-29Ictv, Inc. Interactive home information systems
US6100883A (en)1990-09-282000-08-08Ictv, Inc.Home interface controller for providing interactive cable television
US5361091A (en)1990-09-281994-11-01Inteletext Systems, Inc.Interactive home information system for distributing video picture information to television viewers over a fiber optic telephone system
EP0477786A2 (en)1990-09-281992-04-01ICTV, Inc.Interactive home information system
US5220420A (en)1990-09-281993-06-15Inteletext Systems, Inc.Interactive home information system for distributing compressed television programming
IE913397A1 (en)1990-09-281992-04-08Ictv IncInteractive home information system
US5526034A (en)1990-09-281996-06-11Ictv, Inc.Interactive home information system with signal assignment
ATE198969T1 (en)1990-09-282001-02-15Ictv Inc INTERACTIVE HOME INFORMATION SYSTEM
US5412720A (en)1990-09-281995-05-02Ictv, Inc.Interactive home information system
IL99586A (en)1990-09-281998-02-22Ictv IncInteractive home information system
AU8483891A (en)1990-09-281992-04-02Ictv IncInteractive home information system
US5485197A (en)1990-09-281996-01-16Ictv, Inc.Carousel display
US5550578A (en)1990-09-281996-08-27Ictv, Inc.Interactive and conventional television information system
US5557316A (en)1990-09-281996-09-17Ictv, Inc.System for distributing broadcast television services identically on a first bandwidth portion of a plurality of express trunks and interactive services over a second bandwidth portion of each express trunk on a subscriber demand basis
AU643828B2 (en)1990-09-281993-11-25Ictv IncInteractive home information system
US5883661A (en)1990-09-281999-03-16Ictv, Inc.Output switching for load levelling across multiple service areas
PT99110A (en)1990-09-281993-12-31Ictv Inc PROCESS AND INTERACTIVE SYSTEM FOR TRANSMITTING INFORMATION BY CABLE TELEVISION
US5587734A (en)1990-09-281996-12-24Ictv, Inc.User interface for selecting television information services through pseudo-channel access
US5442700A (en)1990-09-281995-08-15Ictv, Inc.Scrambling method
NZ239969A (en)1990-09-281994-12-22Ictv IncInteractive cable tv information system
US5594507A (en)1990-09-281997-01-14Ictv, Inc.Compressed digital overlay controller and method for MPEG type video signal
DE69132518T2 (en)1990-09-282001-09-06Ictv Inc Interactive house information system
US5319455A (en)1990-09-281994-06-07Ictv Inc.System for distributing customized commercials to television viewers
US6064377A (en)1990-09-282000-05-16Ictv, Inc.Subscriber directed simultaneous multiple signal presentation for interactive cable television system
CA2052477A1 (en)1990-09-281992-03-29William Leo HoartyInteractive home information system
US5093718A (en)1990-09-281992-03-03Inteletext Systems, Inc.Interactive home information system
US5133009A (en)1990-10-041992-07-21Thomson Consumer Electronics, Inc.Method and apparatus for defeating the operation of an ic built-in noise inverter
GB2248955A (en)1990-10-181992-04-22Samsung Electronics Co LtdFunction selection for electronic apparatus
US5172413A (en)1990-12-201992-12-15SasktelSecure hierarchial video delivery system and method
US5132992A (en)1991-01-071992-07-21Paul YurtAudio and video transmission and receiving system
US6021386A (en)1991-01-082000-02-01Dolby Laboratories Licensing CorporationCoding method and apparatus for multiple channels of audio information representing three-dimensional sound fields
US5253341A (en)1991-03-041993-10-12Rozmanith Anthony IRemote query communication system
US5321440A (en)1991-06-071994-06-14Sony CorporationHigh efficiency data compressed image encoding
US5236199A (en)1991-06-131993-08-17Thompson Jr John WInteractive media system and telecomputing method using telephone keypad signalling
JPH04373286A (en)1991-06-211992-12-25Sony CorpPicture encoder
EP0523618A2 (en)1991-07-151993-01-20Hitachi, Ltd.Picture codec and teleconference terminal equipment
US6034678A (en)1991-09-102000-03-07Ictv, Inc.Cable television system with remote interactive processor
EP0534139A2 (en)1991-09-201993-03-31International Business Machines CorporationA new video mixing technique using JPEG compressed data
IN180215B (en)1991-09-241998-01-17Ictv Inc
US5790174A (en)1991-09-271998-08-04Bell Atlantic Network Services, Inc.PSTN architecture for video-on-demand services
US5247347A (en)1991-09-271993-09-21Bell Atlantic Network Services, Inc.Pstn architecture for video-on-demand services
US5528281A (en)1991-09-271996-06-18Bell Atlantic Network ServicesMethod and system for accessing multimedia data over public switched telephone network
US5802283A (en)1991-09-271998-09-01Bell Atlantic Network Services, Inc.Method and system for accessing multimedia data over public switched telephone network
US5410343A (en)1991-09-271995-04-25Bell Atlantic Network Services, Inc.Video-on-demand services using public switched telephone network
US5625404A (en)1991-09-271997-04-29Bell Atlantic Network ServicesMethod and system for accessing multimedia data over public switched telephone network
US5712906A (en)1991-09-271998-01-27Bell Atlantic Network ServicesCommunications systems supporting shared multimedia session
US5404393A (en)1991-10-031995-04-04ViscorpMethod and apparatus for interactive television through use of menu windows
US5561708A (en)1991-10-031996-10-01ViscorpMethod and apparatus for interactive television through use of menu windows
US5231494A (en)1991-10-081993-07-27General Instrument CorporationSelection of compressed television signals from single channel allocation based on viewer characteristics
US5471263A (en)1991-10-141995-11-28Sony CorporationMethod for recording a digital audio signal on a motion picture film and a motion picture film having digital soundtracks
US5422887A (en)1991-11-271995-06-06Ncr CorporationMedium access protocol for wireless local area network
US5497187A (en)1991-11-291996-03-05Scientific-Atlanta, Inc.In-band/out-of-band data transmission method and apparatus for a television system
US5262854A (en)1992-02-211993-11-16Rca Thomson Licensing CorporationLower resolution HDTV receivers
US5589885A (en)1992-03-171996-12-31Nec CorporationMoving picture coding and decoding circuit
US5351129A (en)1992-03-241994-09-27Rgb Technology D/B/A Rgb SpectrumVideo multiplexor-encoder and decoder-converter
US5262860A (en)1992-04-231993-11-16International Business Machines CorporationMethod and system communication establishment utilizing captured and processed visually perceptible data within a broadcast video signal
EP0568453A1 (en)1992-04-301993-11-03Alcatel CitOptical system for connecting subscriber installations to the switching centre of a telecommunications network providing interactive and non-interactive services
US5469283A (en)1992-04-301995-11-21Societe Anonyme Dite: Alcatel CitOptical system for connecting customer premises networks to a switching center of a telecommunication network providing interactive and non-interactive services
ES2207635T3 (en)1992-05-012004-06-01Ictv, Inc. INTERACTIVE DOMESTIC INFORMATION SYSTEM.
WO1993022877A2 (en)1992-05-011993-11-11Ictv Inc.Interactive home information system
DE69333207T2 (en)1992-05-012004-07-01Ictv Inc., Santa Clara INTERACTIVE HOME INFORMATION SYSTEM
EP0638219A1 (en)1992-05-011995-02-15ICTV, Inc.Interactive home information system
ATE250313T1 (en)1992-05-012003-10-15Ictv Inc INTERACTIVE HOME INFORMATION SYSTEM
US5371532A (en)1992-05-151994-12-06Bell Communications Research, Inc.Communications architecture and method for distributing information services
JPH0654324A (en)1992-07-311994-02-25Nec CorpAgc circuit of catv terminal
EP0588653A2 (en)1992-09-161994-03-23Fujitsu LimitedImage data coding and restoring method and appatatus for coding and restoring the same
US5446490A (en)1992-10-231995-08-29At&T Corp.Interactive television with tailored programming
EP0594350A1 (en)1992-10-231994-04-27AT&T Corp.Interactive television multicasting
US5418559A (en)1992-10-231995-05-23At&T Corp.Multi-channel television converter for conventional and interactive signals
US5359601A (en)1992-10-301994-10-25Scientific-Atlanta, Inc.Apparatus providing dynamic virtual service selection in a multi-service communications system
US5319707A (en)1992-11-021994-06-07Scientific AtlantaSystem and method for multiplexing a plurality of digital program services for transmission to remote locations
US5596693A (en)1992-11-021997-01-21The 3Do CompanyMethod for controlling a spryte rendering processor
US5600573A (en)1992-12-091997-02-04Discovery Communications, Inc.Operations center with video storage for a television program packaging and delivery system
US5559549A (en)1992-12-091996-09-24Discovery Communications, Inc.Television program delivery system
US5600364A (en)1992-12-091997-02-04Discovery Communications, Inc.Network controller for cable television delivery systems
US5442389A (en)1992-12-281995-08-15At&T Corp.Program server for interactive television system
US5537404A (en)1992-12-291996-07-16International Business Machines CorporationSwitched circuit connection management over public data networks for wide area networks
WO1994016534A2 (en)1993-01-041994-07-21Com 21, Inc.A wide area fiber and tv cable fast packet cell network
US5594938A (en)1993-02-171997-01-14Ameritech Services, Inc.Universal TV interface for switch of broadcast video distribution (and related method)
WO1994019910A1 (en)1993-02-171994-09-01Ameritech Services, Inc.Universal tv interface and related method
WO1994021079A1 (en)1993-03-111994-09-15Regents Of The University Of CaliforniaMethod and apparatus for compositing compressed video data
US5408274A (en)1993-03-111995-04-18The Regents Of The University Of CaliforniaMethod and apparatus for compositing compressed video data
DE4408355A1 (en)1993-03-131994-10-13Ricoh Kk Network system for combined tasks
US5594723A (en)1993-03-311997-01-14U.S. Philips CorporationATM information system and multiplexer for assigning and controlling access time
US20030169373A1 (en)1993-04-162003-09-11Peters Eric C.Method and apparatus for creating non-linear motion picture transitions
US20050114906A1 (en)1993-05-032005-05-26Ictv, Inc.System for interactive television
US5539449A (en)1993-05-031996-07-23At&T Corp.Integrated television services system
US5570126A (en)1993-05-031996-10-29Lucent Technologies Inc.System for composing multimedia signals for interactive television services
JPH0715720A (en)1993-05-031995-01-17At & T CorpSystem and method for signal transmission for interactive television service
EP0624039A2 (en)1993-05-031994-11-09AT&T Corp.Integrated television services system
US5579143A (en)1993-06-041996-11-26Ciena CorporationOptical system with tunable in-fiber gratings
US5442390A (en)1993-07-071995-08-15Digital Equipment CorporationVideo on demand with memory accessing and or like functions
US5469431A (en)1993-07-121995-11-21Philips Electronics North America Corp.Method of and apparatus for channel mapping with relative service identification
US5355162A (en)1993-07-131994-10-11Pacific Ray Video LimitedMulti-standard cable television system
US5632003A (en)1993-07-161997-05-20Dolby Laboratories Licensing CorporationComputationally efficient adaptive bit allocation for coding method and apparatus
US5581653A (en)1993-08-311996-12-03Dolby Laboratories Licensing CorporationLow bit-rate high-resolution spectral envelope coding for audio encoder and decoder
EP0643523A1 (en)1993-09-091995-03-15Alcatel Business SystemsInteractive command system for a multiservice station
US5495283A (en)1993-09-131996-02-27Albrit Technologies Ltd.Cable television video messaging system and headend facility incorporating same
US5410344A (en)1993-09-221995-04-25Arrowsmith Technologies, Inc.Apparatus and method of selecting video programs based on viewers' preferences
US5631693A (en)1993-10-251997-05-20Antec CorporationMethod and apparatus for providing on demand services in a subscriber system
GB2290204A (en)1993-11-051995-12-13Toshiba KkRelay apparatus, decoder and security broadcasting apparatus
US5481542A (en)1993-11-101996-01-02Scientific-Atlanta, Inc.Interactive information services control system
WO1995015658A1 (en)1993-12-021995-06-08Discovery Communications, Inc.Network manager for cable television system headends
JPH07160292A (en)1993-12-071995-06-23Sony CorpMultilayered coding device
US5493638A (en)1993-12-221996-02-20Digital Equipment CorporationRemote display of an image by transmitting compressed video frames representing back-ground and overlay portions thereof
US5422674A (en)1993-12-221995-06-06Digital Equipment CorporationRemote display of an image by transmitting compressed video frames representing background and overlay portions thereof
US5617145A (en)1993-12-281997-04-01Matsushita Electric Industrial Co., Ltd.Adaptive bit allocation for video and audio coding
EP0661888A2 (en)1993-12-291995-07-05Matsushita Electric Industrial Co., Ltd.Multiplexing/demultiplexing method for superimposing sub- images on a main image
US5621464A (en)1994-02-031997-04-15Matsushita Electric Industrial Co., Ltd.Method of reordering a decoded video picture sequence
US5822537A (en)1994-02-241998-10-13At&T Corp.Multimedia networked system detecting congestion by monitoring buffers' threshold and compensating by reducing video transmittal rate then reducing audio playback rate
US5608446A (en)1994-03-311997-03-04Lucent Technologies Inc.Apparatus and method for combining high bandwidth and low bandwidth data transfer
US5742289A (en)1994-04-011998-04-21Lucent Technologies Inc.System and method of generating compressed video graphics images
US5668592A (en)1994-04-061997-09-16Interaxx Television Network, Inc.Interactive television terminal responsive to user commands which combines static service data and recurrently broadcast dynamic service data to produce composite service display signals
US5642498A (en)1994-04-121997-06-24Sony CorporationSystem for simultaneous display of multiple video windows on a display device
US5786527A (en)1994-04-121998-07-28Tarte; AndreMethod and apparatus for testing soil contamination
JPH0895599A (en)1994-05-061996-04-12Nippon Telegr & Teleph Corp <Ntt> Signal encoding method and decoding method, and encoder and decoder using the same
WO1995032587A1 (en)1994-05-201995-11-30Prevue International, Inc.Video clip program guide
ATE191599T1 (en)1994-05-272000-04-15Ictv Inc COMPRESSED DIGITAL IMAGE OVERLAY CONTROLLER AND METHOD
DE69516139T2 (en)1994-05-272000-12-14Ictv, Inc. COMPRESSED DIGITAL IMAGE OVERLAY CONTROLLER AND METHOD
EP0761066A1 (en)1994-05-271997-03-12ICTV,Inc.Compressed digital video overlay controller and method
WO1995033342A1 (en)1994-05-271995-12-07Ictv Inc.Compressed digital video overlay controller and method
US5495295A (en)1994-06-011996-02-27Zenith Electronics CorporationUse of transmitter assigned phantom channel numbers for data services
US5537397A (en)1994-06-071996-07-16Aloha Networks, Inc.Spread aloha CDMA data communications
US5748234A (en)1994-09-131998-05-05Intel CorporationVideo processing system and method
US5570363A (en)1994-09-301996-10-29Intel CorporationTransform based scalable audio compression algorithms and low cost audio multi-point conferencing systems
EP0789972A1 (en)1994-11-031997-08-20ICTV,Inc.User interface for selecting television information services through pseudo-channel access
WO1996014712A1 (en)1994-11-031996-05-17Ictv, Inc.User interface for selecting television information services through pseudo-channel access
EP0714684A1 (en)1994-11-291996-06-05Net Game LimitedReal-time multi-user game communication system using existing cable television infrastructure
US5630757A (en)1994-11-291997-05-20Net Game LimitedReal-time multi-user game communication system using existing cable television infrastructure
CA2163500A1 (en)1994-11-291996-05-30Reuven GaginReal-time multi-user game communication system using existing cable television infrastructure
US20090144781A1 (en)1994-11-302009-06-04Realnetworks, Inc.Audio-on-demand communication system
US5592470A (en)1994-12-211997-01-07At&TBroadband wireless system and network architecture providing broadband/narrowband service with optimal static and dynamic bandwidth/channel allocation
US5708767A (en)1995-02-031998-01-13The Trustees Of Princeton UniversityMethod and apparatus for video browsing based on content and structure
US5821945A (en)1995-02-031998-10-13The Trustees Of Princeton UniversityMethod and apparatus for video browsing based on content and structure
US5754941A (en)1995-02-061998-05-19Broadband Technologies, Inc.Point-to-multipoint broadband services drop with multiple time slot return channel for customer premises equipment served by fiber optic telecommunication system employing STS-based transmission format containing asynchronous transfer mode cells
US5517250A (en)1995-02-281996-05-14General Instrument Corporation Of DelawareAcquisition of desired data from a packetized data stream and synchronization thereto
US5631846A (en)1995-02-281997-05-20Lucent Technologies Inc.Upstream communications for interactive networks
WO1996027843A1 (en)1995-03-071996-09-12Multimedia Systems CorporationCouponing issuance and tracking system for a communications network
JPH08265704A (en)1995-03-241996-10-11Victor Co Of Japan LtdInformation reproducing device, decoder unit and information reproducing method
WO1996031826A1 (en)1995-04-041996-10-10Higley Thomas KProcessing messages which include an address to further information
US5818438A (en)1995-04-251998-10-06Bellsouth CorporationSystem and method for providing television services
US5583927A (en)1995-05-011996-12-10Bell Communications Research, Inc.Method and apparatus for integrating telephone and broadband networks
WO1996037074A2 (en)1995-05-181996-11-21Philips Electronics N.V.Interactive image manipulation
US5815604A (en)1995-05-181998-09-29U.S. Philips CorporationInteractive image manipulation
EP0746158A2 (en)1995-05-301996-12-04International Business Machines CorporationScalable interactive multimedia server system
US5548340A (en)1995-05-311996-08-20International Business Machines CorporationIntelligent television receivers combinations including video displays, and methods for diversion of television viewers by visual image modification
US5710815A (en)1995-06-071998-01-20Vtech Communications, Ltd.Encoder apparatus and decoder apparatus for a television signal having embedded viewer access control data
US5740307A (en)1995-06-071998-04-14Hitachi America, Ltd.Methods for monitoring a trick play data stream to insure MPEG compliance
US5812665A (en)1995-06-081998-09-22Ictv, Inc.Switched channel system
EP0830786A1 (en)1995-06-081998-03-25ICTV,Inc.Switched channel system
WO1996042168A1 (en)1995-06-081996-12-27Ictv, Inc.Switched channel system
US5812786A (en)1995-06-211998-09-22Bell Atlantic Network Services, Inc.Variable rate and variable mode transmission system
US6292194B1 (en)1995-08-042001-09-18Microsoft CorporationImage compression method to reduce pixel and texture memory requirements in graphics applications
US5905522A (en)1995-08-311999-05-18Microsoft CorporationResource allocation method for interactive televideo system
US5990862A (en)1995-09-181999-11-23Lewis; Stephen HMethod for efficient input device selection of onscreen objects
US5649283A (en)1995-09-281997-07-15Lucent Technologies Inc.Program verification for cable television at a consumer location
US20020056136A1 (en)1995-09-292002-05-09Wistendahl Douglass A.System for converting existing TV content to interactive TV programs operated with a standard remote control and TV set-top box
US20100235861A1 (en)1995-10-022010-09-16Starsight Telecast, Inc.Systems and methods for linking television viewers with advertisers and broadcasters
US6052555A (en)1995-10-052000-04-18Microsoft CorporationMethod for speeding MPEG encoding using JPEG pre-processing
US5844594A (en)1995-10-051998-12-01Microsoft CorporationMethod and apparatus for MPEG encoding
US5966163A (en)1995-10-201999-10-12Scientific-Atlanta, Inc.Providing constant bit rate upstream data transport in a two way cable system by scheduling preemptive grants for upstream data slots using selected fields of a plurality of grant fields
US6084908A (en)1995-10-252000-07-04Sarnoff CorporationApparatus and method for quadtree based variable block size motion estimation
US6192081B1 (en)1995-10-262001-02-20Sarnoff CorporationApparatus and method for selecting a coding mode in a block-based coding system
WO1997016925A1 (en)1995-11-011997-05-09Ictv, Inc.Output switching for load levelling across multiple service areas
EP0861560A1 (en)1995-11-011998-09-02ICTV,Inc.Output switching for load levelling across multiple service areas
CA2231391A1 (en)1995-11-011997-05-09Ictv, Inc.Output switching for load levelling across multiple service areas
US6305020B1 (en)1995-11-012001-10-16Ictv, Inc.System manager and hypertext control interface for interactive cable television system
US5917822A (en)1995-11-151999-06-29Xerox CorporationMethod for providing integrated packet services over a shared-media network
US5828371A (en)1995-11-221998-10-27International Business Machines CorporationMethod and system for graphic video image presentation control
US6536043B1 (en)1996-02-142003-03-18Roxio, Inc.Method and systems for scalable representation of multimedia data for progressive asynchronous transmission
US5959690A (en)1996-02-201999-09-28Sas Institute, Inc.Method and apparatus for transitions and other special effects in digital motion video
US5862325A (en)1996-02-291999-01-19Intermind CorporationComputer-based communication system and method using metadata defining a control structure
US5845083A (en)1996-03-071998-12-01Mitsubishi Semiconductor America, Inc.MPEG encoding and decoding system for multimedia applications
WO1997033434A1 (en)1996-03-081997-09-12Actv, Inc.An integrated interactive video and internet system
US5668599A (en)1996-03-191997-09-16International Business Machines CorporationMemory management for an MPEG2 compliant decoder
US6055314A (en)1996-03-222000-04-25Microsoft CorporationSystem and method for secure purchase and delivery of video content programs
US5978756A (en)1996-03-281999-11-02Intel CorporationEncoding audio signals using precomputed silence
US20040210824A1 (en)1996-03-292004-10-21Microsoft CorporationInteractive entertainment system for presenting supplemental interactive content together with continuous video programs
US5961603A (en)1996-04-101999-10-05Worldgate Communications, Inc.Access system and method for providing interactive access to an information source through a networked distribution system
US5999970A (en)1996-04-101999-12-07World Gate Communications, LlcAccess system and method for providing interactive access to an information source through a television distribution system
WO1997039583A1 (en)1996-04-181997-10-23Bellsouth CorporationA method and system to transmit video/data signals from a device to a communications network connection card
JPH10228437A (en)1996-06-031998-08-25Webtv Networks IncDocument substitute processing, transcoding method and device in distributed network
US6141693A (en)1996-06-032000-10-31Webtv Networks, Inc.Method and apparatus for extracting digital data from a video stream and using the digital data to configure the video stream for display on a television set
US20020013812A1 (en)1996-06-032002-01-31Krueger Mark H.Transcoding audio data by a proxy computer on behalf of a client computer
US7412423B1 (en)1996-06-072008-08-12Sony CorporationCharging system and charging method
US6014416A (en)1996-06-172000-01-11Samsung Electronics Co., Ltd.Method and circuit for detecting data segment synchronizing signal in high-definition television
US5903727A (en)1996-06-181999-05-11Sun Microsystems, Inc.Processing HTML to embed sound in a web page
US5903816A (en)1996-07-011999-05-11Thomson Consumer Electronics, Inc.Interactive television system and method for displaying web-like stills with hyperlinks
US6941574B1 (en)1996-07-012005-09-06Opentv, Inc.Interactive television system and method having on-demand web-like navigational capabilities for displaying requested hyperlinked web-like still images associated with television content
US6275496B1 (en)1996-08-262001-08-14Microsoft CorporationContent provider for pull based intelligent caching system
US5995488A (en)1996-10-081999-11-30Advanced Micro Devices, Inc.Method and apparatus for regulating data flow in networks
US5952943A (en)1996-10-111999-09-14Intel CorporationEncoding image data for decode rate control
US5982445A (en)1996-10-211999-11-09General Instrument CorporationHypertext markup language protocol for television display and control
US6144698A (en)1996-10-312000-11-07Mitsubishi Electric Information Technology Center America, Inc. (Ita)Digital video decoder and method of decoding a digital video signal
US6049831A (en)1996-11-082000-04-11Gte Laboratories IncorporatedSystem for transmitting network-related information where requested network information is separately transmitted as definitions and display information
WO1998026595A1 (en)1996-12-101998-06-18Ictv, Inc.System manager with hypertext control interface for interactive cable television system
US20040128686A1 (en)1996-12-102004-07-01United Video Properties, Inc., A Corporation Of DelawareInternet television program guide system
CA2273365A1 (en)1996-12-101998-06-18Ictv, Inc.System manager with hypertext control interface for interactive cable television system
US6177931B1 (en)1996-12-192001-01-23Index Systems, Inc.Systems and methods for displaying and recording control interface with television programs, video, advertising information and program scheduling information
US5864820A (en)1996-12-201999-01-26U S West, Inc.Method, system and product for mixing of encoded audio signals
US20040163101A1 (en)1997-01-062004-08-19Swix Scott R.Method and system for providing targeted advertisements
US5995146A (en)1997-01-241999-11-30Pathway, Inc.Multiple video screen display system
US6031989A (en)1997-02-272000-02-29Microsoft CorporationMethod of formatting and displaying nested documents
US20030196174A1 (en)1997-03-062003-10-16Microsoft CorporationDiscoverability and navigation of hyperlinks via tabs
US20100033638A1 (en)1997-03-242010-02-11O'donnell FrankSystems and methods for awarding affinity points based upon remote control usage
US6182072B1 (en)1997-03-262001-01-30Webtv Networks, Inc.Method and apparatus for generating a tour of world wide web sites
US6108625A (en)1997-04-022000-08-22Samsung Electronics Co., Ltd.Scalable audio coding/decoding method and apparatus without overlap of information between various layers
US6131182A (en)1997-05-022000-10-10International Business Machines CorporationMethod and apparatus for synthesizing and optimizing control logic based on SRCMOS logic array macros
US5946352A (en)1997-05-021999-08-31Texas Instruments IncorporatedMethod and apparatus for downmixing decoded data streams in the frequency domain prior to conversion to the time domain
US6931291B1 (en)1997-05-082005-08-16Stmicroelectronics Asia Pacific Pte Ltd.Method and apparatus for frequency-domain downmixing with block-switch forcing for audio decoding functions
US6236730B1 (en)1997-05-192001-05-22Qsound Labs, Inc.Full sound enhancement using multi-input sound signals
EP0881808A2 (en)1997-05-301998-12-02Sun Microsystems, Inc.Latency-reducing bandwidth-prioritization for network servers and clients
US6256047B1 (en)1997-06-042001-07-03Konami Co., Ltd.Method of judging hits and computer-readable storage medium storing game data
US6259826B1 (en)1997-06-122001-07-10Hewlett-Packard CompanyImage processing method and device
US6317885B1 (en)1997-06-262001-11-13Microsoft CorporationInteractive entertainment and information system using television set-top box
WO1999000735A1 (en)1997-06-271999-01-07S3 IncorporatedVirtual address access to tiled surfaces
US5963203A (en)1997-07-031999-10-05Obvious Technology, Inc.Interactive video icon with designated viewing position
US6169573B1 (en)1997-07-032001-01-02Hotv, Inc.Hypervideo system and method with object tracking in a compressed digital video environment
US6317151B1 (en)1997-07-102001-11-13Mitsubishi Denki Kabushiki KaishaImage reproducing method and image generating and reproducing method
WO1999004568A1 (en)1997-07-181999-01-28Tvcompass.Com LimitedCommunication system and method
US6266684B1 (en)1997-08-062001-07-24Adobe Systems IncorporatedCreating and saving multi-frame web pages
JP2001514471A (en)1997-08-272001-09-11スターサイト テレキャスト,インコーポレイティド System and method for television signal replacement
US20010043215A1 (en)1997-09-112001-11-22Thomas M. MiddletonEfficient downloading of animated presentation files
JPH1188419A (en)1997-09-121999-03-30Tsushin Hoso KikoSystem for distributing animation information and its method
US6049539A (en)1997-09-152000-04-11Worldgate Communications, Inc.Access system and method for providing interactive access to an information source through a networked distribution system
US5907681A (en)1997-10-201999-05-25International Business Machines CorporationIntelligent method, apparatus and computer program product for automated refreshing of internet web pages
US5867208A (en)1997-10-281999-02-02Sun Microsystems, Inc.Encoding system and method for scrolling encoded MPEG stills in an interactive television application
JPH11134273A (en)1997-10-311999-05-21Toshiba Corp Communication control method, communication control system, and recording medium storing program for realizing the same
US6349284B1 (en)1997-11-202002-02-19Samsung Sdi Co., Ltd.Scalable audio encoding/decoding method and apparatus
US6564378B1 (en)1997-12-082003-05-13United Video Properties, Inc.Program guide system with browsing display
WO1999030497A1 (en)1997-12-091999-06-17Ictv, Inc.Modular controller and modulator system for interactive cable television system
WO1999030500A1 (en)1997-12-091999-06-17Ictv, Inc.Interactive cable television system with frame server
DE98961961T1 (en)1997-12-092007-08-09ICTV, Inc., Los Gatos INTERACTIVE CABLE REMOTE SYSTEM WITH VIDEO MASTER SERVER
US6205582B1 (en)1997-12-092001-03-20Ictv, Inc.Interactive cable television system with frame server
US6055315A (en)1997-12-092000-04-25Ictv, Inc.Distributed scrambling method and system
CA2313133A1 (en)1997-12-091999-06-17Ictv, Inc.Virtual lan printing over interactive cable television system
JP4252727B2 (en)1997-12-092009-04-08アクティブビデオ・ネットワークス・インク Interactive cable TV system with frame server
WO1999030496A1 (en)1997-12-091999-06-17Ictv, Inc.Distributed scrambling method and system
WO1999030501A1 (en)1997-12-091999-06-17Ictv, Inc.Virtual lan printing over interactive cable television system
EP1038400A1 (en)1997-12-092000-09-27ICTV,Inc.Interactive cable television system with frame server
EP1038397A1 (en)1997-12-092000-09-27ICTV,Inc.Distributed scrambling method and system
CA2313161A1 (en)1997-12-091999-06-17Ictv, Inc.Interactive cable television system with frame server
EP1038399A1 (en)1997-12-092000-09-27ICTV,Inc.Modular controller and modulator system for interactive cable television system
EP1038401A1 (en)1997-12-092000-09-27ICTV,Inc.Virtual lan printing over interactive cable television system
US6184878B1 (en)1997-12-232001-02-06Sarnoff CorporationInteractive world wide web access using a set top terminal in a video on demand system
WO1999035840A1 (en)1998-01-061999-07-15Intel CorporationA host apparatus for simulating two way connectivity for one way data streams
US7200836B2 (en)1998-01-212007-04-03Apple Computer, Inc.Menu authoring for automatically performing low-level DVD configuration functions
EP0933966A1 (en)1998-01-301999-08-04AlcatelA method to route Internet data packets, an access node and a terminal realizing such a method and a communication network
US6198822B1 (en)1998-02-112001-03-06Ictv, Inc.Enhanced scrambling of slowly changing video signals
EP1055331A1 (en)1998-02-112000-11-29ICTV,Inc.Enhanced scrambling of slowly changing video signals
WO1999041911A1 (en)1998-02-111999-08-19Ictv, Inc.Enhanced scrambling of slowly changing video signals
US20030188309A1 (en)1998-02-172003-10-02Gemstar Development CorporationSimulated PIP window in EPG
JPH11261966A (en)1998-03-121999-09-24Toshiba Corp Video encoding device and video encoding method
US6956899B2 (en)1998-03-232005-10-18International Business Machines CorporationPrecise bit control apparatus with look-ahead for MPEG encoding
US6243418B1 (en)1998-03-302001-06-05Daewoo Electronics Co., Ltd.Method and apparatus for encoding a motion vector of a binary shape signal
US6459427B1 (en)1998-04-012002-10-01Liberate TechnologiesApparatus and method for web-casting over digital broadcast TV network
US6886178B1 (en)1998-04-012005-04-26Liberate TechnologiesDigital TV system with synchronized world wide web content
US20020032697A1 (en)1998-04-032002-03-14Synapix, Inc.Time inheritance scene graph for representation of media content
US6385771B1 (en)1998-04-272002-05-07Diva Systems CorporationGenerating constant timecast information sub-streams using variable timecast information streams
WO1999056468A1 (en)1998-04-271999-11-04Bellsouth Intellectual Property CorporationMethod and system for providing bi-directional communications to a broadband network without degrading downstream bandwidth
US6512793B1 (en)1998-04-282003-01-28Canon Kabushiki KaishaData processing apparatus and method
US20070033528A1 (en)1998-05-072007-02-08Astute Technology, LlcEnhanced capture, management and distribution of live presentations
US6310601B1 (en)1998-05-122001-10-30International Business Machines CorporationResizing images to improve network throughput
US6684400B1 (en)1998-05-292004-01-27Diva Systems CorporationMethod and apparatus for providing dynamic pricing services for an interactive information distribution system
US6141645A (en)1998-05-292000-10-31Acer Laboratories Inc.Method and device for down mixing compressed audio bit stream having multiple audio channels
US6078328A (en)1998-06-082000-06-20Digital Video Express, LpCompressed video graphics system and methodology
WO1999065243A1 (en)1998-06-091999-12-16Worldgate Service, Inc.Mpeg encoding technique for encoding web pages
US6389075B2 (en)1998-06-092002-05-14Worldgate Service, Inc.MPEG encoding technique for encoding web pages
US6266369B1 (en)1998-06-092001-07-24Worldgate Service, Inc.MPEG encoding technique for encoding web pages
WO1999065232A1 (en)1998-06-091999-12-16Sony Electronics Inc.Hierarchical motion estimation process and system using block-matching and integral projection
US6268864B1 (en)1998-06-112001-07-31Presenter.Com, Inc.Linking a video and an animation
WO1999066732A1 (en)1998-06-171999-12-23Opentv, Inc.Interactive television system and method for displaying a graphical user interface using insert pictures
WO2000002303A1 (en)1998-07-062000-01-13Sanyo Electric Co., Ltd.Sound/vibration generator
US20090271512A1 (en)1998-07-102009-10-29Jorgensen Jacob WTRANSMISSION CONTROL PROTOCOL/INTERNET PROTOCOL (TCP/IP) PACKET-CENTRIC WIRELESS POINT TO MULTI-POINT (PtMP) TRANSMISSION SYSTEM ARCHITECTURE
US6584153B1 (en)1998-07-232003-06-24Diva Systems CorporationData structure and methods for providing an interactive program guide
US6415437B1 (en)1998-07-232002-07-02Diva Systems CorporationMethod and apparatus for combining video sequences with an interactive program guide
US6754905B2 (en)1998-07-232004-06-22Diva Systems CorporationData structure and methods for providing an interactive program guide
US20030217360A1 (en)1998-07-232003-11-20Gordon Donald F.System for generating, distributing and receiving an interactive user interface
US20050091695A1 (en)1998-07-272005-04-28Webtv Networks, Inc.Providing compressed video
WO2000007372A1 (en)1998-07-272000-02-10Webtv Networks, Inc.Overlay management
US7360230B1 (en)1998-07-272008-04-15Microsoft CorporationOverlay management
US6226041B1 (en)1998-07-282001-05-01Sarnoff CorporationLogo insertion using only disposable frames
US20100325668A1 (en)1998-08-112010-12-23Starsight Telecast, Inc.Television schedule system
WO2000008967A1 (en)1998-08-142000-02-24Alfredo De BenedictisHair treatment device and method
US6557041B2 (en)1998-08-242003-04-29Koninklijke Philips Electronics N.V.Real time video game uses emulation of streaming over the internet in a broadcast event
US20070124795A1 (en)1998-08-262007-05-31United Video Properties Inc.Television message system
US6167084A (en)1998-08-272000-12-26Motorola, Inc.Dynamic bit allocation for statistical multiplexing of compressed and uncompressed digital video signals
US7272556B1 (en)1998-09-232007-09-18Lucent Technologies Inc.Scalable and embedded codec for speech and audio signals
WO2000019910A1 (en)1998-10-052000-04-13Origin Medsystems, Inc.Method and apparatus for tissue dissection
US20020072408A1 (en)1998-10-062002-06-13Hitoshi KumagaiMethod for controlling character behavior in video games, video game machine, and computer-readable recording medium on which video game program is recorded
US6675385B1 (en)1998-10-212004-01-06Liberate TechnologiesHTML electronic program guide for an MPEG digital TV system
US8370869B2 (en)1998-11-062013-02-05The Trustees Of Columbia University In The City Of New YorkVideo description system and method
JP2000152234A (en)1998-11-162000-05-30Canon Inc Data processing apparatus and method, and data processing system
US6438140B1 (en)1998-11-192002-08-20Diva Systems CorporationData structure, method and apparatus providing efficient retrieval of data from a segmented information stream
US6578201B1 (en)1998-11-202003-06-10Diva Systems CorporationMultimedia stream incorporating interactive support for multiple types of subscriber terminals
US6598229B2 (en)1998-11-202003-07-22Diva Systems Corp.System and method for detecting and correcting a defective transmission channel in an interactive information distribution system
US6697376B1 (en)1998-11-202004-02-24Diva Systems CorporationLogical node identification in an information transmission network
US6389218B2 (en)1998-11-302002-05-14Diva Systems CorporationMethod and apparatus for simultaneously producing compressed play and trick play bitstreams from a video frame sequence
US20050034162A1 (en)1998-11-302005-02-10Microsoft CorporationVideo on demand methods and systems
US20010027563A1 (en)1998-11-302001-10-04Microsoft CorporationVideo on demand methods and systems
US6732370B1 (en)1998-11-302004-05-04Diva Systems CorporationService provider side interactive program guide encoder
US6253238B1 (en)1998-12-022001-06-26Ictv, Inc.Interactive cable television system with frame grabber
US6952221B1 (en)1998-12-182005-10-04Thomson Licensing S.A.System and method for real time video production and distribution
US20020175931A1 (en)1998-12-182002-11-28Alex HoltzPlaylist for real time video production
WO2000038430A1 (en)1998-12-202000-06-29Morecom, Inc.System for transporting mpeg video as streaming video in an html web page
US6758540B1 (en)1998-12-212004-07-06Thomson Licensing S.A.Method and apparatus for providing OSD data for OSD display in a video signal having an enclosed format
US6386980B1 (en)1998-12-262002-05-14Kabushiki Kaisha Sega EnterprisesGame apparatus, game system using same, and information processing unit
WO2000041397A1 (en)1999-01-062000-07-13Sarnoff CorporationComputer system for statistical multiplexing of bitstreams
US6588017B1 (en)1999-01-272003-07-01Diva Systems CorporationMaster and slave subscriber stations for digital video and interactive services
EP1026872A1 (en)1999-01-292000-08-09Lucent Technologies Inc.Dynamically configurable system and method for transcoding streaming data and telecommunications infrastructure incorporating the same
US7158676B1 (en)1999-02-012007-01-02Emuse Media LimitedInteractive system
US6645076B1 (en)1999-03-032003-11-11Konami Computer Entertainment Tokyo, Co. Ltd.Game apparatus with game player physical strength recognition
US6681326B2 (en)1999-03-122004-01-20Diva Systems CorporationSecure distribution of video on-demand
US6691208B2 (en)1999-03-122004-02-10Diva Systems Corp.Queuing architecture including a plurality of queues and associated method for controlling admission for disk access requests for video content
US6415031B1 (en)1999-03-122002-07-02Diva Systems CorporationSelective and renewable encryption for secure distribution of video on-demand
US7757157B1 (en)1999-03-192010-07-13Sony CorporationEditor for defining shared scenes, with separately controllable command objects, to create superimposed final scenes
US20050166257A1 (en)1999-03-312005-07-28Microsoft CorporationSystem and method for synchronizing streaming content with enhancing content using pre-announced triggers
US6604224B1 (en)1999-03-312003-08-05Diva Systems CorporationMethod of performing content integrity analysis of a data stream
US6639896B1 (en)1999-04-012003-10-28Diva Systems CorporationAsynchronous serial interface (ASI) ring network for digital information distribution
US6721794B2 (en)1999-04-012004-04-13Diva Systems Corp.Method of data management for efficiently storing and retrieving data to respond to user access requests
EP1051039A2 (en)1999-04-062000-11-08Liberate Technologies LLCSystem and methods for preparing multimedia data using digital video data compression
US6675387B1 (en)1999-04-062004-01-06Liberate TechnologiesSystem and methods for preparing multimedia data using digital video data compression
US6621870B1 (en)1999-04-152003-09-16Diva Systems CorporationMethod and apparatus for compressing video sequences
US6704359B1 (en)1999-04-152004-03-09Diva Systems Corp.Efficient encoding algorithms for delivery of server-centric interactive program guide
US20050155063A1 (en)1999-04-152005-07-14Sedna Patent Services, LlcServer-centric customized interactive program guide in an interactive television environment
US6754271B1 (en)1999-04-152004-06-22Diva Systems CorporationTemporal slice persistence method and apparatus for delivery of interactive program guide
US6718552B1 (en)1999-04-202004-04-06Diva Systems CorporationNetwork bandwidth optimization by dynamic channel allocation
US6115076A (en)1999-04-202000-09-05C-Cube Semiconductor Ii, Inc.Compressed video recording device with non-destructive effects addition
US7669220B2 (en)1999-04-202010-02-23Comcast Ip Holdings I, LlcNetwork bandwidth optimization by dynamic channel allocation
US6477182B2 (en)1999-06-082002-11-05Diva Systems CorporationData transmission method and apparatus
US6687663B1 (en)1999-06-252004-02-03Lake Technology LimitedAudio processing method and apparatus
US20050273832A1 (en)1999-06-302005-12-08Microsoft CorporationInteractive television receiver unit browser that waits to send requests
US6560496B1 (en)1999-06-302003-05-06Hughes Electronics CorporationMethod for altering AC-3 data streams using minimum computation
US6480210B1 (en)1999-06-302002-11-12Koninklijke Philips Electronics N.V.Video browsing space
US7146615B1 (en)1999-07-092006-12-05France TelecomSystem for fast development of interactive applications
JP2002016920A (en)1999-08-092002-01-18Sony CorpTransmission device and transmission method, receiving device and receiving method, transmitting-receiving device and transmitting-receiving method, recording medium, and signal
US6446037B1 (en)1999-08-092002-09-03Dolby Laboratories Licensing CorporationScalable coding method for high quality audio
JP2003506763A (en)1999-08-092003-02-18ドルビー・ラボラトリーズ・ライセンシング・コーポレーション Scaleable encoding method for high quality audio
EP1120968A1 (en)1999-08-092001-08-01Sony CorporationTransmitting device and transmitting method, receiving device and receiving method, transmitting/receiving device and transmitting/receiving method, recorded medium, and signal
US6525746B1 (en)1999-08-162003-02-25University Of WashingtonInteractive video object processing environment having zoom window
US6625574B1 (en)1999-09-172003-09-23Matsushita Electric Industrial., Ltd.Method and apparatus for sub-band coding and decoding
US7031385B1 (en)1999-10-012006-04-18Matsushita Electric Industrial Co., Ltd.Method and apparatus for detecting scene change of a compressed moving-picture, and program recording medium therefor
US6850490B1 (en)1999-10-062005-02-01Enterasys Networks, Inc.Hierarchical output-queued packet-buffering system and method
US20090178098A1 (en)1999-10-202009-07-09Tivo Inc.System for remotely controlling client recording and storage behavior
US6651252B1 (en)1999-10-272003-11-18Diva Systems CorporationMethod and apparatus for transmitting video and graphics in a compressed form
US6481012B1 (en)1999-10-272002-11-12Diva Systems CorporationPicture-in-picture and multiple video streams using slice-based encoding
US20050034155A1 (en)1999-10-272005-02-10Gordon Donald F.Apparatus and method for combining realtime and non-realtime encoded content
US20090132942A1 (en)1999-10-292009-05-21Surfcast, Inc.System and Method for Simultaneous Display of Multiple Information Sources
US20030020671A1 (en)1999-10-292003-01-30Ovid SantoroSystem and method for simultaneous display of multiple information sources
US7030890B1 (en)1999-11-022006-04-18Thomson Licensing S.A.Displaying graphical objects
JP2001145112A (en)1999-11-122001-05-25Matsushita Electric Ind Co Ltd Moving image synthesizing apparatus, moving image synthesizing method, and recording medium
JP2001203995A (en)1999-11-132001-07-27Lg Electronics IncGame service system, and its receive/transmitter and reception/transmission method
WO2001039494A1 (en)1999-11-222001-05-31America Online, Inc.Managing electronic content from different sources
US7016540B1 (en)1999-11-242006-03-21Nec CorporationMethod and system for segmentation, classification, and summarization of video images
US6947509B1 (en)1999-11-302005-09-20Verance CorporationOversampled filter bank for subband processing
WO2001041447A1 (en)1999-12-032001-06-07Sony Computer Entertainment America Inc.System and method for providing an on-line gaming experience through a catv broadband network
US6810528B1 (en)1999-12-032004-10-26Sony Computer Entertainment America Inc.System and method for providing an on-line gaming experience through a CATV broadband network
JP2001245271A (en)1999-12-032001-09-07Sony Computer Entertainment AmericaSystem and method for providing on-line contents
US6579184B1 (en)1999-12-102003-06-17Nokia CorporationMulti-player game system
US6817947B2 (en)1999-12-102004-11-16Nokia CorporationMulti-player game system
US20020026642A1 (en)1999-12-152002-02-28Augenbraun Joseph E.System and method for broadcasting web pages and other information
US7093028B1 (en)1999-12-152006-08-15Microsoft CorporationUser and content aware object-based data stream transmission methods and arrangements
US20050283741A1 (en)1999-12-162005-12-22Marko BalabanovicMethod and apparatus for storytelling with digital photographs
US6785902B1 (en)1999-12-202004-08-31Webtv Networks, Inc.Document data structure and method for integrating broadcast television with web pages
US20010005360A1 (en)1999-12-232001-06-28Kyoung-Woo LeeMethod and apparatus for monitoring network state
US20010008845A1 (en)1999-12-242001-07-19Kazuhiro KusudaGaming machine and operation method therefor
US20020007491A1 (en)2000-01-132002-01-17Schiller Jay B.Method and apparatus for identifying a signal route for delivery of video-on-demand to a subscriber terminal
US7089577B1 (en)2000-01-142006-08-08Terayon Communication Systems, Inc.Process for supplying video-on-demand and other requested programs and services from a headend
US6681397B1 (en)2000-01-212004-01-20Diva Systems Corp.Visual improvement of video stream transitions
US20020171765A1 (en)2000-01-242002-11-21Yasushi WakiImage composizing device, recorded medium, and program
WO2001056293A1 (en)2000-01-282001-08-02Open Tv, Inc.Interactive television system and method for simultaneous transmission and rendering of multiple mpeg-encoded video streams
US20020047899A1 (en)2000-01-282002-04-25Diva Systems CorporationMethod and apparatus for preprocessing and postprocessing content in an interactive information distribution system
US20080189740A1 (en)2000-02-012008-08-07United Video Properties, Inc.Interactive television application with navigable cells and regions
US20020016161A1 (en)2000-02-102002-02-07Telefonaktiebolaget Lm Ericsson (Publ)Method and apparatus for compression of speech encoded parameters
JP2001241993A (en)2000-02-252001-09-07Endress & Hauser Gmbh & CoMeasurement machine provided with rope type sonde and method for shortening the rope of the rope type sonde
US6771704B1 (en)2000-02-282004-08-03Intel CorporationObscuring video signals for conditional access
JP2001245291A (en)2000-02-292001-09-07Nec CorpImage communication system
US7325043B1 (en)2000-03-082008-01-29Music ChoiceSystem and method for providing a personalized media service
US20020056083A1 (en)2000-03-292002-05-09Istvan Anthony F.System and method for picture-in-browser scaling
US20020049975A1 (en)2000-04-052002-04-25Thomas William L.Interactive wagering system with multiple display support
US20020040482A1 (en)*2000-04-082002-04-04Sextro Gary L.Features for interactive television
WO2001082614A1 (en)2000-04-242001-11-01Metatv, Inc.Method and system for integrating internet advertising with television commercials
US20020059644A1 (en)2000-04-242002-05-16Andrade David DeMethod and system for automatic insertion of interactive TV triggers into a broadcast data stream
US6747991B1 (en)2000-04-262004-06-08Carnegie Mellon UniversityFilter and method for adaptively modifying the bit rate of synchronized video and audio streams to meet packet-switched network bandwidth constraints
US20010049301A1 (en)2000-04-272001-12-06Yasutaka MasudaRecording medium, program, entertainment system, and entertainment apparatus
US20060117340A1 (en)2000-05-052006-06-01Ictv, Inc.Interactive cable television system without a return path
US20090041118A1 (en)2000-05-052009-02-12Activevideo Networks, Inc.Method for Bandwidth Regulation on a Cable Television System Channel
US8442110B2 (en)2000-05-052013-05-14Activevideo Networks, Inc.Method for bandwidth regulation on a cable television system channel
US6941019B1 (en)2000-05-102005-09-06International Business Machines CorporationReentry into compressed data
WO2001092973A2 (en)2000-05-262001-12-06Citrix Systems, Inc.Method and system for efficiently reducing graphical display data for transmission over a low bandwidth transport protocol mechanism
JP2004501445A (en)2000-05-262004-01-15サイトリックス システムズ, インコーポレイテッド Method and system for efficiently reducing graphical display data for transmission over a low bandwidth transfer protocol mechanism
US20020021353A1 (en)2000-06-092002-02-21Denies MarkStreaming panoramic video
US20020091738A1 (en)2000-06-122002-07-11Rohrabaugh Gary B.Resolution independent vector display of internet content
US6731605B1 (en)2000-06-192004-05-04Sharp Laboratories Of America, Inc.Prioritized optimal server side bandwidth allocation in a multimedia session with push and pull sources
US20020062484A1 (en)2000-06-192002-05-23De Lange Alphonsius Anthonius JozefMethod of automatic execution receiving station
GB2365649A (en)2000-06-212002-02-20Gerard MacnameeCommunications system which allows advertisements to be stored at receiver
US6614442B1 (en)2000-06-262003-09-02S3 Graphics Co., Ltd.Macroblock tiling format for motion compensation
US20020054578A1 (en)2000-07-132002-05-09Qian ZhangChannel and quality of service adaptation for multimedia over wireless networks
US20020027567A1 (en)2000-07-182002-03-07Niamir Bern B.Listing network for classified information
US20060064716A1 (en)2000-07-242006-03-23Vivcom, Inc.Techniques for navigating multiple video streams
JP2002057952A (en)2000-07-312002-02-22Internatl Business Mach Corp <Ibm>Broadcast system and web browsing method for the broadcast system
US20020067766A1 (en)2000-07-312002-06-06International Business Machines CorporationBroadcast system and method for browsing the web
US6727929B1 (en)2000-08-162004-04-27International Business Machines CorporationAutomatic determination of nearest window controller having a function consistent with motion of cursor
US20020131511A1 (en)2000-08-252002-09-19Ian ZenoniVideo tags and markers
JP2002141810A (en)2000-08-252002-05-17Agere Systems Guardian Corp Channel error protection achievable across the network layer of a communication system
US20020056107A1 (en)2000-08-312002-05-09Schlack John A.System and method for delivering statistically scheduled advertisements
US6657647B1 (en)2000-09-252003-12-02Xoucin, Inc.Controlling the order in which content is displayed in a browser
JP2002112220A (en)2000-10-032002-04-12Matsushita Electric Ind Co Ltd Video information distribution method
US20020069267A1 (en)2000-11-062002-06-06Karl ThieleData management framework for policy management
US20020083464A1 (en)2000-11-072002-06-27Mai-Ian TomsenSystem and method for unprompted, context-sensitive querying during a televison broadcast
US20090193452A1 (en)2000-11-142009-07-30Scientific-Atlanta, Inc.Media content sharing over a home network
US20070033631A1 (en)2000-11-272007-02-08Sedna Patent Services, LlcMethod and apparatus for providing interactive program guide (IPG) and video-on-demand (VOD) user interfaces
US6907574B2 (en)2000-11-292005-06-14Ictv, Inc.System and method of hyperlink navigation between frames
US20020078456A1 (en)2000-12-142002-06-20Intertainer, Inc.System and method for interactive video content programming
US6717600B2 (en)2000-12-152004-04-06International Business Machines CorporationProximity selection of selectable item in a graphical user interface
US20020078171A1 (en)2000-12-192002-06-20Robert SchneiderDocument delivery system with integrated feedback generation facilities
US20040193648A1 (en)2000-12-222004-09-30Lai Angela C. W.Distributed on-demand media transcoding system and method
US20100009623A1 (en)2000-12-272010-01-14Z-Band, Inc.Intelligent device system and method for distribution of digital signals on a wideband signal distribution system
US7421082B2 (en)2000-12-282008-09-02Sony CorporationData delivery method and data delivery system using sets of passkeys generated by dividing an encryption key
JP2002208027A (en)2001-01-102002-07-26Namco Ltd Image generation system, program, and information storage medium
US8046798B1 (en)2001-01-112011-10-25Prime Research Alliance E, Inc.Profiling and identification of television viewers
US20020095689A1 (en)2001-01-122002-07-18Novak Robert E.Hardware decoding of media streams from multiple sources
US20020136298A1 (en)2001-01-182002-09-26Chandrashekhara AnantharamuSystem and method for adaptive streaming of predictive coded video data
US20020108121A1 (en)2001-02-022002-08-08Rachad AlaoService gateway for interactive television
JP2004533736A (en)2001-02-022004-11-04オープンティブイ・インコーポレーテッド Method and apparatus for reformatting content for display on interactive television
US20020105531A1 (en)2001-02-022002-08-08Sami NiemiMethod for zooming
WO2002076099A1 (en)2001-02-222002-09-26Cheong Seok OhRealtime/on-demand wireless multicasting system using mobile terminal and method thereof
US7095402B2 (en)2001-02-282006-08-22Sony CorporationPortable information terminal apparatus, information processing method, computer-program storage medium, and computer-program
US20020152318A1 (en)2001-03-022002-10-17Menon Satish N.Metadata enabled push-pull model for efficient low-latency video-content distribution over a network
US20050089091A1 (en)2001-03-052005-04-28Chang-Su KimSystems and methods for reducing frame rates in a video data stream
WO2002076097A1 (en)2001-03-202002-09-26Intellocity Usa, Inc.Video combiner
US6766407B1 (en)2001-03-272004-07-20Microsoft CorporationIntelligent streaming framework
JP2002300556A (en)2001-03-302002-10-11Casio Electronics Co LtdProxy system for tv reception charge payment
US20020178447A1 (en)2001-04-032002-11-28Plotnick Michael A.Behavioral targeted advertising
JP2002319991A (en)2001-04-192002-10-31Mitsubishi Electric Corp Video or audio transmission system
JP2004536381A (en)2001-04-192004-12-02インターナショナル・ビジネス・マシーンズ・コーポレーション Method and system for managing configuration changes in a data processing system
US20020188628A1 (en)2001-04-202002-12-12Brian CooperEditing interactive content with time-based media
WO2002089487A2 (en)2001-04-272002-11-07Fenkart Informatik & Telekommunikations KgDevice and method for transmitting multimedia data objects
US20020191851A1 (en)2001-05-012002-12-19Giora KeinanEfficient encoding of video frames using pre-encoded primitives
US6807528B1 (en)2001-05-082004-10-19Dolby Laboratories Licensing CorporationAdding data to a compressed data frame
US20030066093A1 (en)2001-05-112003-04-03Cruz-Rivera Jose I.Methods and apparatus for circular broadcasting an audio and video signal
US20030018796A1 (en)2001-05-112003-01-23Jim ChouTranscoding multimedia information within a network communication system
US7444418B2 (en)2001-05-112008-10-28Bytemobile, Inc.Transcoding multimedia information within a network communication system
US20050160088A1 (en)2001-05-172005-07-21Todd ScallanSystem and method for metadata-based distribution of content
US20050076134A1 (en)2001-05-172005-04-07Gil BialikApparatus and method for multiple rich media formats video broadcasting
US20020178278A1 (en)*2001-05-242002-11-28Paul DucharmeMethod and apparatus for providing graphical overlays in a multimedia system
US20030058941A1 (en)2001-05-292003-03-27Xuemin ChenArtifact-free displaying of MPEG-2 video in the progressive-refresh mode
US6813690B1 (en)2001-06-122004-11-02Network Appliance, Inc.Caching media data using content-sensitive identifiers
US20020194592A1 (en)2001-06-142002-12-19Ted TsuchidaSystem & apparatus for displaying substitute content
US20030046690A1 (en)2001-06-142003-03-06Miller Douglas AllynAdvertisement swapping using an aggregator for an interactive television system
US20020196746A1 (en)2001-06-262002-12-26Allen Paul G.Webcam-based interface for initiating two-way video communication
US20030005452A1 (en)2001-06-292003-01-02Rodriguez Arturo A.Graphic user interface alternate download options for unavailable PRM content
JP2003087785A (en)2001-06-292003-03-20Toshiba Corp Method and apparatus for format conversion of encoded video data
US20070172061A1 (en)2001-06-292007-07-26Pinder Howard GIn a subscriber network receiving digital packets and transmitting digital packets below a predetermined maximum bit rate
US20030189980A1 (en)2001-07-022003-10-09Moonlight Cordless Ltd.Method and apparatus for motion estimation between video frames
GB2378345A (en)2001-07-092003-02-05Samsung Electronics Co LtdMethod for scanning a reference macroblock window in a search area
US20030035486A1 (en)2001-07-112003-02-20Naoe KatoMPEG encoding apparatus, MPEG decoding apparatus, and encoding program
US6721956B2 (en)2001-07-172004-04-13Scientific-Atlanta, Inc.Interactive information services system and associated method for capturing transaction data
US20040216045A1 (en)2001-07-262004-10-28Maurice MartinSystem and process for gathering recording and validating requirments for computer applications
JP2004536681A (en)2001-08-022004-12-09ヴィス アイティーヴィー リミテッド Real-time broadcast of interactive simulation
US20050044575A1 (en)2001-08-022005-02-24Der Kuyl Chris VanReal-time broadcast of interactive simulations
US20030027517A1 (en)2001-08-062003-02-06Callway Edward G.Wireless display apparatus and method
US20030051253A1 (en)2001-08-162003-03-13Barone Samuel T.Interactive television tracking system
US20030095790A1 (en)2001-08-172003-05-22Joshi Ajit P.Methods and apparatus for generating navigation information on the fly
US20030039398A1 (en)2001-08-212003-02-27Mcintyre Kristen A.Dynamic bandwidth adaptive image compression/decompression scheme
US20030038893A1 (en)2001-08-242003-02-27Nokia CorporationDigital video receiver that generates background pictures and sounds for games
JP2003087673A (en)2001-09-062003-03-20Sony Corp Video display device
WO2003026275A2 (en)2001-09-192003-03-27Meta Tv, Inc.Interactive user interface for television applications
US20050021830A1 (en)2001-09-212005-01-27Eduardo UrzaizData communications method and system using buffer size to calculate transmission rate for congestion control
WO2003026232A1 (en)2001-09-212003-03-27British Telecommunications Public Limited CompanyData communications method and system using buffer size to calculate transmission rate for congestion control
US20030061451A1 (en)2001-09-272003-03-27Beyda William J.Method and system for web caching based on predictive usage
US20030065739A1 (en)2001-10-012003-04-03J. Mitchell ShnierMethods for independently generating a reference to desired information available from a remote source
US20030072372A1 (en)2001-10-112003-04-17Bo ShenMethod and apparatus for a multi-user video navigation system
US20030071792A1 (en)2001-10-152003-04-17Reem SafadiVersatile user interface device and associated system
US20030076546A1 (en)2001-10-242003-04-24Johnson Dan S.Compact portable 2D/ 3D image capture system
US20030088400A1 (en)2001-11-022003-05-08Kosuke NishioEncoding device, decoding device and audio data distribution system
US20030088328A1 (en)2001-11-022003-05-08Kosuke NishioEncoding device and decoding device
WO2003047710A2 (en)2001-12-052003-06-12Lime Studios LimitedInteractive television video games system
US20030107443A1 (en)2001-12-112003-06-12Alps Electric Co., Ltd.IC for oscillator having electrostatic breakdown preventive diodes
US8781240B2 (en)2001-12-172014-07-15Microsoft CorporationSkip macroblock coding
US20030126611A1 (en)2001-12-282003-07-03International Business Machines CorporationMethods and apparatus for controlling interactive television information and commerce services
US20030122836A1 (en)2001-12-312003-07-03Doyle Peter L.Automatic memory management for zone rendering
US20030126608A1 (en)2001-12-312003-07-03General Instrument CorporationMethods and systems for providing streaming media content in existing video delivery systems
US20030123664A1 (en)2002-01-022003-07-03Pedlow Leo M.Encryption and content control in a digital broadcast system
US20030131349A1 (en)2002-01-042003-07-10General Instrument CorporationMethods and systems for managing and collecting impulse pay-per-view data in smart card enabled television terminals
US20030135860A1 (en)2002-01-112003-07-17Vincent DureauNext generation television receiver
CN1507751A (en)2002-01-182004-06-23株式会社东芝Video encoding method and apparatus, and video decoding method and apparatus
WO2003065683A1 (en)2002-01-302003-08-07Koninklijke Philips Electronics N.V.Streaming multimedia data over a network having a variable bandwidth
EP1345446A1 (en)2002-02-142003-09-17KDDI CorporationVideo information transmission system, and apparatus and program used for video information transmission system
WO2003071727A2 (en)2002-02-152003-08-28Manystreams, Inc.An apparatus and method for the delivery of multiple sources of media content
JP2005519382A (en)2002-03-012005-06-30ティーファイヴ ラブズ リミテッド Centralized interactive graphical application server
US20030177199A1 (en)2002-03-052003-09-18Ian ZenoniMulticasting of interactive data over a back channel
US20050141613A1 (en)2002-03-212005-06-30Koninklijke Philips Electronics N.V.Editing of encoded a/v sequences
US7050113B2 (en)2002-03-262006-05-23International Business Machines CorporationDigital video data scaler and method
US20040034873A1 (en)2002-04-042004-02-19Ian ZenoniEvent driven interactive television notification
US7742609B2 (en)2002-04-082010-06-22Gibson Guitar Corp.Live performance audio mixing system with simplified user interface
US20100180307A1 (en)2002-04-152010-07-15Universal Electronics Inc.System and method for adaptively controlling the recording of program material using a program guide
JP2005523479A (en)2002-04-222005-08-04コーニンクレッカ フィリップス エレクトロニクス エヌ ヴィ Multi-channel audio display with parameters
US20050226426A1 (en)2002-04-222005-10-13Koninklijke Philips Electronics N.V.Parametric multi-channel audio representation
US20040016000A1 (en)2002-04-232004-01-22Zhi-Li ZhangVideo streaming having controlled quality assurance over best-effort networks
WO2003091832A2 (en)2002-04-262003-11-06Matsushita Electric Industrial Co., Ltd.Method of content adaptation for apparatuses of universal multimedia framework terminal, server, and gateway
US20100175080A1 (en)2002-05-012010-07-08Index Systems, IncMethod and system for facilitating advertising and t-commerce transactions in connection with content stored on a storage medium
US20030208768A1 (en)2002-05-032003-11-06Urdang Erik G.Technique for delivering entertainment programming content including interactive features in a communications network
US20040040035A1 (en)2002-05-032004-02-26Carlucci John B.Use of messages in or associated with program signal streams by set-top terminals
US20030229900A1 (en)2002-05-102003-12-11Richard ReismanMethod and apparatus for browsing using multiple coordinated device sets
JP2004056777A (en)2002-05-302004-02-19Matsushita Electric Ind Co Ltd Wireless remote control system
US20030229719A1 (en)2002-06-112003-12-11Sony Computer Entertainment Inc.System and method for data compression
US20030231218A1 (en)2002-06-142003-12-18Lou AmadioSystem and method for indicating the focused control on a graphical user interface
US20090113009A1 (en)2002-06-182009-04-30Slemmer John BNotification Device Interaction
US7114167B2 (en)2002-06-182006-09-26Bellsouth Intellectual Property CorporationContent control in a device environment
US7412505B2 (en)2002-06-182008-08-12At&T Delaware Intellecual Property, Inc.Notification device interaction
US7512577B2 (en)2002-06-182009-03-31At&T Intellectual Property I, L.P.Learning device interaction rules
US7224731B2 (en)2002-06-282007-05-29Microsoft CorporationMotion estimation/compensation for screen capture video
US20040136698A1 (en)2002-07-102004-07-15Mock Wayne E.DVD conversion for on demand
US20040091171A1 (en)2002-07-112004-05-13Bone Donald JamesMosaic construction from a video sequence
US7743400B2 (en)2002-07-172010-06-22Panasonic CorporationVideo data transmission/reception system in which compressed image data is transmitted from a transmission-side apparatus to a reception-side apparatus
WO2004012437A2 (en)2002-07-312004-02-05Bluestreak Technology Inc.System and method for video-on-demand based gaming
WO2004018060A2 (en)2002-08-212004-03-04Lime Studios LimitedImprovements to interactive tv games system
US20050105608A1 (en)2002-08-292005-05-19Scott ColemanMethod and apparatus for caching, compressing and transmitting video signals
JP2004264812A (en)2002-09-042004-09-24Microsoft CorpUnified lossy and lossless audio compression
US20040055007A1 (en)2002-09-132004-03-18David AllportPoint-based system and method for interacting with electronic program guide grid
JP2004112441A (en)2002-09-192004-04-08Casio Comput Co Ltd Advertising information providing system and advertising information providing method
US7945616B2 (en)2002-09-262011-05-17Haivision Network Video, Inc.Digital content delivery and viewing system and method
US7310619B2 (en)2002-09-302007-12-18Idelix Software Inc.Detail-in-context lenses for interacting with objects in digital image presentations
US20040073924A1 (en)2002-09-302004-04-15Ramesh PendakurBroadcast scheduling and content selection based upon aggregated user profile information
US20040078822A1 (en)2002-10-182004-04-22Breen George EdwardDelivering interactive content to a remote subscriber
JP2004135932A (en)2002-10-182004-05-13Am3 IncDigital content reproducing method for game machine
US20060112338A1 (en)2002-10-222006-05-25Ye-Sun JoungDevice and method for editing, authoring, and retrieving object-based mpeg-4 contents
US20050015816A1 (en)2002-10-292005-01-20Actv, IncSystem and method of providing triggered event commands via digital program insertion splicing
US20040088375A1 (en)2002-11-012004-05-06Sethi Bhupinder S.Method for prefetching Web pages to improve response time networking
EP1422929A2 (en)2002-11-232004-05-26Samsung Electronics Co., Ltd.Motion estimation apparatus, method, and machine-readable medium capable of detecting scrolling text and graphic data
US20040157662A1 (en)2002-12-092004-08-12Kabushiki Kaisha Square Enix (Also Trading As Square Enix Co., Ltd.)Video game that displays player characters of multiple players in the same screen
EP1428562A2 (en)2002-12-092004-06-16Kabushiki Kaisha Square Enix (also trading as Square Enix Co., Ltd.)Video game that displays player characters of multiple players in the same screen
US20040111526A1 (en)2002-12-102004-06-10Baldwin James ArmandCompositing MPEG video streams for combined image display
US20040117827A1 (en)2002-12-112004-06-17Jeyhan KaraoguzMedia processing system supporting personal advertisement channel and advertisement insertion into broadcast media
US20110110642A1 (en)2002-12-162011-05-12Koninklijke Philips Electronics N.V.System for modifying the time-base of a video signal
US20060039481A1 (en)2002-12-162006-02-23Koninklijke Philips Electronics, N.V.Method for a mosaic program guide
US20090225790A1 (en)2002-12-172009-09-10Tls CorporationLow latency digital audio over packet switched networks
US20060285819A1 (en)2002-12-202006-12-21Koninklijke Philips Electronics N.V.Creating edit effects on mpeg-2 compressed video
KR20050085827A (en)2002-12-202005-08-29코닌클리케 필립스 일렉트로닉스 엔.브이.Creating edit effects on mpeg-2 compressed video
WO2004057609A1 (en)2002-12-202004-07-08Koninklijke Philips Electronics N.V.Creating edit effects on mpeg-2 compressed video
JP2006512838A (en)2002-12-302006-04-13コーニンクレッカ フィリップス エレクトロニクス エヌ ヴィ Encoding dynamic graphic content views
US7840905B1 (en)2003-01-062010-11-23Apple Inc.Creating a theme used by an authoring application to produce a multimedia presentation
US7987489B2 (en)2003-01-072011-07-26Openpeak Inc.Legacy device bridge for residential or non-residential networks
US20040133704A1 (en)2003-01-072004-07-08Openpeak Inc.Legacy device bridge for residential or non-residential networks
US20040139158A1 (en)2003-01-092004-07-15Datta Glen VanDynamic bandwidth control
US20040184542A1 (en)2003-02-042004-09-23Yuji FujimotoImage processing apparatus and method, and recording medium and program used therewith
US20060271985A1 (en)2003-02-052006-11-30Hoffman Wesley OPeripheral unit for upstream cable television system communication
WO2004073310A1 (en)2003-02-052004-08-26Ictv, Inc.Peripheral unit for upstream cable television system communication
JP2004312283A (en)2003-04-042004-11-04Ntt Docomo Inc Individual distribution system, individual distribution control device, individual distribution method and program
US7596764B2 (en)2003-04-042009-09-29Autodesk, Inc.Multidimensional image data processing
US20050198682A1 (en)2003-05-152005-09-08Steven WrightMethods, systems, and products for a metering application
US7212573B2 (en)2003-06-132007-05-01Lsi Logic CorporationMethod and/or apparatus for determining minimum positive reference indices for a direct prediction mode
KR20060067924A (en)2003-06-192006-06-20아이씨티비 인코오퍼레이티드 Interactive video in picture
US20040261106A1 (en)2003-06-192004-12-23Hoffman Wesley O.Interactive picture-in-picture video
WO2005002215A1 (en)2003-06-192005-01-06Ictv, Inc.Interactive picture-in-picture video
EP1645115A1 (en)2003-06-192006-04-12Ictv, Inc.Interactive picture-in-picture video
CA2528499A1 (en)2003-06-192005-01-06Ictv, Inc.Interactive picture-in-picture video
AU2004253127A1 (en)2003-06-192005-01-06Activevideo Networks, Inc.Interactive picture-in-picture video
US20040261114A1 (en)2003-06-202004-12-23N2 Broadband, Inc.Systems and methods for providing flexible provisioning architectures for a host in a cable system
US20060212203A1 (en)2003-06-232006-09-21Yoshinori FurunoOperation information control device for construction machine and construction machine operation information control system provided with it
US20040268419A1 (en)2003-06-242004-12-30Microsoft CorporationInteractive content without embedded triggers
KR20050001362A (en)2003-06-242005-01-06마이크로소프트 코포레이션Method, client device, broadcast network server and computer-readable media for implementing interactive content without embedded triggers
JP2005033741A (en)2003-07-142005-02-03Matsushita Electric Ind Co Ltd Television character information display device and television character information display method
US20050015259A1 (en)2003-07-182005-01-20Microsoft CorporationConstant bitrate media encoding techniques
US7508941B1 (en)2003-07-222009-03-24Cisco Technology, Inc.Methods and apparatus for use in surveillance systems
US20090138966A1 (en)2003-08-292009-05-28Rgb Networks, Inc.Advanced, self-balancing video multiplexer system
JP2005095599A (en)2003-09-032005-04-14Aruze Corp Mobile communication terminal, game server, and game program
US20050055721A1 (en)2003-09-052005-03-10Zigmond Daniel J.Media network using set-top boxes as nodes
US20050055685A1 (en)2003-09-052005-03-10Maynard Stephen L.Technique for updating a resident application and associated parameters in a user terminal through a communications network
US20090183219A1 (en)2003-09-052009-07-16Stephen L MaynardTechnique for updating a resident application and associated parameters in a user terminal through a communications network
US7500235B2 (en)2003-09-052009-03-03Aol Time Warner Interactive Video Group, Inc.Technique for updating a resident application and associated parameters in a user terminal through a communications network
JP2005084987A (en)2003-09-092005-03-31Fuji Photo Film Co LtdService server and composite moving picture preparation service method
US20050091690A1 (en)2003-09-122005-04-28Alain DelpuchMethod and system for controlling recording and playback of interactive applications
US20050071876A1 (en)2003-09-302005-03-31Van Beek Petrus J. L.Wireless video transmission system
EP1521476A1 (en)2003-09-302005-04-06Sharp Kabushiki KaishaWireless video transmission
WO2005041122A2 (en)2003-10-102005-05-06Concurrent Computer CorporationMethod, apparatus, and system for preparing images for integration and combining images into an integrated image
JP2005123981A (en)2003-10-172005-05-12Hitachi Communication Technologies Ltd Image signal receiving apparatus and image encoded signal synthesis method thereof
US7444306B2 (en)2003-10-242008-10-28Thomas Bryan VarbleMethod and apparatus for the rental or sale, and secure distribution of digital content
WO2005053301A2 (en)2003-11-122005-06-09Sony Electronics Inc.Macro-block based content replacement by pid mapping
US20120224641A1 (en)2003-11-182012-09-06Visible World, Inc.System and Method for Optimized Encoding and Transmission of a Plurality of Substantially Similar Video Fragments
JP2005156996A (en)2003-11-262005-06-16Pioneer Electronic CorpInformation recording-reproducing terminal unit, advertising information distribution server, advertising information distribution system, advertising information distribution method, content data reproducing program, advertising information distribution program and information recording medium
US7346111B2 (en)2003-12-102008-03-18Lsi Logic CorporationCo-located motion vector storage
US20050132305A1 (en)2003-12-122005-06-16Guichard Robert D.Electronic information access systems, methods for creation and related commercial models
US20050135385A1 (en)2003-12-172005-06-23Tellabs Operations, Inc.Method and apparatus for digital cross connect
JP2004110850A (en)2003-12-192004-04-08Sony Computer Entertainment IncPseudorandom number generator
US20050149988A1 (en)2004-01-062005-07-07Sbc Knowledge Ventures, L.P.Delivering interactive television components in real time for live broadcast events
US20080195573A1 (en)2004-01-292008-08-14Onoda Sen IchiTransmission Apparatus, Content Reproduction Apparatus, and Content and License Distribution System
WO2005076575A1 (en)2004-01-302005-08-18Hewlett-Packard Development Company, L.P.Methods and systems that use information about data packets to determine an order for sending the data packets
JP2007522727A (en)2004-01-302007-08-09ヒューレット−パッカード デベロップメント カンパニー エル.ピー. Method and system for determining data packet transmission order using information about data packets
US20050213586A1 (en)2004-02-052005-09-29David CyganskiSystem and method to increase network throughput
US20050180502A1 (en)2004-02-062005-08-18Atul PuriRate control for video coder employing adaptive linear regression bits modeling
US20050177853A1 (en)2004-02-112005-08-11Alio, Inc.System and Methodology for Distributed Delivery of Online Content in Response to Client Selections from an Online Catalog
US8036271B2 (en)2004-02-242011-10-11Lsi CorporationMethod and apparatus for determining a second picture for temporal direct-mode block prediction
JP2005260289A (en)2004-03-092005-09-22Sony CorpImage display apparatus and image display method
US20060020960A1 (en)2004-03-242006-01-26Sandeep RelanSystem, method, and apparatus for secure sharing of multimedia content across several electronic devices
US20050216933A1 (en)2004-03-252005-09-29Comcast Cable Holdings, LlcMethod and system which enables users to select videos from cable provider web site for on-demand delivery from the cable provider to user televisions via cable television network
US20050216940A1 (en)2004-03-252005-09-29Comcast Cable Holdings, LlcMethod and system which enables subscribers to select videos from websites for on-demand delivery to subscriber televisions via cable television network
US20080243918A1 (en)2004-03-302008-10-02Koninklijke Philips Electronic, N.V.System and Method For Supporting Improved Trick Mode Performance For Disc Based Multimedia Content
US20070162953A1 (en)2004-04-142007-07-12Bolliger David PMedia package and a system and method for managing a media package
US20110002470A1 (en)2004-04-162011-01-06Heiko PurnhagenMethod for Representing Multi-Channel Audio Signals
JP2005309752A (en)2004-04-212005-11-04Toshiba Corp Data utilization apparatus and method, metadata utilization management apparatus and method, and program
US7970263B1 (en)2004-05-282011-06-28Adobe Systems IncorporatedSeamless integration of video capture in demonstration applications
WO2005120067A2 (en)2004-06-032005-12-15Hillcrest Laboratories, Inc.Client-server architectures and methods for zoomable user interface
US20060001737A1 (en)2004-07-012006-01-05Dawson Thomas PVideo conference arrangement
WO2006014362A1 (en)2004-07-022006-02-09Nielsen Media Research, Inc.Methods and apparatus for mixing compressed digital bit streams
US20080253440A1 (en)2004-07-022008-10-16Venugopal SrinivasanMethods and Apparatus For Mixing Compressed Digital Bit Streams
EP1772014A1 (en)2004-07-212007-04-11Ictv, Inc.Television signal transmission of interlinked data and navigation information for use by a chaser program
WO2006022881A1 (en)2004-07-212006-03-02Ictv, Inc.Television signal transmission of interlinked data and navigation information for use by a chaser program
US20060020994A1 (en)2004-07-212006-01-26Ron CraneTelevision signal transmission of interlinked data and navigation information for use by a chaser program
KR20070038111A (en)2004-07-212007-04-09아이씨티비 인코오퍼레이티드 Television signal transmission of interlink data and navigation information for use in chaser programs
AU2005278122A1 (en)2004-07-212006-03-02Ictv, Inc.Television signal transmission of interlinked data and navigation information for use by a chaser program
CA2569407A1 (en)2004-07-212006-03-02Ictv, Inc.Television signal transmission of interlinked data and navigation information for use by a chaser program
CN1969555A (en)2004-07-212007-05-23Ictv股份有限公司Television signal transmission of interlinked data and navigation information for use by a chaser program
US7941645B1 (en)2004-07-282011-05-10Nvidia CorporationIsochronous pipelined processor with deterministic control
US20060026663A1 (en)2004-07-292006-02-02Sbc Knowledge Ventures, L.P.System and method for pre-caching a first portion of a video file on a set-top box
US20100325655A1 (en)2004-07-302010-12-23Milton Diaz PerezDynamic adjustment of electronic program guide displays based on viewer preferences for minimizing navigation in VOD program selection
US20060031906A1 (en)2004-08-062006-02-09Canon Kabushiki KaishaInformation processing apparatus and notification method therefor, program for implementing the method, and storage medium storing the program
US20060041910A1 (en)2004-08-162006-02-23Sony CorporationInformation processing system, recording apparatus, communication apparatus, information processing method, and program
JP2006067280A (en)2004-08-272006-03-09Matsushita Electric Ind Co Ltd Advertisement receiver and advertisement receiving system
US20080154583A1 (en)2004-08-312008-06-26Matsushita Electric Industrial Co., Ltd.Stereo Signal Generating Apparatus and Stereo Signal Generating Method
US20060088105A1 (en)2004-10-272006-04-27Bo ShenMethod and system for generating multiple transcoded outputs based on a single input
US20060174289A1 (en)2004-10-292006-08-03Theberge James PSystem for enabling video-based interactive applications
US20060095944A1 (en)2004-10-302006-05-04Demircin Mehmet USender-side bandwidth estimation for video transmission with receiver packet buffer
US20110258584A1 (en)2004-11-102011-10-20Joshua Matthew WilliamsSearching for Commands and Other Elements of a User Interface
US20110153776A1 (en)2004-11-122011-06-23Andrew OpalaMethod and system for receiving a local vector object and viewing a vector image
WO2006053305A2 (en)2004-11-122006-05-18Nbc Universal, Inc.Distributed composition of broadcast television programs
US20070124282A1 (en)2004-11-252007-05-31Erland WittkotterVideo data directory
US20060143678A1 (en)2004-12-102006-06-29Microsoft CorporationSystem and process for controlling the coding bit rate of streaming media data employing a linear quadratic control technique and leaky bucket model
US7543073B2 (en)2004-12-102009-06-02Microsoft CorporationSystem and process for performing an exponentially weighted moving average on streaming data to establish a moving average bit rate
WO2006067697A2 (en)2004-12-202006-06-29Koninklijke Philips Electronics N.V.Method and apparatus for detecting abnormality in tooth structure
US20060174026A1 (en)*2005-01-052006-08-03Aaron RobinsonSystem and method for a remote user interface
US7623575B2 (en)2005-01-052009-11-24Lsi CorporationMethod and apparatus for sub-pixel motion compensation
US20060195884A1 (en)2005-01-052006-08-31Van Zoest AlexanderInteractive multichannel data distribution system
US20060174021A1 (en)2005-01-052006-08-03Roland OsborneMedia transfer protocol
US20060161538A1 (en)2005-01-192006-07-20Microsoft CorporationTranscode matrix
US20070011702A1 (en)2005-01-272007-01-11Arthur VaysmanDynamic mosaic extended electronic programming guide for television program selection and display
US20090007199A1 (en)2005-02-012009-01-01La Joie Michael LMethod and apparatus for network bandwidth conservation
US20060173985A1 (en)2005-02-012006-08-03Moore James FEnhanced syndication
US20060184614A1 (en)2005-02-032006-08-17The Trustees Of Columbia University In The City Of New YorkThin-client network computing method and system
WO2006081634A2 (en)2005-02-042006-08-10Barco N.V.Method and device for image and video transmission over low-bandwidth and high-latency transmission channels
US20080246759A1 (en)2005-02-232008-10-09Craig SummersAutomatic Scene Modeling for the 3D Camera and 3D Video
KR20060095821A (en)2005-02-282006-09-04삼성전자주식회사 Method and apparatus for generating predictive image using single coding mode between color components, and method and apparatus for image and video encoding / decoding using same
US20060203913A1 (en)2005-02-282006-09-14Samsung Electronics Co., Ltd.Prediction image generating method and apparatus using single coding mode for all color components, and image and video encoding/decoding method and apparatus using the same
US20060267995A1 (en)*2005-03-022006-11-30Radloff Jon PPlaylists and bookmarks in an interactive media guidance application system
JP2006246358A (en)2005-03-072006-09-14Nec Personal Products Co LtdContent playback system, server, and content playback method
US20060218601A1 (en)2005-03-092006-09-28Michel Walter FMethods and systems for using in-stream data within an on demand content delivery path
US20090254960A1 (en)2005-03-172009-10-08Videocells Ltd.Method for a clustered centralized streaming system
WO2006105480A1 (en)2005-03-302006-10-05United Video Properties, Inc.Systems and methods for video-rich navigation
CN101180109A (en)2005-04-112008-05-14坦格网络公司Multi-player video game system
JP2008535622A (en)2005-04-112008-09-04タグ ネットワークス,インコーポレイテッド Multiplayer video game system
US20060230428A1 (en)2005-04-112006-10-12Rob CraigMulti-player video game system
EP1877150A1 (en)2005-04-112008-01-16TAG Networks, Inc.Multi-player video game system
WO2006110268A1 (en)2005-04-112006-10-19Tag Networks, Inc.Multi-player video game system
US20080181221A1 (en)2005-04-112008-07-31Markus KampmannTechnique for Controlling Data Packet Transmission of Variable Bit Rate Data
JP5405819B2 (en)2005-04-112014-02-05タグ ネットワークス,インコーポレイテッド Multiplayer video game system
US7751572B2 (en)2005-04-152010-07-06Dolby International AbAdaptive residual audio coding
US20080052742A1 (en)2005-04-262008-02-28Slide, Inc.Method and apparatus for presenting media content
US20060242570A1 (en)2005-04-262006-10-26Eastman Kodak CompanySystems and methods for comparing documents containing graphic elements
US20060269086A1 (en)2005-05-092006-11-30Page Jason AAudio processing
US20060285586A1 (en)2005-05-162006-12-21Ensequence, Inc.Methods and systems for achieving transition effects with MPEG-encoded picture content
US20060256865A1 (en)2005-05-162006-11-16Ensequence, Inc.Flexible use of MPEG encoded images
EP1725044A2 (en)2005-05-162006-11-22Ensequence, Inc.Flexible use of MPEG encoded images
WO2007001797A1 (en)2005-06-222007-01-04Ictv, Inc.Interactive cable television system without a return path
EP1900200A1 (en)2005-06-222008-03-19Ictv, Inc.Interactive cable television system without a return path
WO2007008319A1 (en)2005-07-062007-01-18Ictv, Inc.Distribution of interactive information content within a plurality of disparate distribution networks
KR20080024189A (en)2005-07-062008-03-17아이씨티비 인코오퍼레이티드 Distribution of interactive information content within multiple heterogeneous distribution networks
EP1902583A1 (en)2005-07-062008-03-26Ictv, Inc.Distribution of interactive information content within a plurality of disparate distribution networks
WO2007008358A1 (en)2005-07-082007-01-18Tag Networks, Inc.Video game system having an infinite playing field
WO2007008355A2 (en)2005-07-082007-01-18Tag Networks, Inc.Video encoder with latency control
US8619867B2 (en)2005-07-082013-12-31Activevideo Networks, Inc.Video game system using pre-encoded macro-blocks and a reference grid
WO2007008357A1 (en)2005-07-082007-01-18Tag Networks, Inc.Video game system using pre-generated motion vectors
US8284842B2 (en)2005-07-082012-10-09Activevideo Networks, Inc.Video game system using pre-encoded macro-blocks and a reference grid
US8270439B2 (en)2005-07-082012-09-18Activevideo Networks, Inc.Video game system using pre-encoded digital audio mixing
EP1908293A1 (en)2005-07-082008-04-09TAG Networks, Inc.Video game system using pre-encoded macro-blocks
WO2007008356A1 (en)2005-07-082007-01-18Tag Networks, Inc.Video game system using pre-encoded macro-blocks
US20130003826A1 (en)2005-07-082013-01-03Robert CraigVideo Game System Using Pre-Encoded Macro-Blocks and a Reference Grid
US20070009042A1 (en)2005-07-082007-01-11Robert CraigVideo game system using pre-encoded macro-blocks in an I-frame
US20070009035A1 (en)2005-07-082007-01-11Robert CraigVideo game system using pre-generated motion vectors
US20070009036A1 (en)2005-07-082007-01-11Robert CraigVideo game system having an infinite playing field
ATE475266T1 (en)2005-07-082010-08-15Tag Networks Inc VIDEO GAME SYSTEM USING PRE-CODED MACRO BLOCKS
CN101637023A (en)2005-07-082010-01-27坦格网络公司Video game system using pre-encoded macro-blocks in an i-frame
US7936819B2 (en)2005-07-082011-05-03Tag Networks, Inc.Video encoder with latency control
JP4996603B2 (en)2005-07-082012-08-08タグ ネットワークス,インコーポレイテッド Video game system using pre-encoded macroblocks
HK1116323A1 (en)2005-07-082008-12-19Tag Networks, Inc.Video game system using pre-encoded macro-blocks
DE602006015650D1 (en)2005-07-082010-09-02Tag Networks Inc VIDEO GAME SYSTEM WITH PRECODED MACRO BLOCKS
US8118676B2 (en)2005-07-082012-02-21Activevideo Networks, Inc.Video game system using pre-encoded macro-blocks
US20090204920A1 (en)2005-07-142009-08-13Aaron John BeverleyImage Browser
US20100077441A1 (en)2005-07-222010-03-25Genevieve ThomasBuffering content on a handheld electronic device
KR20080045154A (en)2005-07-262008-05-22아이씨티비 인코오퍼레이티드System and method for providing video content associated with a source image to a television in a communication network
US20120137337A1 (en)2005-07-262012-05-31Activevideo Networks, Inc.System and Method for Providing Video Content Associated with a Source Image to a Television in a Communication Network
EP1911288A2 (en)2005-07-262008-04-16ICTV,Inc.System and method for providing video content associated with a source image to a television in a communication network
JP5121711B2 (en)2005-07-262013-01-16アクティブビデオ ネットワークス, インコーポレイテッド System and method for providing video content associated with a source image to a television in a communication network
WO2007018722A2 (en)2005-07-262007-02-15Ictv, Inc.System and method for providing video content associated with a source image to a television in a communication network
JP2012080593A (en)2005-07-262012-04-19Activevideo Networks IncSystem and method for providing video content associated with source image to television in communication network
KR101333200B1 (en)2005-07-262013-11-28액티브비디오 네트웍스, 인코포레이티드System and method for providing video content associated with a source image to a television in a communication network
EP2364019A2 (en)2005-07-262011-09-07ActiveVideo Networks, Inc.System and method for providing video content associated with a source image to a television in a communication network
US8074248B2 (en)2005-07-262011-12-06Activevideo Networks, Inc.System and method for providing video content associated with a source image to a television in a communication network
WO2007018726A2 (en)2005-07-272007-02-15Ictv, Inc.System and method for providing pre-encoded audio content to a television in a communications network
US20070025639A1 (en)2005-07-282007-02-01Hui ZhouMethod and apparatus for automatically estimating the layout of a sequentially ordered series of frames to be used to form a panorama
US8155194B2 (en)2005-08-052012-04-10Lsi CorporationMethod and apparatus for MPEG-2 to H.264 video transcoding
US7151782B1 (en)2005-08-092006-12-19Bigband Networks, Inc.Method and system for providing multiple services to end-users
US8296424B2 (en)2005-08-192012-10-23Opnet Technologies, Inc.Network capacity planning
US8621500B2 (en)2005-09-012013-12-31At&T Intellectual Property I, L.P.Methods, systems, and devices for bandwidth conservation
US20120221853A1 (en)2005-09-012012-08-30Qualcomm IncorporatedEfficient key hierarchy for delivery of multimedia content
FR2891098A1 (en)2005-09-162007-03-23Thales SaDigital audio stream mixing method for use in e.g. multimedia filed, involves mixing sound samples into mixed sound sample, and compressing mixed sound sample by utilizing compression parameters calculated using stored parameters
EP1767708A2 (en)2005-09-262007-03-28Volvo Construction Equipment Holding Sweden ABSystem of wireless electronic devices for construction equipment and maintenance system thereof
US20070074251A1 (en)2005-09-272007-03-29Oguz Seyfullah HMethod and apparatus for using random field models to improve picture and video compression and frame rate up conversion
EP1771003A1 (en)2005-09-292007-04-04Siemens Informatica S.p.A.Multiple interactivity enabling technology in a DVB-T environment
US20100166071A1 (en)2005-09-292010-07-01Zhenyu WuMethod and Apparatus for Motion Projection Error Concealment in Block-Based Video
US20070079325A1 (en)2005-09-302007-04-05Microsoft CorporationIn-program content targeting
US8243630B2 (en)2005-10-192012-08-14Microsoft CorporationApplication-level routing protocol for multiparty audio-video conferencing
US20070115941A1 (en)2005-10-242007-05-24Ashish PatelPeering Network for Parameter-Based Routing of Special Number Calls
US20090265617A1 (en)2005-10-252009-10-22Sonic Solutions, A California CorporationMethods and systems for use in maintaining media data quality upon conversion to a different data format
JP2007129296A (en)2005-11-012007-05-24Kddi Corp File display method and system, and image receiving apparatus
US20070130592A1 (en)2005-12-022007-06-07Haeusel Fred CSet top box with mobile phone interface
US20070130446A1 (en)2005-12-052007-06-07Nec Electronics CorporationProcessor apparatus including specific signal processor core capable of dynamically scheduling tasks and its task control method
US20100153885A1 (en)2005-12-292010-06-17Rovi Technologies CorporationSystems and methods for interacting with advanced displays provided by an interactive media guidance application
US20070152984A1 (en)2005-12-302007-07-05Bas OrdingPortable electronic device with multi-touch input
US20070192798A1 (en)2005-12-302007-08-16Barrett MorganDigital content delivery via virtual private network (VPN) incorporating secured set-top devices
US20070174790A1 (en)2006-01-232007-07-26Microsoft CorporationUser interface for viewing clusters of images
US20070178243A1 (en)2006-01-302007-08-02Roman Decorating ProductsWater-based faux finish and methods
US7830388B1 (en)2006-02-072010-11-09Vitie Inc.Methods and apparatus of sharing graphics data of multiple instances of interactive application
US20080060034A1 (en)2006-02-132008-03-06Geoffrey EgnalSystem and method to combine multiple video streams
JP2009543386A (en)2006-03-272009-12-03ヴィドヨ,インコーポレーテッド System and method for management of scalability information using control messages in a scalable video and audio coding system
US20100054268A1 (en)2006-03-282010-03-04Integrated Device Technology, Inc.Method of Tracking Arrival Order of Packets into Plural Queues
JP2007264440A (en)2006-03-292007-10-11Casio Comput Co Ltd Client device and program
US20070234220A1 (en)2006-03-292007-10-04Autodesk Inc.Large display attention focus system
US20070237232A1 (en)2006-04-072007-10-11Microsoft CorporationDynamic selection of motion estimation search ranges and extended motion vector ranges
US20100174776A1 (en)2006-04-122010-07-08Rovi Technologies Inc.Interactive media content delivery using a backchannel communications network
US8027353B2 (en)2006-06-022011-09-27Telefonaktiebolaget L M Ericsson (Publ)IMS service proxy in HIGA
US20130305051A1 (en)2006-06-062013-11-14Red Hat, Inc.Methods and systems for server-side key generation
US20090106425A1 (en)2006-06-202009-04-23Patentvc Ltd.Distributed push-to-storage system with redundancy
US20090106269A1 (en)2006-06-202009-04-23Patentvc Ltd.Distributed storage system with high bandwidth utilization
US20090106441A1 (en)2006-06-202009-04-23Patentvc Ltd.Methods for high bandwidth utilization by a distributed storage system
US20090106511A1 (en)2006-06-202009-04-23Patentvc Ltd.Methods and systems for fragments retrieval from a type based push to storage system
US20090106451A1 (en)2006-06-202009-04-23Patentvc Ltd.Methods and systems for boosting streaming from a distributed storage system
US20090106386A1 (en)2006-06-202009-04-23Patentvc Ltd.Methods and systems for pushing content fragments into a distributed storage system
US20090106392A1 (en)2006-06-202009-04-23Patentvc Ltd.Push to storage network enabling fast start
US20070300280A1 (en)2006-06-212007-12-27Turner Media GroupInteractive method of advertising
KR20080001298A (en)2006-06-292008-01-03주식회사 케이티 IP broadcast system and receiver, and bidirectional data transmission apparatus and method of IP system
US20080046928A1 (en)2006-06-302008-02-21Microsoft CorporationGraphical tile-based expansion cell guide
US20080034306A1 (en)2006-08-042008-02-07Bas OrdingMotion picture preview icons
EP1887148A2 (en)2006-08-112008-02-13Clark Equipment Company"Off board" control for a power machine or vehicle
US20080046373A1 (en)2006-08-182008-02-21Samsung Electronics Co., Ltd.Apparatus and method for managing the right of content in a mobile communication system
US20080094368A1 (en)2006-09-062008-04-24Bas OrdingPortable Electronic Device, Method, And Graphical User Interface For Displaying Structured Electronic Documents
US20080066135A1 (en)2006-09-112008-03-13Apple Computer, Inc.Search user interface for media device
US20100146139A1 (en)2006-09-292010-06-10Avinity Systems B.V.Method for streaming parallel user sessions, system and computer software
NL1033929C1 (en)2006-09-292008-04-01Avinity Systems B VParallel user session streaming method, involves assembling data stream per session by applying encoded fragments that are suitable for assembling video data in predefined format and for application in images, to video data
NL1032594C2 (en)2006-09-292008-04-01Avinity Systems B VParallel user session streaming method, involves assembling data stream per session by applying encoded fragments that are suitable for assembling video data in predefined format and for application in images, to video data
EP2105019A2 (en)2006-09-292009-09-30Avinity Systems B.V.Method for streaming parallel user sessions, system and computer software
EP2487919A2 (en)2006-09-292012-08-15Avinity Systems B.V.Method for providing media content to a client device, system and computer software
WO2008044916A2 (en)2006-09-292008-04-17Avinity Systems B.V.Method for streaming parallel user sessions, system and computer software
EP2477414A2 (en)2006-09-292012-07-18Avinity Systems B.V.Method for assembling a video stream, system and computer software
US20080086688A1 (en)2006-10-052008-04-10Kubj LimitedVarious methods and apparatus for moving thumbnails with metadata
US8078603B1 (en)2006-10-052011-12-13Blinkx Uk LtdVarious methods and apparatuses for moving thumbnails
US20080086747A1 (en)2006-10-062008-04-10United Video Properties, Inc.Systems and methods for acquiring, categorizing and delivering media in interactive media guidance applications
US20080084503A1 (en)2006-10-102008-04-10Sony CorporationApparatus, method, and computer program for processing image
US20080098450A1 (en)2006-10-162008-04-24Toptrend Global Technologies, Inc.Dual display apparatus and methodology for broadcast, cable television and IPTV
US20080097953A1 (en)2006-10-202008-04-24Adobe Systems IncorporatedPattern-based file relationship inference
EP1918802A1 (en)2006-10-302008-05-07Research In Motion LimitedMethod of improved viewing of visual objects on a display by enlarging a focused object
US20080104520A1 (en)2006-11-012008-05-01Swenson Erik RStateful browsing
US20080127255A1 (en)2006-11-272008-05-29Nortel Networks LimitedMultimedia subsystem control for internet protocol based television services
US20080144711A1 (en)2006-12-152008-06-19Chui Charles KEncoding video at multiple resolution levels
US20080163059A1 (en)2006-12-282008-07-03Guideworks, LlcSystems and methods for creating custom video mosaic pages with local content
US20080163286A1 (en)2006-12-292008-07-03Echostar Technologies CorporationControlling access to content and/or services
EP2100296A1 (en)2007-01-052009-09-16TAG Networks, Inc.Digital audio mixing
WO2008086170A1 (en)2007-01-052008-07-17Tag Networks, Inc.Digital audio mixing
CN101627424A (en)2007-01-052010-01-13坦格网络公司 digital audio mixing
HK1134855A1 (en)2007-01-052010-05-14Tag Networks, Inc.Digital audio mixing
JP5331008B2 (en)2007-01-052013-10-30タグ ネットワークス,インコーポレイテッド Digital voice mixing
ATE472152T1 (en)2007-01-052010-07-15Tag Networks Inc DIGITAL AUDIO MIXING
DE602008001596D1 (en)2007-01-052010-08-05Tag Networks Inc DIGITAL AUDIO COMPOUND
US20080178249A1 (en)2007-01-122008-07-24Ictv, Inc.MPEG objects and systems and methods for using MPEG objects
EP2632165A2 (en)2007-01-122013-08-28ActiveVideo Networks, Inc.Interactive encoded content system including object models for viewing on a remote device
EP2632164A2 (en)2007-01-122013-08-28ActiveVideo Networks, Inc.Interactive encoded content system including object models for viewing on a remote device
US20080170622A1 (en)2007-01-122008-07-17Ictv, Inc.Interactive encoded content system including object models for viewing on a remote device
US20090328109A1 (en)2007-01-122009-12-31Activevideo Networks, Inc.Providing Television Broadcasts over a Managed Network and Interactive Content over an Unmanaged Network to a Client Device
US20080170619A1 (en)2007-01-122008-07-17Ictv, Inc.System and method for encoding scrolling raster images
US8155202B2 (en)2007-01-122012-04-10Activevideo Networks, Inc.System and method for encoding scrolling raster images
US20100158109A1 (en)2007-01-122010-06-24Activevideo Networks, Inc.Providing Television Broadcasts over a Managed Network and Interactive Content over an Unmanaged Network to a Client Device
US20080201736A1 (en)2007-01-122008-08-21Ictv, Inc.Using Triggers with Video for Interactive Content Identification
US20080212942A1 (en)2007-01-122008-09-04Ictv, Inc.Automatic video program recording in an interactive television environment
EP2106665A2 (en)2007-01-122009-10-07ActiveVideo Networks, Inc.Interactive encoded content system including object models for viewing on a remote device
WO2008088752A2 (en)2007-01-122008-07-24Ictv, Inc.System and method for encoding scrolling raster images
WO2008088772A2 (en)2007-01-122008-07-24Ictv, Inc.Mpeg objects and systems and methods for using mpeg objects
EP2116051A2 (en)2007-01-122009-11-11ActiveVideo Networks, Inc.Mpeg objects and systems and methods for using mpeg objects
WO2008088741A2 (en)2007-01-122008-07-24Ictv, Inc.Interactive encoded content system including object models for viewing on a remote device
US20080178243A1 (en)2007-01-192008-07-24Suiwu DongMultimedia client/server system with audio synchronization and methods for use therewith
US20080178125A1 (en)2007-01-232008-07-24Microsoft CorporationProviding dynamic content in a user interface in an application
US20080184120A1 (en)2007-01-312008-07-31Obrien-Strain EamonnConcurrent presentation of video segments enabling rapid video file comprehension
WO2008100205A1 (en)2007-02-162008-08-21Scalado AbMethod for processing a digital image
US20080253685A1 (en)2007-02-232008-10-16Intellivision Technologies CorporationImage and video stitching and viewing method and system
US20080222199A1 (en)2007-03-062008-09-11Tiu William KMultimedia Aggregation in an Online Social Network
US20140033036A1 (en)2007-03-162014-01-30Adobe Systems IncorporatedVideo highlights for streaming media
US20080232243A1 (en)2007-03-202008-09-25Amit OrenMethod and system for implementing redundancy for streaming data in audio video bridging networks
US20080232452A1 (en)2007-03-202008-09-25Microsoft CorporationParameterized filters and signaling techniques
US20080244681A1 (en)2007-03-302008-10-02Gossweiler Richard CConversion of Portable Program Modules for Constrained Displays
US20080243998A1 (en)2007-03-302008-10-02Samsung Electronics Co., Ltd.Remote control apparatus and method
US20080271080A1 (en)2007-04-302008-10-30Google Inc.Customizable Media Channels
US20090003705A1 (en)2007-06-292009-01-01Microsoft CorporationFeature Design for HMM Based Eastern Asian Character Recognition
US20090003446A1 (en)2007-06-302009-01-01Microsoft CorporationComputing collocated macroblock information for direct mode macroblocks
US20090025027A1 (en)2007-07-202009-01-22Michael CranerSystems & methods for allocating bandwidth in switched digital video systems based on interest
US20090031341A1 (en)2007-07-242009-01-29General Instrument CorporationMethod and apparatus for reducing the number of control messages transmitted by a set top terminal in an sdv system
US20090094113A1 (en)2007-09-072009-04-09Digitalsmiths CorporationSystems and Methods For Using Video Metadata to Associate Advertisements Therewith
WO2009038596A1 (en)2007-09-182009-03-26Thomson LicensingUser interface for set top box
US20090083781A1 (en)2007-09-212009-03-26Microsoft CorporationIntelligent Video Player
US20090083813A1 (en)2007-09-262009-03-26Verivue, Inc.Video Delivery Module
US20090083824A1 (en)2007-09-262009-03-26Mccarthy MaryFavorites mosaic
US20090089188A1 (en)2007-09-282009-04-02At&T Knowledge Ventures, L.P.Method and system for message notification
US20090094646A1 (en)2007-10-042009-04-09At&T Knowledge Ventures, L.P.Method and system for content mapping
US20090100489A1 (en)2007-10-112009-04-16James StrothmannSimultaneous access to media in a media delivery system
US20090100465A1 (en)2007-10-152009-04-16Verimatrix, Inc.Content delivery proxy system and method
US20090146779A1 (en)2007-12-072009-06-11Cisco Technology, Inc.Home entertainment system providing presence and mobility via remote control authentication
US20090158369A1 (en)2007-12-142009-06-18At&T Knowledge Ventures, L.P.System and Method to Display Media Content and an Interactive Display
US20090157868A1 (en)2007-12-182009-06-18Kapil ChaudhryMethod and apparatus for checking the health of a connection between a supplemental service provider and a user device of a primary service provider
US20090160694A1 (en)2007-12-202009-06-25Cristiano Di FloraInteraction with autonomous consumer electronics devices
JP2009159188A (en)2007-12-262009-07-16Hitachi Ltd Content display server
US20090172757A1 (en)2007-12-282009-07-02Verizon Data Services Inc.Method and apparatus for remote set-top box management
US20090172726A1 (en)2007-12-312009-07-02Luc VantalonDistributed tv access system
US20090183197A1 (en)2008-01-102009-07-16Kim MatthewsMethod of splicing encoded multimedia data streams
US20090189890A1 (en)2008-01-272009-07-30Tim CorbettMethods and systems for improving resource utilization by delaying rendering of three dimensional graphics
EP2248341A1 (en)2008-02-012010-11-10ActiveVideo Networks, Inc.Automatic video program recording in an interactive television environment
KR20100120187A (en)2008-02-012010-11-12액티브비디오 네트웍스, 인코포레이티드Automatic video program recording in an interactive television environment
WO2009099895A1 (en)2008-02-012009-08-13Active Video Networks, Inc.Transition creation for encoded video in the transform domain
KR20100111739A (en)2008-02-012010-10-15액티브비디오 네트웍스, 인코포레이티드Transition creation for encoded video in the transform domain
WO2009099893A1 (en)2008-02-012009-08-13Active Video Networks, Inc.Automatic video program recording in an interactive television environment
US8149917B2 (en)2008-02-012012-04-03Activevideo Networks, Inc.Transition creation for encoded video in the transform domain
US20090196346A1 (en)2008-02-012009-08-06Ictv, Inc.Transition Creation for Encoded Video in the Transform Domain
US20090210899A1 (en)2008-02-192009-08-20Marc Lawrence-ApfelbaumMethods and apparatus for enhanced advertising and promotional delivery in a network
EP2269377A2 (en)2008-02-212011-01-05ActiveVideo Networks, Inc.Using triggers with video for interactive content identification
CN102007773A (en)2008-02-212011-04-06活动视频网络有限公司Using triggers with video for interactive content identification
KR20100127240A (en)2008-02-212010-12-03액티브비디오 네트웍스, 인코포레이티드 How to use triggers on video to identify interactive content
WO2009105465A2 (en)2008-02-212009-08-27Activevideo Networks, Inc.Using triggers with video for interactive content identification
US20090228620A1 (en)2008-03-052009-09-10Fred ThomasDigital Adapter
WO2009110897A1 (en)2008-03-052009-09-11Hewlett-Packard Development Company, L.P.Synchronizing and windowing external content in digital display systems
US8170107B2 (en)2008-03-062012-05-01Lsi CorporationFlexible reduced bandwidth compressed video decoder
US20090228922A1 (en)2008-03-102009-09-10United Video Properties, Inc.Methods and devices for presenting an interactive media guidance application
US20090233593A1 (en)2008-03-122009-09-17Dish Network L.L.C.Apparatus and methods for controlling an entertainment device using a mobile communication device
WO2009114247A2 (en)2008-03-122009-09-17Echostar Technologies LlcApparatus and methods for controlling an entertainment device using a mobile communication device
US20090251478A1 (en)2008-04-082009-10-08Jerome MaillotFile Format Extensibility For Universal Rendering Framework
US20110035227A1 (en)2008-04-172011-02-10Samsung Electronics Co., Ltd.Method and apparatus for encoding/decoding an audio signal by using audio semantic information
EP2271098A1 (en)2008-04-182011-01-05NEC CorporationServer device, content distribution method, and program
US20090271818A1 (en)2008-04-282009-10-29General Instrument CorporationMethod And Apparatus For Delivering Emergency Alert System (EAS) Messages Over A Switched Digital Video (SDV) System
EP2124440A1 (en)2008-05-092009-11-25Sony CorporationInformation providing apparatus, portable information terminal, content processing device, device control apparatus, content processing system and program
US20090316709A1 (en)2008-05-212009-12-24Polcha Andrew JDevices and methods for a virtual internet protocol television (viptv)
US20090298535A1 (en)2008-06-022009-12-03At&T Intellectual Property I, LpSmart phone as remote control device
US20110107375A1 (en)2008-06-102011-05-05Thomson LicensingMethods and systems for providing a program guide for near video on demand systems
WO2009155214A2 (en)2008-06-172009-12-23Activevideo Networks, Inc.Pid obfuscation
US20090313674A1 (en)2008-06-172009-12-17Ictv, Inc.PID Obfuscation
EP2304953A2 (en)2008-06-252011-04-06ActiveVideo Networks, Inc.Providing television broadcasts over a managed network and interactive content over an unmanaged network to a client device
CA2728797A1 (en)2008-06-252010-04-22Activevideo Networks, Inc.Providing television broadcasts over a managed network and interactive content over an unmanaged network to a client device
WO2010044926A2 (en)2008-06-252010-04-22Active Video Networks, Inc.Providing television broadcasts over a managed network and interactive content over an unmanaged network to a client device
KR20110030640A (en)2008-06-252011-03-23액티브비디오 네트웍스, 인코포레이티드 Television broadcast over managed networks and provision of interactive content to client devices over unmanaged networks
WO2010044926A3 (en)2008-06-252010-06-17Active Video Networks, Inc.Providing television broadcasts over a managed network and interactive content over an unmanaged network to a client device
US20110191684A1 (en)2008-06-292011-08-04TV1.com Holdings, LLCMethod of Internet Video Access and Management
US20100035682A1 (en)2008-07-012010-02-11Yoostar Entertainment Group, Inc.User interface systems and methods for interactive video systems
US20110161517A1 (en)2008-08-262011-06-30CsirMethod of Switching from a First Encoded Video Stream to a Second Encoded Video Stream
US20100058404A1 (en)2008-09-042010-03-04Tandberg Television, Inc.Fulfilling Extended Video on Demand Customer Content Requests
US20100067571A1 (en)2008-09-182010-03-18Magor Communications CorporationLow latency high resolution video encoding
US20100073371A1 (en)2008-09-252010-03-25Pixia Corp.Large format video archival, storage, and retrieval system and method
US8136033B1 (en)2008-10-132012-03-13Adobe Systems IncorporatedConverting a graphic object from a first format to a second format with the aid of a stored checksum
US20100104021A1 (en)2008-10-272010-04-29Advanced Micro Devices, Inc.Remote Transmission and Display of Video Data Using Standard H.264-Based Video Codecs
US20100115573A1 (en)2008-10-312010-05-06Venugopal SrinivasanMethods and apparatus to verify presentation of media content
WO2010054136A2 (en)2008-11-102010-05-14Activevideo Networks, Inc.System, method, and computer program product for translating an element of a static encoded image in the encoded domain
US8411754B2 (en)2008-11-102013-04-02Activevideo Networks, Inc.System, method, and computer program product for translating an element of a static encoded image in the encoded domain
US20100118972A1 (en)2008-11-102010-05-13Activevideo Networks, Inc.System, Method, and Computer Program Product for Translating an Element of a Static Encoded Image in the Encoded Domain
US20140032635A1 (en)2008-11-152014-01-30Kim P. PimmelMethod and device for establishing a content mirroring session
US20100131996A1 (en)2008-11-262010-05-27At&T Intellectual Property I, L.P.System and method to distribute video-on-demand content
US20110243024A1 (en)2008-12-022011-10-06Oesterling JacobMethod and apparatus for influencing the selection of peer data sources in a p2p network
US20100161825A1 (en)2008-12-222010-06-24David Randall RoncaOn-device multiplexing of streaming media content
US20100211983A1 (en)2009-02-192010-08-19Pixel8 Networks, Inc.Virtual private content delivery network and method thereof
US20110317982A1 (en)2009-02-272011-12-29Li-Qun XuVideo segmentation
US20100226428A1 (en)2009-03-092010-09-09Telephoto Technologies Inc.Encoder and decoder configuration for addressing latency of communications over a packet based network
EP2409493A2 (en)2009-03-172012-01-25ActiveVideo Networks, Inc.Apparatus and methods for syndication of on-demand video
WO2010107954A2 (en)2009-03-172010-09-23Activevideo Networks, Inc.Apparatus and methods for syndication of on-demand video
US8473996B2 (en)2009-03-172013-06-25Activevideo Networks, Inc.Apparatus and methods for syndication of on-demand video
US20100242073A1 (en)2009-03-172010-09-23Activevideo Networks, Inc.Apparatus and Methods for Syndication of On-Demand Video
KR20110129477A (en)2009-03-172011-12-01액티브비디오 네트웍스, 인코포레이티드 Apparatus and method for syndication of video on demand
US20100251167A1 (en)2009-03-282010-09-30International Business Machines CorporationScrollbar user interface for multitouch devices
US20100254370A1 (en)2009-04-032010-10-07At&T Intellectual Property I, L.P.Method and apparatus for managing communication sessions
US20100265344A1 (en)2009-04-152010-10-21Qualcomm IncorporatedAuto-triggered fast frame rate digital video recording
US20110150421A1 (en)2009-06-172011-06-23Taiji SasakiInformation recording medium and playback device for playing back 3d images
US20110002376A1 (en)2009-07-012011-01-06Wham! Inc.Latency Minimization Via Pipelining of Processing Blocks
US20110023069A1 (en)2009-07-272011-01-27At&T Intellectual Property I, L.P.System and Method for Creating and Managing an Internet Protocol Television Personal Movie Library
US8194862B2 (en)2009-07-312012-06-05Activevideo Networks, Inc.Video game system with mixing of independent pre-encoded digital audio bitstreams
WO2011014336A1 (en)2009-07-312011-02-03Tag Networks, Inc.Video game system with mixing of independent pre-encoded digital audio bitstreams
US20110067061A1 (en)2009-09-142011-03-17Jeyhan KaraoguzSystem and method in a television system for providing for user-selection of an object in a television program
US20110096828A1 (en)2009-09-222011-04-28Qualcomm IncorporatedEnhanced block-request streaming using scalable encoding
US20110072474A1 (en)2009-09-242011-03-24Cisco Technology, Inc.Selective Defragmentation of Quadrature Amplitude Modulators
US20110110433A1 (en)2009-10-092011-05-12Tandberg Telecom AsMethod, apparatus, and computer readable medium for video compression
US20110099594A1 (en)2009-10-282011-04-28Qualcomm IncorporatedStreaming encoded video data
US20130304818A1 (en)2009-12-012013-11-14Topsy Labs, Inc.Systems and methods for discovery of related terms for social media content collection over social networks
AU2010339376A1 (en)2009-12-312012-08-09Activevideo Networks, Inc.Providing television broadcasts over a managed network and interactive content over an unmanaged network to a client device
KR20120112683A (en)2009-12-312012-10-11액티브비디오 네트웍스, 인코포레이티드Providing television broadcasts over a managed network and interactive content over an unmanaged network to a client device
EP2520090A2 (en)2009-12-312012-11-07ActiveVideo Networks, Inc.Providing television broadcasts over a managed network and interactive content over an unmanaged network to a client device
CA2787913A1 (en)2009-12-312011-07-07Activevideo Networks, Inc.Providing television broadcasts over a managed network and interactive content over an unmanaged network to a client device
WO2011082364A2 (en)2009-12-312011-07-07Activevideo Networks, Inc.Providing television broadcasts over a managed network and interactive content over an unmanaged network to a client device
US20110167468A1 (en)2010-01-072011-07-07Joon Hui LeeMethod of processing application in digital broadcast receiver connected with interactive network and the digital broadcast receiver
US20110173590A1 (en)2010-01-142011-07-14Worksoft, Inc.System and method for automated testing of software applications with dynamic user interfaces spanning multiple technologies
EP2357555A1 (en)2010-01-152011-08-17iBahn General Holdings CorporationVirtual user interface
US20130071095A1 (en)2010-02-162013-03-21Laurent ChauvierVideo trick mode mechanism
US20110211591A1 (en)2010-02-262011-09-01Steven TraubReassembly of mini-packets in a buffer
US20110231878A1 (en)2010-03-222011-09-22Mobitv, Inc.Tile based media content selection
GB2479164A (en)2010-03-302011-10-05British Broadcasting CorpProvisioning of customised media content
US20110261889A1 (en)2010-04-272011-10-27Comcast Cable Communications, LlcRemote User Interface
EP2384001A1 (en)2010-04-292011-11-02Alcatel LucentProviding of encoded video applications in a network environment
US20130254308A1 (en)2010-04-292013-09-26British Broadcasting CorporationContent provision system
NL2004670A (en)2010-05-042011-11-09Activevideo Networks B V METHOD FOR MULTIMODAL REMOTE CONTROL.
AU2011249132B2 (en)2010-05-042015-09-24Activevideo Networks B.V.Mobile device remote retour channel
AU2011249132A1 (en)2010-05-042012-11-22Activevideo Networks B.V.Mobile device remote retour channel
WO2011139155A1 (en)2010-05-042011-11-10Activevideo Networks B.V.Mobile device remote retour channel
US20130198776A1 (en)2010-05-042013-08-01Activevideo Networks B.V.Mobile Device Remote Retour Channel
KR20130061149A (en)2010-05-042013-06-10액티브비디오 네트웍스 비.브이.Mobile device remote retour channel
EP2567545A1 (en)2010-05-042013-03-13Activevideo Networks B.V.Mobile device remote retour channel
US20110283304A1 (en)2010-05-172011-11-17Verizon Patent And Licensing, Inc.Augmenting interactive television content utilizing a dynamic cloud activity guide
US20110289536A1 (en)2010-05-202011-11-24Comcast Cable Communications, LlcCommunication for One Way Devices
US20110296312A1 (en)2010-05-262011-12-01Avaya Inc.User interface for managing communication sessions
WO2011149357A1 (en)2010-05-282011-12-01Activevideo Networks B.V.Visual element, method and system
AU2011258972A1 (en)2010-05-282012-11-22Activevideo Networks B.V.Visual element, method and system
US20130086610A1 (en)2010-05-282013-04-04Activevideo Networks B.V.Visual Element, Method and System
EP2577437A1 (en)2010-05-282013-04-10Activevideo Networks B.V.Visual element, method and system
NL2004780A (en)2010-05-282011-11-29Activevideo Networks B V VISUAL ELEMENT METHOD AND SYSTEM.
CA2798541A1 (en)2010-05-282011-12-01Activevideo Networks B.V.Visual element, method and system
NL2004780C2 (en)2010-05-282012-01-23Activevideo Networks B V VISUAL ELEMENT METHOD AND SYSTEM.
KR20130113925A (en)2010-05-282013-10-16액티브비디오 네트웍스 비.브이.Visual element, method and system
US9204113B1 (en)2010-06-282015-12-01Ambarella, Inc.Method and/or apparatus for implementing high dynamic range image processing in a video processing system
US20120008786A1 (en)2010-07-122012-01-12Gary CronkApparatus and methods for content delivery and message exchange across multiple content delivery networks
US20120023250A1 (en)2010-07-202012-01-26Qualcomm IncorporatedArranging sub-track fragments for streaming video data
US20120023126A1 (en)2010-07-222012-01-26Verizon Patent And Licensing Inc.Internet video content delivery to television users
US20120030212A1 (en)2010-07-302012-02-02Frederick KoopmansSystems and Methods for Video Cache Indexing
US20120030706A1 (en)2010-07-302012-02-02Ibahn General Holdings CorporationVirtual Set Top Box
EP2628306A2 (en)2010-10-142013-08-21ActiveVideo Networks, Inc.Streaming digital video between video devices using a cable television system
CA2814070A1 (en)2010-10-142012-04-19Activevideo Networks, Inc.Streaming digital video between video devices using a cable television system
AU2011315950A1 (en)2010-10-142013-05-02Activevideo Networks, Inc.Streaming digital video between video devices using a cable television system
US20120204217A1 (en)2010-10-142012-08-09Activevideo Networks, Inc.Streaming Digital Video between Video Devices Using a Cable Television System
WO2012051528A2 (en)2010-10-142012-04-19Activevideo Networks, Inc.Streaming digital video between video devices using a cable television system
KR20130138263A (en)2010-10-142013-12-18액티브비디오 네트웍스, 인코포레이티드Streaming digital video between video devices using a cable television system
US20140081954A1 (en)2010-11-302014-03-20Kirill ElizarovMedia information system and method
US20120209815A1 (en)2011-01-282012-08-16Carson Kenneth MMedia Clip Management
US20120216232A1 (en)2011-02-232012-08-23Broadcom CorporationSet top box video stream merging/pass through
WO2012138660A2 (en)2011-04-072012-10-11Activevideo Networks, Inc.Reduction of latency in video distribution networks using adaptive bit rates
US20120257671A1 (en)2011-04-072012-10-11Activevideo Networks, Inc.Reduction of Latency in Video Distribution Networks Using Adaptive Bit Rates
EP2695388A2 (en)2011-04-072014-02-12ActiveVideo Networks, Inc.Reduction of latency in video distribution networks using adaptive bit rates
US20120284753A1 (en)2011-05-032012-11-08Verizon Patent And Licensing, Inc.Program Guide Interface Systems and Methods
US8656430B2 (en)*2011-07-142014-02-18Vixs Systems, Inc.Processing system with electronic program guide authoring and methods for use therewith
US20140168515A1 (en)2011-08-032014-06-19Csp - Innovazione Nelle Ict ScarlMethods and apparatuses for transmitting and for receiving multimedia contents
US20130042271A1 (en)2011-08-082013-02-14Todd Scot YellinMerchandising streaming video content
US20130047074A1 (en)*2011-08-162013-02-21Steven Erik VESTERGAARDScript-based video rendering
WO2013106390A1 (en)2012-01-092013-07-18Activevideo Networks, Inc.Rendering of an interactive lean-backward user interface on a television
US20130179787A1 (en)2012-01-092013-07-11Activevideo Networks, Inc.Rendering of an Interactive Lean-Backward User Interface on a Television
WO2013155310A1 (en)2012-04-122013-10-17Activevideo Networks, Inc.Graphical application integration with mpeg objects
US20130272394A1 (en)2012-04-122013-10-17Activevideo Networks, IncGraphical Application Integration with MPEG Objects
US20130276015A1 (en)2012-04-172013-10-17Cox Communications, Inc.Virtual set-top boxes
US20130283318A1 (en)2012-04-232013-10-24Comcast Cable Communications, LLC.Dynamic Mosaic for Creation of Video Rich User Interfaces
US20130297887A1 (en)2012-05-052013-11-07Google Inc.File handling within a cloud-based file system
US8839317B1 (en)2012-05-242014-09-16Time Warner Cable Enterprises LlcMethods and apparatus for providing multi-source bandwidth sharing management
WO2013184604A1 (en)2012-06-082013-12-12Microsoft CorporationUser interaction monitoring for adaptive real time communication
US20140157298A1 (en)2012-12-042014-06-05Virtual Marketing IncorporatedInternet protocol television streaming methods and apparatus
US20140223482A1 (en)2013-02-052014-08-07Redux, Inc.Video preview creation with link
US20140223307A1 (en)2013-02-052014-08-07Redux, Inc.Activating a video based on location in screen
US20140267074A1 (en)*2013-03-142014-09-18Qualcomm IncorporatedSystem and method for virtual user interface controls in multi-display configurations
US20140269930A1 (en)2013-03-142014-09-18Comcast Cable Communications, LlcEfficient compositing of multiple video transmissions into a single session
US20140289627A1 (en)2013-03-152014-09-25Activevideo Networks, Inc.Multiple-Mode System and Method for Providing User Selectable Video Content
US20140317532A1 (en)2013-03-152014-10-23Blue Jeans NetworkUser interfaces for presentation of audio/video streams
US20140344861A1 (en)2013-05-142014-11-20Tivo Inc.Method and system for trending media programs for a user
US20150023372A1 (en)2013-07-172015-01-22Harman Becker Automotive Systems GmbhDigital device, network and method for streaming audio or video data
US20150037011A1 (en)2013-07-312015-02-05Verizon Patent And Licensing Inc.Methods and Systems for Recovering Media Content Lost Due to a Channel Change Event
US20150135209A1 (en)2013-10-172015-05-14Crestron Electronics, Inc.Audiovisual Distribution Network
CN103647980A (en)2013-12-232014-03-19合肥工业大学Method for distributing low-bit-rate video streaming composite high definition graphic data and bandwidth of low-bit-rate video streaming composite high definition graphic data
US20150195525A1 (en)2014-01-082015-07-09Microsoft CorporationSelection of motion vector precision

Non-Patent Citations (377)

* Cited by examiner, † Cited by third party
Title
"MSDL Specification Version 1.1" International Organisation for Standardisation Organisation Internationale EE Normalisation, ISO/IEC JTC1/SC29/WG11 Coding of Moving Pictures and Autdio, N1246, MPEG96/Mar. 1996, 101 pgs.
AC-3 digital audio compression standard, Extract, Dec. 20, 1995, 11 pgs.
AcitveVideo Networks Inc., Korean Intellectual Property Office, International Search Report; PCT/US2009/032457, dated Jul. 22, 2009, 7 pgs.
AcriveVideo, Communication Pursuant to Article 94(3) EPC, EP10841764.3, dated Dec. 18, 2015, 6 pgs.
Active Video Networks, Notice of Reasons for Rejection, JP2012-547318, dated Sep. 26, 2014, 7 pgs.
ActiveVideo Networks B.V., Office Action, IL222830, dated Jun. 28, 2015, 7 pgs.
ActiveVideo Networks BV, International Preliminary Report on Patentability, PCT/NL2011/050308, dated Sep. 6, 2011, 8 pgs.
ActiveVideo Networks BV, International Search Report and Written Opinion, PCT/NL2011/050308, dated Sep. 6, 2011, 8 pgs.
ActiveVideo Networks Inc., Certificate of Patent JP5675765, dated Jan. 9, 2015, 3 pgs.
ActiveVideo Networks Inc., Communication Pursuant to Article 94(3) EPC, 10754084.1, dated Feb. 10, 2015, 12 pgs.
ActiveVideo Networks Inc., Communication Pursuant to Article 94(3) EPC, EP08713106.6-1908, dated Jun. 26. 2014, 5 pgs.
ActiveVideo Networks Inc., Communication Pursuant to Article 94(3) EPC, EP08713106.6-2223, May 10, 2011, 7 pgs.
ActiveVideo Networks Inc., Communication Pursuant to Article 94(3) EPC, EP09713486.0, dated Apr. 14, 2014, 6 pgS.
ActiveVideo Networks Inc., Communication Pursuant to Rule 94(3), EP08713106-6, dated Jun. 25, 2014, 5 pgs.
ActiveVideo Networks Inc., Communication Pursuant to Rules 161(2) & 162 EPC, EP13775121.0, dated Jan. 20, 2015, 3 pgs.
ActiveVideo Networks Inc., Communication Pursuant to Rules 70(2) and 70a(2), EP10841764.3, dated Jun. 6, 2014, 1 pg.
ActiveVideo Networks Inc., Communication Pursuant to Rules 70(2) and 70a(2), EP11833486.1, dated Apr. 24, 2014, 1 pg.
ActiveVideo Networks Inc., Communication under Rule 71(3) EPC, Intention to Grant, EP08713106.6, dated Feb. 19, 2015, 12 pgs.
ActiveVideo Networks Inc., Decision to refuse a European patent application EPC, EP09820936.4, dated Feb. 20, 2015, 4 pgs.
ActiveVideo Networks Inc., Examination Report No. 1, AU2010339376, dated Apr. 30, 2014, 4 pgs.
ActiveVideo Networks Inc., Examination Report No. 1, AU2011258972, dated Apr. 4, 2013, 5 pgs.
ActiveVideo Networks Inc., Examination Report No. 1, AU2011258972, dated Jul. 21, 2014, 3 pgs.
ActiveVideo Networks Inc., Examination Report No. 2, AU2011249132, dated May 29, 2015, 4 pgs.
ActiveVideo Networks Inc., Examination Report No. 2, AU2011315950, dated Jun. 25, 2015, 3 pgs.
ActiveVideo Networks Inc., Extended EP Search Rpt, Application No. 09820936-4, 11 pgs.
ActiveVideo Networks Inc., Extended EP Search Rpt, Application No. 10754084-1, 11 pgs.
ActiveVideo Networks Inc., Extended EP Search Rpt, Application No. 10841764.3, 16 pgs.
ActiveVideo Networks Inc., Extended EP Search Rpt, Application No. 11833486.1, 6 pgs.
ActiveVideo Networks Inc., Extended EP Search Rpt, Application No. 12767642-7, 12 pgs.
ActiveVideo Networks Inc., Extended EP Search Rpt, Application No. 13168376-5, 8 pgs.
ActiveVideo Networks Inc., Extended EP Search Rpt, Application No. 13168509.1, 10 pgs.
ActiveVideo Networks Inc., Extended European Search Report, EP13735906.3, dated Nov. 11, 2015, 10 pgs.
Activevideo Networks Inc., International Preliminary Report on Patentability, PCT/US2011/056355, dated Apr. 16, 2013, 4 pgs.
ActiveVideo Networks Inc., International Preliminary Report on Patentability, PCT/US2012/032010, dated Oct. 8, 2013, 4 pgs.
ActiveVideo Networks Inc., International Preliminary Report on Patentability, PCT/US2013/020769, dated Jul. 24, 2014, 6 pgs.
ActiveVideo Networks Inc., International Search Report and Written Opinion, PCT/US2011/056355, dated Apr. 13, 2012, 6 pgs.
ActiveVideo Networks Inc., International Search Report and Written Opinion, PCT/US2012/032010, dated Oct. 10, 2012, 6 pgs.
ActiveVideo Networks Inc., International Search Report and Written Opinion, PCT/US2013/020769, dated May 9, 2013, 9 pgs.
ActiveVideo Networks Inc., International Search Report and Written Opinion, PCT/US2013/036182, dated Jul. 29, 2013, 12 pgs.
ActiveVideo Networks Inc., International Search Report and Written Opinion, PCT/US2014/030773, dated Jul. 25, 2014, 8 pgs.
ActiveVideo Networks Inc., International Search Report and Written Opinion, PCT/US2014/041416, dated Aug. 27, 2014, 8 pgs.
ActiveVideo Networks Inc., International Searching Authority, International Search Report—International application No. PCT/US2010/027724, dated Oct. 28, 2010, together with the Written Opinion of the International Searching Authority, 7 pages.
ActiveVideo Networks Inc., Notice of Reasons for Rejection, JP2013-509016, dated Dec. 24, 2014 (dated Jan. 14, 2015), 11 pgs.
ActiveVideo Networks Inc., Notice of Reasons for Rejection, JP2014-100460, dated Jan. 15, 2015, 6 pgs.
ActiveVideo Networks Inc., Summons to attend oral-proceeding, Application No. EP09820936-4, dated Aug. 19, 2014, 4 pgs.
ActiveVideo Networks, Inc. Denial of Entry of Amendment, JP2013-509016, dated Aug. 30, 2016, 7 pgs.
ActiveVideo Networks, Inc. Notice of Final Rejection, JP2013-509016, dated Aug. 30, 2016, 3 pgs.
ActiveVideo Networks, Inc. Notice of Reasons for Rejection, JP2015-159309, dated Aug. 26, 2016. 11 pgs.
ActiveVideo Networks, Inc., Certficate of Grant, EP06772771.9, dated Nov. 22, 2017, 1 pg.
ActiveVideo Networks, Inc., Certificate of Grant EP13168509.11908, dated Sep. 30, 2015, 2 pgs.
ActiveVideo Networks, Inc., Certificate of Grant, AU2011249132, dated Jan. 7, 2016, 2 pgs.
ActiveVideo Networks, Inc., Certificate of Grant, AU2011258972, dated Nov. 19, 2015, 2 pgs.
ActiveVideo Networks, Inc., Certificate of Grant, AU2011315950, dated Dec. 17, 2015, 2 pgs.
ActiveVideo Networks, Inc., Certificate of Grant, EP08713106.6-1908, dated Aug. 5, 2015, 2 pgs.
ActiveVideo Networks, Inc., Certificate of Grant, EP11833486.1, dated Nov. 22, 2017, 1 pg.
ActiveVideo Networks, Inc., Certificate of Grant, EP12767642-7, dated Jun. 7, 2017, 1 pg.
ActiveVideo Networks, Inc., Certificate of Grant, HK10102800.4, dated Jun. 10, 2016, 3 pgs.
ActiveVideo Networks, Inc., Certificate of Grant, HK14101604, dated Sep. 8, 2016, 4 pgs.
ActiveVideo Networks, Inc., Certificate of Patent, IL215133, dated Mar. 31, 2016, 1 pg.
ActiveVideo Networks, Inc., Certificate of Patent, JP2013534034, dated Jan. 8, 2016, 4 pgs.
ActiveVideo Networks, Inc., Communication Pursuant to Article 94(3) EPC, EP11738835.5, dated Jun. 10, 2016, 3 pgs.
ActiveVideo Networks, Inc., Communication Pursuant to Article 94(3) EPC, EP14722897.7, dated Jun. 29, 2016, 6 pgs.
ActiveVideo Networks, Inc., Communication Pursuant to Article 94(3), EP13735906.3, dated Jul. 18, 2016, 5 pgs.
ActiveVideo Networks, Inc., Communication Pursuant to Article 94(3), EP14722897.7, dated Jul. 19, 2017, 7 pgs.
ActiveVideo Networks, Inc., Communication Pursuant to Article 94(3), EP14740004.8, dated Aug. 24, 2017, 7 pgs.
ActiveVideo Networks, Inc., Communication Pursuant to Article 94(3), EP15721482.6, dated Nov. 20, 2017, 7 pgs.
ActiveVideo Networks, Inc., Communication Pursuant to Rules 161(1) and 162 EPC, EP14722897.7, dated Oct. 28, 2015, 2 pgs.
ActiveVideo Networks, Inc., Communication Pursuant to Rules 161(1) and 162 EPC, EP14736535.7, dated Jan. 26, 2016, 2 pgs.
ActiveVideo Networks, Inc., Communication Pursuant to Rules 161(1) and 162 EPC, EP14740004.8, dated Jan. 26, 2016, 2 pgs.
ActiveVideo Networks, Inc., Communication Pursuant to Rules 161(1) and 162 EPC, EP15721482.6, dated Dec. 13, 2016, 2 pgs.
ActiveVideo Networks, Inc., Communication Pursuant to Rules 161(1) and 162 EPC, EP15721483.4, dated Dec. 15, 2016, 2 pgs.
ActiveVideo Networks, Inc., Communication Pursuant to Rules 161(1) and 162 EPC, EP15785776.4, dated Dec. 8, 2016, 2 pgs.
ActiveVideo Networks, Inc., Communication Pursuant to Rules 161(2) and 162,EP16818840.7, dated Feb. 20, 2018, 3 pgs.
ActiveVideo Networks, Inc., Communication Pursuant to Rules 70(2) abd 70a(2) EP13735906.3, dated Nov. 27, 2015, 1 pg.
ActiveVideo Networks, Inc., Communication Pursuant to Rules 70(2) and 70a(2), EP15873840.1, dated Jun. 6, 2018, 1 pg.
ActiveVideo Networks, Inc., Communication Under Rule 71(3), Intention to Grant, EP11833486.1, dated Apr. 21, 2017, 7 pgs.
ActiveVideo Networks, Inc., Decision to grant an European Patent, EP06772771.9, dated Oct. 26, 2017, 2 pgs.
ActiveVideo Networks, Inc., Decision to grant an European Patent, EP11833486.1, dated Oct. 26, 2017, 2 pgs.
ActiveVideo Networks, Inc., Decision to grant an European Patent, EP12767642.7, dated May 11, 2017, 2 pgs.
ActiveVideo Networks, Inc., Decision to Grant, EP08713106.6-1908, dated Jul. 9, 2015, 2 pgs.
ActiveVideo Networks, Inc., Decision to Grant, EP13168509.1-1908, dated Sep. 3, 2015, 2 pgs.
ActiveVideo Networks, Inc., Decision to Grant, JP2014100460, dated Jul. 24, 2015, 5 pgs.
ActiveVideo Networks, Inc., Decision to Refuse a European Patent Application, EP08705578.6, dated Nov. 26, 2015, 10 pgs.
ActiveVideo Networks, Inc., Decision to Refuse an EP Patent Application, EP 10754084.1, dated Nov. 3, 2016, 4 pgs.
ActiveVideo Networks, Inc., Extended European Search Report, EP15785776.4, dated Aug. 18, 2017, 8 pgs.
ActiveVideo Networks, Inc., Extended European Search Report, EP15873840.1, dated May 18, 2018, 9 pgs.
ActiveVideo Networks, Inc., Intention to grant an European Patent, EP06772771.9, dated Jun. 12, 2017, 5 pgs.
ActiveVideo Networks, Inc., Intention to Grant, EP06772771.9, dated Jun. 12, 2017, 5 pgs.
ActiveVideo Networks, Inc., International Preliminary Report on Patentability, PCT/US2014041430, dated Dec. 8, 2015, 6 pgs.
ActiveVideo Networks, Inc., International Preliminary Report on Patentability, PCT/US2016/040547, dated Jan. 2, 2018, 5 pgs.
ActiveVideo Networks, Inc., International Preliminary Report on Patentability, PCT/US2016/064972, dated Jun. 14, 2018, 7 pgs.
ActiveVideo Networks, Inc., International Preliminary Report on Patentability, PCT-US2014030773, dated Sep. 15, 2015, 6 pgs.
ActiveVideo Networks, Inc., International Preliminary Report on Patentability, PCT-US2014041416, dated Dec. 8, 2015, 6 pgs.
ActiveVideo Networks, Inc., International Preliminary Report on Patentability, PCT-US2015/027803, dated Oct. 25, 2016, 8 pgs.
ActiveVideo Networks, Inc., International Preliminary Report on Patentability, PCT-US2015/027804, dated Oct. 25, 2016, 6 pgs.
ActiveVideo Networks, Inc., International Preliminary Report on Patentability, PCT-US2015028072, dated Nov. 1, 2016, 7 pgs.
ActiveVideo Networks, Inc., International Preliminary Report on Patentablity, PCT/US2013/036182, dated Oct. 14, 2014, 9 pgs.
ActiveVideo Networks, Inc., International Search Report and Written Opinion, PCT/US2009/032457, dated Jul. 22, 2009, 7 pgs.
ActiveVideo Networks, Inc., International Search Report and Written Opinion, PCT/US2014/041430, dated Oct. 9, 2014, 9 pgs.
ActiveVideo Networks, Inc., International Search Report and Written Opinion, PCT/US2015/000502, dated May 6, 2016, 8 pgs.
ActiveVideo Networks, Inc., International Search Report and Written Opinion, PCT/US2016/040547, dated Sep. 19, 2016, 6 pgs.
ActiveVideo Networks, Inc., International Search Report and Written Opinion, PCT/US2016/051283, dated Nov. 29, 2016, 10 pgs.
ActiveVideo Networks, Inc., International Search Report and Written Opinion, PCT/US2016/064972, dated Feb. 17, 2017, 9 pgs.
ActiveVideo Networks, Inc., International Search Report and Written Opinion, PCT/US2017/068293, dated Mar. 19, 2018, 7 pgs.
ActiveVideo Networks, Inc., International Search Report and Written Opinion, PCT-US2015028072, dated Aug. 7, 2015, 9 pgs.
ActiveVideo Networks, Inc., K1PO'S Notice of Preliminary Rejection, KR10-2010-7019512, dated Jul. 15, 2015, 15 pgs.
ActiveVideo Networks, Inc., KIPO'S Notice of Preliminary Rejection, KR10-20107021116, dated Jul. 13, 2015, 19 pgs.
ActiveVideo Networks, Inc., KIPO'S Notice of Preliminary Rejection, KR10-2011-7024417, dated Feb. 18, 2016, 15 pgs.
ActiveVideo Networks, Inc., KIPO'S Notice of Preliminary Rejection, KR10-2012-7031648, dated Mar. 27, 2017, 4 pgs.
ActiveVideo Networks, Inc., KIPO'S Second Notice of Preliminary Rejection, KR10-2010-7019512, dated Feb. 12, 2016, 5 pgs.
ActiveVideo Networks, Inc., Notification of German Patent, DE602012033235.2, dated Jun. 13, 2017, 3 pgs.
ActiveVideo Networks, Inc., Office Action, JP2013534034, dated Jun. 16, 2015, 6 pgs.
ActiveVideo Networks, Inc., Partial Supplementary Extended European Search Report, EP13775121.0, dated Jun. 14, 2016, 7 pgs.
ActiveVideo Networks, Inc., Transmission of Certificate of Grant, EP12767642-7, dated Jun. 7, 2017, 1 pg.
ActiveVideo, Communication Pursuant to Article-94(3) EPC, EP12767642.7, dated Sep. 4, 2015, 4 pgs.
ActiveVideo, http://www.activevideo.com/, as printed out in year 2012, 1 pg.
ActiveVideo, Intent to Grant, EP12767642.7, dated Jan. 2, 2017, 15 pgs.
ActiveVideo, International Search Report and Written Opinion, PCT/US2015/027803, dated Jun. 24, 2015, 18 pgs.
ActiveVideo, International Search Report and Written Opinion, PCT/US2015/027804, dated Jun. 25, 2015, 10 pgs.
ActiveVideo, Notice of German Patent, EP602008040474-9, dated Jan. 6, 2016, 4 pgs.
ActiveVideo, Notice of Reasons for Rejection, JP2013-509016, dated Dec. 3, 2015, 7 pgs.
Adams, Jerry, NTZ Nachrichtechnische Zeitschrift. vol. 40, No. 7, Jul. 1987, Berlin DE pp. 534-536; Jerry Adams: ‘Glasfasernetz für Breitbanddienste in London’, 5 pgs. No English Translation Found.
Annex C—Video buffering verifier, information technology—generic coding of moving pictures and associated audio information: video, Feb. 2000, 6 pgs.
Antonoff, Michael, "Interactive Television," Popular Science, Nov. 1992, 12 pages.
Avinity Systems B. V., Final Office Action, JP-2009-530298, dated Oct. 7, 2014, 8 pgs.
Avinity Systems B.V., Communication pursuant to Article 94(3) EPC, EP 07834561.8, dated Apr. 8, 2010, 5 pgs.
Avinity Systems B.V., Communication pursuant to Article 94(3) EPC, EP 07834561.8, dated Jan. 31, 2014, 10 pgs.
Avinity Systems B.V., Decision to Refuse an EP Patent Application, EP07834561.8, dated Oct. 10, 2016, 17 pgs.
Avinity Systems B.V., Extended European Search Report, Application No. 12163712-8, 10 pgs.
Avinity Systems B.V., Extended European Search Report, Application No. 12163713.6, 10 pgs.
Avinity Systems B.V., International Preliminary Report on Patentability, PCT/NL2007/000245, dated Mar. 31, 2009, 12 pgs.
Avinity Systems B.V., International Search Report and Written Opinion, PCT/NL2007/000245, dated Feb. 19, 2009, 18 pgs.
Avinity Systems B.V., Notice of Grant-JP2009530298, dated Apr. 12, 2016, 3 pgs.
Avinity Systems B.V., Notice of Grounds of Rejection for Patent, JP 2009-530298, dated Sep. 25, 2012, 6 pgs.
Avinity Systems B.V., Notice of Grounds of Rejection for Patent, JP 2009-530298, dated Sep. 30, 2013, 4 pgs.
Avinity-Systems-BV, PreTrial-Reexam-Report-JP2009530298, dated Apr. 24, 2015, 6 pgs.
Benjelloun, A summation algorithm for MPEG-1 coded audio signals: a first step towards audio processed domain, 2000, 9 pgs.
Bird et al., "Customer Access to Broadband Services," ISSLS 86—The International Symposium on Subrscriber Loops and Services Sep. 29, 1986, Tokyo,JP 6 pgs.
Broadhead, Direct manipulation of MPEG compressed digital audio, Nov. 5-9, 1995, 41 pgs.
Brockmann, Final Office Action, U.S. Appl. No. 12/443,571, dated Aug. 1, 2016, 32 pgs.
Brockmann, Final Office Action, U.S. Appl. No. 12/443,571, dated Jul. 9, 2015, 28 pgs.
Brockmann, Final Office Action, U.S. Appl. No. 12/443,571, dated Mar. 7, 2014, 21 pgs.
Brockmann, Final Office Action, U.S. Appl. No. 13/438,617, dated Oct. 30, 2014, 19 pgs.
Brockmann, Final Office Action, U.S. Appl. No. 13/668,004, dated Aug. 3, 2015, 18 pgs.
Brockmann, Final Office Action, U.S. Appl. No. 13/668,004, dated Jul. 16, 2014, 20 pgs.
Brockmann, Final Office Action, U.S. Appl. No. 13/668,004, dated Nov. 20, 2016, 20 pgs.
Brockmann, Final Office Action, U.S. Appl. No. 13/686,548, dated Aug. 12, 2015, 13 pgs.
Brockmann, Final Office Action, U.S. Appl. No. 13/686,548, dated Sep. 24, 2014, 13 pgs.
Brockmann, Final Office Action, U.S. Appl. No. 13/737,097, dated Aug. 14, 2015, 17 pgs.
Brockmann, Final Office Action, U.S. Appl. No. 13/737,097, dated Oct. 20, 2016, 22 pgs.
Brockmann, Final Office Action, U.S. Appl. No. 14/217,108, dated Dec. 1, 2016, 9 pgs.
Brockmann, Notice of Allowance, U.S. Appl. No. 13/438,617, dated May 22, 2015, 18 pgs.
Brockmann, Notice of Allowance, U.S. Appl. No. 13/445,104, dated Apr. 23, 2015, 8 pgs.
Brockmann, Notice of Allowance, U.S. Appl. No. 13/445,104, dated Dec. 14, 2014, 14 pgs.
Brockmann, Notice of Allowance, U.S. Appl. No. 13/911,948, dated Aug. 21, 2015, 6 pgs.
Brockmann, Notice of Allowance, U.S. Appl. No. 13/911,948, dated Aug. 5, 2015, 5 pgs.
Brockmann, Notice of Allowance, U.S. Appl. No. 13/911,948, dated Jul. 10, 2015, 5 pgs.
Brockmann, Notice of Allowance, U.S. Appl. No. 14/262,674, dated Sep. 30, 2015, 7 pgs.
Brockmann, Notice of Allowance, U.S. Appl. No. 14/298,796, dated Mar. 17, 2016, 9 pgs.
Brockmann, Notice of Allowance, U.S. Appl. No. 14/696,462, dated Jul. 21, 2017, 6 pgs.
Brockmann, Office Action, U.S. Appl. No. 12/443,571, dated Dec. 4, 2015, 30 pgs.
Brockmann, Office Action, U.S. Appl. No. 12/443,571, dated Jun. 5, 2013, 18 pgs.
Brockmann, Office Action, U.S. Appl. No. 12/443,571, dated May 31, 2017, 36 pgs.
Brockmann, Office Action, U.S. Appl. No. 12/443,571, dated Nov. 5, 2014, 26 pgs.
Brockmann, Office Action, U.S. Appl. No. 13/438,617, dated May 12, 2014, 17 pgs.
Brockmann, Office Action, U.S. Appl. No. 13/668,004, dated Dec. 23, 2013, 9 pgs.
Brockmann, Office Action, U.S. Appl. No. 13/668,004, dated Feb. 26, 2015, 17 pgs.
Brockmann, Office Action, U.S. Appl. No. 13/668,004, dated Mar. 25, 2016, 17 pgs.
Brockmann, Office Action, U.S. Appl. No. 13/668,004, dated Mar. 31, 2017, 21 pgs.
Brockmann, Office Action, U.S. Appl. No. 13/686,548, dated Feb. 8, 2016, 13 pgs.
Brockmann, Office Action, U.S. Appl. No. 13/686,548, dated Jan. 5, 2015, 12 pgs.
Brockmann, Office Action, U.S. Appl. No. 13/686,548, dated Mar. 10, 2014, 11 pgs.
Brockmann, Office Action, U.S. Appl. No. 13/737,097, dated Mar. 16, 2015, 18 pgs.
Brockmann, Office Action, U.S. Appl. No. 13/737,097, dated May 16, 2016, 23 pgs.
Brockmann, Office Action, U.S. Appl. No. 13/911,948, dated Dec. 26, 2014, 12 pgs.
Brockmann, Office Action, U.S. Appl. No. 13/911,948, dated Jan. 29, 2015, 11 pgs.
Brockmann, Office Action, U.S. Appl. No. 14/217,108, dated Apr. 13, 2016, 8 pgs.
Brockmann, Office Action, U.S. Appl. No. 14/217,108, dated Aug. 10, 2017, 14 pgs.
Brockmann, Office Action, U.S. Appl. No. 14/262,674, dated May 21, 2015, 7 pgs.
Brockmann, Office Action, U.S. Appl. No. 14/298,796, dated Sep. 11, 2015, 11 pgs.
Brockmann, Office Action, U.S. Appl. No. 14/696,462, dated Feb. 8, 2017, 6 pgs.
Brockmann, Office Action, U.S. Appl. No. 15/199,503, dated Feb. 7, 2018, 12 pgs.
Brockmann, Office Action, U.S. Appl. No. 15/261,791, dated Feb. 21, 2018, 26 pgs.
Cable Television Laboratories, Inc., "CableLabs Asset Distribution Interface Specification, Version 1.1", May 5, 2006, 33 pgs.
CD 11172-3, Coding of moving pictures and associated audio for digital storage media at up to about 1.5 MBIT, Jan. 1, 1992, 39 pgs.
Chang, Shih-Fu, et al., "Manipulation and Compositing of MC-DOT Compressed Video," IEEE Journal on Selected Areas of Communications, Jan. 1995, vol. 13, No. 1, 11 pgs.
Craig, Decision on Appeal -Reversed-, U.S. Appl. No. 11/178,177, dated Feb. 25, 2015, 7 pgs.
Craig, Final Office Action, U.S. Appl. No. 11/103,838, dated Feb. 5, 2009, 30 pgs.
Craig, Final Office Action, U.S. Appl. No. 11/103,838, dated Jul. 6, 2010, 35 pgs.
Craig, Final Office Action, U.S. Appl. No. 11/178,176, dated Oct. 1, 2010, 8 pgs.
Craig, Final Office Action, U.S. Appl. No. 11/178,177, dated Oct. 26, 2010, 12 pgs.
Craig, Final Office Action, U.S. Appl. No. 11/178,181, dated Aug. 25, 2010, 17 pgs.
Craig, Final Office Action, U.S. Appl. No. 11/178,181, dated Jun. 20, 2011, 21 pgs.
Craig, Final Office Action, U.S. Appl. No. 11/178,183, dated Apr. 13, 2011, 16 pgs.
Craig, Notice of Allowance, U.S. Appl. No. 11/178,176, dated Dec. 23, 2010, 8 pgs.
Craig, Notice of Allowance, U.S. Appl. No. 11/178,176, dated Mar. 23, 2011, 8 pgs.
Craig, Notice of Allowance, U.S. Appl. No. 11/178,177, dated Mar. 5, 2015, 7 pgs.
Craig, Notice of Allowance, U.S. Appl. No. 11/178,181, dated Feb. 13, 2015, 8 pgs.
Craig, Notice of Allowance, U.S. Appl. No. 11/178,183, dated Jan. 12, 2012, 7 pgs.
Craig, Notice of Allowance, U.S. Appl. No. 11/178,183, dated Jul. 19, 2012, 8 pgs.
Craig, Notice of Allowance, U.S. Appl. No. 11/178,189, dated Oct. 12, 2011, 7 pgs.
Craig, Notice of Allowance, U.S. Appl. No. 13/609,183, dated Aug. 26, 2013, 8 pgs.
Craig, Office Action, U.S. Appl. No. 11/103,838, dated Aug. 19, 2008, 17 pgs.
Craig, Office Action, U.S. Appl. No. 11/103,838, dated May 12, 2009, 32 pgs.
Craig, Office Action, U.S. Appl. No. 11/103,838, dated Nov. 19, 2009, 34 pgs.
Craig, Office Action, U.S. Appl. No. 11/178,176, dated May 6, 2010, 7 pgs.
Craig, Office Action, U.S. Appl. No. 11/178,177, dated Aug. 3, 2011, 26 pgs.
Craig, Office Action, U.S. Appl. No. 11/178,177, dated Mar. 29, 2010, 11 pgs.
Craig, Office Action, U.S. Appl. No. 11/178,181, dated Feb. 11, 2011, 19 pgs.
Craig, Office Action, U.S. Appl. No. 11/178,181, dated Mar. 29, 2010, 10 pgs.
Craig, Office Action, U.S. Appl. No. 11/178,182, dated Feb. 23, 2010, 15 pgs.
Craig, Office Action, U.S. Appl. No. 11/178,183, dated Dec. 6, 2010, 12 pgs.
Craig, Office Action, U.S. Appl. No. 11/178,183, dated Feb. 19, 2010, 17 pgs.
Craig, Office Action, U.S. Appl. No. 11/178,183, dated Jul. 20, 2010, 13 pgs.
Craig, Office Action, U.S. Appl. No. 11/178,183, dated Sep. 15, 2011, 12 pgs.
Craig, Office Action, U.S. Appl. No. 11/178,189, dated Jul. 23, 2009, 10 pgs.
Craig, Office Action, U.S. Appl. No. 11/178,189, dated Mar. 15, 2010, 11 pgs.
Craig, Office Action, U.S. Appl. No. 11/178,189, dated May 26, 2011, 14 pgs.
Craig, Office Action, U.S. Appl. No. 11/178,189, dated Nov. 9, 2010, 13 pgs.
Craig, Office Action, U.S. Appl. No. 13/609,183, dated May 9, 2013, 7 pgs.
Craig, Office-Action U.S. Appl. No. 11/178,177, dated Mar. 29, 2011, 15 pgs.
Dahlby, Advisory Action, U.S. Appl. No. 12/651,203, dated Nov. 21, 2016, 5 pgs.
Dahlby, Final Office Action, U.S. Appl. No. 12/651,203, dated Dec. 11, 2015, 25 pgs.
Dahlby, Final Office Action, U.S. Appl. No. 12/651,203, dated Feb. 4, 2013, 18 pgs.
Dahlby, Office Action U.S. Appl. No. 12/651,203, dated Jul. 2, 2015, 25 pgs.
Dahlby, Office Action, U.S. Appl. No. 12/651,203, dated Aug. 16. 2012, 18 pgs.
Dahlby, Office Action, U.S. Appl. No. 12/651,203, dated Dec. 3, 2014, 19 pgs.
Dahlby, Office Action, U.S. Appl. No. 12/651,203, dated Jun. 5, 2014, 18 pgs.
Digital Audio Compression Standard(AC-3, E-AC-3), Advanced Television Systems Committee, Jun. 14, 2005, 236 pgs.
Dukes, Stephen D., "Photonics for cable television system design, Migrating to regional hubs and passive networks," Communications Engineering and Design, May 1992, 4 pgs.
Ellis, et al., "INDAX: An Operation Interactive Cabletext System", IEEE Journal on Selected Areas in Communications, vol. sac-1, No. 2, Feb. 1983, pp. 285-294.
European Patent Office, Extended European Search Report for International Application No. PCT/US2010/027724, dated Jul. 24, 2012, 11 pages.
European Patent Office, Supplementary European Search Report, Application No. EP 09 70 8211, dated Jan. 5, 2011, 6 pgs.
FFMEG-0.4.9 Audio Layer 2 Tables Including Fixed Psycho Acoustic Model, 2001, 2 pgs.
FFMPEG, http://www.ffmpeg.org, downloaded Apr. 8, 2010, 8 pgs.
Frezza, W., "The Broadband Solution-Metropolitan CATV Networks," Proceedings of Videotex '84, Apr. 1984, 15 pgs.
Gecsei, J., "Adaptation in Distributed Multimedia Systems," IEEE Multimedia, IEEE Service Center, New York, NY, vol. 4, No. 2, Apr. 1, 1997, 10 pgs.
Gecsei, J., "Topology of Videotex Networks," The Architecture of Videotex Systems, Chapter 6, 1983 by Prentice-Hall, Inc.
Gobl, et al., "ARIDEM—a multi-service broadband access demonstrator," Ericsson Review No. 3, 1996, 7 pgs.
Gordon, Final Office Action, U.S. Appl. No. 12/008,697, dated Mar. 6, 2012, 48 pgs.
Gordon, Final Office Action, U.S. Appl. No. 12/008,722, dated Jul. 2, 2015, 20 pgs.
Gordon, Final Office Action, U.S. Appl. No. 12/008,722, dated Mar. 30, 2012, 16 pgs.
Gordon, Final Office Action, U.S. Appl. No. 12/035,236, dated Jul. 22, 2013, 7 pgs.
Gordon, Final Office Action, U.S. Appl. No. 12/035,236, dated Jun. 11, 2014, 14 pgs.
Gordon, Final Office Action, U.S. Appl. No. 12/035,236, dated Sep. 20, 2011, 8 pgs.
Gordon, Final Office Action, U.S. Appl. No. 12/035,236, dated Sep. 21, 2012, 9 pgs.
Gordon, Notice of Allowance, U.S. Appl. No. 12/008,697, dated Apr. 1, 2015, 10 pgs.
Gordon, Notice of Allowance, U.S. Appl. No. 12/008,697, dated Dec. 8, 2014, 10 pgs.
Gordon, Notice of Allowance, U.S. Appl. No. 12/008,697, dated Mar. 20, 2014, 10 pgs.
Gordon, Notice of Allowance, U.S. Appl. No. 12/008,722, dated Feb. 17, 2016, 10 pgs.
Gordon, Office Action, U.S. Appl. No. 12/008,697, dated Aug. 1, 2013, 43 pgs.
Gordon, Office Action, U.S. Appl. No. 12/008,697, dated Aug. 4, 2011, 39 pgs.
Gordon, Office Action, U.S. Appl. No. 12/008,722, dated Nov. 28, 2014, 18 pgs.
Gordon, Office Action, U.S. Appl. No. 12/008,722, dated Oct. 11, 2011, 16 pgs.
Gordon, Office Action, U.S. Appl. No. 12/035,236, dated Dec. 16, 2013, 11 pgs.
Gordon, Office Action, U.S. Appl. No. 12/035,236, dated Mar. 12, 2013, 9 pgs.
Gordon, Office Action, U.S. Appl. No. 12/035,236, dated Mar. 22, 2011, 8 pgs.
Gordon, Office Action, U.S. Appl. No. 12/035,236, dated Mar. 28, 2012, 8 pgs.
Handley et al, "TCP Congestion Window Validation," RFC 2861, Jun. 2000, Network Working Group, 22 pgs.
Henry et al. "Multidimensional Icons" ACM Transactions on Graphics, vol. 9, No. 1 Jan. 1990, 5 pgs.
Herr, Final Office Action, U.S. Appl. No. 11/620,593, dated Sep. 15, 2011, 104 pgs.
Herr, Notice of Allowance, U.S. Appl. No. 11/620,593, dated May 23, 2012, 5 pgs.
Herr, Notice of Allowance, U.S. Appl. No. 12/534,016, dated Feb. 7, 2012, 5 pgs.
Herr, Notice of Allowance, U.S. Appl. No. 12/534,016, dated Sep. 28, 2011, 15 pgs.
Herr, Office Action, U.S. Appl. No. 11/620,593, dated Apr. 21, 2009 27 pgs.
Herr, Office Action, U.S. Appl. No. 11/620,593, dated Aug. 27, 2010, 41 pgs.
Herr, Office Action, U.S. Appl. No. 11/620,593, dated Dec. 23, 2009, 58 pgs.
Herr, Office Action, U.S. Appl. No. 11/620,593, dated Jan. 24, 2011, 96 pgs.
Herr, Office Action, U.S. Appl. No. 11/620,593, dated Mar. 19, 2010, 58 pgs.
Herre, Thoughts on an SAOC Architecture, Oct. 2006, 9 pgs.
Hoarty, The Smart Headend—A Novel Approach to Interactive Television, Montreux Int'l TV Symposium, Jun. 9, 1995, 21 pgs.
Hoeben, Final Office Action, U.S. Appl. No. 14/757,935, dated Apr. 12, 2017, 29 pgs.
Hoeben, Final Office Action, U.S. Appl. No. 14/757,935, dated Feb. 28, 2018, 33 pgs.
Hoeben, Office Action, U.S. Appl. No. 14/757,935, dated Sep. 23, 2016, 28 pgs.
ICTV, Inc., International Preliminary Report on Patentability, PCT/US2006/022585, dated Jan. 29, 2008, 9 pgs.
ICTV, Inc., International Search Report / Written Opinion, PCT/US2006/022585, dated Oct. 12, 2007, 15 pgs.
ICTV, Inc., International Search Report / Written Opinion, PCT/US2008/000400, dated Jul. 14, 2009, 10 pgs.
ICTV, Inc., International Search Report / Written Opinion, PCT/US2008/000419, dated May 15, 2009, 20 pgs.
ICTV, Inc., International Search Report / Written Opinion, PCT/US2008/000450, dated Jan. 26, 2009, 9 pgs.
ICTV, Inc., International Search Report / Written Opinion; PCT/US2006/022533, dated Nov. 20, 2006; 8 pgs.
Insight advertisement, "In two years this is going to be the most watched program on TV" On touch VCR programming, published not later than 2000, 10 pgs.
Isensee et al., "Focus Highlight for World Wide Web Frames," Nov. 1, 1997, IBM Technical Disclosure Bulletin, vol. 40, No. 11, pp. 89-90.
Isovic, Timing constraints of MPEG-2 decoding for high quality video: misconceptions and realistic assumptions, Jul. 2-4, 2003, 10 pgs.
Jacob, Bruce, "Memory Systems: Cache, DRAM, Disk," The Cache Layer, Chapter 22, p. 739.
Jurgen_Two-way applications for cable television systems in the '70s, IEEE Spectrum, Nov. 1971, 16 pgs.
Kato, Y., et al., "A Coding Control algorithm for Motion Picture Coding Accomplishing Optimal Assignment of Coding Distortion to Time and Space Domains," Electronics and Communications in Japan, Part 1, vol. 72, No. 9, 1989, 11 pgs.
Koenen, Rob,"MPEG-4 Overview—Overview of the MPEG-4 Standard" Internet Citation, Mar. 2001 (Mar. 2001), http://mpeg.telecomitalialab.com/standards/mpeq-4/mpeg-4.htm, May 9, 2002, 74 pgs.
Konaka, M. et al., "Development of Sleeper Cabin Cold Storage Type Cooling System," SAE International, The Engineering Society for Advancing Mobility Land Sea Air and Space, SAE 2000 World Congress, Detroit, Michigan, Mar. 6-9, 2000, 7 pgs.
Langenberg, E, et al., "Integrating Entertainment and Voice on the Cable Network," SCTE , Conference on Emerging Technologies, Jan. 6-7, 1993, New Orleans, Louisiana, 9 pgs.
Large, D., "Tapped Fiber vs. Fiber-Reinforced Coaxial CATV Systems", IEEE LCS Magazine, Feb. 1990, 7 pgs.
Le Gall, Didier, "MPEG: A Video Compression Standard for Multimedia Applications", Communication of the ACM, vol. 34, No. 4, Apr. 1991, New York, NY, 13 pgs.
McElhatten, Final Office Action, U.S. Appl. No. 14/698,633, dated Aug. 18, 2016, 16 pgs.
McElhatten, Office Action, U.S. Appl. No. 14/698,633, dated Feb. 10, 2017, 15 pgs.
McElhatten, Office Action, U.S. Appl. No. 14/698,633, dated Feb. 22, 2016, 14 pgs.
Mesiya, M.F, "A Passive Optical/Coax Hybrid Network Architecture for Delivery of CATV, Telephony and Data Services," 1993 NCTA Technical Papers, 7 pgs.
MPEG-2 Video elementary stream supplemental information, Dec. 1999, 12 pgs.
Noguchi, Yoshihiro, et al., "MPEG Video Compositing in the Compressed Domain," IEEE International Symposium on Circuits and Systems, vol. 2, May 1, 1996, 4 pgs.
Ohta, K., et al., "Selective Multimedia Access Protocol for Wireless Multimedia Communication," Communications, Computers and Signal Processing, 1997, IEEE Pacific Rim Conference NCE Victoria, BC, Canada, Aug. 1997, vol. 1, 4 pgs.
Ozer, Video Compositing 101. available from http://www.emedialive.com, Jun. 2, 2004, 5pgs.
Pavlovskaia, Office Action, JP 2011-516499, dated Feb. 14, 2014, 19 pgs.
Porter, Compositing Digital Images, 18 Computer Graphics (No. 3), Jul. 1984, pp. 253-259.
Regis, Final Office Action U.S. Appl. No. 13/273,803, dated Oct. 11, 2013, 23 pgs.
Regis, Notice of Allowance U.S. Appl. No. 13/273,803, dated May 14, 2014, 8 pgs.
Regis, Notice of Allowance U.S. Appl. No. 13/273,803, dated Sep. 2, 2014, 8 pgs.
Regis, Notice of Allowance, U.S. Appl. No. 13/273,803, dated Mar. 2, 2015, 8 pgs.
Regis, Notice of Allowance, U.S. Appl. No. 13/273,803, dated Nov. 18, 2014, 9 pgs.
Regis, Office Action U.S. Appl. No. 13/273,803, dated Mar 27, 2013, 32 pgs.
Richardson, Ian E.G., "H.264 and MPEG-4 Video Compression, Video Coding for Next-Genertion Multimedia," Johm Wiley & Sons, US, 2003, ISBN: 0-470-84837-5, pp. 103-105, 149-152, and 164.
Rose, K., "Design of a Switched Broad-Band Communications Network for Interactive Services," IEEE Transactions on Communications, vol. com-23, No. 1, Jan. 1975, 7 pgs.
RSS Advisory Board, "RSS 2.0 Specification", published Oct. 15, 2007. Not Found.
Saadawi, Tarek N., "Distributed Switching for Data Transmission over Two-Way CATV", IEEE Journal on Selected Areas in Communications, vol. Sac-3, No. 2, Mar. 1985, 7 pgs.
SAOC use cases, draft requirements and architecture, Oct. 2006, 16 pgs.
Schrock, "Proposal for a Hub Controlled Cable Television System Using Optical Fiber," IEEE Transactions on Cable Television, vol. CATV-4, No. 2, Apr. 1979, 8 pgs.
Sigmon, Final Office Action, U.S. Appl. No. 11/258,602, dated Feb. 23, 2009, 15 pgs.
Sigmon, Final Office Action, U.S. Appl. No. 13/311,203, dated Sep. 13, 2013, 20 pgs.
Sigmon, Notice of Allowance, U.S. Appl. No. 13/311,203, dated Apr. 14, 2015, 5 pgs.
Sigmon, Notice of Allowance, U.S. Appl. No. 13/311,203, dated Dec. 19, 2014, 5 pgs.
Sigmon, Notice of Allowance, U.S. Appl. No. 13/311,203, dated Feb. 27, 2014, 14 pgs.
Sigmon, Notice of Allowance, U.S. Appl. No. 13/311,203, dated Sep. 22, 2014, 5 pgs.
Sigmon, Office Action, U.S. Appl. No. 11/258,602, dated Sep. 2, 2008, 12 pgs.
Sigmon, Office Action, U.S. Appl. No. 13/311,203, dated May 10, 2013, 21 pgs.
Smith, Brian C., et al., "Algorithms for Manipulating Compressed Images," IEEE Computer Graphics and Applications, vol. 13, No. 5, Sep. 1, 1993, 9 pgs.
Smith, J. et al., "Transcoding Internet Content for Heterogeneous Client Devices" Circuits and Systems, 1998. ISCAS '98. Proceedings of the 1998 IEEE International Symposium on Monterey, CA, USA May 31-Jun. 3, 1998, New York, NY, USA,IEEE, US, May 31, 1998 (May 31, 1998), 4 pgs.
Stoll, G. et al., "GMF4iTV: Neue Wege zur-Interaktivitaet Mit Bewegten Objekten Beim Digitalen Fernsehen," Fkt Fernseh Und Kinotechnik, Fachverlag Schiele & Schon GmbH, Berlin, DE, vol. 60, No. 4, Jan. 1, 2006, ISSN: 1430-9947, 9 pgs. No English Translation Found.
TAG Networks Inc, Decision to Grant a Patent, JP 2008-506474, dated Oct. 4, 2013, 5 pgs.
TAG Networks Inc, Decision to Grant a Patent, JP 209-544985, dated Jun. 28, 2013, 1 pg.
TAG Networks Inc., International Search Report, PCT/US2008/050221, dated Jun. 12, 2008, 9 pgs.
TAG Networks Inc., IPRP, PCT/US2006/010080, dated Oct. 16, 2007, 6 pgs.
TAG Networks Inc., IPRP, PCT/US2006/024194, dated Jan. 10, 2008, 7 pgs.
TAG Networks Inc., IPRP, PCT/US2006/024195, dated Apr. 1, 2009, 11 pgs.
TAG Networks Inc., IPRP, PCT/US2006/024196, dated Jan. 10, 2008, 6 pgs.
TAG Networks Inc., Office Action, CN 200680017662.3, dated Apr. 26, 2010, 4 pgs.
TAG Networks Inc., Office Action, EP 06739032.8, dated Aug. 14, 2009, 4 pgs.
TAG Networks Inc., Office Action, EP 06773714.8, dated Jan. 12, 2010, 4 pgs.
TAG Networks Inc., Office Action, EP 06773714.8, dated May 6, 2009, 3 pgs.
TAG Networks Inc., Office Action, JP 2008-506474, dated Aug. 8, 2011, 5 pgs.
TAG Networks Inc., Office Action, JP 2008-506474, dated Oct. 1, 2012, 5 pgs.
TAG Networks Inc., Office Action, JP 2008-520254, dated Oct. 20, 2011, 2 pgs.
TAG Networks, Inc., Communication pursuant to Article 94(3) EPC, European Patent Application, 06773714.8, dated May 6, 2009, 3 pgs.
TAG Networks, International Search Report, PCT/US2010/041133, dated Oct. 19, 2010, 13 pgs.
TAG Networks, IPRP, PCT/US2008/050221, dated Jul. 7, 2009, 6 pgs.
TAG Networks, Office Action, CN 200880001325.4, dated Jun. 22, 2011, 4 pgs.
TAG Networks, Office Action, JP 2009-544985, dated Feb. 25, 2013, 3 pgs.
TAK-SHING P. YUM.: "HIERARCHICAL DISTRIBUTION OF VIDEO WITH DYNAMIC PORT ALLOCATION.", IEEE TRANSACTIONS ON COMMUNICATIONS., IEEE SERVICE CENTER, PISCATAWAY, NJ. USA., vol. 39., no. 08., 1 August 1991 (1991-08-01), PISCATAWAY, NJ. USA., pages 1268 - 1274., XP000264287, ISSN: 0090-6778, DOI: 10.1109/26.134016
Talley, A general framework for continuous media transmission control, Oct. 13-15, 1997, 10 pgs.
Tamitani et al., "An Encoder/Decoder Chip Set for the MPEG Video Standard," 1992 IEEE International Conference on Acoustics, vol. 5, Mar. 1992, San Francisco, CA, 4 pgs.
Terry, Jack, "Alternative Technologies and Delivery Systems for Broadband ISDN Access", IEEE Communications Magazine, Aug. 1992, 7 pgs.
The Toolame Project, Psych nl.c, 1999, 1 pg.
Thompson, Jack, "DTMF-TV, The Most Economical Approach to Interactive TV," GNOSTECH Incorporated, NCF'95 Session T-38-C, 8 pgs.
Thompson, John W. Jr., "The Awakening 3.0: PCs, TSBs, or DTMF-TV—Which Telecomputer Architecture is Right for the Next Generations's Public Network?," GNOSTECH Incorporated, 1995 The National Academy of Sciences, downloaded from the Unpredictable Certainty: White Papers, http://www.nap.edu/catalog/6062.html, pp. 546-552.
Tobagi, Fouad A., "Multiaccess Protocols in Packet Communication Systems," IEEE Transactions on Communications, vol. Com-28, No. 4, Apr. 1980, 21 pgs.
Todd, AC-3: flexible perceptual coding for audio transmission and storage, Feb. 26-Mar. 1, 1994, 16 pgs.
Toms, N., "An Integrated Network Using Fiber Optics (Info) for the Distribution of Video, Data, and Telephone in Rural Areas," IEEE Transactions on Communication, vol. Com-26, No. 7, Jul. 1978, 9 pgs.
Trott, A., et al."An Enhanced Cost Effective Line Shuffle Scrambling System with Secure Conditional Access Authorization," 1993 NCTA Technical Papers, 11 pgs.
Tudor, MPEG-2 Video Compression, Dec. 1995, 15 pgs.
TVHEAD, Inc., First Examination Report, in 1744/MUMNP/2007, dated Dec. 30, 2013, 6 pgs.
TVHEAD, Inc., International Search Report, PCT/US2006/010080, dated Jun. 20, 2006, 3 pgs.
TVHEAD, Inc., International Search Report, PCT/US2006/024194, dated Dec. 15, 2006, 4 pgs.
TVHEAD, Inc., International Search Report, PCT/US2006/024195, dated Nov. 29, 2006, 9 pgs.
TVHEAD, Inc., International Search Report, PCT/US2006/024196, dated Dec. 11, 2006, 4 pgs.
TVHEAD, Inc., International Search Report, PCT/US2006/024197, dated Nov. 28, 2006, 9 pgs.
va Beek, P., "Delay-Constrained Rate Adaptation for Robust Video Transmission over Home Networks," Image Processing, 2005, ICIP 2005, IEEE International Conference, Sep. 2005, vol. 2, No. 11, 4 pgs.
Van der Star, Jack A. M., "Video on Demand Without Compression: A Review of the Business Model, Regulations and Future Implication," Proceedings of PTC'93, 15th Annual Conference, 12 pgs.
Vernon, Dolby digital: audio coding for digital television and storage applications, Aug. 1999, 18 pgs.
Visscher, Office Action, U.S. Appl. No. 15/368,527, dated Feb. 23, 2018, 23 pgs.
Wang, A beat-pattern based error concealment scheme for music delivery with burst packet loss, Aug. 22-25, 2001, 4 pgs.
Wang, A compressed domain beat detector using MP3 audio bitstream, Sep. 30-Oct. 5, 2001, 9 pgs.
Wang, A multichannel audio coding algorithm for inter-channel redundancy removal, May 12-15, 2001, 6 pgs.
Wang, An excitation level based psychoacoustic model for audio compression, Oct. 30-Nov. 4, 1999, 4 pgs.
Wang, Energy compaction property of the MDCT in comparison with other transforms, Sep. 22-25, 2000, 23 pgs.
Wang, Exploiting excess masking for audio compression, Sep. 2-5, 1999, 4 pgs.
Wang, schemes for re-compressing mp3 audio bitstreams,Nov. 30-Dec. 3, 2001, 5 pgs.
Wang, Selected advances in audio compression and compressed domain processing, Aug. 2001, 68 pgs.
Wang, The impact of the relationship between MDCT and DFT on audio compression, Dec. 13-15, 2000, 9 pgs.
Wei, S., "QoS Tradeoffs Using an Application-Oriented Transport Protocol (AOTP) for Multimedia Applications Over IP." Sep. 23-26, 1999, Proceedings of the Third International Conference on Computational Intelligence and Multimedia Applications, New Delhi, India, 5 pgs.
Welzenbach et al., "The Application of Optical Systems for Cable TV," AEG-Telefunken, Backnang, Federal Republic of Germany, ISSLS Sep. 15-19, 1980, Proceedings IEEE Cat. No. 80 CH1565-1, 7 pgs.
Yum, TS P., "Hierarchical Distribution of Video with Dynamic Port Allocation," IEEE Transactions on Communications, vol. 39, No. 8, Aug. 1, 1991, XP000264287, 7 pgs.

Also Published As

Publication numberPublication date
US9326047B2 (en)2016-04-26
US20170055023A1 (en)2017-02-23
US20140366057A1 (en)2014-12-11
EP3005712A1 (en)2016-04-13
WO2014197879A1 (en)2014-12-11

Similar Documents

PublicationPublication DateTitle
US10200744B2 (en)Overlay rendering of user interface onto source video
US11073969B2 (en)Multiple-mode system and method for providing user selectable video content
US10652553B2 (en)Systems and methods of signaling of regions of interest
KR102252238B1 (en) The area of interest in the image
US10313417B2 (en)Methods and systems for auto-zoom based adaptive video streaming
JP5795404B2 (en) Provision of interactive content to client devices via TV broadcast via unmanaged network and unmanaged network
US9826197B2 (en)Providing television broadcasts over a managed network and interactive content over an unmanaged network to a client device
US10409445B2 (en)Rendering of an interactive lean-backward user interface on a television
EP1429550A2 (en)Compositing MPEG video streams for combined image display
JP2019517191A (en) Hybrid graphics and pixel domain architecture for 360 degree video
KR20100127240A (en) How to use triggers on video to identify interactive content
KR20130138263A (en)Streaming digital video between video devices using a cable television system
US20200007901A1 (en)Systems and methods for interleaving video streams on a client device
JP2024519747A (en) Split rendering of extended reality data over 5G networks
US20110200093A1 (en)Method and apparatus for transmitting and receiving video and video links
JP2011511554A (en) Method for streaming video data
US8122476B2 (en)System and method for reducing interlace artifacts during trick mode playback
CN117641024A (en)Display equipment and media data display method
EP2974322A1 (en)A multiple-mode system and method for providing user selectable video content

Legal Events

DateCodeTitleDescription
STCFInformation on status: patent grant

Free format text:PATENTED CASE

MAFPMaintenance fee payment

Free format text:PAYMENT OF MAINTENANCE FEE, 4TH YEAR, LARGE ENTITY (ORIGINAL EVENT CODE: M1551); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY

Year of fee payment:4


[8]ページ先頭

©2009-2025 Movatter.jp