US20130055084A1 - Hierarchical and reduced index structures for multimedia files - Google Patents
Hierarchical and reduced index structures for multimedia files Download PDFInfo
- Publication number
- US20130055084A1 US20130055084A1 US13/560,884 US201213560884A US2013055084A1 US 20130055084 A1 US20130055084 A1 US 20130055084A1 US 201213560884 A US201213560884 A US 201213560884A US 2013055084 A1 US2013055084 A1 US 2013055084A1
- Authority
- US
- United States
- Prior art keywords
- index
- media
- frames
- hierarchical
- pointers
- 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.)
- Abandoned
Links
- 238000000034 method Methods 0.000 claims abstract description 19
- 238000009826 distribution Methods 0.000 abstract description 2
- 230000006870 function Effects 0.000 description 11
- 230000002441 reversible effect Effects 0.000 description 3
- 230000001360 synchronised effect Effects 0.000 description 3
- 238000010586 diagram Methods 0.000 description 2
- 230000007246 mechanism Effects 0.000 description 2
- 230000001413 cellular effect Effects 0.000 description 1
- 230000000694 effects Effects 0.000 description 1
- 230000000737 periodic effect Effects 0.000 description 1
- 230000000750 progressive effect Effects 0.000 description 1
- 230000035755 proliferation Effects 0.000 description 1
Images
Classifications
-
- G—PHYSICS
- G11—INFORMATION STORAGE
- G11B—INFORMATION STORAGE BASED ON RELATIVE MOVEMENT BETWEEN RECORD CARRIER AND TRANSDUCER
- G11B27/00—Editing; Indexing; Addressing; Timing or synchronising; Monitoring; Measuring tape travel
- G11B27/10—Indexing; Addressing; Timing or synchronising; Measuring tape travel
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/40—Information retrieval; Database structures therefor; File system structures therefor of multimedia data, e.g. slideshows comprising image and additional audio data
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/20—Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
- G06F16/22—Indexing; Data structures therefor; Storage structures
- G06F16/2228—Indexing structures
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/40—Information retrieval; Database structures therefor; File system structures therefor of multimedia data, e.g. slideshows comprising image and additional audio data
- G06F16/41—Indexing; Data structures therefor; Storage structures
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/70—Information retrieval; Database structures therefor; File system structures therefor of video data
- G06F16/71—Indexing; Data structures therefor; Storage structures
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/70—Information retrieval; Database structures therefor; File system structures therefor of video data
- G06F16/74—Browsing; Visualisation therefor
- G06F16/745—Browsing; Visualisation therefor the internal structure of a single video sequence
Definitions
- the present invention relates generally to multimedia files and more specifically to the indexing of information within a multimedia file.
- trick play One of the most common features of media playback devices is the support for random access, fast-forward and reverse playback of a multimedia file, which is sometimes referred to as “trick play”.
- Performing trick play functionality generally requires displaying the video presentation at a higher speed in forward and reverse direction, and resuming the overall presentation from a position close to where the viewer terminated the video trick play activity.
- the audio, subtitle, and other elements of the presentation are typically not used during trick play operations, even though that can be subject to a device's operating preference.
- multimedia files typically contain an index section used to determine the location of all frames, and specifically the video frames which can be independently decoded and presented to the viewer.
- index information When all index information is stored in a single location within a file and linearly references the multimedia information within the file, a player must seek to a specific index entry in order to be able to play a file. For example, a player that is instructed to play a multimedia presentation at the half-way point of the presentation typically processes the first half of the index data before being able to determine the set of data points required to commence playing.
- the index section has many other potential applications as well: it may be a necessary element in basic playback of multimedia files that exhibit poor multiplexing characteristics; the index section may also be used to skip over non-essential information in the file; also, an index is often required for the resumption of playback after the termination of trick play functions.
- Embodiments of the invention utilize indexes that can increase the efficiency with which a player can perform a variety of functions including trick play functions.
- the index is a hierarchical index.
- the index is a reduced index and, in a number of embodiments, the index is expressed using bit field flags and associated data fields.
- FIG. 1 is a graphical representation of an index structure within a multimedia file in accordance with an embodiment of the invention.
- FIG. 2A is a graphical representation of an index structure following the audio/video data of a multimedia file in accordance with an embodiment of the invention.
- FIG. 2B is a graphical representation of an index structure interleaved within the audio/video data of a multimedia file in accordance with another embodiment of the invention.
- FIG. 2C is a detailed graphical representation of an index structure relative to other portions of a multimedia file in accordance with an embodiment of the invention.
- FIG. 2D is a graphical representation of an index structure relative to cue data of a multimedia file in accordance with an embodiment of the invention.
- FIG. 3 is a graphical representation of index structure detailing bit flags and associated data filed within a multimedia file in accordance with an embodiment of the invention.
- FIG. 4 is a graphical representation of index structure providing time codes and offset data fields within a multimedia file in accordance with an embodiment of the invention.
- FIG. 5 is a graphical representation of index structure with time codes and multiple offset data fields relative to a size data field within a multimedia file in accordance with an embodiment of the invention.
- FIG. 6 is a graphical representation of index structure with time codes and primary offset data fields within a multimedia file in accordance with an embodiment of the invention.
- FIG. 7 is a semi-schematic network diagram of playback system for streaming and fixed media file playback in accordance with an embodiment of the invention.
- FIG. 8 is a flowchart of a process utilizing index structure within a multimedia file in accordance with an embodiment of the invention.
- FIG. 9-11 are graphical representations with increasing detail of an index structure within a multimedia file in accordance with one embodiment of the invention and to further illustrate the process of FIG. 8 .
- the index is a hierarchical index.
- a hierarchical index is a representation of index information in a form that provides a coarse index to a few predetermined locations within the multimedia file followed by a further refined representation of the portions of the multimedia file.
- the lowest level of the index is sufficiently granular as to identify every frame in the multimedia file.
- the hierarchical index lowers the memory footprint needed by playback devices to effectively seek and perform trick-play operations on a multimedia file. Additionally, file load times for playback are reduced and trick-track load performance enhanced.
- the hierarchical index has index information that includes offsets into cue points within a multimedia file with timestamps allows lookups to be fast and efficient.
- the multimedia file includes a reduced index.
- Players in accordance with embodiments of the invention can utilize a reduced index to rapidly move between accesses or key-frames when performing trick play functions.
- the reduced index can be in conjunction with a hierarchical index.
- reduced indexes can be included in multimedia files that do not include a hierarchical index.
- a reduced index only provides the location of the accesses or key-frames within a multimedia file, along with a time-stamp value to indicate their corresponding time within the multimedia presentation.
- bit field flags and associated data fields are used to represent index information. Such a representation can be used in accordance with embodiments of the invention to express index information, a hierarchical index and/or a reduced index.
- FIG. 1 A multimedia file containing a hierarchical index in accordance with an embodiment of the invention is shown in FIG. 1 .
- the multimedia file 10 includes header information 12 , index information 14 interleaved amongst audio/video data 16 and a three layer hierarchical index.
- the coarsest layer 18 of the hierarchical index includes a small number of references to pieces of index information.
- the middle layer 20 and the finest layer 22 each include successively larger numbers of references to index information.
- the index information 14 interleaved amongst the audio/video data 16 lists the location of encapsulated audio, video, subtitle, and/or other similar data.
- each block of interleaved index information lists the encapsulated media immediately following the block of interleaved index information.
- the index information 14 contains information that describes the absolute or relative location of the start of each piece of encapsulated media.
- the interleaved index information 14 includes the size of each indexed piece of encapsulated media, in addition to information indicating whether the indexed piece of encapsulated media can be used as an access or key-frame, its presentation time value, and other information, which may be helpful to a decoding device.
- Each layer in the hierarchical index includes references to the interleaved index information 14 within the multimedia file 10 .
- the implementation of the hierarchy structure can be inclusive or exclusive, meaning that the data in each layer can be repeated in the other layers or each layer may contain unique position information.
- the number of elements at each layer of a hierarchy and the total number of layers can be pre-determined, limited based on pre-determined values, or unbounded.
- hierarchical indexes can be implemented in many different ways.
- the index values can be stored in a single part of the file, or distributed in clusters in the file.
- Multimedia files containing different distributions of index information in accordance with embodiments of the invention are shown in FIGS. 2A-B .
- the index information could be appended or pre-pended to the audio/video data portion 16 of the multimedia file 10 as an entire unit 21 .
- Index clusters 22 shown in FIG. 2B can also be woven into the audio/video data portion.
- the hierarchy itself can be implemented as a structure that points to the actual frames in a file (as opposed to blocks of index information), which may or may not start with access or key-frame positions.
- FIG. 2C further details the hierarchical index 21 within a larger hypothetical file structure MKV file 200 .
- This file structure is made of two primary sections, the EBML 24 and the Segment 26 .
- the Segment may host the Seek Head 201 , Segment Info 202 , Tracks 203 , Chapters 204 , Cluster 205 , Cues 29 , and a Hierarchical Index 21 .
- a plurality of hierarchical indexes 21 could be included with the multimedia file.
- each hierarchical index can include multiple hierarchical index points 23 .
- index points in various embodiments have a timestamp 25 and a track position 27 , specifying a specific media track 27 a and a position or offset 27 b from the timestamp 25 .
- Cues 29 are also shown and as will be explained in more detail below are utilized by the index points 23 to increase access to specific points within a multimedia file.
- This dynamic structure for example is shown in FIG. 2D where multiple hierarchical index points 23 reference or point to multiple cue points 28 .
- the hierarchical index contains references to a fraction, e.g., one tenth, of cue points relative to the total number of cue points in a media file.
- the references can increase to increase the granularity of pointers or references to the cue points.
- a player attempting to decode a multimedia file that includes a hierarchical index in accordance with an embodiment of the invention typically uses the hierarchical index as necessitated by the functions the player is requested to perform.
- the player can locate an index in the hierarchy corresponding to a specific speed and decode each of the frames indicated by the index.
- the manner in which a specific frame is located using the index depends upon the nature of the index. In embodiments where each index in the hierarchy points directly to video frames, then the process is simple. In embodiments where the index points to additional index information within the multimedia file, the additional index information is accessed and used to locate a desired frame.
- Reduced indexes can be used in conjunction with a hierarchical index or in multimedia files that do not include a hierarchical index.
- a reduced index does not include information concerning every piece of multimedia information within a multimedia file.
- a reduced index typically is restricted to information concerning the location of access or key-frames and the time stamp of the access or key-frames.
- Access frames are generally video frames that can be independently decoded, although the reduced index can be used to point to any other type of key-frame for other streams stored in the multimedia file.
- the reduced index can enable a player to rapidly skip between key frames when performing trick play functions.
- a reduced index is only provided for a single or primary data type and offsets are provided for each of the other streams of data contained within the file which may be related to the primary data type.
- the offsets can be used by a player to facilitate synchronized playback of different media.
- each piece of index information also includes the size of the access or key-frame and the data-type of the access or key-frame.
- a player decoding a multimedia file that contains a reduced index in accordance with an embodiment of the invention can use the reduced index to perform trick play functions in a similar fashion to the way in which a player uses a hierarchical index.
- the player can sequence through the reduced index inspecting the Timestamps of access or key frames to ascertain which frames to render in order to achieve a desired speed.
- Multimedia files in accordance with a number of embodiments of the invention utilize bit field flags and associated data fields to express index information.
- the bit field flags are used to signal the presence of a set of corresponding variable length data fields that contain index information.
- Bit field flags 31 and data fields 32 that can be used to express index information concerning a piece of multimedia information in accordance with an embodiment of the invention are shown in FIG. 3 .
- a set of bit-field flags signals the presence of additional data following the flags.
- the bit-field flags are specified as 8-bits in their entirety, but that is not necessarily a requirement for other implementations.
- the first bit of the flag may indicate an Absolute/Fixed Size field 31 a, which determines whether the size of the frame is read from a pre-determined set of sizes stored in a separate section of the file, or whether they are available as a series of bytes following the flags field.
- Two additional bits, Fixed Size Index/Byte Numbers field 31 b, are used to determine the index-position of the size value or the total number of bytes used to represent the value, depending on the setting of the Absolute/Fixed Size bit or field 31 a.
- the next bit, a Primary Offset field 31 c determines the size of the offset value, which may be the location of the frame.
- This bit is selected amongst two pre-determined byte numbers, for example either a 4-byte value or 8-byte value.
- a flag may indicate the presence of another predetermined offset, e.g., a Secondary Offset 33 , which can be 4 bytes and represents a relative offset from the Primary Offset value.
- a bit 31 e indicating the presence of a timecode byte sequence may also be present, along with another bit, Key Frame Flag bit 31 f, which can be used to determine the presence of access or key frames.
- bit field flags and data fields similar to those shown in FIG. 3 are used to index the location of all frames in a multimedia file.
- the number of flags that can be represented via the structure shown in FIG. 3 is infinitely extensible using a “Flags Extension” bit 31 g which signals the presence of a follow-on flag.
- one bit 31 h may be referred to as “Associated Offsets”.
- Associated offsets may then signal the presence of a byte value, which is used to determine the number of streams which correspond to the current frame.
- These relative offsets may use the same flag and subsequent index information for other frames in the stream, to be used for synchronization purposes.
- the frames identified by the relative offsets, when played back correctly, may provide a synchronized presentation of audio, video, subtitles, and other related data.
- the stream number value 32 often corresponds to the actual stream numbers stored in the file.
- Index information represented using the two relative offset values 41 a,b is shown in FIG. 4 .
- the data type for each frame is indicated for an entire group of frames, or alternatively is indicated on a frame-by-frame basis, in which case a “Data Type” field 35 is added to the index-structure.
- the presence of a Timecode value 37 to indicate the exact time of a frame in an overall presentation may be done via a set of pre-determined specifications. For example, the Timecode value could be required for all video access frames; alternatively, the presence of a Timecode could be mandatory on a periodic basis for audio samples. It is only important to note that the Timecode value is optionally present and is indicated by a corresponding bit-flag.
- the “Primary Offset” value 50 can point to a specific index position, along with the Timecode value 52 indicating the exact time-stamp of the index.
- An additional bit-field 39 , the “Subindex”, can point to a relative offset from the position indicated by the “Primary Offset”.
- This “Subindex” position 54 is a refinement from the beginning of a larger index cluster.
- Bit field flags and associated data fields can also be used to represent a reduced index structure pointing to a series of access or key frames for a particular stream in a file.
- a reduced index in accordance with an embodiment of the invention is shown in FIG. 6 .
- the “flags” field 602 is followed by a corresponding set of size bytes 604 , a “Primary Offset” value 606 , and a Timecode 608 .
- the access frames may typically be related to video frames in a file, though again this field could be defined for all stream types in a file.
- the structure 600 shown in FIG. 6 stores the location of all access or key-frames, and can contain the location of all related offsets for the encapsulated tracks in the file.
- bit fields as flags indicating variable length data can help optimize the size of an overall index because not all members are in general required by all frames.
- the playback system 190 includes a media server 192 connected to a network 194 .
- Media files are stored on the media server 194 and can be accessed by devices configured with a client application.
- devices that access media files on the media server include a personal computer 196 , a consumer electronics device such as a set top box 18 connected to a playback device such as a television 200 , and a portable device such as a personal digital assistant 202 or a mobile phone handset.
- the devices and the media server 192 can communicate over a network 194 that is connected to the Internet 204 via a gateway 206 . In other embodiments, the media server 192 and the devices communicate over the Internet.
- the devices are configured with client applications that can request portions of media files from the media server 192 for playing.
- the client application can be implemented in software, in firmware, in hardware or in a combination of the above.
- the device plays media from downloaded media files.
- the device provides one or more outputs that enable another device to play the media.
- the media file includes an index
- a device configured with a client application in accordance with an embodiment of the invention can use the index to determine the location of various portions of the media. Therefore, the index can be used to provide a user with “trick play” functions.
- the device uses the index to determine the portion or portions of the media file that are required in order to execute the “trick play” function and requests those portions from the server.
- the client application requests portions of the media file using a transport protocol that allows for downloading of specific byte ranges within the media file.
- a transport protocol that allows for downloading of specific byte ranges within the media file.
- One such protocol is the HTTP 1.1 protocol published by The Internet Society or BitTorrent available from www.bittorrent.org.
- other protocols and/or mechanisms can be used to obtain specific portions of the media file from the media server.
- a media file e.g., MFile 120
- MFile 120 is received from, for example, a media server based on a media file request from a playback device or in particular a playback engine of the playback device ( 111 ).
- the media server Upon locating the requested media file, the media server transmits all or some portions at a time of the media file to the playback device.
- the playback device in one embodiment decodes the transmitted media file to locate the hierarchical index ( 112 ). In one such embodiment, referring to FIG.
- the playback device traverses or parses the file starting from EBML (Extensible Binary Meta Language) element 128 , the Segment element 129 and then the contents of the Seek Head 121 to locate the Hierarchical Index 127 .
- EBML Extensible Binary Meta Language
- the Segment information 122 , Tracks 123 , Chapters 124 , Clusters 125 and Cues 126 can be bypassed to quickly locate the Hierarchical Index.
- the located Index is then loaded into memory ( 113 ). Loading the Index into memory facilitates access to locate a desired packet or frame to be displayed or accessed by the playback device.
- the Hierarchical Index is small enough for many low memory playback devices, e.g., low level consumer electronic devices, to hold the entire Index in memory and thus avoiding a complex caching scheme. In cases, where the Index is too large to store in memory or generally more feasible, no loss in seek accuracy occurs. With the Index being a lookup table or mechanism into the cues or defined seek points for each of the tracks and not the actual seek points, the dropping of portions of the Index can cause a few additional reads when searching the cues for a desired seek point.
- the playback device accesses the bit stream packets or frames of the transmitted media file to play the audio, video, and/or subtitles of the media file ( 114 ).
- the playback device Upon a user request, e.g., a trick-play request, the playback device searches the loaded or cached Hierarchical Index to find an entry or hierarchical point equal to or nearest and preceding to the desired time or seek point ( 115 ).
- the particular hierarchical point is located based on the presentation time or timestamp of the content being played and the user request, e.g., the speed and/or direction of trick-play function.
- the desired timestamp is 610 seconds within the bit stream.
- FIG. 10 demonstrates a total of 6 hierarchical access points 130 , starting from Index Time zero (Hierarchical Index Time 131 ) to Index Time 600 (Hierarchical Index Time 132 ), where five of the Hierarchical Points on this diagram have not been shown.
- Index Time 600 After locating the closest hierarchical point to the desired seek time (in this case Index Time 600 ), an Index Position or offset 134 is retrieved from Track Position 133 to locate a portion of cues that contains the desired seek point ( 116 ).
- the playback device seeks to the located portions of cues ( 117 ) and the cues are read through until an entry equal to, or nearest and preceding to the desired time or seek point is located ( 118 ).
- the playback device retrieves an offset value to seek and find the desired cluster ( 119 ).
- the Hierarchical Index time of 600 is identified from the Hierarchical Index structure 127 as previously described in reference to FIG. 10 .
- the Index position within the Cues structure 151 is used to access the particular Cue Point 152 which corresponds to time 610 (Cue Time 153 ).
- the Cue Point 152 through data in Track Position 154 and Cluster Position 155 generally points to the Cluster structure 160 which may host several seconds' worth of multimedia data.
- the multimedia data within a Cluster 160 may be stored as a Block Group 163 , where individual Blocks of data corresponding to one or more access units of the elementary audio, video, subtitle, or other multimedia information exist.
- Clusters contain block groups but can also contain only simple blocks. In the absence of a Block Group, it may be possible that a Cluster can host individual Blocks or a Simple Block.
- the corresponding Cluster Position 155 from the Cue Point 152 is used to locate the Cluster 160 and the desired Block 161 can be identified based on its time stamp (Block Time 162 ). In case where an exact time stamp is not matched, the Block with the closest time stamp can be identified.
- the procedure for locating a Block according to a particular time may be repeated for multiple tracks of multimedia data such that all of the data in the corresponding Blocks are presented in a synchronized manner.
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Multimedia (AREA)
- General Physics & Mathematics (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- Databases & Information Systems (AREA)
- Data Mining & Analysis (AREA)
- Software Systems (AREA)
- Human Computer Interaction (AREA)
- Television Signal Processing For Recording (AREA)
- Indexing, Searching, Synchronizing, And The Amount Of Synchronization Travel Of Record Carriers (AREA)
- Signal Processing For Digital Recording And Reproducing (AREA)
- Management Or Editing Of Information On Record Carriers (AREA)
Abstract
Description
- This application is a continuation application of U.S. patent application Ser. No. 12/272,631 filed Nov. 17, 2008, which application claims priority to U.S. Provisional Application No. 60/988513, filed Nov. 16, 2007, the disclosure of which is incorporated herein by reference.
- The present invention relates generally to multimedia files and more specifically to the indexing of information within a multimedia file.
- In recent years, the playback of multimedia files has become an integrated part of the average consumer's daily life. Cellular telephones, DVD players, personal computers, and portable media players are all examples of devices that are capable of playing a variety of multimedia files. While each device may be tailored to a particular multimedia format, the extensive proliferation of these devices encourages a certain level of interoperability amongst the different device classes and categories. Likewise, there are certain features such as fast-forward, reverse, start, stop, play, and pause which are expected to behave similarly across all device categories, despite their performance capabilities and use-case application.
- One of the most common features of media playback devices is the support for random access, fast-forward and reverse playback of a multimedia file, which is sometimes referred to as “trick play”. Performing trick play functionality generally requires displaying the video presentation at a higher speed in forward and reverse direction, and resuming the overall presentation from a position close to where the viewer terminated the video trick play activity. The audio, subtitle, and other elements of the presentation are typically not used during trick play operations, even though that can be subject to a device's operating preference. In accommodating trick play functionality, multimedia files typically contain an index section used to determine the location of all frames, and specifically the video frames which can be independently decoded and presented to the viewer. When all index information is stored in a single location within a file and linearly references the multimedia information within the file, a player must seek to a specific index entry in order to be able to play a file. For example, a player that is instructed to play a multimedia presentation at the half-way point of the presentation typically processes the first half of the index data before being able to determine the set of data points required to commence playing.
- The index section has many other potential applications as well: it may be a necessary element in basic playback of multimedia files that exhibit poor multiplexing characteristics; the index section may also be used to skip over non-essential information in the file; also, an index is often required for the resumption of playback after the termination of trick play functions.
- Embodiments of the invention utilize indexes that can increase the efficiency with which a player can perform a variety of functions including trick play functions. In several embodiments, the index is a hierarchical index. In many embodiments, the index is a reduced index and, in a number of embodiments, the index is expressed using bit field flags and associated data fields.
-
FIG. 1 is a graphical representation of an index structure within a multimedia file in accordance with an embodiment of the invention. -
FIG. 2A is a graphical representation of an index structure following the audio/video data of a multimedia file in accordance with an embodiment of the invention. -
FIG. 2B is a graphical representation of an index structure interleaved within the audio/video data of a multimedia file in accordance with another embodiment of the invention. -
FIG. 2C is a detailed graphical representation of an index structure relative to other portions of a multimedia file in accordance with an embodiment of the invention. -
FIG. 2D is a graphical representation of an index structure relative to cue data of a multimedia file in accordance with an embodiment of the invention. -
FIG. 3 is a graphical representation of index structure detailing bit flags and associated data filed within a multimedia file in accordance with an embodiment of the invention. -
FIG. 4 is a graphical representation of index structure providing time codes and offset data fields within a multimedia file in accordance with an embodiment of the invention. -
FIG. 5 is a graphical representation of index structure with time codes and multiple offset data fields relative to a size data field within a multimedia file in accordance with an embodiment of the invention. -
FIG. 6 is a graphical representation of index structure with time codes and primary offset data fields within a multimedia file in accordance with an embodiment of the invention. -
FIG. 7 is a semi-schematic network diagram of playback system for streaming and fixed media file playback in accordance with an embodiment of the invention. -
FIG. 8 is a flowchart of a process utilizing index structure within a multimedia file in accordance with an embodiment of the invention. -
FIG. 9-11 are graphical representations with increasing detail of an index structure within a multimedia file in accordance with one embodiment of the invention and to further illustrate the process ofFIG. 8 . - Turning now to the drawings, multimedia files including indexes in accordance with embodiments of the invention are described. In a number of embodiments, the index is a hierarchical index. A hierarchical index is a representation of index information in a form that provides a coarse index to a few predetermined locations within the multimedia file followed by a further refined representation of the portions of the multimedia file. In many embodiments, the lowest level of the index is sufficiently granular as to identify every frame in the multimedia file. When a hierarchical index is used, a player need only request a small amount of relevant index information in order to commence playing a multimedia file. As such, the hierarchical index lowers the memory footprint needed by playback devices to effectively seek and perform trick-play operations on a multimedia file. Additionally, file load times for playback are reduced and trick-track load performance enhanced. In one embodiment, the hierarchical index has index information that includes offsets into cue points within a multimedia file with timestamps allows lookups to be fast and efficient.
- In several embodiments, the multimedia file includes a reduced index. Players in accordance with embodiments of the invention can utilize a reduced index to rapidly move between accesses or key-frames when performing trick play functions. The reduced index can be in conjunction with a hierarchical index. However, reduced indexes can be included in multimedia files that do not include a hierarchical index. A reduced index only provides the location of the accesses or key-frames within a multimedia file, along with a time-stamp value to indicate their corresponding time within the multimedia presentation. In a number of embodiments, bit field flags and associated data fields are used to represent index information. Such a representation can be used in accordance with embodiments of the invention to express index information, a hierarchical index and/or a reduced index.
- A multimedia file containing a hierarchical index in accordance with an embodiment of the invention is shown in
FIG. 1 . Themultimedia file 10 includesheader information 12,index information 14 interleaved amongst audio/video data 16 and a three layer hierarchical index. Thecoarsest layer 18 of the hierarchical index includes a small number of references to pieces of index information. Themiddle layer 20 and thefinest layer 22 each include successively larger numbers of references to index information. - In many embodiments, the
index information 14 interleaved amongst the audio/video data 16 lists the location of encapsulated audio, video, subtitle, and/or other similar data. Typically, each block of interleaved index information lists the encapsulated media immediately following the block of interleaved index information. In several embodiments, theindex information 14 contains information that describes the absolute or relative location of the start of each piece of encapsulated media. In a number of embodiments, theinterleaved index information 14 includes the size of each indexed piece of encapsulated media, in addition to information indicating whether the indexed piece of encapsulated media can be used as an access or key-frame, its presentation time value, and other information, which may be helpful to a decoding device. - Each layer in the hierarchical index includes references to the
interleaved index information 14 within themultimedia file 10. The implementation of the hierarchy structure can be inclusive or exclusive, meaning that the data in each layer can be repeated in the other layers or each layer may contain unique position information. In addition, the number of elements at each layer of a hierarchy and the total number of layers can be pre-determined, limited based on pre-determined values, or unbounded. - Although a specific implementation of a hierarchical index is shown in
FIG. 1 , hierarchical indexes can be implemented in many different ways. For example, the index values can be stored in a single part of the file, or distributed in clusters in the file. Multimedia files containing different distributions of index information in accordance with embodiments of the invention are shown inFIGS. 2A-B . For example, the index information could be appended or pre-pended to the audio/video data portion 16 of themultimedia file 10 as anentire unit 21.Index clusters 22 shown inFIG. 2B can also be woven into the audio/video data portion. In addition to distributing index information in different ways, the hierarchy itself can be implemented as a structure that points to the actual frames in a file (as opposed to blocks of index information), which may or may not start with access or key-frame positions. -
FIG. 2C further details thehierarchical index 21 within a larger hypothetical filestructure MKV file 200. This file structure is made of two primary sections, theEBML 24 and theSegment 26. In this file structure, the Segment may host the SeekHead 201,Segment Info 202,Tracks 203,Chapters 204,Cluster 205,Cues 29, and aHierarchical Index 21. As shown, a plurality ofhierarchical indexes 21 could be included with the multimedia file. Additionally, each hierarchical index can include multiple hierarchical index points 23. These index points in various embodiments have atimestamp 25 and atrack position 27, specifying aspecific media track 27 a and a position or offset 27 b from thetimestamp 25.Cues 29 are also shown and as will be explained in more detail below are utilized by the index points 23 to increase access to specific points within a multimedia file. This dynamic structure for example is shown inFIG. 2D where multiple hierarchical index points 23 reference or point to multiple cue points 28. In various embodiments, the hierarchical index contains references to a fraction, e.g., one tenth, of cue points relative to the total number of cue points in a media file. One would appreciate that the references can increase to increase the granularity of pointers or references to the cue points. - A player attempting to decode a multimedia file that includes a hierarchical index in accordance with an embodiment of the invention typically uses the hierarchical index as necessitated by the functions the player is requested to perform. When trick play functions are requested, the player can locate an index in the hierarchy corresponding to a specific speed and decode each of the frames indicated by the index. The manner in which a specific frame is located using the index depends upon the nature of the index. In embodiments where each index in the hierarchy points directly to video frames, then the process is simple. In embodiments where the index points to additional index information within the multimedia file, the additional index information is accessed and used to locate a desired frame.
- Many multimedia files in accordance with embodiments of the invention use reduced index information. Reduced indexes can be used in conjunction with a hierarchical index or in multimedia files that do not include a hierarchical index. A reduced index does not include information concerning every piece of multimedia information within a multimedia file. A reduced index typically is restricted to information concerning the location of access or key-frames and the time stamp of the access or key-frames. Access frames are generally video frames that can be independently decoded, although the reduced index can be used to point to any other type of key-frame for other streams stored in the multimedia file. The reduced index can enable a player to rapidly skip between key frames when performing trick play functions.
- In a number of embodiments, a reduced index is only provided for a single or primary data type and offsets are provided for each of the other streams of data contained within the file which may be related to the primary data type. The offsets can be used by a player to facilitate synchronized playback of different media. In several embodiments, each piece of index information also includes the size of the access or key-frame and the data-type of the access or key-frame. A player decoding a multimedia file that contains a reduced index in accordance with an embodiment of the invention can use the reduced index to perform trick play functions in a similar fashion to the way in which a player uses a hierarchical index. The player can sequence through the reduced index inspecting the Timestamps of access or key frames to ascertain which frames to render in order to achieve a desired speed.
- Multimedia files in accordance with a number of embodiments of the invention utilize bit field flags and associated data fields to express index information. In many embodiments, the bit field flags are used to signal the presence of a set of corresponding variable length data fields that contain index information. Bit field flags 31 and
data fields 32 that can be used to express index information concerning a piece of multimedia information in accordance with an embodiment of the invention are shown inFIG. 3 . In the illustrated embodiment, a set of bit-field flags signals the presence of additional data following the flags. The bit-field flags are specified as 8-bits in their entirety, but that is not necessarily a requirement for other implementations. The first bit of the flag may indicate an Absolute/FixedSize field 31 a, which determines whether the size of the frame is read from a pre-determined set of sizes stored in a separate section of the file, or whether they are available as a series of bytes following the flags field. Two additional bits, Fixed Size Index/Byte Numbers field 31 b, are used to determine the index-position of the size value or the total number of bytes used to represent the value, depending on the setting of the Absolute/Fixed Size bit or field 31 a. The next bit, a Primary Offset field 31 c, determines the size of the offset value, which may be the location of the frame. This bit is selected amongst two pre-determined byte numbers, for example either a 4-byte value or 8-byte value. Likewise, a flag may indicate the presence of another predetermined offset, e.g., a Secondary Offset 33, which can be 4 bytes and represents a relative offset from the Primary Offset value. A bit 31 e indicating the presence of a timecode byte sequence may also be present, along with another bit, Key Frame Flag bit 31 f, which can be used to determine the presence of access or key frames. In many embodiments, bit field flags and data fields similar to those shown inFIG. 3 are used to index the location of all frames in a multimedia file. - The number of flags that can be represented via the structure shown in
FIG. 3 is infinitely extensible using a “Flags Extension” bit 31 g which signals the presence of a follow-on flag. Here, onebit 31 h may be referred to as “Associated Offsets”. Associated offsets may then signal the presence of a byte value, which is used to determine the number of streams which correspond to the current frame. These relative offsets may use the same flag and subsequent index information for other frames in the stream, to be used for synchronization purposes. The frames identified by the relative offsets, when played back correctly, may provide a synchronized presentation of audio, video, subtitles, and other related data. Thestream number value 32 often corresponds to the actual stream numbers stored in the file. - Index information represented using the two relative offset
values 41 a,b is shown inFIG. 4 . In many embodiments, the data type for each frame is indicated for an entire group of frames, or alternatively is indicated on a frame-by-frame basis, in which case a “Data Type”field 35 is added to the index-structure. The presence of aTimecode value 37 to indicate the exact time of a frame in an overall presentation may be done via a set of pre-determined specifications. For example, the Timecode value could be required for all video access frames; alternatively, the presence of a Timecode could be mandatory on a periodic basis for audio samples. It is only important to note that the Timecode value is optionally present and is indicated by a corresponding bit-flag. - Through a set of pre-determined rules, structures similar to those described above can be applied for the representation of hierarchical indexing in accordance with embodiments of the invention. For example, the “Primary Offset”
value 50 can point to a specific index position, along with theTimecode value 52 indicating the exact time-stamp of the index. An additional bit-field 39, the “Subindex”, can point to a relative offset from the position indicated by the “Primary Offset”. This “Subindex”position 54 is a refinement from the beginning of a larger index cluster. Use of various values to construct a hierarchical index in accordance with an embodiment of the invention is shown inFIG. 5 . - Bit field flags and associated data fields can also be used to represent a reduced index structure pointing to a series of access or key frames for a particular stream in a file. A reduced index in accordance with an embodiment of the invention is shown in
FIG. 6 . In the illustrated embodiment, the “flags”field 602 is followed by a corresponding set ofsize bytes 604, a “Primary Offset”value 606, and aTimecode 608. The access frames may typically be related to video frames in a file, though again this field could be defined for all stream types in a file. Thestructure 600 shown inFIG. 6 stores the location of all access or key-frames, and can contain the location of all related offsets for the encapsulated tracks in the file. - It is important to note that the use of flexible bit field flags enables the implementation of multiple data structures which may appear in the hierarchical, reduced, and conventional indexing schemes. The use of bit fields as flags indicating variable length data can help optimize the size of an overall index because not all members are in general required by all frames.
- Referring now to
FIG. 7 , a progressive playback system in accordance with an embodiment of the invention is shown. Theplayback system 190 includes amedia server 192 connected to anetwork 194. Media files are stored on themedia server 194 and can be accessed by devices configured with a client application. In the illustrated embodiment, devices that access media files on the media server include apersonal computer 196, a consumer electronics device such as aset top box 18 connected to a playback device such as atelevision 200, and a portable device such as a personaldigital assistant 202 or a mobile phone handset. The devices and themedia server 192 can communicate over anetwork 194 that is connected to theInternet 204 via agateway 206. In other embodiments, themedia server 192 and the devices communicate over the Internet. - The devices are configured with client applications that can request portions of media files from the
media server 192 for playing. The client application can be implemented in software, in firmware, in hardware or in a combination of the above. In many embodiments, the device plays media from downloaded media files. In several embodiments, the device provides one or more outputs that enable another device to play the media. When the media file includes an index, a device configured with a client application in accordance with an embodiment of the invention can use the index to determine the location of various portions of the media. Therefore, the index can be used to provide a user with “trick play” functions. When a user provides a “trick play” instruction, the device uses the index to determine the portion or portions of the media file that are required in order to execute the “trick play” function and requests those portions from the server. In a number of embodiments, the client application requests portions of the media file using a transport protocol that allows for downloading of specific byte ranges within the media file. One such protocol is the HTTP 1.1 protocol published by The Internet Society or BitTorrent available from www.bittorrent.org. In other embodiments, other protocols and/or mechanisms can be used to obtain specific portions of the media file from the media server. - Referring to
FIGS. 8-11 , one embodiment of a process of utilizing the index structure is shown. A media file, e.g.,MFile 120, is received from, for example, a media server based on a media file request from a playback device or in particular a playback engine of the playback device (111). Upon locating the requested media file, the media server transmits all or some portions at a time of the media file to the playback device. The playback device in one embodiment decodes the transmitted media file to locate the hierarchical index (112). In one such embodiment, referring toFIG. 9 , the playback device traverses or parses the file starting from EBML (Extensible Binary Meta Language)element 128, theSegment element 129 and then the contents of the SeekHead 121 to locate theHierarchical Index 127. As such, theSegment information 122,Tracks 123,Chapters 124,Clusters 125 andCues 126, although could be also parsed, can be bypassed to quickly locate the Hierarchical Index. The located Index is then loaded into memory (113). Loading the Index into memory facilitates access to locate a desired packet or frame to be displayed or accessed by the playback device. - The Hierarchical Index is small enough for many low memory playback devices, e.g., low level consumer electronic devices, to hold the entire Index in memory and thus avoiding a complex caching scheme. In cases, where the Index is too large to store in memory or generally more feasible, no loss in seek accuracy occurs. With the Index being a lookup table or mechanism into the cues or defined seek points for each of the tracks and not the actual seek points, the dropping of portions of the Index can cause a few additional reads when searching the cues for a desired seek point. The playback device accesses the bit stream packets or frames of the transmitted media file to play the audio, video, and/or subtitles of the media file (114).
- Upon a user request, e.g., a trick-play request, the playback device searches the loaded or cached Hierarchical Index to find an entry or hierarchical point equal to or nearest and preceding to the desired time or seek point (115). In one embodiment, the particular hierarchical point is located based on the presentation time or timestamp of the content being played and the user request, e.g., the speed and/or direction of trick-play function. In the illustrated case,
FIGS. 10-11 , the desired timestamp is 610 seconds within the bit stream. -
FIG. 10 demonstrates a total of 6hierarchical access points 130, starting from Index Time zero (Hierarchical Index Time 131) to Index Time 600 (Hierarchical Index Time 132), where five of the Hierarchical Points on this diagram have not been shown. After locating the closest hierarchical point to the desired seek time (in this case Index Time 600), an Index Position or offset 134 is retrieved fromTrack Position 133 to locate a portion of cues that contains the desired seek point (116). The playback device seeks to the located portions of cues (117) and the cues are read through until an entry equal to, or nearest and preceding to the desired time or seek point is located (118). - Utilizing the located cue, the playback device retrieves an offset value to seek and find the desired cluster (119). A block in the desired cluster that has a corresponding timestamp as the desired timestamp, e.g., 610, is located and decoded (120) for display by the playback device. The process continues until a user request stops playback of the media file.
- This concept is further clarified in
FIG. 11 . The Hierarchical Index time of 600 is identified from the Hierarchical Index structure 127 as previously described in reference toFIG. 10 . In this particular example, the Index position within theCues structure 151 is used to access theparticular Cue Point 152 which corresponds to time 610 (Cue Time 153). TheCue Point 152 through data inTrack Position 154 andCluster Position 155 generally points to theCluster structure 160 which may host several seconds' worth of multimedia data. - The multimedia data within a
Cluster 160 may be stored as aBlock Group 163, where individual Blocks of data corresponding to one or more access units of the elementary audio, video, subtitle, or other multimedia information exist. As such, Clusters contain block groups but can also contain only simple blocks. In the absence of a Block Group, it may be possible that a Cluster can host individual Blocks or a Simple Block. Thecorresponding Cluster Position 155 from theCue Point 152 is used to locate theCluster 160 and the desiredBlock 161 can be identified based on its time stamp (Block Time 162). In case where an exact time stamp is not matched, the Block with the closest time stamp can be identified. - The procedure for locating a Block according to a particular time may be repeated for multiple tracks of multimedia data such that all of the data in the corresponding Blocks are presented in a synchronized manner.
- While the above description contains many specific embodiments of the invention, these should not be construed as limitations on the scope of the invention, but rather as an example of one embodiment thereof. Accordingly, the scope of the invention should be determined not by the embodiments illustrated, but by the appended claims and their equivalents.
Claims (16)
Priority Applications (4)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US13/560,884 US20130055084A1 (en) | 2007-11-16 | 2012-07-27 | Hierarchical and reduced index structures for multimedia files |
US15/229,030 US10141024B2 (en) | 2007-11-16 | 2016-08-04 | Hierarchical and reduced index structures for multimedia files |
US16/199,223 US10902883B2 (en) | 2007-11-16 | 2018-11-26 | Systems and methods for playing back multimedia files incorporating reduced index structures |
US17/157,801 US11495266B2 (en) | 2007-11-16 | 2021-01-25 | Systems and methods for playing back multimedia files incorporating reduced index structures |
Applications Claiming Priority (3)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US98851307P | 2007-11-16 | 2007-11-16 | |
US12/272,631 US8233768B2 (en) | 2007-11-16 | 2008-11-17 | Hierarchical and reduced index structures for multimedia files |
US13/560,884 US20130055084A1 (en) | 2007-11-16 | 2012-07-27 | Hierarchical and reduced index structures for multimedia files |
Related Parent Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US12/272,631 Continuation US8233768B2 (en) | 2007-11-16 | 2008-11-17 | Hierarchical and reduced index structures for multimedia files |
Related Child Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US15/229,030 Continuation US10141024B2 (en) | 2007-11-16 | 2016-08-04 | Hierarchical and reduced index structures for multimedia files |
Publications (1)
Publication Number | Publication Date |
---|---|
US20130055084A1 true US20130055084A1 (en) | 2013-02-28 |
Family
ID=40639210
Family Applications (5)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US12/272,631 Active 2031-01-02 US8233768B2 (en) | 2007-11-16 | 2008-11-17 | Hierarchical and reduced index structures for multimedia files |
US13/560,884 Abandoned US20130055084A1 (en) | 2007-11-16 | 2012-07-27 | Hierarchical and reduced index structures for multimedia files |
US15/229,030 Active US10141024B2 (en) | 2007-11-16 | 2016-08-04 | Hierarchical and reduced index structures for multimedia files |
US16/199,223 Active US10902883B2 (en) | 2007-11-16 | 2018-11-26 | Systems and methods for playing back multimedia files incorporating reduced index structures |
US17/157,801 Active 2028-11-21 US11495266B2 (en) | 2007-11-16 | 2021-01-25 | Systems and methods for playing back multimedia files incorporating reduced index structures |
Family Applications Before (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US12/272,631 Active 2031-01-02 US8233768B2 (en) | 2007-11-16 | 2008-11-17 | Hierarchical and reduced index structures for multimedia files |
Family Applications After (3)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US15/229,030 Active US10141024B2 (en) | 2007-11-16 | 2016-08-04 | Hierarchical and reduced index structures for multimedia files |
US16/199,223 Active US10902883B2 (en) | 2007-11-16 | 2018-11-26 | Systems and methods for playing back multimedia files incorporating reduced index structures |
US17/157,801 Active 2028-11-21 US11495266B2 (en) | 2007-11-16 | 2021-01-25 | Systems and methods for playing back multimedia files incorporating reduced index structures |
Country Status (6)
Country | Link |
---|---|
US (5) | US8233768B2 (en) |
EP (1) | EP2223232A4 (en) |
JP (1) | JP5513400B2 (en) |
KR (1) | KR20100106327A (en) |
CN (1) | CN101861583B (en) |
WO (1) | WO2009065137A1 (en) |
Cited By (25)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN104281651A (en) * | 2014-09-16 | 2015-01-14 | 福建星网锐捷安防科技有限公司 | Method and system for searching large volume of video data |
US9025659B2 (en) | 2011-01-05 | 2015-05-05 | Sonic Ip, Inc. | Systems and methods for encoding media including subtitles for adaptive bitrate streaming |
US9247296B2 (en) | 2012-03-23 | 2016-01-26 | Thomson Licensing | Method for setting a watching level for an audiovisual content |
US9369687B2 (en) | 2003-12-08 | 2016-06-14 | Sonic Ip, Inc. | Multimedia distribution system for multimedia files with interleaved media chunks of varying types |
US9420287B2 (en) | 2003-12-08 | 2016-08-16 | Sonic Ip, Inc. | Multimedia distribution system |
US9621522B2 (en) | 2011-09-01 | 2017-04-11 | Sonic Ip, Inc. | Systems and methods for playing back alternative streams of protected content protected using common cryptographic information |
US9712890B2 (en) | 2013-05-30 | 2017-07-18 | Sonic Ip, Inc. | Network video streaming with trick play based on separate trick play files |
US9866878B2 (en) | 2014-04-05 | 2018-01-09 | Sonic Ip, Inc. | Systems and methods for encoding and playing back video at different frame rates using enhancement layers |
US20180103277A9 (en) * | 1999-04-23 | 2018-04-12 | Monkeymedia, Inc. | Method and storage device for expanding and contracting continuous play media seamlessly |
US9967305B2 (en) | 2013-06-28 | 2018-05-08 | Divx, Llc | Systems, methods, and media for streaming media content |
US10141024B2 (en) | 2007-11-16 | 2018-11-27 | Divx, Llc | Hierarchical and reduced index structures for multimedia files |
US10148989B2 (en) | 2016-06-15 | 2018-12-04 | Divx, Llc | Systems and methods for encoding video content |
US10212486B2 (en) | 2009-12-04 | 2019-02-19 | Divx, Llc | Elementary bitstream cryptographic material transport systems and methods |
US10225299B2 (en) | 2012-12-31 | 2019-03-05 | Divx, Llc | Systems, methods, and media for controlling delivery of content |
US10264255B2 (en) | 2013-03-15 | 2019-04-16 | Divx, Llc | Systems, methods, and media for transcoding video data |
US10397292B2 (en) | 2013-03-15 | 2019-08-27 | Divx, Llc | Systems, methods, and media for delivery of content |
US10437896B2 (en) | 2009-01-07 | 2019-10-08 | Divx, Llc | Singular, collective, and automated creation of a media guide for online content |
US10452715B2 (en) | 2012-06-30 | 2019-10-22 | Divx, Llc | Systems and methods for compressing geotagged video |
US10498795B2 (en) | 2017-02-17 | 2019-12-03 | Divx, Llc | Systems and methods for adaptive switching between multiple content delivery networks during adaptive bitrate streaming |
US10687095B2 (en) | 2011-09-01 | 2020-06-16 | Divx, Llc | Systems and methods for saving encoded media streamed using adaptive bitrate streaming |
US10708587B2 (en) | 2011-08-30 | 2020-07-07 | Divx, Llc | Systems and methods for encoding alternative streams of video for playback on playback devices having predetermined display aspect ratios and network connection maximum data rates |
US10878065B2 (en) | 2006-03-14 | 2020-12-29 | Divx, Llc | Federated digital rights management scheme including trusted systems |
US10931982B2 (en) | 2011-08-30 | 2021-02-23 | Divx, Llc | Systems and methods for encoding and streaming video encoded using a plurality of maximum bitrate levels |
USRE48761E1 (en) | 2012-12-31 | 2021-09-28 | Divx, Llc | Use of objective quality measures of streamed content to reduce streaming bandwidth |
US11457054B2 (en) | 2011-08-30 | 2022-09-27 | Divx, Llc | Selection of resolutions for seamless resolution switching of multimedia content |
Families Citing this family (60)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US8868772B2 (en) | 2004-04-30 | 2014-10-21 | Echostar Technologies L.L.C. | Apparatus, system, and method for adaptive-rate shifting of streaming content |
US7818444B2 (en) | 2004-04-30 | 2010-10-19 | Move Networks, Inc. | Apparatus, system, and method for multi-bitrate content streaming |
ES2875428T3 (en) | 2007-01-05 | 2021-11-10 | Divx Llc | Video distribution system including progressive playback |
US8997161B2 (en) | 2008-01-02 | 2015-03-31 | Sonic Ip, Inc. | Application enhancement tracks |
US8325800B2 (en) | 2008-05-07 | 2012-12-04 | Microsoft Corporation | Encoding streaming media as a high bit rate layer, a low bit rate layer, and one or more intermediate bit rate layers |
US8379851B2 (en) | 2008-05-12 | 2013-02-19 | Microsoft Corporation | Optimized client side rate control and indexed file layout for streaming media |
US8370887B2 (en) | 2008-05-30 | 2013-02-05 | Microsoft Corporation | Media streaming with enhanced seek operation |
US8265140B2 (en) | 2008-09-30 | 2012-09-11 | Microsoft Corporation | Fine-grained client-side control of scalable media delivery |
US20110078750A1 (en) * | 2009-09-29 | 2011-03-31 | 2Wire | Trickplay in media file |
US8812662B2 (en) | 2011-06-29 | 2014-08-19 | Sonic Ip, Inc. | Systems and methods for estimating available bandwidth and performing initial stream selection when streaming content |
US8806188B2 (en) | 2011-08-31 | 2014-08-12 | Sonic Ip, Inc. | Systems and methods for performing adaptive bitrate streaming using automatically generated top level index files |
US8799647B2 (en) | 2011-08-31 | 2014-08-05 | Sonic Ip, Inc. | Systems and methods for application identification |
US8856218B1 (en) * | 2011-12-13 | 2014-10-07 | Google Inc. | Modified media download with index adjustment |
US8918908B2 (en) | 2012-01-06 | 2014-12-23 | Sonic Ip, Inc. | Systems and methods for accessing digital content using electronic tickets and ticket tokens |
US8805163B2 (en) * | 2012-01-20 | 2014-08-12 | Comcast Cable Communications, Llc | Network storage device and method |
CN103514184B (en) * | 2012-06-25 | 2017-05-10 | 浙江大华技术股份有限公司 | Editing and backup method and device for recorded file |
US9197685B2 (en) | 2012-06-28 | 2015-11-24 | Sonic Ip, Inc. | Systems and methods for fast video startup using trick play streams |
US9143812B2 (en) | 2012-06-29 | 2015-09-22 | Sonic Ip, Inc. | Adaptive streaming of multimedia |
WO2014015110A1 (en) | 2012-07-18 | 2014-01-23 | Verimatrix, Inc. | Systems and methods for rapid content switching to provide a linear tv experience using streaming content distribution |
US9936267B2 (en) | 2012-08-31 | 2018-04-03 | Divx Cf Holdings Llc | System and method for decreasing an initial buffering period of an adaptive streaming system |
US8997254B2 (en) | 2012-09-28 | 2015-03-31 | Sonic Ip, Inc. | Systems and methods for fast startup streaming of encrypted multimedia content |
US8914836B2 (en) | 2012-09-28 | 2014-12-16 | Sonic Ip, Inc. | Systems, methods, and computer program products for load adaptive streaming |
US8819086B2 (en) * | 2012-10-05 | 2014-08-26 | Proplus Electronics Co., Ltd. | Naming methodologies for a hierarchical system |
KR101745625B1 (en) * | 2012-12-17 | 2017-06-09 | 인텔 코포레이션 | Embedding thumbnail information into video streams |
US9264475B2 (en) | 2012-12-31 | 2016-02-16 | Sonic Ip, Inc. | Use of objective quality measures of streamed content to reduce streaming bandwidth |
US9344517B2 (en) | 2013-03-28 | 2016-05-17 | Sonic Ip, Inc. | Downloading and adaptive streaming of multimedia content to a device with cache assist |
US9247317B2 (en) | 2013-05-30 | 2016-01-26 | Sonic Ip, Inc. | Content streaming with client device trick play index |
US9100687B2 (en) | 2013-05-31 | 2015-08-04 | Sonic Ip, Inc. | Playback synchronization across playback devices |
US9380099B2 (en) | 2013-05-31 | 2016-06-28 | Sonic Ip, Inc. | Synchronizing multiple over the top streaming clients |
US20140368737A1 (en) | 2013-06-17 | 2014-12-18 | Spotify Ab | System and method for playing media during navigation between media streams |
US9516082B2 (en) | 2013-08-01 | 2016-12-06 | Spotify Ab | System and method for advancing to a predefined portion of a decompressed media stream |
US9529888B2 (en) | 2013-09-23 | 2016-12-27 | Spotify Ab | System and method for efficiently providing media and associated metadata |
US9716733B2 (en) | 2013-09-23 | 2017-07-25 | Spotify Ab | System and method for reusing file portions between different file formats |
US9298244B2 (en) * | 2013-09-30 | 2016-03-29 | Sonos, Inc. | Communication routes based on low power operation |
US9063640B2 (en) | 2013-10-17 | 2015-06-23 | Spotify Ab | System and method for switching between media items in a plurality of sequences of media items |
US9343112B2 (en) | 2013-10-31 | 2016-05-17 | Sonic Ip, Inc. | Systems and methods for supplementing content from a server |
US9323865B2 (en) * | 2013-12-24 | 2016-04-26 | TCL Research America Inc. | Content alignment method and system |
US9386067B2 (en) | 2013-12-30 | 2016-07-05 | Sonic Ip, Inc. | Systems and methods for playing adaptive bitrate streaming content by multicast |
US9591365B2 (en) * | 2014-02-26 | 2017-03-07 | Rovi Guides, Inc. | Methods and systems for supplementing media assets during fast-access playback operations |
EP2958328A1 (en) * | 2014-06-20 | 2015-12-23 | Thomson Licensing | Method and device for signaling in a bitstream a picture/video format of an LDR picture and a picture/video format of a decoded HDR picture obtained from said LDR picture and an illumination picture |
US9762937B2 (en) | 2014-08-07 | 2017-09-12 | Sonic Ip, Inc. | Systems and methods for protecting elementary bitstreams incorporating independently encoded tiles |
CN104268225B (en) * | 2014-09-26 | 2018-05-11 | 山西达鑫核科技有限公司 | A kind of file system architecture and its generation and access mode of the addressing of the multidimensional free degree |
CN105704583B (en) * | 2014-11-27 | 2019-04-09 | 中国电信股份有限公司 | The method and apparatus played for realizing video spatial scalable |
ES2746954T3 (en) | 2015-01-06 | 2020-03-09 | Divx Llc | Systems and methods to encode and share content between devices |
KR101897959B1 (en) | 2015-02-27 | 2018-09-12 | 쏘닉 아이피, 아이엔씨. | System and method for frame replication and frame extension in live video encoding and streaming |
US10136193B2 (en) * | 2015-04-28 | 2018-11-20 | Arris Enterprises Llc | Supporting trickplay of streaming DLNA multimedia by HLS access device |
CN105338417B (en) * | 2015-10-29 | 2018-09-04 | 北京威动科技有限公司 | file navigation playing method and device |
US10075292B2 (en) | 2016-03-30 | 2018-09-11 | Divx, Llc | Systems and methods for quick start-up of playback |
CN105847990B (en) * | 2016-03-30 | 2019-03-19 | 华为技术有限公司 | The method and apparatus for playing media file |
US11269951B2 (en) | 2016-05-12 | 2022-03-08 | Dolby International Ab | Indexing variable bit stream audio formats |
US10129574B2 (en) | 2016-05-24 | 2018-11-13 | Divx, Llc | Systems and methods for providing variable speeds in a trick-play mode |
US10231001B2 (en) | 2016-05-24 | 2019-03-12 | Divx, Llc | Systems and methods for providing audio content during trick-play playback |
US12244660B2 (en) | 2016-09-08 | 2025-03-04 | Divx, Llc | Systems and methods for adaptive buffering for digital video streaming |
US11334571B2 (en) * | 2018-07-31 | 2022-05-17 | Marvell Asia Pte, Ltd. | Artificial intelligence-enabled search for a storage system |
US11120908B2 (en) * | 2018-09-20 | 2021-09-14 | Abiomed, Inc. | Data storage and retrieval system for non-contiguous medical device operational data |
CN109361886A (en) * | 2018-10-24 | 2019-02-19 | 杭州叙简科技股份有限公司 | A kind of conference video recording labeling system based on sound detection |
CN109862423B (en) * | 2019-01-03 | 2021-06-22 | 珠海亿智电子科技有限公司 | Video seek method, device, terminal and computer readable storage medium |
CA3134561A1 (en) | 2019-03-21 | 2020-09-24 | Divx, Llc | Systems and methods for multimedia swarms |
CN112100170B (en) * | 2020-08-05 | 2021-09-14 | 中科驭数(北京)科技有限公司 | Method and device for decoding interactive data of database |
US12200395B2 (en) * | 2021-02-25 | 2025-01-14 | Adeia Guides Inc. | Systems and methods for improved video captions |
Citations (7)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US5412773A (en) * | 1991-11-19 | 1995-05-02 | Sony Electronics Inc. | Computerized interactive menu-driven video signal processing apparatus and method |
US20030212993A1 (en) * | 2002-05-07 | 2003-11-13 | Pere Obrador | System and method for efficiently managing video files |
US6819394B1 (en) * | 1998-09-08 | 2004-11-16 | Sharp Kabushiki Kaisha | Time-varying image editing method and time-varying image editing device |
US20060129909A1 (en) * | 2003-12-08 | 2006-06-15 | Butt Abou U A | Multimedia distribution system |
US20060235880A1 (en) * | 2005-04-14 | 2006-10-19 | Microsoft Corporation | Advanced streaming format table of contents object |
WO2007026837A1 (en) * | 2005-08-31 | 2007-03-08 | Sony Corporation | File processing device, file processing method, program and recording medium |
US7246127B2 (en) * | 2001-03-22 | 2007-07-17 | Sony Corporation | Recording device for recording an index file having a hierarchical structure of index data, and recording method, and recording medium for same |
Family Cites Families (639)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US3609227A (en) | 1968-09-09 | 1971-09-28 | Ampex | Random access audio/video information retrieval system |
US4009331A (en) | 1974-12-24 | 1977-02-22 | Goldmark Communications Corporation | Still picture program video recording composing and playback method and system |
US4694491A (en) | 1985-03-11 | 1987-09-15 | General Instrument Corp. | Cryptographic system using interchangeable key blocks and selectable key fragments |
US4694357A (en) | 1985-04-24 | 1987-09-15 | Thomson-Csf Broadcast, Inc. | Apparatus and method for video signal processing |
US4802170A (en) | 1987-04-29 | 1989-01-31 | Matrox Electronics Systems Limited | Error disbursing format for digital information and method for organizing same |
US4964069A (en) | 1987-05-12 | 1990-10-16 | International Business Machines Corporation | Self adjusting video interface |
US5274758A (en) | 1989-06-16 | 1993-12-28 | International Business Machines | Computer-based, audio/visual creation and presentation system and method |
US5119474A (en) | 1989-06-16 | 1992-06-02 | International Business Machines Corp. | Computer-based, audio/visual creation and presentation system and method |
US5428529A (en) | 1990-06-29 | 1995-06-27 | International Business Machines Corporation | Structured document tags invoking specialized functions |
JP3236015B2 (en) | 1990-10-09 | 2001-12-04 | キヤノン株式会社 | Information processing apparatus and method |
US5253275A (en) | 1991-01-07 | 1993-10-12 | H. Lee Browne | Audio and video transmission and receiving system |
US5132992A (en) | 1991-01-07 | 1992-07-21 | Paul Yurt | Audio and video transmission and receiving system |
US5404436A (en) | 1991-11-27 | 1995-04-04 | Digital Equipment Corporation | Computer method and apparatus for converting compressed characters for display in full size |
US6850252B1 (en) | 1999-10-05 | 2005-02-01 | Steven M. Hoffberg | Intelligent electronic appliance system and method |
JP2521016B2 (en) | 1991-12-31 | 1996-07-31 | インターナショナル・ビジネス・マシーンズ・コーポレイション | Multimedia data processing system |
US5341474A (en) | 1992-05-15 | 1994-08-23 | Bell Communications Research, Inc. | Communications architecture and buffer for distributing information services |
US5420974A (en) | 1992-10-15 | 1995-05-30 | International Business Machines Corporation | Multimedia complex form creation, display and editing method apparatus |
US5400401A (en) | 1992-10-30 | 1995-03-21 | Scientific Atlanta, Inc. | System and method for transmitting a plurality of digital services |
US5420801A (en) | 1992-11-13 | 1995-05-30 | International Business Machines Corporation | System and method for synchronization of multimedia streams |
US5471576A (en) | 1992-11-16 | 1995-11-28 | International Business Machines Corporation | Audio/video synchronization for application programs |
US5539908A (en) | 1992-11-24 | 1996-07-23 | International Business Machines Corporation | Dynamically linked and shared compression/decompression |
US5493339A (en) | 1993-01-21 | 1996-02-20 | Scientific-Atlanta, Inc. | System and method for transmitting a plurality of digital services including compressed imaging services and associated ancillary data services |
US5719786A (en) | 1993-02-03 | 1998-02-17 | Novell, Inc. | Digital media data stream network management system |
US5396497A (en) | 1993-02-26 | 1995-03-07 | Sony Corporation | Synchronization of audio/video information |
US5544318A (en) | 1993-04-16 | 1996-08-06 | Accom, Inc., | Asynchronous media server request processing system for servicing reprioritizing request from a client determines whether or not to delay executing said reprioritizing request |
JP2707950B2 (en) | 1993-07-30 | 1998-02-04 | ソニー株式会社 | Digital image information processing device |
EP0790739B1 (en) | 1993-09-16 | 2001-03-14 | Kabushiki Kaisha Toshiba | Digital video signal |
US5596564A (en) | 1993-10-08 | 1997-01-21 | Matsushita Electric Industrial Co., Ltd. | Information recording medium and apparatus and method for recording and reproducing information |
EP0651391A3 (en) | 1993-10-29 | 1997-02-05 | Tokyo Shibaura Electric Co | Threaded fastener. |
US5574934A (en) | 1993-11-24 | 1996-11-12 | Intel Corporation | Preemptive priority-based transmission of signals using virtual channels |
US5684542A (en) | 1993-12-21 | 1997-11-04 | Sony Corporation | Video subtitle processing system |
US6473860B1 (en) | 1994-04-07 | 2002-10-29 | Hark C. Chan | Information distribution and processing system |
JP2945842B2 (en) | 1994-04-13 | 1999-09-06 | 株式会社東芝 | Data recording method, data reproducing apparatus and data reproducing method |
US5583652A (en) | 1994-04-28 | 1996-12-10 | International Business Machines Corporation | Synchronized, variable-speed playback of digitally recorded audio and video |
US5477263A (en) | 1994-05-26 | 1995-12-19 | Bell Atlantic Network Services, Inc. | Method and apparatus for video on demand with fast forward, reverse and channel pause |
JPH07327029A (en) | 1994-05-31 | 1995-12-12 | Fujitsu Ltd | Encrypted communication system |
US5642171A (en) | 1994-06-08 | 1997-06-24 | Dell Usa, L.P. | Method and apparatus for synchronizing audio and video data streams in a multimedia system |
US5633472A (en) | 1994-06-21 | 1997-05-27 | Microsoft Corporation | Method and system using pathnames to specify and access audio data at fidelity levels other than the level at which the data is stored |
US5907597A (en) | 1994-08-05 | 1999-05-25 | Smart Tone Authentication, Inc. | Method and system for the secure communication of data |
JPH0856356A (en) | 1994-08-10 | 1996-02-27 | Fujitsu Ltd | Encoding device and decoding device |
US5761417A (en) | 1994-09-08 | 1998-06-02 | International Business Machines Corporation | Video data streamer having scheduler for scheduling read request for individual data buffers associated with output ports of communication node to one storage node |
CA2199526C (en) | 1994-09-09 | 2005-04-12 | Titan Information Systems Corporation | Conditional access system |
US5541662A (en) | 1994-09-30 | 1996-07-30 | Intel Corporation | Content programmer control of video and data display using associated data |
US5614940A (en) | 1994-10-21 | 1997-03-25 | Intel Corporation | Method and apparatus for providing broadcast information with indexing |
WO1996017313A1 (en) | 1994-11-18 | 1996-06-06 | Oracle Corporation | Method and apparatus for indexing multimedia information streams |
US5793980A (en) | 1994-11-30 | 1998-08-11 | Realnetworks, Inc. | Audio-on-demand communication system |
US7349976B1 (en) | 1994-11-30 | 2008-03-25 | Realnetworks, Inc. | Audio-on-demand communication system |
JP2842796B2 (en) | 1994-12-06 | 1999-01-06 | 富士通株式会社 | Moving image encryption processing method and apparatus, and encrypted moving image decryption processing method and apparatus |
JPH08163488A (en) * | 1994-12-12 | 1996-06-21 | Matsushita Electric Ind Co Ltd | Method and device for generating moving image digest |
US5721720A (en) | 1994-12-28 | 1998-02-24 | Kabushiki Kaisha Toshiba | Optical recording medium recording pixel data as a compressed unit data block |
US5485611A (en) | 1994-12-30 | 1996-01-16 | Intel Corporation | Video database indexing and method of presenting video database index to a user |
US5533021A (en) | 1995-02-03 | 1996-07-02 | International Business Machines Corporation | Apparatus and method for segmentation and time synchronization of the transmission of multimedia data |
CA2168641C (en) | 1995-02-03 | 2000-03-28 | Tetsuya Kitamura | Image information encoding/decoding system |
CN100452072C (en) | 1995-02-13 | 2009-01-14 | 英特特拉斯特技术公司 | Systems and methods for secure transaction management and electronic rights protection |
KR100254090B1 (en) | 1995-02-16 | 2000-04-15 | 니시무로 타이죠 | Recording medium playback device |
JP3602635B2 (en) | 1995-02-16 | 2004-12-15 | 株式会社東芝 | Audio switching method and playback device |
US6002834A (en) | 1995-02-24 | 1999-12-14 | Hitachi, Ltd. | Optical disk having table relating sector address and time and optical disk reproducing apparatus |
US6009237A (en) | 1995-02-24 | 1999-12-28 | Hitachi Ltd. | Optical disk and optical disk reproduction apparatus |
US6937729B2 (en) | 1995-04-03 | 2005-08-30 | Scientific-Atlanta, Inc. | Representing entitlements to service in a conditional access system |
US5745643A (en) | 1995-04-06 | 1998-04-28 | Kabushiki Kaisha Toshiba | System for and method of reproducing playback data appropriately by the use of attribute information on the playback data |
US5813010A (en) | 1995-04-14 | 1998-09-22 | Kabushiki Kaisha Toshiba | Information storage and information transmission media with parental control |
TW430785B (en) | 1995-04-14 | 2001-04-21 | Toshiba Corp | Interactively broadcasting recording-media and its regeneration system |
US5809173A (en) | 1995-04-18 | 1998-09-15 | Advanced Micro Devices, Inc. | Method and apparatus for improved video decompression using previous frame DCT coefficients |
US6026232A (en) | 1995-07-13 | 2000-02-15 | Kabushiki Kaisha Toshiba | Method and system to replace sections of an encoded video bitstream |
US5852664A (en) | 1995-07-10 | 1998-12-22 | Intel Corporation | Decode access control for encoded multimedia signals |
US5822524A (en) | 1995-07-21 | 1998-10-13 | Infovalue Computing, Inc. | System for just-in-time retrieval of multimedia files over computer networks by transmitting data packets at transmission rate determined by frame size |
US6516064B1 (en) | 1995-07-25 | 2003-02-04 | Sony Corporation | Signal recording apparatus, signal record medium and signal reproducing apparatus |
JP3326670B2 (en) | 1995-08-02 | 2002-09-24 | ソニー株式会社 | Data encoding / decoding method and apparatus, and encoded data recording medium |
US5763800A (en) | 1995-08-14 | 1998-06-09 | Creative Labs, Inc. | Method and apparatus for formatting digital audio data |
US5978482A (en) | 1995-08-21 | 1999-11-02 | International Business Machines Corporation | Method and system for protection of digital information |
CN100351911C (en) | 1995-08-21 | 2007-11-28 | 松下电器产业株式会社 | Multimedia optical disk reproducing device for realizing unexpected scene unfold according to interactive control |
TW305043B (en) | 1995-09-29 | 1997-05-11 | Matsushita Electric Ind Co Ltd | |
TW436777B (en) | 1995-09-29 | 2001-05-28 | Matsushita Electric Ind Co Ltd | A method and an apparatus for reproducing bitstream having non-sequential system clock data seamlessly therebetween |
TW385431B (en) | 1995-09-29 | 2000-03-21 | Matsushita Electric Ind Co Ltd | A method and an apparatus for encoding a bitstream with plural possible searching reproduction paths information useful in multimedia optical disk |
US5751280A (en) | 1995-12-11 | 1998-05-12 | Silicon Graphics, Inc. | System and method for media stream synchronization with a base atom index file and an auxiliary atom index file |
US5627936A (en) | 1995-12-21 | 1997-05-06 | Intel Corporation | Apparatus and method for temporal indexing of multiple audio, video and data streams |
US5765164A (en) | 1995-12-21 | 1998-06-09 | Intel Corporation | Apparatus and method for management of discontinuous segments of multiple audio, video, and data streams |
US5675511A (en) | 1995-12-21 | 1997-10-07 | Intel Corporation | Apparatus and method for event tagging for multiple audio, video, and data streams |
CA2237293A1 (en) | 1995-12-29 | 1997-07-10 | Scientific-Atlanta, Inc. | Method and apparatus for providing conditional access in connection-oriented, interactive networks with a multiplicity of service providers |
US6957350B1 (en) | 1996-01-30 | 2005-10-18 | Dolby Laboratories Licensing Corporation | Encrypted and watermarked temporal and resolution layering in advanced television |
US5959690A (en) | 1996-02-20 | 1999-09-28 | Sas Institute, Inc. | Method and apparatus for transitions and other special effects in digital motion video |
US5630005A (en) | 1996-03-22 | 1997-05-13 | Cirrus Logic, Inc | Method for seeking to a requested location within variable data rate recorded information |
US5675382A (en) | 1996-04-08 | 1997-10-07 | Connectix Corporation | Spatial compression and decompression for video |
US6031622A (en) | 1996-05-16 | 2000-02-29 | Agfa Corporation | Method and apparatus for font compression and decompression |
US6065050A (en) | 1996-06-05 | 2000-05-16 | Sun Microsystems, Inc. | System and method for indexing between trick play and normal play video streams in a video delivery system |
US5903261A (en) | 1996-06-20 | 1999-05-11 | Data Translation, Inc. | Computer based video system |
US5874986A (en) | 1996-06-26 | 1999-02-23 | At&T Corp | Method for communicating audiovisual programs over a communications network |
US5844575A (en) | 1996-06-27 | 1998-12-01 | Intel Corporation | Video compression interface |
JP3093678B2 (en) | 1996-06-28 | 2000-10-03 | 株式会社東芝 | Encryption method, decryption method, recording / reproducing device, decryption device, decryption unit device and recording medium manufacturing method |
US5828370A (en) | 1996-07-01 | 1998-10-27 | Thompson Consumer Electronics Inc. | Video delivery system and method for displaying indexing slider bar on the subscriber video screen |
US5956729A (en) | 1996-09-06 | 1999-09-21 | Motorola, Inc. | Multimedia file, supporting multiple instances of media types, and method for forming same |
US5805700A (en) | 1996-10-15 | 1998-09-08 | Intel Corporation | Policy based selective encryption of compressed video data |
US6578200B1 (en) | 1996-10-31 | 2003-06-10 | Matsushita Electric Industrial Co., Ltd. | Data transmission/reception apparatus for use in a two-way digital broadcasting system |
JPH10145773A (en) | 1996-11-14 | 1998-05-29 | Toshiba Corp | Method for ciphering animation data, computer system applying the method and dynamic image data encoding/ decoding device |
US5878135A (en) | 1996-11-27 | 1999-03-02 | Thomson Consumer Electronics, Inc. | Decoding system for processing encrypted broadcast, cable or satellite video data |
US6038000A (en) | 1997-05-28 | 2000-03-14 | Sarnoff Corporation | Information stream syntax for indicating the presence of a splice point |
EP0956702A1 (en) | 1997-01-30 | 1999-11-17 | Microsoft Corporation | Vcr-like functions rendering video on demand |
FI106071B (en) | 1997-03-13 | 2000-11-15 | Nokia Mobile Phones Ltd | Adaptive filter |
US6128653A (en) | 1997-03-17 | 2000-10-03 | Microsoft Corporation | Method and apparatus for communication media commands and media data using the HTTP protocol |
MY124583A (en) | 1997-03-19 | 2006-06-30 | Sony Corp | Video data decoding apparatus and method and video signal reproduction apparatus and method |
US6654933B1 (en) | 1999-09-21 | 2003-11-25 | Kasenna, Inc. | System and method for media stream indexing |
US6079566A (en) | 1997-04-07 | 2000-06-27 | At&T Corp | System and method for processing object-based audiovisual information |
US5963202A (en) | 1997-04-14 | 1999-10-05 | Instant Video Technologies, Inc. | System and method for distributing and managing digital video information in a video distribution network |
US5892915A (en) | 1997-04-25 | 1999-04-06 | Emc Corporation | System having client sending edit commands to server during transmission of continuous media from one clip in play list for editing the play list |
US6535878B1 (en) | 1997-05-02 | 2003-03-18 | Roxio, Inc. | Method and system for providing on-line interactivity over a server-client network |
US6611537B1 (en) | 1997-05-30 | 2003-08-26 | Centillium Communications, Inc. | Synchronous network for digital media streams |
JP3791720B2 (en) | 1997-06-11 | 2006-06-28 | ソニー株式会社 | Transmission apparatus and transmission method |
US6970564B1 (en) | 1998-07-13 | 2005-11-29 | Sony Corporation | Data multiplexing device, program distribution system, program transmission system, pay broadcast system, program transmission method, conditional access system, and data reception device |
FI103003B1 (en) | 1997-06-13 | 1999-03-31 | Nokia Mobile Phones Ltd | Filtering procedure, filter and mobile terminal |
KR100242448B1 (en) | 1997-06-28 | 2000-02-01 | 윤종용 | Apparatus and method for controlling high speed reproducing for digital video disk |
US6573907B1 (en) | 1997-07-03 | 2003-06-03 | Obvious Technology | Network distribution and management of interactive video and multi-media containers |
JPH1175178A (en) | 1997-08-28 | 1999-03-16 | Sanyo Electric Co Ltd | Image coder and image coding method |
US5970147A (en) | 1997-09-30 | 1999-10-19 | Intel Corporation | System and method for configuring and registering a cryptographic device |
US6594699B1 (en) | 1997-10-10 | 2003-07-15 | Kasenna, Inc. | System for capability based multimedia streaming over a network |
EP0910087B1 (en) | 1997-10-17 | 2011-11-30 | Sony Corporation | Recording apparatus and method, reproducing apparatus and method, recording/reproducing apparatus and method, recording medium and distribution medium |
US6046778A (en) | 1997-10-29 | 2000-04-04 | Matsushita Electric Industrial Co., Ltd. | Apparatus for generating sub-picture units for subtitles and storage medium storing sub-picture unit generation program |
KR19990042668A (en) | 1997-11-27 | 1999-06-15 | 정선종 | Video encoding apparatus and method for multiple video transmission |
US6057832A (en) | 1997-12-02 | 2000-05-02 | V Soft Ltd. | Method and apparatus for video-on-demand with fast play capability |
KR100252108B1 (en) | 1997-12-20 | 2000-04-15 | 윤종용 | Digital recording and reproducing apparatus employing MPEG compression encoder and decoder and method thereof |
US6665835B1 (en) | 1997-12-23 | 2003-12-16 | Verizon Laboratories, Inc. | Real time media journaler with a timing event coordinator |
JP4186242B2 (en) | 1997-12-26 | 2008-11-26 | ソニー株式会社 | Image signal processing apparatus and image signal processing method |
US6453355B1 (en) | 1998-01-15 | 2002-09-17 | Apple Computer, Inc. | Method and apparatus for media data transmission |
US6453459B1 (en) | 1998-01-21 | 2002-09-17 | Apple Computer, Inc. | Menu authoring system and method for automatically performing low-level DVD configuration functions and thereby ease an author's job |
JP3394899B2 (en) | 1998-01-23 | 2003-04-07 | 株式会社東芝 | Audio data recording medium, data processing apparatus and method |
US6751623B1 (en) | 1998-01-26 | 2004-06-15 | At&T Corp. | Flexible interchange of coded multimedia facilitating access and streaming |
US7233948B1 (en) | 1998-03-16 | 2007-06-19 | Intertrust Technologies Corp. | Methods and apparatus for persistent control and protection of content |
US7809138B2 (en) | 1999-03-16 | 2010-10-05 | Intertrust Technologies Corporation | Methods and apparatus for persistent control and protection of content |
IL123819A (en) | 1998-03-24 | 2001-09-13 | Geo Interactive Media Group Lt | Network media streaming |
JP3120773B2 (en) | 1998-04-06 | 2000-12-25 | 日本電気株式会社 | Image processing device |
JP3997367B2 (en) | 1998-04-30 | 2007-10-24 | ソニー株式会社 | Recording / reproducing apparatus and method, and recording medium |
JP3383580B2 (en) | 1998-05-15 | 2003-03-04 | 株式会社東芝 | Information storage medium, information recording / reproducing apparatus and method |
US6859496B1 (en) | 1998-05-29 | 2005-02-22 | International Business Machines Corporation | Adaptively encoding multiple streams of video data in parallel for multiplexing onto a constant bit rate channel |
AU3842999A (en) | 1998-06-11 | 1999-12-30 | Koninklijke Philips Electronics N.V. | Trick play signal generation for a digital video recorder |
JP3383587B2 (en) | 1998-07-07 | 2003-03-04 | 株式会社東芝 | Still image continuous information recording method, optical disc, optical disc information reproducing apparatus and information reproducing method |
US6320905B1 (en) | 1998-07-08 | 2001-11-20 | Stream Machine Company | Postprocessing system for removing blocking artifacts in block-based codecs |
US6199107B1 (en) | 1998-07-22 | 2001-03-06 | Microsoft Corporation | Partial file caching and read range resume system and method |
US6973090B2 (en) | 1998-07-22 | 2005-12-06 | Synchrodyne Networks, Inc. | Switching with multiple time references |
US8380041B2 (en) | 1998-07-30 | 2013-02-19 | Tivo Inc. | Transportable digital video recorder system |
US7457415B2 (en) | 1998-08-20 | 2008-11-25 | Akikaze Technologies, Llc | Secure information distribution system utilizing information segment scrambling |
US6931531B1 (en) | 1998-09-02 | 2005-08-16 | Matsushita Electric Industrial Co., Ltd. | Image object recording, compression, and encryption method and system |
JP2000090644A (en) | 1998-09-08 | 2000-03-31 | Sharp Corp | Image management method and device |
US6351538B1 (en) | 1998-10-06 | 2002-02-26 | Lsi Logic Corporation | Conditional access and copy protection scheme for MPEG encoded video data |
WO2000022623A1 (en) | 1998-10-12 | 2000-04-20 | Matsushita Electric Industrial Co., Ltd. | Information recording medium, apparatus and method for recording or reproducing data thereof |
DE69915213T2 (en) | 1998-11-09 | 2005-02-24 | Matsushita Electric Industrial Co., Ltd., Kadoma | Device and method for data conversion in a copyright protection system |
CA2289958C (en) | 1998-11-19 | 2003-01-21 | Tomoyuki Okada | Information recording medium, apparatus and method for recording or reproducing data thereof |
SE513356C2 (en) | 1998-11-20 | 2000-08-28 | Ericsson Telefon Ab L M | Method and apparatus for encrypting images |
US6236764B1 (en) | 1998-11-30 | 2001-05-22 | Equator Technologies, Inc. | Image processing circuit and method for reducing a difference between pixel values across an image boundary |
US6414996B1 (en) | 1998-12-08 | 2002-07-02 | Stmicroelectronics, Inc. | System, method and apparatus for an instruction driven digital video processor |
US6374144B1 (en) | 1998-12-22 | 2002-04-16 | Varian Semiconductor Equipment Associates, Inc. | Method and apparatus for controlling a system using hierarchical state machines |
US7209892B1 (en) | 1998-12-24 | 2007-04-24 | Universal Music Group, Inc. | Electronic music/media distribution system |
EP1021048A3 (en) | 1999-01-14 | 2002-10-02 | Kabushiki Kaisha Toshiba | Digital video recording system and its recording medium |
WO2000044119A1 (en) | 1999-01-26 | 2000-07-27 | Infolio, Inc. | Universal mobile id system and method for digital rights management |
JP3433125B2 (en) | 1999-01-27 | 2003-08-04 | 三洋電機株式会社 | Video playback device |
US6169242B1 (en) | 1999-02-02 | 2001-01-02 | Microsoft Corporation | Track-based music performance architecture |
WO2000046803A1 (en) | 1999-02-05 | 2000-08-10 | Kabushiki Kaisha Toshiba | Method for creating stream data and method for partial deletion |
CN1181676C (en) | 1999-02-08 | 2004-12-22 | 三洋电机株式会社 | Mobile image recording device and digital camera |
US6498865B1 (en) | 1999-02-11 | 2002-12-24 | Packetvideo Corp,. | Method and device for control and compatible delivery of digitally compressed visual data in a heterogeneous communication network |
DE19906449C1 (en) | 1999-02-16 | 2000-08-10 | Fraunhofer Ges Forschung | Multimedia data stream encryption method provides first section of useful data block which is not encrypted for providing preview or prelist function |
DE19906450C1 (en) | 1999-02-16 | 2000-08-17 | Fraunhofer Ges Forschung | Method and device for generating an encrypted user data stream and method and device for decrypting an encrypted user data stream |
JP3805985B2 (en) | 1999-02-18 | 2006-08-09 | 株式会社東芝 | Stream data information storage medium, recording method, reproducing method, recording apparatus, and reproducing apparatus |
US6415031B1 (en) | 1999-03-12 | 2002-07-02 | Diva Systems Corporation | Selective and renewable encryption for secure distribution of video on-demand |
WO2000055854A1 (en) | 1999-03-17 | 2000-09-21 | Kabushiki Kaisha Toshiba | Method for recording stream data and its data structure |
EP1039468A3 (en) | 1999-03-19 | 2000-10-04 | Deutsche Thomson-Brandt Gmbh | Method for implementing trickplay modes in a data stream recorder |
US6658056B1 (en) | 1999-03-30 | 2003-12-02 | Sony Corporation | Digital video decoding, buffering and frame-rate converting method and apparatus |
US8689265B2 (en) | 1999-03-30 | 2014-04-01 | Tivo Inc. | Multimedia mobile personalization system |
US6865747B1 (en) | 1999-04-01 | 2005-03-08 | Digital Video Express, L.P. | High definition media storage structure and playback mechanism |
US6721794B2 (en) | 1999-04-01 | 2004-04-13 | Diva Systems Corp. | Method of data management for efficiently storing and retrieving data to respond to user access requests |
US6535920B1 (en) | 1999-04-06 | 2003-03-18 | Microsoft Corporation | Analyzing, indexing and seeking of streaming information |
US6748481B1 (en) | 1999-04-06 | 2004-06-08 | Microsoft Corporation | Streaming information appliance with circular buffer for receiving and selectively reading blocks of streaming information |
US6453420B1 (en) | 1999-04-21 | 2002-09-17 | Research Investment Network, Inc. | System, method and article of manufacture for authorizing the use of electronic content utilizing a laser-centric medium |
CN1367926A (en) | 1999-04-21 | 2002-09-04 | 研究投资网络公司 | System, emthod and article of manufacture for updating content stored on portable storage medium |
US20050182828A1 (en) | 1999-04-21 | 2005-08-18 | Interactual Technologies, Inc. | Platform specific execution |
US7493018B2 (en) * | 1999-05-19 | 2009-02-17 | Kwang Su Kim | Method for creating caption-based search information of moving picture data, searching and repeating playback of moving picture data based on said search information, and reproduction apparatus using said method |
US6807306B1 (en) | 1999-05-28 | 2004-10-19 | Xerox Corporation | Time-constrained keyframe selection method |
US6330286B1 (en) | 1999-06-09 | 2001-12-11 | Sarnoff Corporation | Flow control, latency control, and bitrate conversions in a timing correction and frame synchronization apparatus |
US6725281B1 (en) | 1999-06-11 | 2004-04-20 | Microsoft Corporation | Synchronization of controlled device state using state table and eventing in data-driven remote device control model |
US7330875B1 (en) | 1999-06-15 | 2008-02-12 | Microsoft Corporation | System and method for recording a presentation for on-demand viewing over a computer network |
GB9916181D0 (en) | 1999-07-09 | 1999-09-08 | Simoco Int Ltd | Method and apparatus for transmitting data |
JP2001043668A (en) | 1999-08-02 | 2001-02-16 | Nippon Columbia Co Ltd | Magnetic disk device |
US7133598B1 (en) | 1999-08-20 | 2006-11-07 | Thomson Licensing | Method for converting packetized video data and corresponding navigation data into a second data format |
US6731758B1 (en) | 1999-08-29 | 2004-05-04 | Intel Corporation | Digital video content transmission ciphering and deciphering method and apparatus |
NZ518774A (en) | 1999-10-22 | 2004-09-24 | Activesky Inc | An object oriented video system |
CA2388606C (en) | 1999-10-27 | 2009-12-29 | Diva Systems Corporation | Picture-in-picture and multiple video streams using slice-based encoding |
US6912513B1 (en) | 1999-10-29 | 2005-06-28 | Sony Corporation | Copy-protecting management using a user scrambling key |
US7151832B1 (en) | 1999-11-18 | 2006-12-19 | International Business Machines Corporation | Dynamic encryption and decryption of a stream of data |
US6988144B1 (en) | 1999-11-18 | 2006-01-17 | International Business Machines Corporation | Packet scheduling system and method for multimedia data |
US6996720B1 (en) | 1999-12-17 | 2006-02-07 | Microsoft Corporation | System and method for accessing protected content in a rights-management architecture |
US7051110B2 (en) | 1999-12-20 | 2006-05-23 | Matsushita Electric Industrial Co., Ltd. | Data reception/playback method and apparatus and data transmission method and apparatus for providing playback control functions |
US20010030710A1 (en) | 1999-12-22 | 2001-10-18 | Werner William B. | System and method for associating subtitle data with cinematic material |
US7110542B1 (en) | 1999-12-30 | 2006-09-19 | Intel Corporation | Protecting audio/video content during storage and playback on a processor-based system |
US6871008B1 (en) | 2000-01-03 | 2005-03-22 | Genesis Microchip Inc. | Subpicture decoding architecture and method |
US6810131B2 (en) | 2000-01-05 | 2004-10-26 | Canon Kabushiki Kaisha | Information processing method and apparatus |
KR100320476B1 (en) | 2000-01-12 | 2002-01-15 | 구자홍 | Video decoder and method for the same |
CN1779689A (en) | 2000-01-21 | 2006-05-31 | 索尼公司 | Data processing apparatus and data processing method |
JP2001209583A (en) | 2000-01-26 | 2001-08-03 | Sony Corp | Recorded data regenerator and method for saved data processing and program distribution media |
US6693959B1 (en) | 2000-03-03 | 2004-02-17 | Ati International Srl | Method and apparatus for indexing and locating key frames in streaming and variable-frame-length data |
EP1143658A1 (en) | 2000-04-03 | 2001-10-10 | Canal+ Technologies Société Anonyme | Authentication of data transmitted in a digital transmission system |
EP1273152B1 (en) | 2000-04-08 | 2006-08-02 | Sun Microsystems, Inc. | Method of streaming a single media track to multiple clients |
JP4599740B2 (en) | 2000-04-21 | 2010-12-15 | ソニー株式会社 | Information processing apparatus and method, recording medium, program, and recording medium |
US7302490B1 (en) | 2000-05-03 | 2007-11-27 | Microsoft Corporation | Media file format to support switching between multiple timeline-altered media streams |
US6609548B2 (en) | 2000-05-11 | 2003-08-26 | Michelin Recherche Et Technique S.A. | Asymmetrical vehicle tire with balanced wet and dry performance |
GB2362532B (en) | 2000-05-15 | 2004-05-05 | Nokia Mobile Phones Ltd | Video coding |
EP1158799A1 (en) | 2000-05-18 | 2001-11-28 | Deutsche Thomson-Brandt Gmbh | Method and receiver for providing subtitle data in several languages on demand |
KR100448452B1 (en) | 2000-06-09 | 2004-09-13 | 엘지전자 주식회사 | Method for supporting menu of a high-density recording medium |
JP2001359070A (en) | 2000-06-14 | 2001-12-26 | Canon Inc | Data processing unit, data processing method and computer-readable storage medium |
US8091106B1 (en) | 2000-06-26 | 2012-01-03 | Thomson Licensing | Method and apparatus for using DVD subpicture information in a television receiver |
US6965646B1 (en) | 2000-06-28 | 2005-11-15 | Cisco Technology, Inc. | MPEG file format optimization for streaming |
US7647340B2 (en) | 2000-06-28 | 2010-01-12 | Sharp Laboratories Of America, Inc. | Metadata in JPEG 2000 file format |
US6871006B1 (en) | 2000-06-30 | 2005-03-22 | Emc Corporation | Processing of MPEG encoded video for trick mode operation |
FI109393B (en) | 2000-07-14 | 2002-07-15 | Nokia Corp | Method for encoding media stream, a scalable and a terminal |
US7548565B2 (en) * | 2000-07-24 | 2009-06-16 | Vmark, Inc. | Method and apparatus for fast metadata generation, delivery and access for live broadcast program |
KR20040041082A (en) | 2000-07-24 | 2004-05-13 | 비브콤 인코포레이티드 | System and method for indexing, searching, identifying, and editing portions of electronic multimedia files |
US6395969B1 (en) | 2000-07-28 | 2002-05-28 | Mxworks, Inc. | System and method for artistically integrating music and visual effects |
JP4810752B2 (en) | 2000-08-04 | 2011-11-09 | ソニー株式会社 | DATA RECORDING MEDIUM, DATA RECORDING METHOD AND DEVICE, DATA REPRODUCTION METHOD AND DEVICE, DATA TRANSMISSION METHOD AND DEVICE, AND DATA RECEPTION METHOD AND DEVICE |
US7373422B1 (en) | 2000-08-04 | 2008-05-13 | Oracle International Corporation | Techniques for supporting multiple devices in mobile applications |
US6704024B2 (en) | 2000-08-07 | 2004-03-09 | Zframe, Inc. | Visual content browsing using rasterized representations |
KR20020013664A (en) | 2000-08-14 | 2002-02-21 | 민홍기 | An Implementation of the Internet Caption Broadcasting Server and Client for the Hearing Impairment |
WO2002017637A1 (en) | 2000-08-25 | 2002-02-28 | Matsushita Electric Industrial Co., Ltd. | Data transmission method and data relay method |
US6453115B1 (en) | 2000-08-31 | 2002-09-17 | Keen Personal Media, Inc. | Digital video recording system which generates an index data structure for displaying a video stream in trickplay mode |
JP4552294B2 (en) | 2000-08-31 | 2010-09-29 | ソニー株式会社 | Content distribution system, content distribution method, information processing apparatus, and program providing medium |
US7242772B1 (en) | 2000-09-07 | 2007-07-10 | Eastman Kodak Company | Encryption apparatus and method for synchronizing multiple encryption keys with a data stream |
WO2002023315A2 (en) | 2000-09-12 | 2002-03-21 | Aladdin Knowledge Systems, Ltd. | System for managing rights and permitting on-line playback of digital content |
US7212726B2 (en) | 2000-09-15 | 2007-05-01 | International Business Machines Corporation | System and method of processing MPEG streams for file index insertion |
US7103906B1 (en) | 2000-09-29 | 2006-09-05 | International Business Machines Corporation | User controlled multi-device media-on-demand system |
US6934334B2 (en) | 2000-10-02 | 2005-08-23 | Kabushiki Kaisha Toshiba | Method of transcoding encoded video data and apparatus which transcodes encoded video data |
US20030079222A1 (en) | 2000-10-06 | 2003-04-24 | Boykin Patrick Oscar | System and method for distributing perceptually encrypted encoded files of music and movies |
US7231132B1 (en) | 2000-10-16 | 2007-06-12 | Seachange International, Inc. | Trick-mode processing for digital video |
US7031393B2 (en) | 2000-10-20 | 2006-04-18 | Matsushita Electric Industrial Co., Ltd. | Block distortion detection method, block distortion detection apparatus, block distortion removal method, and block distortion removal apparatus |
KR20020032803A (en) | 2000-10-27 | 2002-05-04 | 구자홍 | File structure for streaming service |
US7143289B2 (en) | 2000-10-30 | 2006-11-28 | Geocodex Llc | System and method for delivering encrypted information in a communication network using location identity and key tables |
US6985588B1 (en) | 2000-10-30 | 2006-01-10 | Geocodex Llc | System and method for using location identity to control access to digital information |
US7058177B1 (en) | 2000-11-28 | 2006-06-06 | Xilinx, Inc. | Partially encrypted bitstream method |
US6931543B1 (en) | 2000-11-28 | 2005-08-16 | Xilinx, Inc. | Programmable logic device with decryption algorithm and decryption key |
US20020107802A1 (en) | 2000-12-06 | 2002-08-08 | Ashwin Philips | Secure file downloading |
WO2002047080A2 (en) | 2000-12-07 | 2002-06-13 | Sandisk Corporation | System, method, and device for playing back recorded audio, video or other content from non-volatile memory cards, compact disks or other media |
US7117231B2 (en) | 2000-12-07 | 2006-10-03 | International Business Machines Corporation | Method and system for the automatic generation of multi-lingual synchronized sub-titles for audiovisual data |
KR100433516B1 (en) | 2000-12-08 | 2004-05-31 | 삼성전자주식회사 | Transcoding method |
US20030002578A1 (en) | 2000-12-11 | 2003-01-02 | Ikuo Tsukagoshi | System and method for timeshifting the encoding/decoding of audio/visual signals in real-time |
CN1240223C (en) | 2000-12-13 | 2006-02-01 | 香港中文大学 | Method and system for delivering media over a network |
US7401351B2 (en) | 2000-12-14 | 2008-07-15 | Fuji Xerox Co., Ltd. | System and method for video navigation and client side indexing |
US6798912B2 (en) | 2000-12-18 | 2004-09-28 | Koninklijke Philips Electronics N.V. | Apparatus and method of program classification based on syntax of transcript information |
US6920175B2 (en) | 2001-01-03 | 2005-07-19 | Nokia Corporation | Video coding architecture and methods for using same |
KR20030005223A (en) | 2001-01-12 | 2003-01-17 | 코닌클리케 필립스 일렉트로닉스 엔.브이. | Method and device for scalable video transcoding |
JP4048407B2 (en) | 2001-01-18 | 2008-02-20 | 富士フイルム株式会社 | Digital camera |
US7665115B2 (en) | 2001-02-02 | 2010-02-16 | Microsoft Corporation | Integration of media playback components with an independent timing specification |
GB0103245D0 (en) | 2001-02-09 | 2001-03-28 | Radioscape Ltd | Method of inserting additional data into a compressed signal |
AU2002240510A1 (en) | 2001-02-20 | 2002-09-04 | American Skandia Life Assurance Corporation | System, method and program for providing stabilized annuity payments and control of investments in a variable annuity |
AU2002245609A1 (en) | 2001-03-05 | 2002-09-19 | Intervideo, Inc. | Systems and methods of error resilience in a video decoder |
US7162314B2 (en) | 2001-03-05 | 2007-01-09 | Microsoft Corporation | Scripting solution for interactive audio generation |
US6970822B2 (en) | 2001-03-07 | 2005-11-29 | Microsoft Corporation | Accessing audio processing components in an audio generation system |
US7305273B2 (en) | 2001-03-07 | 2007-12-04 | Microsoft Corporation | Audio generation system manager |
JP3889233B2 (en) | 2001-03-08 | 2007-03-07 | 株式会社モノリス | Image encoding method and apparatus, and image decoding method and apparatus |
WO2002073437A1 (en) | 2001-03-12 | 2002-09-19 | Edgestream, Inc. | Seek architecture for media streaming |
EP1244310A1 (en) | 2001-03-21 | 2002-09-25 | Canal+ Technologies Société Anonyme | Data referencing system |
US7450641B2 (en) | 2001-09-14 | 2008-11-11 | Sharp Laboratories Of America, Inc. | Adaptive filtering based upon boundary strength |
US8060906B2 (en) | 2001-04-06 | 2011-11-15 | At&T Intellectual Property Ii, L.P. | Method and apparatus for interactively retrieving content related to previous query results |
JP3788260B2 (en) | 2001-04-09 | 2006-06-21 | 日本電気株式会社 | Distribution system, distribution method thereof, and distribution program |
EP1382202B1 (en) | 2001-04-18 | 2006-07-26 | Koninklijke Philips Electronics N.V. | Audio coding with partial encryption |
US20020161911A1 (en) | 2001-04-19 | 2002-10-31 | Thomas Pinckney | Systems and methods for efficient memory allocation for streaming of multimedia files |
US7110664B2 (en) | 2001-04-20 | 2006-09-19 | Front Porch Digital, Inc. | Methods and apparatus for indexing and archiving encoded audio-video data |
US7121666B2 (en) | 2001-04-25 | 2006-10-17 | Tseng Scheffer C G | Apparatus and method for the kinetic analysis of tear stability |
US7035335B1 (en) | 2001-05-11 | 2006-04-25 | Advanced Micro Devices, Inc. | Transport stream parser |
US7243346B1 (en) | 2001-05-21 | 2007-07-10 | Microsoft Corporation | Customized library management system |
KR20040007621A (en) | 2001-05-29 | 2004-01-24 | 마쯔시다덴기산교 가부시키가이샤 | Rights management unit |
US6973445B2 (en) | 2001-05-31 | 2005-12-06 | Contentguard Holdings, Inc. | Demarcated digital content and method for creating and processing demarcated digital works |
US8275716B2 (en) | 2001-05-31 | 2012-09-25 | Contentguard Holdings, Inc. | Method and system for subscription digital rights management |
US7103261B2 (en) | 2001-06-04 | 2006-09-05 | William Grecia | Consumer friendly error correcting formating method for white book 2.0 video compact disc with CD-DA red book audio tracks |
US7895616B2 (en) | 2001-06-06 | 2011-02-22 | Sony Corporation | Reconstitution of program streams split across multiple packet identifiers |
US7127619B2 (en) | 2001-06-06 | 2006-10-24 | Sony Corporation | Decoding and decryption of partially encrypted information |
US7747853B2 (en) | 2001-06-06 | 2010-06-29 | Sony Corporation | IP delivery of secure digital content |
FR2825877B1 (en) | 2001-06-12 | 2003-09-19 | Canal Plus Technologies | METHOD FOR CONTROLLING ACCESS TO AN ENCRYPTED PROGRAM |
US6742082B1 (en) | 2001-06-12 | 2004-05-25 | Network Appliance | Pre-computing streaming media payload method and apparatus |
US20020194606A1 (en) | 2001-06-14 | 2002-12-19 | Michael Tucker | System and method of communication between videoconferencing systems and computer systems |
US6948073B2 (en) | 2001-06-27 | 2005-09-20 | Microsoft Corporation | Protecting decrypted compressed content and decrypted decompressed content at a digital rights management client |
JP2003087785A (en) | 2001-06-29 | 2003-03-20 | Toshiba Corp | Method of converting format of encoded video data and apparatus therefor |
US7065213B2 (en) | 2001-06-29 | 2006-06-20 | Scientific-Atlanta, Inc. | In a subscriber network receiving digital packets and transmitting digital packets below a predetermined maximum bit rate |
US7356245B2 (en) | 2001-06-29 | 2008-04-08 | International Business Machines Corporation | Methods to facilitate efficient transmission and playback of digital information |
US20040101142A1 (en) | 2001-07-05 | 2004-05-27 | Nasypny Vladimir Vladimirovich | Method and system for an integrated protection system of data distributed processing in computer networks and system for carrying out said method |
JP2003023607A (en) | 2001-07-06 | 2003-01-24 | Kenwood Corp | Reproducing device |
US7945143B2 (en) | 2001-07-23 | 2011-05-17 | Panasonic Corporation | Information recording medium, and apparatus and method for recording information on information recording medium |
JP4145586B2 (en) | 2001-07-24 | 2008-09-03 | セイコーエプソン株式会社 | Image processing apparatus, image processing program, and image processing method |
US7139470B2 (en) | 2001-08-17 | 2006-11-21 | Intel Corporation | Navigation for MPEG streams |
EP1286349A1 (en) | 2001-08-21 | 2003-02-26 | Canal+ Technologies Société Anonyme | File and content management |
US7218635B2 (en) | 2001-08-31 | 2007-05-15 | Stmicroelectronics, Inc. | Apparatus and method for indexing MPEG video data to perform special mode playback in a digital video recorder and indexed signal associated therewith |
WO2003021936A2 (en) | 2001-09-05 | 2003-03-13 | Emblaze Semi Conductor Ltd | Method for reducing blocking artifacts |
KR100424762B1 (en) | 2001-09-06 | 2004-03-30 | 삼성전자주식회사 | Image data providing system and method thereof |
JP3593075B2 (en) | 2001-09-10 | 2004-11-24 | 株式会社東芝 | Information storage medium, information recording method and apparatus, and information reproducing method and apparatus |
TWI236250B (en) | 2001-09-12 | 2005-07-11 | Nagravision Sa | Data transmission method between a local server and local peripherals |
US6983079B2 (en) | 2001-09-20 | 2006-01-03 | Seiko Epson Corporation | Reducing blocking and ringing artifacts in low-bit-rate coding |
FI20011871L (en) | 2001-09-24 | 2003-03-25 | Nokia Corp | Multimedia data processing |
US7457359B2 (en) | 2001-09-26 | 2008-11-25 | Mabey Danny L | Systems, devices and methods for securely distributing highly-compressed multimedia content |
US20030077071A1 (en) | 2001-10-23 | 2003-04-24 | Shu Lin | Fast forward trick mode and reverse trick mode using an information file |
US7148908B2 (en) | 2001-10-31 | 2006-12-12 | Eastman Kodak Company | Method and apparatus for generating image transitions |
US20030093799A1 (en) | 2001-11-14 | 2003-05-15 | Kauffman Marc W. | Streamed content Delivery |
JP2003152698A (en) | 2001-11-15 | 2003-05-23 | Nippon Hoso Kyokai <Nhk> | Content usage control transmission method, content usage control reception method, content usage control transmission device, content usage control reception device, content usage control transmission program, content usage control reception program |
US20030099364A1 (en) | 2001-11-28 | 2003-05-29 | Thompson Mark R. | Playback manipulation of HTTP streamed content objects |
EP1453319B1 (en) | 2001-11-29 | 2012-09-26 | Panasonic Corporation | Coding distortion removal method; moving picture coding method; moving picture decoding method; and apparatus for realizing the same; program |
EP3282699B1 (en) | 2001-11-29 | 2019-10-23 | Godo Kaisha IP Bridge 1 | Coding distortion removal method |
US7380120B1 (en) | 2001-12-12 | 2008-05-27 | Guardian Data Storage, Llc | Secured data format for access control |
US20040037421A1 (en) | 2001-12-17 | 2004-02-26 | Truman Michael Mead | Parital encryption of assembled bitstreams |
DE10164135A1 (en) | 2001-12-30 | 2003-07-17 | Juergen K Lang | Multimedia protection system divides data for part encryption with variable length key |
US7242773B2 (en) | 2002-09-09 | 2007-07-10 | Sony Corporation | Multiple partial encryption using retuning |
US7292690B2 (en) | 2002-01-02 | 2007-11-06 | Sony Corporation | Video scene change detection |
JP4446743B2 (en) | 2002-01-02 | 2010-04-07 | ソニー エレクトロニクス インク | Elementary stream partial encryption |
US7292691B2 (en) | 2002-01-02 | 2007-11-06 | Sony Corporation | Progressive video refresh slice detection |
US7233669B2 (en) | 2002-01-02 | 2007-06-19 | Sony Corporation | Selective encryption to enable multiple decryption keys |
US7215770B2 (en) | 2002-01-02 | 2007-05-08 | Sony Corporation | System and method for partially encrypted multimedia stream |
US7376233B2 (en) | 2002-01-02 | 2008-05-20 | Sony Corporation | Video slice and active region based multiple partial encryption |
US8027470B2 (en) | 2002-01-02 | 2011-09-27 | Sony Corporation | Video slice and active region based multiple partial encryption |
US7302059B2 (en) | 2002-01-02 | 2007-11-27 | Sony Corporation | Star pattern partial encryption |
US7075587B2 (en) | 2002-01-04 | 2006-07-11 | Industry-Academic Cooperation Foundation Yonsei University | Video display apparatus with separate display means for textual information |
US20030135633A1 (en) | 2002-01-04 | 2003-07-17 | International Business Machines Corporation | Streaming and managing complex media content on Web servers |
WO2003058485A1 (en) | 2002-01-12 | 2003-07-17 | Coretrust, Inc. | Method and system for the information protection of digital content |
US7065651B2 (en) | 2002-01-16 | 2006-06-20 | Microsoft Corporation | Secure video card methods and systems |
JP2003230089A (en) | 2002-01-31 | 2003-08-15 | Toshiba Corp | Information storage medium and information recording apparatus |
JP2003250113A (en) | 2002-02-22 | 2003-09-05 | Fuji Photo Film Co Ltd | Video audio recording and reproducing apparatus |
US20030236836A1 (en) | 2002-03-21 | 2003-12-25 | Borthwick Ernest Mark | System and method for the design and sharing of rich media productions via a computer network |
US7170936B2 (en) | 2002-03-28 | 2007-01-30 | Intel Corporation | Transcoding apparatus, system, and method |
US8214655B2 (en) | 2002-03-29 | 2012-07-03 | Kabushiki Kaisha Toshiba | Data structure of multimedia file format, encrypting method and device thereof, and decrypting method and device thereof |
US20030185302A1 (en) | 2002-04-02 | 2003-10-02 | Abrams Thomas Algie | Camera and/or camera converter |
US7231516B1 (en) | 2002-04-11 | 2007-06-12 | General Instrument Corporation | Networked digital video recording system with copy protection and random access playback |
US20040006701A1 (en) | 2002-04-13 | 2004-01-08 | Advanced Decisions Inc. | Method and apparatus for authentication of recorded audio |
US8155498B2 (en) | 2002-04-26 | 2012-04-10 | The Directv Group, Inc. | System and method for indexing commercials in a video presentation |
WO2003098475A1 (en) | 2002-04-29 | 2003-11-27 | Sony Electronics, Inc. | Supporting advanced coding formats in media files |
US7363647B1 (en) | 2002-05-07 | 2008-04-22 | Unisys Corporation | Mapping process for use in sending trick-mode video streams with a high performance |
JP4581685B2 (en) | 2002-05-10 | 2010-11-17 | ソニー株式会社 | Encryption device and decryption device |
JP4186512B2 (en) | 2002-05-20 | 2008-11-26 | ソニー株式会社 | Service providing system, device terminal and processing method thereof, authentication device and method, service providing device and method, and program |
US7054804B2 (en) | 2002-05-20 | 2006-05-30 | International Buisness Machines Corporation | Method and apparatus for performing real-time subtitles translation |
US7155109B2 (en) | 2002-06-14 | 2006-12-26 | Microsoft Corporation | Programmable video recorder having flexible trick play |
US7206940B2 (en) | 2002-06-24 | 2007-04-17 | Microsoft Corporation | Methods and systems providing per pixel security and functionality |
US7644172B2 (en) | 2002-06-24 | 2010-01-05 | Microsoft Corporation | Communicating via a connection between a streaming server and a client without breaking the connection |
US7174021B2 (en) | 2002-06-28 | 2007-02-06 | Microsoft Corporation | Systems and methods for providing secure server key operations |
AU2003253875A1 (en) | 2002-07-09 | 2004-01-23 | Kaleidescape, Inc. | Secure presentation of encrypted digital content |
US9445133B2 (en) | 2002-07-10 | 2016-09-13 | Arris Enterprises, Inc. | DVD conversion for on demand |
FR2842690B1 (en) | 2002-07-17 | 2004-10-08 | Thomson Licensing Sa | METHOD AND DEVICE FOR TRANSMITTING VIDEO DATA FOR THE IMPLEMENTATION OF SPECIAL MODES |
US20040021684A1 (en) | 2002-07-23 | 2004-02-05 | Dominick B. Millner | Method and system for an interactive video system |
US7627229B2 (en) | 2002-07-26 | 2009-12-01 | Fujifilm Corporation | Moving image recording apparatus and method of recording moving image |
US20040022391A1 (en) | 2002-07-30 | 2004-02-05 | O'brien Royal | Digital content security system and method |
AU2003268037A1 (en) | 2002-07-30 | 2004-02-16 | Digital Interactive Streams, Inc. | Digital content security system and method |
US7167560B2 (en) | 2002-08-08 | 2007-01-23 | Matsushita Electric Industrial Co., Ltd. | Partial encryption of stream-formatted media |
US7418190B2 (en) | 2002-08-22 | 2008-08-26 | Microsoft Corporation | Accelerated access to frames from a compressed digital video stream without keyframes |
KR100605193B1 (en) | 2002-09-05 | 2006-07-31 | 엘지전자 주식회사 | Recording medium having data structure for managing reproduction of slideshows recorded thereon and recording and reproducing methods and apparatuses |
WO2004023480A1 (en) | 2002-09-06 | 2004-03-18 | Lg Electronics Inc. | Recording medium having data structure for managing reproduction of still images recorded thereon and recording and reproducing methods and apparatuses |
US8818896B2 (en) | 2002-09-09 | 2014-08-26 | Sony Corporation | Selective encryption with coverage encryption |
US20040052501A1 (en) | 2002-09-12 | 2004-03-18 | Tam Eddy C. | Video event capturing system and method |
US20050144468A1 (en) | 2003-01-13 | 2005-06-30 | Northcutt J. D. | Method and apparatus for content protection in a personal digital network environment |
US8064508B1 (en) | 2002-09-19 | 2011-11-22 | Silicon Image, Inc. | Equalizer with controllably weighted parallel high pass and low pass filters and receiver including such an equalizer |
US20060072906A1 (en) | 2002-09-26 | 2006-04-06 | Wilhelmus Van Gestel | Method and device for recording information on a record medium, record medium containing information, and method and device for reading information from a record medium |
US7020287B2 (en) | 2002-09-30 | 2006-03-28 | Sony Corporation | Method and system for key insertion for stored encrypted content |
KR100910974B1 (en) | 2002-10-02 | 2009-08-05 | 엘지전자 주식회사 | Graphic data management method of high density optical disc |
US20040071453A1 (en) | 2002-10-08 | 2004-04-15 | Valderas Harold M. | Method and system for producing interactive DVD video slides |
US7596298B2 (en) | 2002-10-10 | 2009-09-29 | Koninklijke Philips Electronics N.V. | Synchronizing interactive applications during trick-play |
US7295673B2 (en) | 2002-10-23 | 2007-11-13 | Divx, Inc. | Method and system for securing compressed digital video |
US8572408B2 (en) | 2002-11-05 | 2013-10-29 | Sony Corporation | Digital rights management of a digital device |
KR20040039852A (en) | 2002-11-05 | 2004-05-12 | 주식회사 디지털앤디지털 | Trick play embodiment method using frame index |
JP2004164731A (en) | 2002-11-12 | 2004-06-10 | Sony Corp | Device and method for recording, recording medium, and program |
WO2004045213A2 (en) | 2002-11-13 | 2004-05-27 | General Instrument Corporation | Efficient distribution of encrypted content for multiple content access systems |
EP1420580A1 (en) | 2002-11-18 | 2004-05-19 | Deutsche Thomson-Brandt GmbH | Method and apparatus for coding/decoding items of subtitling data |
CA2474229C (en) | 2002-11-20 | 2014-11-04 | Lg Electronics Inc. | Recording medium having data structure for managing reproduction of still images recorded thereon and recording and reproducing methods and apparatuses |
US7227901B2 (en) | 2002-11-21 | 2007-06-05 | Ub Video Inc. | Low-complexity deblocking filter |
EP1574046A1 (en) | 2002-12-09 | 2005-09-14 | Koninklijke Philips Electronics N.V. | Interactive television system with partial character set generator |
US8054880B2 (en) | 2004-12-10 | 2011-11-08 | Tut Systems, Inc. | Parallel rate control for digital video encoder with multi-processor architecture and picture-based look-ahead window |
US8631451B2 (en) | 2002-12-11 | 2014-01-14 | Broadcom Corporation | Server architecture supporting adaptive delivery to a variety of media players |
US8195714B2 (en) | 2002-12-11 | 2012-06-05 | Leaper Technologies, Inc. | Context instantiated application protocol |
TWI349204B (en) | 2003-01-10 | 2011-09-21 | Panasonic Corp | Group admission system and server and client therefor |
US7581255B2 (en) | 2003-01-21 | 2009-08-25 | Microsoft Corporation | Systems and methods for licensing one or more data streams from an encoded digital media file |
US7356709B2 (en) * | 2003-01-31 | 2008-04-08 | Microsoft Corporation | Systems and methods for deterring software piracy in a volume license environment |
GB2398210A (en) | 2003-02-05 | 2004-08-11 | Sony Uk Ltd | Encryption using a binary tree structure |
CN100562084C (en) | 2003-02-21 | 2009-11-18 | 松下电器产业株式会社 | Device and method for synchronously using audio and video data |
US20060165163A1 (en) | 2003-03-03 | 2006-07-27 | Koninklijke Philips Electronics N.V. | Video encoding |
KR100553885B1 (en) | 2003-03-13 | 2006-02-24 | 삼성전자주식회사 | Method for managing multimedia content produced using SMIL and file system thereof |
US7007170B2 (en) | 2003-03-18 | 2006-02-28 | Widevine Technologies, Inc. | System, method, and apparatus for securely providing content viewable on a secure device |
KR20050118197A (en) | 2003-03-20 | 2005-12-15 | 코닌클리케 필립스 일렉트로닉스 엔.브이. | Cpi data for stream buffer channels |
JP4170808B2 (en) | 2003-03-31 | 2008-10-22 | 株式会社東芝 | Information display device, information display method, and program |
US7406176B2 (en) | 2003-04-01 | 2008-07-29 | Microsoft Corporation | Fully scalable encryption for scalable multimedia |
EP1617662B1 (en) | 2003-04-10 | 2010-08-04 | Panasonic Corporation | Information recording medium, and apparatus and method for recording information on the information recording medium |
US7055039B2 (en) | 2003-04-14 | 2006-05-30 | Sony Corporation | Protection of digital content using block cipher crytography |
US7237061B1 (en) | 2003-04-17 | 2007-06-26 | Realnetworks, Inc. | Systems and methods for the efficient reading of data in a server system |
JP3918766B2 (en) | 2003-04-22 | 2007-05-23 | 日本電気株式会社 | Automatic media changer |
CN1777945B (en) | 2003-04-23 | 2012-10-31 | Lg电子株式会社 | Method and apparatus for synchronous reproduction of main contents recorded on an interactive recording medium and additional contents therefor |
EP1618562A4 (en) | 2003-04-29 | 2011-03-16 | Lg Electronics Inc | Recording medium having a data structure for managing reproduction of graphic data and methods and apparatuses of recording and reproducing |
US7616865B2 (en) | 2003-04-30 | 2009-11-10 | Lg Electronics Inc. | Recording medium having a data structure for managing reproduction of subtitle data and methods and apparatuses of recording and reproducing |
KR20040096718A (en) | 2003-05-10 | 2004-11-17 | 삼성전자주식회사 | Multimedia data decoding apparatus, audio data receiving method and audio data structure therein |
KR100492567B1 (en) | 2003-05-13 | 2005-06-03 | 엘지전자 주식회사 | Http-based video streaming apparatus and method for a mobile communication system |
WO2004102571A1 (en) | 2003-05-16 | 2004-11-25 | Koninklijke Philips Electronics N.V. | Method of recording and of replaying and video recording and replay systems |
US7409454B2 (en) | 2003-06-02 | 2008-08-05 | Microsoft Corporation | Automatic detection of intermediate network device capabilities |
US7739715B2 (en) | 2003-06-24 | 2010-06-15 | Microsoft Corporation | Variable play speed control for media streams |
US7424501B2 (en) | 2003-06-30 | 2008-09-09 | Intel Corporation | Nonlinear filtering and deblocking applications utilizing SIMD sign and absolute value operations |
JP4411879B2 (en) | 2003-07-01 | 2010-02-10 | 株式会社ニコン | Signal processing apparatus, signal processing program, and electronic camera |
US20050005025A1 (en) | 2003-07-04 | 2005-01-06 | Michael Harville | Method for managing a streaming media service |
JP4047237B2 (en) * | 2003-07-04 | 2008-02-13 | 株式会社リコー | Index data creation device, video playback device |
JP2007535718A (en) | 2003-07-07 | 2007-12-06 | クリプターグラフィー リサーチ インコーポレイテッド | Reprogrammable security to regulate piracy and enable interactive content |
US9615061B2 (en) | 2003-07-11 | 2017-04-04 | Tvworks, Llc | System and method for creating and presenting composite video-on-demand content |
US20070168287A1 (en) | 2003-07-16 | 2007-07-19 | Digital Networks North America, Inc. | Method and apparatus for distributing media in a pay per play architecture with remote playback |
US20050013494A1 (en) | 2003-07-18 | 2005-01-20 | Microsoft Corporation | In-loop deblocking filter |
US7907833B2 (en) | 2003-07-21 | 2011-03-15 | Thomson Licensing | Apparatus and method for communicating stop and pause commands in a video recording and playback system |
US7382879B1 (en) | 2003-07-23 | 2008-06-03 | Sprint Communications Company, L.P. | Digital rights management negotiation for streaming media over a network |
US7941554B2 (en) | 2003-08-01 | 2011-05-10 | Microsoft Corporation | Sparse caching for streaming media |
JP2005057435A (en) | 2003-08-01 | 2005-03-03 | Sony Corp | Client equipment, content processing method for client equipment, and contents providing system |
ATE500695T1 (en) | 2003-08-07 | 2011-03-15 | Pervenio Ltd | SERVER FOR DETERMINING AND STORING MOBILE DEVICE PERFORMANCE CHARACTERISTICS |
US7467202B2 (en) | 2003-09-10 | 2008-12-16 | Fidelis Security Systems | High-performance network content analysis platform |
US7681035B1 (en) | 2003-09-10 | 2010-03-16 | Realnetworks, Inc. | Digital rights management handler and related methods |
EP1665769B1 (en) | 2003-09-12 | 2014-03-19 | OpenTV, Inc. | Method and system for controlling recording and playback of interactive applications |
US20050227773A1 (en) | 2003-09-24 | 2005-10-13 | Lu Priscilla M | Portable video storage and playback device |
US20070206682A1 (en) | 2003-09-29 | 2007-09-06 | Eric Hamilton | Method And Apparatus For Coding Information |
KR20050035678A (en) | 2003-10-14 | 2005-04-19 | 엘지전자 주식회사 | Method and apparatus for reproducing additional data of optical disc device and, optical disc |
US7979886B2 (en) | 2003-10-17 | 2011-07-12 | Telefonaktiebolaget Lm Ericsson (Publ) | Container format for multimedia presentations |
US7853980B2 (en) | 2003-10-31 | 2010-12-14 | Sony Corporation | Bi-directional indices for trick mode video-on-demand |
US7346163B2 (en) | 2003-10-31 | 2008-03-18 | Sony Corporation | Dynamic composition of pre-encrypted video on demand content |
US20050102371A1 (en) | 2003-11-07 | 2005-05-12 | Emre Aksu | Streaming from a server to a client |
DE10353564A1 (en) | 2003-11-14 | 2005-06-16 | Deutsche Thomson-Brandt Gmbh | Method for the intermittent, discontinuous transmission of data in a network of distributed stations and network subscriber station as a request device in the implementation of such a method as well as network subscriber station as a source device in the implementation of such a method |
US7882034B2 (en) | 2003-11-21 | 2011-02-01 | Realnetworks, Inc. | Digital rights management for content rendering on playback devices |
US7398327B2 (en) | 2003-11-25 | 2008-07-08 | Robert Bosch Gmbh | Apparatus, method and system for providing automated services to heterogenous devices across multiple platforms |
ATE488095T1 (en) | 2003-11-26 | 2010-11-15 | Packet Video Network Solutions | PROCEDURE FOR GUARANTEED DELIVERY OF MULTIMEDIA CONTENT BASED ON TERMINAL CAPABILITIES |
US7519274B2 (en) | 2003-12-08 | 2009-04-14 | Divx, Inc. | File format for multiple track digital data |
KR101244308B1 (en) | 2003-12-08 | 2013-03-18 | 삼성전자주식회사 | Encoding Method for moving picture file and the Digital right management using the same |
WO2005057865A1 (en) | 2003-12-11 | 2005-06-23 | Matsushita Electric Industrial Co., Ltd. | Packet transmitter apparatus |
JP4155185B2 (en) | 2003-12-11 | 2008-09-24 | 日本ビクター株式会社 | Content distribution method, content distribution server, and content receiving apparatus |
JP4118232B2 (en) | 2003-12-19 | 2008-07-16 | 三菱電機株式会社 | Video data processing method and video data processing apparatus |
WO2005064836A1 (en) | 2003-12-22 | 2005-07-14 | America Online, Inc | A system and method for using a streaming protocol |
FR2864407B1 (en) | 2003-12-22 | 2006-03-10 | Canon Kk | METHOD AND DEVICE FOR CONTINUOUS TRANSMISSION OF A VIDEO IN A COMMUNICATION NETWORK |
US20050138655A1 (en) | 2003-12-22 | 2005-06-23 | Randy Zimler | Methods, systems and storage medium for managing digital rights of segmented content |
JP4537083B2 (en) | 2004-01-28 | 2010-09-01 | キヤノン株式会社 | Data processing apparatus and control method thereof |
US20050180641A1 (en) | 2004-02-02 | 2005-08-18 | Clark Adam L. | System and method for transmitting live audio/video information |
US9094699B2 (en) | 2004-02-05 | 2015-07-28 | Broadcom Corporation | System and method for security key transmission with strong pairing to destination client |
WO2005076601A1 (en) | 2004-02-10 | 2005-08-18 | Lg Electronic Inc. | Text subtitle decoder and method for decoding text subtitle streams |
JP2005229395A (en) | 2004-02-13 | 2005-08-25 | Canon Inc | Reproducing arrangement |
US7546641B2 (en) | 2004-02-13 | 2009-06-09 | Microsoft Corporation | Conditional access to digital rights management conversion |
US8832434B2 (en) | 2004-02-13 | 2014-09-09 | Hewlett-Packard Development Company, L.P. | Methods for generating data for describing scalable media |
JP5119566B2 (en) | 2004-02-16 | 2013-01-16 | ソニー株式会社 | REPRODUCTION DEVICE AND REPRODUCTION METHOD, PROGRAM RECORDING MEDIUM, AND PROGRAM |
US7512658B2 (en) | 2004-02-26 | 2009-03-31 | International Business Machines Corporation | Providing a portion of an electronic mail message based upon a transfer rate, a message size, and a file format |
US20050216752A1 (en) | 2004-03-26 | 2005-09-29 | Microsoft Corporation | Common scrambling |
JP4550809B2 (en) | 2004-03-29 | 2010-09-22 | パナソニック株式会社 | Accumulated display device, interlocking display method and system |
JP2005284041A (en) | 2004-03-30 | 2005-10-13 | Victor Co Of Japan Ltd | Method for distributing contents, contents distribution server and contents receiver |
JP4249223B2 (en) | 2004-04-16 | 2009-04-02 | パナソニック株式会社 | Playback apparatus and recording method |
US7539248B2 (en) | 2004-04-29 | 2009-05-26 | Mediatek Incorporation | Adaptive de-blocking filtering apparatus and method for MPEG video decoder |
US7400679B2 (en) | 2004-04-29 | 2008-07-15 | Mediatek Incorporation | Adaptive de-blocking filtering apparatus and method for MPEG video decoder |
US7397853B2 (en) | 2004-04-29 | 2008-07-08 | Mediatek Incorporation | Adaptive de-blocking filtering apparatus and method for MPEG video decoder |
US8868772B2 (en) | 2004-04-30 | 2014-10-21 | Echostar Technologies L.L.C. | Apparatus, system, and method for adaptive-rate shifting of streaming content |
US7477749B2 (en) | 2004-05-12 | 2009-01-13 | Nokia Corporation | Integrity protection of streamed content |
US20060037057A1 (en) | 2004-05-24 | 2006-02-16 | Sharp Laboratories Of America, Inc. | Method and system of enabling trick play modes using HTTP GET |
US7299406B2 (en) | 2004-06-02 | 2007-11-20 | Research In Motion Limited | Representing spreadsheet document content |
US7885405B1 (en) | 2004-06-04 | 2011-02-08 | GlobalFoundries, Inc. | Multi-gigabit per second concurrent encryption in block cipher modes |
BRPI0516744A2 (en) | 2004-06-07 | 2013-05-28 | Sling Media Inc | Media stream playback methods received on a network and computer program product |
JP2005351994A (en) | 2004-06-08 | 2005-12-22 | Sony Corp | Contents distribution server, contents distributing method and program |
EP1759531A2 (en) | 2004-06-14 | 2007-03-07 | ROK Productions Limited | Media player |
US7756271B2 (en) | 2004-06-15 | 2010-07-13 | Microsoft Corporation | Scalable layered access control for multimedia |
GB0413261D0 (en) | 2004-06-15 | 2004-07-14 | Ibm | Method and arrangement for front building |
KR100939860B1 (en) | 2004-06-18 | 2010-01-29 | 파나소닉 주식회사 | Reproduction device, and reproduction method |
US8600217B2 (en) | 2004-07-14 | 2013-12-03 | Arturo A. Rodriguez | System and method for improving quality of displayed picture during trick modes |
KR100611985B1 (en) | 2004-07-27 | 2006-08-11 | 삼성전자주식회사 | Real time content management method, source device and sink device |
CN100592789C (en) | 2004-08-12 | 2010-02-24 | 皇家飞利浦电子股份有限公司 | Selection of content from a stream of video or audio data |
US8306384B2 (en) | 2004-08-17 | 2012-11-06 | Panasonic Corporation | Information recording medium, data sorting device, and data reproduction device |
WO2006022304A1 (en) | 2004-08-26 | 2006-03-02 | Matsushita Electric Industrial Co., Ltd. | Content start control device |
US7675891B2 (en) | 2004-09-23 | 2010-03-09 | Telefonakiebolaget L M Ericsson (Publ) | Multimedia reception in communication networks |
KR20060030164A (en) | 2004-10-05 | 2006-04-10 | 전문석 | Shared key pool based DRM system for video data protection |
JP2007065928A (en) | 2005-08-30 | 2007-03-15 | Toshiba Corp | Information storage medium, information processing method, information transfer method, information reproduction method, information reproduction device, information recording method, information recording device, and program |
US7797720B2 (en) | 2004-10-22 | 2010-09-14 | Microsoft Corporation | Advanced trick mode |
US7412149B2 (en) | 2004-10-28 | 2008-08-12 | Bitband Technologies, Ltd. | Trick mode generation in video streaming |
CN101077024B (en) | 2004-10-28 | 2011-08-10 | 意大利电信股份公司 | Method for configuring radio terminal through radio communication network, related network and computer program product therefor |
US20060093320A1 (en) | 2004-10-29 | 2006-05-04 | Hallberg Bryan S | Operation modes for a personal video recorder using dynamically generated time stamps |
KR101123550B1 (en) | 2004-11-08 | 2012-03-13 | 텔레폰악티에볼라겟엘엠에릭슨(펍) | Technique for registering a device with a rights issuer system |
US8218439B2 (en) | 2004-11-24 | 2012-07-10 | Sharp Laboratories Of America, Inc. | Method and apparatus for adaptive buffering |
KR101200928B1 (en) | 2004-12-06 | 2012-11-14 | 톰슨 라이센싱 | Multiple closed captioning flows and customer access in digital networks |
US8145041B2 (en) * | 2004-12-13 | 2012-03-27 | Panasonic Corporation | Video processing device |
JP2006174309A (en) | 2004-12-17 | 2006-06-29 | Ricoh Co Ltd | Animation reproducing apparatus, program, and record medium |
GB0428155D0 (en) | 2004-12-22 | 2005-01-26 | British Telecomm | Buffer underflow prevention |
FR2879878B1 (en) | 2004-12-22 | 2007-05-25 | Thales Sa | COMPATIBLE SELECTIVE ENCRYPTION METHOD FOR VIDEO STREAM |
US7664872B2 (en) | 2005-01-05 | 2010-02-16 | Divx, Inc. | Media transfer protocol |
JP4850075B2 (en) | 2005-01-18 | 2012-01-11 | パナソニック株式会社 | Data storage method, data reproduction method, data recording device, data reproduction device, and recording medium |
BRPI0606627A2 (en) | 2005-01-19 | 2009-07-07 | Thomson Licensing | method and apparatus for real-time parallel coding |
DE102005004941B4 (en) | 2005-02-02 | 2006-12-21 | Avt Audio Vision Technology Gmbh | Conversion of data, in particular for the reproduction of audio and / or video information |
US20070166000A1 (en) | 2005-03-01 | 2007-07-19 | Ramesh Nallur | System and method for generating trick mode streams |
US7627888B2 (en) | 2005-03-09 | 2009-12-01 | Vudu, Inc. | Method and system for keeping a library of titles updated |
US20060218251A1 (en) | 2005-03-14 | 2006-09-28 | Matsushita Electric Industrial Co., Ltd. | AV server, AV contents reproducing apparatus, AV contents transmitting method, program and recording medium |
US7349886B2 (en) | 2005-03-25 | 2008-03-25 | Widevine Technologies, Inc. | Securely relaying content using key chains |
US20080120342A1 (en) | 2005-04-07 | 2008-05-22 | Iofy Corporation | System and Method for Providing Data to be Used in a Presentation on a Device |
US20080120330A1 (en) | 2005-04-07 | 2008-05-22 | Iofy Corporation | System and Method for Linking User Generated Data Pertaining to Sequential Content |
KR100677026B1 (en) | 2005-04-07 | 2007-02-01 | (주)아이티너스 코리아 | Video Signal Transceiver System and Security Module Used in It |
US20060235883A1 (en) | 2005-04-18 | 2006-10-19 | Krebs Mark S | Multimedia system for mobile client platforms |
US20060271977A1 (en) | 2005-04-20 | 2006-11-30 | Lerman David R | Browser enabled video device control |
US7478325B2 (en) | 2005-04-22 | 2009-01-13 | Microsoft Corporation | Methods for providing an accurate visual rendition of a text element formatted with an unavailable font |
US8683066B2 (en) | 2007-08-06 | 2014-03-25 | DISH Digital L.L.C. | Apparatus, system, and method for multi-bitrate content streaming |
JP4356645B2 (en) | 2005-04-28 | 2009-11-04 | ソニー株式会社 | Subtitle generation apparatus and method |
KR100716900B1 (en) | 2005-05-12 | 2007-05-10 | 에스케이 텔레콤주식회사 | Broadcast content protection system and method |
JP4293160B2 (en) | 2005-05-19 | 2009-07-08 | ソニー株式会社 | Content playback apparatus and content playback method |
KR100717008B1 (en) | 2005-05-31 | 2007-05-10 | 삼성전자주식회사 | Method and apparatus for transmitting and receiving of partial font file |
US20070005333A1 (en) | 2005-06-30 | 2007-01-04 | Benard Setiohardjo | Analog tape emulation |
CA2513016A1 (en) | 2005-07-22 | 2007-01-22 | Research In Motion Limited | A secure method of synchronizing cache contents of a mobile browser with a proxy server |
KR20070020727A (en) | 2005-08-16 | 2007-02-22 | 주식회사 팬택 | A terminal having a pseudo streaming download function using a sequential fragment download method and a method thereof |
JP4321550B2 (en) | 2005-08-31 | 2009-08-26 | ソニー株式会社 | Information processing apparatus, information recording medium manufacturing apparatus, information recording medium and method, and computer program |
US20070055982A1 (en) | 2005-09-02 | 2007-03-08 | Netgear Inc. | System and method for digital content media distribution |
US8504597B2 (en) | 2005-09-09 | 2013-08-06 | William M. Pitts | Distributed file system consistency mechanism extension for enabling internet video broadcasting |
JP2007074608A (en) | 2005-09-09 | 2007-03-22 | Hitachi Ltd | Playback apparatus and playback method |
US20070067472A1 (en) | 2005-09-20 | 2007-03-22 | Lsi Logic Corporation | Accurate and error resilient time stamping method and/or apparatus for the audio-video interleaved (AVI) format |
US8522290B2 (en) | 2005-10-07 | 2013-08-27 | Infosys Technologies, Ltd. | Video on demand system and methods thereof |
US20070083467A1 (en) | 2005-10-10 | 2007-04-12 | Apple Computer, Inc. | Partial encryption techniques for media data |
US20070086528A1 (en) | 2005-10-18 | 2007-04-19 | Mauchly J W | Video encoder with multiple processors |
FR2892885B1 (en) | 2005-11-02 | 2008-01-25 | Streamezzo Sa | METHOD FOR MANAGING CHARACTER FONTS WITHIN MULTIMEDIA SCENES, CORRESPONDING COMPUTER PROGRAM AND TERMINAL. |
CN101346992B (en) | 2005-12-23 | 2010-12-22 | 皇家飞利浦电子股份有限公司 | A device for and a method of processing a data stream |
FR2895545B1 (en) | 2005-12-23 | 2008-05-30 | Trusted Logic Sa | METHOD FOR AUTHENTICATING APPLICATIONS OF A COMPUTER SYSTEM |
EP1806919A1 (en) | 2006-01-05 | 2007-07-11 | Alcatel Lucent | Media delivery system with content-based trick play mode |
US8214516B2 (en) | 2006-01-06 | 2012-07-03 | Google Inc. | Dynamic media serving infrastructure |
US7577980B2 (en) | 2006-01-19 | 2009-08-18 | International Business Machines Corporation | Bit-rate constrained trick play through stream switching and adaptive streaming |
US7991891B2 (en) | 2006-02-02 | 2011-08-02 | Microsoft Corporation | Version-specific content searching |
US20070239839A1 (en) | 2006-04-06 | 2007-10-11 | Buday Michael E | Method for multimedia review synchronization |
US7992175B2 (en) | 2006-05-15 | 2011-08-02 | The Directv Group, Inc. | Methods and apparatus to provide content on demand in content broadcast systems |
US8775319B2 (en) | 2006-05-15 | 2014-07-08 | The Directv Group, Inc. | Secure content transfer systems and methods to operate the same |
CN1873820A (en) | 2006-05-18 | 2006-12-06 | 北京中星微电子有限公司 | Method for processing video file, method for indexing video, and video indexing unit |
US9209934B2 (en) | 2006-06-09 | 2015-12-08 | Qualcomm Incorporated | Enhanced block-request streaming using cooperative parallel HTTP and forward error correction |
KR101013686B1 (en) | 2006-06-29 | 2011-02-10 | 엘지전자 주식회사 | Method and system for managing device in user domain in DRM |
EP2043293A4 (en) | 2006-07-19 | 2011-01-19 | Panasonic Corp | DEVICE AND METHOD FOR PROCESSING MEDIA DATA |
US7783773B2 (en) | 2006-07-24 | 2010-08-24 | Microsoft Corporation | Glitch-free media streaming |
US8082442B2 (en) | 2006-08-10 | 2011-12-20 | Microsoft Corporation | Securely sharing applications installed by unprivileged users |
US20080077592A1 (en) | 2006-09-27 | 2008-03-27 | Shane Brodie | method and apparatus for device authentication |
JP4967572B2 (en) * | 2006-09-29 | 2012-07-04 | ソニー株式会社 | Recording / reproducing apparatus and recording / reproducing method |
US7743161B2 (en) | 2006-10-10 | 2010-06-22 | Ortiva Wireless, Inc. | Digital content buffer for adaptive streaming |
TW200820783A (en) | 2006-10-25 | 2008-05-01 | Realtek Semiconductor Corp | Apparatus and method for deblock filtering |
US8270819B2 (en) | 2006-10-31 | 2012-09-18 | Tivo Inc. | Performing trick play functions in a digital video recorder with efficient use of resources |
US8711929B2 (en) | 2006-11-01 | 2014-04-29 | Skyfire Labs, Inc. | Network-based dynamic encoding |
US8595760B1 (en) * | 2006-11-22 | 2013-11-26 | Amdocs Software Systems Limited | System, method and computer program product for presenting an advertisement within content |
JP4609773B2 (en) | 2006-11-28 | 2011-01-12 | コニカミノルタビジネステクノロジーズ株式会社 | Document data creation apparatus, document data creation method, and control program |
AR064274A1 (en) | 2006-12-14 | 2009-03-25 | Panasonic Corp | MOVEMENT IMAGE CODING METHOD, MOVING IMAGE CODING DEVICE, MOVING IMAGE RECORDING METHOD, RECORDING MEDIA, MOVING IMAGE PLAYBACK METHOD, IMPROVEMENT AND IMPROVEMENT SYSTEM |
US9826197B2 (en) | 2007-01-12 | 2017-11-21 | Activevideo Networks, Inc. | Providing television broadcasts over a managed network and interactive content over an unmanaged network to a client device |
WO2008090469A2 (en) | 2007-01-22 | 2008-07-31 | Min Tnetap I Göteborg Ab | Method and apparatus for obtaining digital objects in a communication network |
US20080192818A1 (en) | 2007-02-09 | 2008-08-14 | Dipietro Donald Vincent | Systems and methods for securing media |
US20080201705A1 (en) | 2007-02-15 | 2008-08-21 | Sun Microsystems, Inc. | Apparatus and method for generating a software dependency map |
US20080279535A1 (en) | 2007-05-10 | 2008-11-13 | Microsoft Corporation | Subtitle data customization and exposure |
US20080294691A1 (en) | 2007-05-22 | 2008-11-27 | Sunplus Technology Co., Ltd. | Methods for generating and playing multimedia file and recording medium storing multimedia file |
US7558760B2 (en) | 2007-06-12 | 2009-07-07 | Microsoft Corporation | Real-time key frame generation |
US8243924B2 (en) | 2007-06-29 | 2012-08-14 | Google Inc. | Progressive download or streaming of digital media securely through a localized container and communication protocol proxy |
KR20090004659A (en) | 2007-07-02 | 2009-01-12 | 엘지전자 주식회사 | Digital broadcasting system and data processing method |
US8321556B1 (en) | 2007-07-09 | 2012-11-27 | The Nielsen Company (Us), Llc | Method and system for collecting data on a wireless device |
US9602757B2 (en) | 2007-09-04 | 2017-03-21 | Apple Inc. | Display of video subtitles |
KR101058042B1 (en) | 2007-09-06 | 2011-08-19 | 삼성전자주식회사 | Multistream playback device and playback method |
US8023562B2 (en) | 2007-09-07 | 2011-09-20 | Vanguard Software Solutions, Inc. | Real-time video coding/decoding |
US8046453B2 (en) | 2007-09-20 | 2011-10-25 | Qurio Holdings, Inc. | Illustration supported P2P media content streaming |
US10277956B2 (en) | 2007-10-01 | 2019-04-30 | Cabot Communications | Method and apparatus for streaming digital media content and a communication system |
US20090106082A1 (en) | 2007-10-23 | 2009-04-23 | Senti Thad E | System and method to facilitate targeted advertising |
EP2223230B1 (en) | 2007-11-16 | 2019-02-20 | Sonic IP, Inc. | Chunk header incorporating binary flags and correlated variable-length fields |
WO2009065137A1 (en) | 2007-11-16 | 2009-05-22 | Divx, Inc. | Hierarchical and reduced index structures for multimedia files |
US8169916B1 (en) | 2007-11-23 | 2012-05-01 | Media Melon, Inc. | Multi-platform video delivery configuration |
US8131875B1 (en) | 2007-11-26 | 2012-03-06 | Adobe Systems Incorporated | Device profile assignment based on device capabilities |
WO2009075766A2 (en) | 2007-12-05 | 2009-06-18 | Swarmcast, Inc. | Dynamic bit rate scaling |
US8997161B2 (en) | 2008-01-02 | 2015-03-31 | Sonic Ip, Inc. | Application enhancement tracks |
US8776161B2 (en) | 2008-02-12 | 2014-07-08 | Ciena Corporation | Systems and methods for video processing in network edge devices |
US8341715B2 (en) | 2008-02-29 | 2012-12-25 | Research In Motion Limited | System and method for shared resource owner based access control |
WO2009109976A2 (en) | 2008-03-05 | 2009-09-11 | Webtview Ltd. | Distributing internet channels to a media viewer |
CN101540645A (en) | 2008-03-21 | 2009-09-23 | 华为技术有限公司 | Method and device for distributing dynamic content |
US20090249081A1 (en) | 2008-03-31 | 2009-10-01 | Kabushiki Kaisha Toshiba-1 Shibaura 1-Chomominatoku | Storage device encryption and method |
US8379851B2 (en) | 2008-05-12 | 2013-02-19 | Microsoft Corporation | Optimized client side rate control and indexed file layout for streaming media |
US8456380B2 (en) | 2008-05-15 | 2013-06-04 | International Business Machines Corporation | Processing computer graphics generated by a remote computer for streaming to a client computer |
US8423889B1 (en) | 2008-06-05 | 2013-04-16 | Amazon Technologies, Inc. | Device specific presentation control for electronic book reader devices |
US8289338B2 (en) | 2008-06-06 | 2012-10-16 | Divx, Llc | Systems and methods for font file optimization for multimedia files |
AU2009256066B2 (en) | 2008-06-06 | 2012-05-17 | Deluxe Media Inc. | Methods and systems for use in providing playback of variable length content in a fixed length framework |
US7991801B2 (en) | 2008-06-10 | 2011-08-02 | International Business Machines Corporation | Real-time dynamic and synchronized captioning system and method for use in the streaming of multimedia data |
US8527876B2 (en) | 2008-06-12 | 2013-09-03 | Apple Inc. | System and methods for adjusting graphical representations of media files based on previous usage |
US20090313564A1 (en) | 2008-06-12 | 2009-12-17 | Apple Inc. | Systems and methods for adjusting playback of media files based on previous usage |
US8775566B2 (en) | 2008-06-21 | 2014-07-08 | Microsoft Corporation | File format for media distribution and presentation |
US8352996B2 (en) | 2008-06-27 | 2013-01-08 | Microsoft Corporation | Adaptive video switching for variable network conditions |
US20110055585A1 (en) | 2008-07-25 | 2011-03-03 | Kok-Wah Lee | Methods and Systems to Create Big Memorizable Secrets and Their Applications in Information Engineering |
CN101426179A (en) | 2008-09-22 | 2009-05-06 | 深圳华为通信技术有限公司 | Service activation method, service providing method, terminal equipment and server |
US8051287B2 (en) | 2008-10-15 | 2011-11-01 | Adobe Systems Incorporated | Imparting real-time priority-based network communications in an encrypted communication session |
US7822856B2 (en) | 2008-10-15 | 2010-10-26 | Patentvc Ltd. | Obtaining erasure-coded fragments using push and pull protocols |
EP2180664A1 (en) | 2008-10-22 | 2010-04-28 | Vivendi Mobile Entertainment | System and method for accessing multi-media content via a mobile terminal |
US8195038B2 (en) * | 2008-10-24 | 2012-06-05 | At&T Intellectual Property I, L.P. | Brief and high-interest video summary generation |
US8249168B2 (en) | 2008-11-06 | 2012-08-21 | Advanced Micro Devices, Inc. | Multi-instance video encoder |
WO2010060106A1 (en) | 2008-11-24 | 2010-05-27 | Ankeena Networks, Inc., | Adaptive network content delivery system |
US9015209B2 (en) | 2008-12-16 | 2015-04-21 | Sandisk Il Ltd. | Download management of discardable files |
US8396114B2 (en) | 2009-01-29 | 2013-03-12 | Microsoft Corporation | Multiple bit rate video encoding using variable bit rate and dynamic resolution for adaptive video streaming |
US8311115B2 (en) | 2009-01-29 | 2012-11-13 | Microsoft Corporation | Video encoding using previously calculated motion information |
US20100218208A1 (en) | 2009-02-26 | 2010-08-26 | Comcast Cable Communications, Llc | Method and Apparatus for Generating Alternative Commercials |
WO2010108053A1 (en) | 2009-03-19 | 2010-09-23 | Azuki Systems, Inc. | Method for scalable live streaming delivery for mobile audiences |
WO2010111261A1 (en) | 2009-03-23 | 2010-09-30 | Azuki Systems, Inc. | Method and system for efficient streaming video dynamic rate adaptation |
RU2011147112A (en) | 2009-04-20 | 2013-05-27 | Конинклейке Филипс Электроникс Н.В. | VERIFICATION AND SYNCHRONIZATION OF FILES RECEIVED SEPARATELY FROM VIDEO CONTENT |
US8270473B2 (en) | 2009-06-12 | 2012-09-18 | Microsoft Corporation | Motion based dynamic resolution multiple bit rate video encoding |
US8225061B2 (en) | 2009-07-02 | 2012-07-17 | Apple Inc. | Method and apparatus for protected content data processing |
US9537967B2 (en) | 2009-08-17 | 2017-01-03 | Akamai Technologies, Inc. | Method and system for HTTP-based stream delivery |
US8355433B2 (en) | 2009-08-18 | 2013-01-15 | Netflix, Inc. | Encoding video streams for adaptive video streaming |
US9203816B2 (en) | 2009-09-04 | 2015-12-01 | Echostar Technologies L.L.C. | Controlling access to copies of media content by a client device |
US9037674B2 (en) | 2009-09-22 | 2015-05-19 | Thwapr, Inc. | Hybrid transcoding for mobile media sharing |
US20110096828A1 (en) | 2009-09-22 | 2011-04-28 | Qualcomm Incorporated | Enhanced block-request streaming using scalable encoding |
TW201123795A (en) | 2009-09-29 | 2011-07-01 | Nokia Corp | System, method and apparatus for dynamic media file streaming |
US9237387B2 (en) | 2009-10-06 | 2016-01-12 | Microsoft Technology Licensing, Llc | Low latency cacheable media streaming |
US10264029B2 (en) | 2009-10-30 | 2019-04-16 | Time Warner Cable Enterprises Llc | Methods and apparatus for packetized content delivery over a content delivery network |
US8930991B2 (en) | 2009-11-19 | 2015-01-06 | Gregory Philpott | System and method for delivering content to mobile devices |
US9164967B2 (en) | 2009-11-25 | 2015-10-20 | Red Hat, Inc. | Extracting font metadata from font files into searchable metadata for package distribution |
US8767825B1 (en) | 2009-11-30 | 2014-07-01 | Google Inc. | Content-based adaptive video transcoding framework |
US8625667B2 (en) | 2009-11-30 | 2014-01-07 | Alcatel Lucent | Method of opportunity-based transmission of wireless video |
EP2507995A4 (en) | 2009-12-04 | 2014-07-09 | Sonic Ip Inc | Elementary bitstream cryptographic material transport systems and methods |
KR20110066578A (en) | 2009-12-11 | 2011-06-17 | 삼성전자주식회사 | Digital content and playback device and method therefor |
US9344735B2 (en) | 2009-12-21 | 2016-05-17 | Tmm, Inc. | Progressive shape based encoding of video content within a swarm environment |
US20110296048A1 (en) | 2009-12-28 | 2011-12-01 | Akamai Technologies, Inc. | Method and system for stream handling using an intermediate format |
US9038116B1 (en) | 2009-12-28 | 2015-05-19 | Akamai Technologies, Inc. | Method and system for recording streams |
WO2011087449A1 (en) | 2010-01-18 | 2011-07-21 | Telefonaktiebolaget L M Ericsson (Publ) | Methods and arrangements for http media stream distribution |
EP2360924A1 (en) | 2010-01-18 | 2011-08-24 | Alcatel-Lucent España, S.A. | A digital multimedia data transmission device and method |
US20110179185A1 (en) | 2010-01-20 | 2011-07-21 | Futurewei Technologies, Inc. | System and Method for Adaptive Differentiated Streaming |
WO2011094869A1 (en) | 2010-02-05 | 2011-08-11 | Lipso Systèmes Inc. | Secure authentication system and method |
US9532113B2 (en) | 2010-02-17 | 2016-12-27 | Verimatrix, Inc. | Systems and methods for securing content delivered using a playlist |
EP2362651A1 (en) | 2010-02-19 | 2011-08-31 | Thomson Licensing | Multipath delivery for adaptive streaming |
EP2360923A1 (en) | 2010-02-24 | 2011-08-24 | Thomson Licensing | Method for selectively requesting adaptive streaming content and a device implementing the method |
US8819116B1 (en) | 2010-03-08 | 2014-08-26 | Amazon Technologies, Inc. | Providing services using a device capabilities service |
US8386621B2 (en) | 2010-03-12 | 2013-02-26 | Netflix, Inc. | Parallel streaming |
EP2375680A1 (en) | 2010-04-01 | 2011-10-12 | Thomson Licensing | A method for recovering content streamed into chunk |
US9043484B2 (en) | 2010-04-02 | 2015-05-26 | Disney Enterprises, Inc. | Streaming playback and dynamic ad insertion |
US9137278B2 (en) | 2010-04-08 | 2015-09-15 | Vasona Networks Inc. | Managing streaming bandwidth for multiple clients |
WO2011139305A1 (en) | 2010-05-04 | 2011-11-10 | Azuki Systems, Inc. | Method and apparatus for carrier controlled dynamic rate adaptation and client playout rate reduction |
KR101837687B1 (en) | 2010-06-04 | 2018-03-12 | 삼성전자주식회사 | Method and apparatus for adaptive streaming based on plurality of elements determining quality of content |
US8407753B2 (en) | 2010-06-10 | 2013-03-26 | Sony Corporation | Content list tailoring for capability of IPTV device |
US8705616B2 (en) | 2010-06-11 | 2014-04-22 | Microsoft Corporation | Parallel multiple bitrate video encoding to reduce latency and dependences between groups of pictures |
US9049497B2 (en) | 2010-06-29 | 2015-06-02 | Qualcomm Incorporated | Signaling random access points for streaming video data |
US20130080267A1 (en) | 2011-09-26 | 2013-03-28 | Unicorn Media, Inc. | Single-url content delivery |
AU2010202741B1 (en) | 2010-06-30 | 2010-12-23 | Adeia Media Holdings Llc | Dynamic chunking for media streaming |
KR20120010164A (en) | 2010-07-19 | 2012-02-02 | 삼성전자주식회사 | DRM service providing method and apparatus |
US8782268B2 (en) | 2010-07-20 | 2014-07-15 | Microsoft Corporation | Dynamic composition of media |
US9319448B2 (en) | 2010-08-10 | 2016-04-19 | Qualcomm Incorporated | Trick modes for network streaming of coded multimedia data |
US8677428B2 (en) | 2010-08-20 | 2014-03-18 | Disney Enterprises, Inc. | System and method for rule based dynamic server side streaming manifest files |
US9998749B2 (en) | 2010-10-19 | 2018-06-12 | Otoy, Inc. | Composite video streaming using stateless compression |
EP2636201B1 (en) | 2010-11-02 | 2019-02-27 | Telefonaktiebolaget LM Ericsson (publ) | Methods and devices for media description delivery |
US9264750B2 (en) | 2010-12-23 | 2016-02-16 | Verizon Patent And Licensing Inc. | Advertising insertion for playback of video streams on user devices |
US8914534B2 (en) | 2011-01-05 | 2014-12-16 | Sonic Ip, Inc. | Systems and methods for adaptive bitrate streaming of media stored in matroska container files using hypertext transfer protocol |
WO2012094171A1 (en) | 2011-01-05 | 2012-07-12 | Divx, Llc. | Adaptive bitrate streaming of media stored in matroska container files using hypertext transfer protocol |
CN103314605A (en) | 2011-01-17 | 2013-09-18 | 瑞典爱立信有限公司 | Method and apparatus for authenticating a communication device |
US9215466B2 (en) | 2011-01-31 | 2015-12-15 | Apple Inc. | Joint frame rate and resolution adaptation |
US8849950B2 (en) | 2011-04-07 | 2014-09-30 | Qualcomm Incorporated | Network streaming of video data using byte range requests |
US8516144B2 (en) | 2011-04-29 | 2013-08-20 | Cbs Interactive Inc. | Startup bitrate in adaptive bitrate streaming |
US9646141B2 (en) | 2011-06-22 | 2017-05-09 | Netflix, Inc. | Fast start of streaming digital media playback with deferred license retrieval |
US9344721B2 (en) | 2011-06-23 | 2016-05-17 | Saab Ab | Best quality given a maximum bit rate |
EP2727416B1 (en) | 2011-06-28 | 2016-01-06 | Telefonaktiebolaget L M Ericsson (publ) | Technique for managing streaming media traffic at a network entity |
WO2013004260A1 (en) | 2011-07-07 | 2013-01-10 | Telefonaktiebolaget L M Ericsson (Publ) | Network-capacity optimized adaptive http streaming |
BR112014003030B1 (en) | 2011-08-11 | 2021-09-08 | Apple Inc | METHOD FOR SWITCHING FROM A DOWNLOAD OF MBMS TO AN HTTP-BASED DELIVERY OF DASH FORMATTED CONTENT, METHOD OF SWITCHING FROM AN HTTP-BASED DELIVERY OF DASH FORMATTED CONTENT TO A DOWNLOAD OF MBMS AND MOBILE DEVICE |
WO2013028565A1 (en) | 2011-08-19 | 2013-02-28 | General Instrument Corporation | Encoder-aided segmentation for adaptive streaming |
US8909922B2 (en) | 2011-09-01 | 2014-12-09 | Sonic Ip, Inc. | Systems and methods for playing back alternative streams of protected content protected using common cryptographic information |
US8856218B1 (en) | 2011-12-13 | 2014-10-07 | Google Inc. | Modified media download with index adjustment |
US20130196292A1 (en) | 2012-01-30 | 2013-08-01 | Sharp Kabushiki Kaisha | Method and system for multimedia-based language-learning, and computer program therefor |
US9813740B2 (en) | 2012-08-24 | 2017-11-07 | Google Inc. | Method and apparatus for streaming multimedia data with access point positioning information |
EP3562167A1 (en) | 2013-02-12 | 2019-10-30 | Ericsson AB | Method for providing variant manifest file to media player for rendering content from personal over-the-top network video recorder |
US9009763B2 (en) | 2013-02-15 | 2015-04-14 | Cox Communications, Inc. | Content management in a cloud-enabled network-based digital video recorder |
US9549000B2 (en) | 2013-03-15 | 2017-01-17 | Arris Enterprises, Inc. | Streaming media from a server delivering individualized content streams to clients |
-
2008
- 2008-11-17 WO PCT/US2008/083816 patent/WO2009065137A1/en active Application Filing
- 2008-11-17 CN CN200880116431.7A patent/CN101861583B/en active Active
- 2008-11-17 KR KR1020107012112A patent/KR20100106327A/en not_active Withdrawn
- 2008-11-17 EP EP08849996.7A patent/EP2223232A4/en not_active Withdrawn
- 2008-11-17 US US12/272,631 patent/US8233768B2/en active Active
- 2008-11-17 JP JP2010534264A patent/JP5513400B2/en active Active
-
2012
- 2012-07-27 US US13/560,884 patent/US20130055084A1/en not_active Abandoned
-
2016
- 2016-08-04 US US15/229,030 patent/US10141024B2/en active Active
-
2018
- 2018-11-26 US US16/199,223 patent/US10902883B2/en active Active
-
2021
- 2021-01-25 US US17/157,801 patent/US11495266B2/en active Active
Patent Citations (8)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US5412773A (en) * | 1991-11-19 | 1995-05-02 | Sony Electronics Inc. | Computerized interactive menu-driven video signal processing apparatus and method |
US6819394B1 (en) * | 1998-09-08 | 2004-11-16 | Sharp Kabushiki Kaisha | Time-varying image editing method and time-varying image editing device |
US7246127B2 (en) * | 2001-03-22 | 2007-07-17 | Sony Corporation | Recording device for recording an index file having a hierarchical structure of index data, and recording method, and recording medium for same |
US20030212993A1 (en) * | 2002-05-07 | 2003-11-13 | Pere Obrador | System and method for efficiently managing video files |
US20060129909A1 (en) * | 2003-12-08 | 2006-06-15 | Butt Abou U A | Multimedia distribution system |
US20060235880A1 (en) * | 2005-04-14 | 2006-10-19 | Microsoft Corporation | Advanced streaming format table of contents object |
WO2007026837A1 (en) * | 2005-08-31 | 2007-03-08 | Sony Corporation | File processing device, file processing method, program and recording medium |
US20080177775A1 (en) * | 2005-08-31 | 2008-07-24 | Sony Corporation | File Processing Apparatus, File Processing Method, Program and Recording Medium |
Cited By (71)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20180103277A9 (en) * | 1999-04-23 | 2018-04-12 | Monkeymedia, Inc. | Method and storage device for expanding and contracting continuous play media seamlessly |
US10051298B2 (en) * | 1999-04-23 | 2018-08-14 | Monkeymedia, Inc. | Wireless seamless expansion and video advertising player |
US11509839B2 (en) | 2003-12-08 | 2022-11-22 | Divx, Llc | Multimedia distribution system for multimedia files with packed frames |
US11012641B2 (en) | 2003-12-08 | 2021-05-18 | Divx, Llc | Multimedia distribution system for multimedia files with interleaved media chunks of varying types |
US9420287B2 (en) | 2003-12-08 | 2016-08-16 | Sonic Ip, Inc. | Multimedia distribution system |
US11017816B2 (en) | 2003-12-08 | 2021-05-25 | Divx, Llc | Multimedia distribution system |
US11355159B2 (en) | 2003-12-08 | 2022-06-07 | Divx, Llc | Multimedia distribution system |
US11297263B2 (en) | 2003-12-08 | 2022-04-05 | Divx, Llc | Multimedia distribution system for multimedia files with packed frames |
US11159746B2 (en) | 2003-12-08 | 2021-10-26 | Divx, Llc | Multimedia distribution system for multimedia files with packed frames |
US10032485B2 (en) | 2003-12-08 | 2018-07-24 | Divx, Llc | Multimedia distribution system |
US11735227B2 (en) | 2003-12-08 | 2023-08-22 | Divx, Llc | Multimedia distribution system |
US11735228B2 (en) | 2003-12-08 | 2023-08-22 | Divx, Llc | Multimedia distribution system |
US9369687B2 (en) | 2003-12-08 | 2016-06-14 | Sonic Ip, Inc. | Multimedia distribution system for multimedia files with interleaved media chunks of varying types |
US10257443B2 (en) | 2003-12-08 | 2019-04-09 | Divx, Llc | Multimedia distribution system for multimedia files with interleaved media chunks of varying types |
US10878065B2 (en) | 2006-03-14 | 2020-12-29 | Divx, Llc | Federated digital rights management scheme including trusted systems |
US11886545B2 (en) | 2006-03-14 | 2024-01-30 | Divx, Llc | Federated digital rights management scheme including trusted systems |
US10141024B2 (en) | 2007-11-16 | 2018-11-27 | Divx, Llc | Hierarchical and reduced index structures for multimedia files |
US10902883B2 (en) | 2007-11-16 | 2021-01-26 | Divx, Llc | Systems and methods for playing back multimedia files incorporating reduced index structures |
US11495266B2 (en) | 2007-11-16 | 2022-11-08 | Divx, Llc | Systems and methods for playing back multimedia files incorporating reduced index structures |
US10437896B2 (en) | 2009-01-07 | 2019-10-08 | Divx, Llc | Singular, collective, and automated creation of a media guide for online content |
US11102553B2 (en) | 2009-12-04 | 2021-08-24 | Divx, Llc | Systems and methods for secure playback of encrypted elementary bitstreams |
US10212486B2 (en) | 2009-12-04 | 2019-02-19 | Divx, Llc | Elementary bitstream cryptographic material transport systems and methods |
US10484749B2 (en) | 2009-12-04 | 2019-11-19 | Divx, Llc | Systems and methods for secure playback of encrypted elementary bitstreams |
US12184943B2 (en) | 2009-12-04 | 2024-12-31 | Divx, Llc | Systems and methods for secure playback of encrypted elementary bitstreams |
US11638033B2 (en) | 2011-01-05 | 2023-04-25 | Divx, Llc | Systems and methods for performing adaptive bitrate streaming |
US10382785B2 (en) | 2011-01-05 | 2019-08-13 | Divx, Llc | Systems and methods of encoding trick play streams for use in adaptive streaming |
US10368096B2 (en) | 2011-01-05 | 2019-07-30 | Divx, Llc | Adaptive streaming systems and methods for performing trick play |
US9883204B2 (en) | 2011-01-05 | 2018-01-30 | Sonic Ip, Inc. | Systems and methods for encoding source media in matroska container files for adaptive bitrate streaming using hypertext transfer protocol |
US12250404B2 (en) | 2011-01-05 | 2025-03-11 | Divx, Llc | Systems and methods for performing adaptive bitrate streaming |
US12262051B2 (en) | 2011-01-05 | 2025-03-25 | Divx, Llc | Systems and methods for performing adaptive bitrate streaming |
US9025659B2 (en) | 2011-01-05 | 2015-05-05 | Sonic Ip, Inc. | Systems and methods for encoding media including subtitles for adaptive bitrate streaming |
US11457054B2 (en) | 2011-08-30 | 2022-09-27 | Divx, Llc | Selection of resolutions for seamless resolution switching of multimedia content |
US11611785B2 (en) | 2011-08-30 | 2023-03-21 | Divx, Llc | Systems and methods for encoding and streaming video encoded using a plurality of maximum bitrate levels |
US10931982B2 (en) | 2011-08-30 | 2021-02-23 | Divx, Llc | Systems and methods for encoding and streaming video encoded using a plurality of maximum bitrate levels |
US10708587B2 (en) | 2011-08-30 | 2020-07-07 | Divx, Llc | Systems and methods for encoding alternative streams of video for playback on playback devices having predetermined display aspect ratios and network connection maximum data rates |
US10244272B2 (en) | 2011-09-01 | 2019-03-26 | Divx, Llc | Systems and methods for playing back alternative streams of protected content protected using common cryptographic information |
US10341698B2 (en) | 2011-09-01 | 2019-07-02 | Divx, Llc | Systems and methods for distributing content using a common set of encryption keys |
US10856020B2 (en) | 2011-09-01 | 2020-12-01 | Divx, Llc | Systems and methods for distributing content using a common set of encryption keys |
US11683542B2 (en) | 2011-09-01 | 2023-06-20 | Divx, Llc | Systems and methods for distributing content using a common set of encryption keys |
US10687095B2 (en) | 2011-09-01 | 2020-06-16 | Divx, Llc | Systems and methods for saving encoded media streamed using adaptive bitrate streaming |
US9621522B2 (en) | 2011-09-01 | 2017-04-11 | Sonic Ip, Inc. | Systems and methods for playing back alternative streams of protected content protected using common cryptographic information |
US12244878B2 (en) | 2011-09-01 | 2025-03-04 | Divx, Llc | Systems and methods for distributing content using a common set of encryption keys |
US10225588B2 (en) | 2011-09-01 | 2019-03-05 | Divx, Llc | Playback devices and methods for playing back alternative streams of content protected using a common set of cryptographic keys |
US11178435B2 (en) | 2011-09-01 | 2021-11-16 | Divx, Llc | Systems and methods for saving encoded media streamed using adaptive bitrate streaming |
US9247296B2 (en) | 2012-03-23 | 2016-01-26 | Thomson Licensing | Method for setting a watching level for an audiovisual content |
US10452715B2 (en) | 2012-06-30 | 2019-10-22 | Divx, Llc | Systems and methods for compressing geotagged video |
USRE48761E1 (en) | 2012-12-31 | 2021-09-28 | Divx, Llc | Use of objective quality measures of streamed content to reduce streaming bandwidth |
USRE49990E1 (en) | 2012-12-31 | 2024-05-28 | Divx, Llc | Use of objective quality measures of streamed content to reduce streaming bandwidth |
US11785066B2 (en) | 2012-12-31 | 2023-10-10 | Divx, Llc | Systems, methods, and media for controlling delivery of content |
US12177281B2 (en) | 2012-12-31 | 2024-12-24 | Divx, Llc | Systems, methods, and media for controlling delivery of content |
US11438394B2 (en) | 2012-12-31 | 2022-09-06 | Divx, Llc | Systems, methods, and media for controlling delivery of content |
US10225299B2 (en) | 2012-12-31 | 2019-03-05 | Divx, Llc | Systems, methods, and media for controlling delivery of content |
US10805368B2 (en) | 2012-12-31 | 2020-10-13 | Divx, Llc | Systems, methods, and media for controlling delivery of content |
US10264255B2 (en) | 2013-03-15 | 2019-04-16 | Divx, Llc | Systems, methods, and media for transcoding video data |
US11849112B2 (en) | 2013-03-15 | 2023-12-19 | Divx, Llc | Systems, methods, and media for distributed transcoding video data |
US10715806B2 (en) | 2013-03-15 | 2020-07-14 | Divx, Llc | Systems, methods, and media for transcoding video data |
US10397292B2 (en) | 2013-03-15 | 2019-08-27 | Divx, Llc | Systems, methods, and media for delivery of content |
US10462537B2 (en) | 2013-05-30 | 2019-10-29 | Divx, Llc | Network video streaming with trick play based on separate trick play files |
US9712890B2 (en) | 2013-05-30 | 2017-07-18 | Sonic Ip, Inc. | Network video streaming with trick play based on separate trick play files |
US9967305B2 (en) | 2013-06-28 | 2018-05-08 | Divx, Llc | Systems, methods, and media for streaming media content |
US10321168B2 (en) | 2014-04-05 | 2019-06-11 | Divx, Llc | Systems and methods for encoding and playing back video at different frame rates using enhancement layers |
US11711552B2 (en) | 2014-04-05 | 2023-07-25 | Divx, Llc | Systems and methods for encoding and playing back video at different frame rates using enhancement layers |
US9866878B2 (en) | 2014-04-05 | 2018-01-09 | Sonic Ip, Inc. | Systems and methods for encoding and playing back video at different frame rates using enhancement layers |
CN104281651A (en) * | 2014-09-16 | 2015-01-14 | 福建星网锐捷安防科技有限公司 | Method and system for searching large volume of video data |
US11729451B2 (en) | 2016-06-15 | 2023-08-15 | Divx, Llc | Systems and methods for encoding video content |
US12126849B2 (en) | 2016-06-15 | 2024-10-22 | Divx, Llc | Systems and methods for encoding video content |
US10148989B2 (en) | 2016-06-15 | 2018-12-04 | Divx, Llc | Systems and methods for encoding video content |
US10595070B2 (en) | 2016-06-15 | 2020-03-17 | Divx, Llc | Systems and methods for encoding video content |
US11483609B2 (en) | 2016-06-15 | 2022-10-25 | Divx, Llc | Systems and methods for encoding video content |
US11343300B2 (en) | 2017-02-17 | 2022-05-24 | Divx, Llc | Systems and methods for adaptive switching between multiple content delivery networks during adaptive bitrate streaming |
US10498795B2 (en) | 2017-02-17 | 2019-12-03 | Divx, Llc | Systems and methods for adaptive switching between multiple content delivery networks during adaptive bitrate streaming |
Also Published As
Publication number | Publication date |
---|---|
US20190096440A1 (en) | 2019-03-28 |
US10902883B2 (en) | 2021-01-26 |
CN101861583B (en) | 2014-06-04 |
JP2011505648A (en) | 2011-02-24 |
US10141024B2 (en) | 2018-11-27 |
US11495266B2 (en) | 2022-11-08 |
US20210398566A1 (en) | 2021-12-23 |
EP2223232A4 (en) | 2015-02-25 |
US8233768B2 (en) | 2012-07-31 |
CN101861583A (en) | 2010-10-13 |
KR20100106327A (en) | 2010-10-01 |
US20090132599A1 (en) | 2009-05-21 |
US20170004862A1 (en) | 2017-01-05 |
JP5513400B2 (en) | 2014-06-04 |
EP2223232A1 (en) | 2010-09-01 |
WO2009065137A1 (en) | 2009-05-22 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US11495266B2 (en) | Systems and methods for playing back multimedia files incorporating reduced index structures | |
US11494428B2 (en) | Chunk header incorporating binary flags and correlated variable-length fields | |
US10110654B2 (en) | Client, a content creator entity and methods thereof for media streaming | |
US7668842B2 (en) | Playlist structure for large playlists | |
US20080256431A1 (en) | Apparatus and Method for Generating a Data File or for Reading a Data File | |
US7558806B2 (en) | Method and apparatus for buffering streaming media | |
KR20040098119A (en) | Http-based video streaming apparatus and method for a mobile communication system | |
US20090282076A1 (en) | Playlist processing |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
AS | Assignment |
Owner name: DIVX, INC., CALIFORNIA Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:SOROUSHIAN, KOUROSH;OSBORNE, ROLAND;BRANESS, JASON;AND OTHERS;SIGNING DATES FROM 20090121 TO 20090122;REEL/FRAME:031513/0346 |
|
AS | Assignment |
Owner name: DIVX, LLC, CALIFORNIA Free format text: CHANGE OF NAME;ASSIGNOR:DIVX, INC.;REEL/FRAME:032000/0334 Effective date: 20101007 |
|
AS | Assignment |
Owner name: SONIC IP, INC., CALIFORNIA Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:DIVX, LLC;REEL/FRAME:032293/0557 Effective date: 20140224 |
|
AS | Assignment |
Owner name: NESTEC S.A., SWITZERLAND Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:HANSEN, CARL ERIK;NICOLAS, PIERRE;PAMIES, BALTASAR VALLES;SIGNING DATES FROM 20091026 TO 20091027;REEL/FRAME:035688/0729 |
|
STCB | Information on status: application discontinuation |
Free format text: ABANDONED -- FAILURE TO RESPOND TO AN OFFICE ACTION |