US20040057466A1 - Method for structuring a bitstream for binary multimedia descriptons and a method for parsing this bitstream - Google Patents

Method for structuring a bitstream for binary multimedia descriptons and a method for parsing this bitstream Download PDF

Info

Publication number
US20040057466A1
US20040057466A1 US10/399,633 US39963301A US2004057466A1 US 20040057466 A1 US20040057466 A1 US 20040057466A1 US 39963301 A US39963301 A US 39963301A US 2004057466 A1 US2004057466 A1 US 2004057466A1
Authority
US
United States
Prior art keywords
binary
bitstream
bids
opening
closing
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.)
Granted
Application number
US10/399,633
Other versions
US8521898B2 (en
Inventor
Michael Wollborn
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Robert Bosch GmbH
Original Assignee
Individual
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Individual filed Critical Individual
Assigned to ROBERT BOSCH GMBH reassignment ROBERT BOSCH GMBH ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: WOLLBORN, MICHAEL
Publication of US20040057466A1 publication Critical patent/US20040057466A1/en
Application granted granted Critical
Publication of US8521898B2 publication Critical patent/US8521898B2/en
Expired - Fee Related legal-status Critical Current
Adjusted expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T1/00General purpose image data processing
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N21/00Selective content distribution, e.g. interactive television or video on demand [VOD]
    • H04N21/80Generation or processing of content or additional data by content creator independently of the distribution process; Content per se
    • H04N21/85Assembly of content; Generation of multimedia applications
    • H04N21/854Content authoring
    • H04N21/8543Content authoring using a description language, e.g. Multimedia and Hypermedia information coding Expert Group [MHEG], eXtensible Markup Language [XML]
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N21/00Selective content distribution, e.g. interactive television or video on demand [VOD]
    • H04N21/20Servers specifically adapted for the distribution of content, e.g. VOD servers; Operations thereof
    • H04N21/23Processing of content or additional data; Elementary server operations; Server middleware
    • H04N21/235Processing of additional data, e.g. scrambling of additional data or processing content descriptors
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N21/00Selective content distribution, e.g. interactive television or video on demand [VOD]
    • H04N21/40Client devices specifically adapted for the reception of or interaction with content, e.g. set-top-box [STB]; Operations thereof
    • H04N21/43Processing of content or additional data, e.g. demultiplexing additional data from a digital video stream; Elementary client operations, e.g. monitoring of home network or synchronising decoder's clock; Client middleware
    • H04N21/435Processing of additional data, e.g. decrypting of additional data, reconstructing software from modules extracted from the transport stream

Definitions

  • this structure allows to speed up the parsing process, since the number of positions to check for a parser is reduced significantly.
  • the parser knows already where to look for respective tags. For parsing he has to check the binary identifiers (BIDs) on the positions defined by the positioning grid only. By this, also the computational complexity required for the binary parser is reduced.
  • a further object of the invention is to allow a binary parser to skip over a complete sub-description without having to parse the complete corresponding part of the bitstream.
  • This objective is according to the steps of claim 10 achieved by assigning a same unique number to each opening binary identifier and closing binary identifier of the same type.
  • FIG. 1 shows a structure of a bitstream with identical grid positions for opening and closing BIDs
  • FIG. 2 shows a structure of a bitstream with separate grid positions for opening and closing BIDs.
  • Data is audio-visual information that will be described using MPEG-7, regardless of storage, coding, display, transmission, medium, or technology.
  • Feature is a distinctive characteristic of the data which signifies something to somebody.
  • Descriptor (D) A Descriptor is a representation of a Feature.
  • a Descriptor defines the syntax and the semantics of the Feature representation.
  • Description Scheme (DS) A Description Scheme specifies the structure and semantics of the relationships between its components, which may be both Descriptors (Ds) and Description Schemes (DSs).
  • Description Definition Language is a language that allows the creation of new Description Schemes and, possibly, Descriptors. It also allows the extension and modification of existing Description Schemes.
  • D/DS schema The definition of a D/DS using the DDL, which is based on the XML-schema language.
  • the components of a specific D/DS which may themselves be other Ds/DSs, and their relationships are defined.
  • D/DS instance The instantiation of a certain D/DS, i.e. the description of actual data according to the elements defined in the D/DS schema.
  • Coded Description is a Description that has been encoded to fulfil relevant requirements such as compression efficiency, error resilience, random access, etc.
  • Static DS a DS that has been specified from the beginning and that is contained in a known dictionary of Ds and DSs
  • Dynamic DS a DS that is dynamically defined, using available static Ds and DSs
  • ModelType “2”> ⁇ MotionParameters>0.000000 ⁇ /MotionParameters> ⁇ MotionParameters>0.000000 ⁇ /MotionParameters> ⁇ MotionParameters>0.000000 ⁇ /MotionParameters> ⁇ MotionParameters>0.000000 ⁇ /MotionParameters> ⁇ MotionParameters>0.000000 ⁇ /MotionParameters> ⁇ MotionParameters>0.000000 ⁇ /MotionParameters> ⁇ /ParametricobjectMotion> ⁇ /MovingRegion> ⁇ /SegmentDecomposition> ⁇ /VideoSegment>
  • the BIDS can comprise a leading sequence of bits which is unique in the bitstream, i.e. can not occur at other places than in BIDs.
  • the text form can be mapped into binary form by replacing each opening and closing tag by the respective BID, using e.g. a leading “0” or “1” to mark if the BID represents an opening or a closing tag.
  • the other values i.e. the actual data like the “0.0000” for the motion parameters or the numbers in the histogram values can be represented by usual integer, float or ASCII text representation.
  • the BIDs representing the opening and closing tags can be placed anywhere in the bitstream, depending on the size of the actual data in between the tags.
  • the method of the invention discloses a structure for a bitstream representing descriptions of multimedia data.
  • This structure defines a regular grid of positions, at which the opening and closing tags corresponding to the XML-tags of Ds and DSs may be placed.
  • three aspects can be distinguished:
  • a binary identifier BID for each specified descriptor D and description scheme DS is used to replace the originally textual (XML) opening and closing tag of the D or DS.
  • the BIDs are referred to as opening and closing BIDs.
  • the opening and closing BID of a specific D or DS are mainly identical and differ just in that e.g. a leading/trailing “0” or “1” denotes if it is an opening or a closing BID.
  • a special structure for the bitstream is defined, in which opening or closing BIDs may only start at certain positions.
  • Such a structure and corresponding grid is shown in FIG. 1.
  • the first BID may start at bit number M (M>0), and from there on BIDs may start at each following Nth bit (with N>1) until the end of the bitstream.
  • the parameters M and N may be fixed in a respective specification, or they may alternatively be transmitted in at the very beginning of the bitstream in its so-called header 1 . By the latter approach, it is possible to adapt the parameters to possible specific application requirements.
  • opening and closing BIDs must be distinguished, e.g. by a leading or trailing “0” and “1”, respectively, in order to distinguish them at the parser.
  • FIG. 2 A corresponding structure and two respective grids, are shown in FIG. 2.
  • the first opening BID may start at bit number M (M>0), and from then on at each following Nth bit (N>1), as already the case in FIG. 1. However, at those positions no closing tag must start.
  • the first closing tag may start at bit number K (K>M), and from then on at each following Lth bit (L>1).
  • the parameters M, K, N and L shall be chosen such that the grids do not interfere with each other. All parameters may again be fixed in a respective specification, or they may alternatively be transmitted in at the very beginning of the bitstream in its header 1 .
  • the same unique number is assigned to the corresponding closing tag of the respective sub-description.
  • the unique numbers are added to the opening and closing BID as fixed or variable length codes, and written into the bitstream.

Abstract

For structuring a bitstream for binary multimedia descriptions, binary identifiers (BIDs) are positioned on at least one regular positioning grid. Parsing is performed by checking these binary identifiers (BIDs) on the positions defined by the positioning grid.

Description

    STATE OF THE ART
  • Present solutions use a textural representation of the description structures for the description of audio-visual data content in multimedia environments [MPEG-7 overview (version 3.0), ISO/IEC ITC1/SC29/WG11 N3445 Geneva, May/June 2000, pages 1 to 53]. For this task a so-called description definition language (DLL) is used, which is derived from the Extensible Markup Language (XML). An MPEG-7 description consists of descriptors (D) or description schemes (DS), where the number of description elements can be variable. In the MPEG input document M6061 (from the Geneva meeting), a binary format for the MPEG-7 data has been proposed, which allows a more compact encoding of description structures and thus savings in storage capacity and/or transmission bandwidth. [0001]
  • ADVANTAGES OF THE INVENTION
  • With the steps of claim 1 a special structure for the binary, bitstream for binary multimedia descriptions is described, that allows fast parsing of the bitstream with a very low complexity of a binary parser. In State of the Art solutions there is not specified at which positions in a bitstream binary identifiers (BIDs) representing opening and closing tags of a multimedia description are placed. Therefore, a binary parser has to check each possible position of a bitstream sequentially, until he finds a respective BID. By means of the present invention a structure for the bitstream is specified which allows to define a grid of positions in the bitstreams where BIDs may be placed. On all other positions, a BID may not start. Depending on the bit-stream, this structure allows to speed up the parsing process, since the number of positions to check for a parser is reduced significantly. The parser knows already where to look for respective tags. For parsing he has to check the binary identifiers (BIDs) on the positions defined by the positioning grid only. By this, also the computational complexity required for the binary parser is reduced. [0002]
  • A further object of the invention is to allow a binary parser to skip over a complete sub-description without having to parse the complete corresponding part of the bitstream. This objective is according to the steps of claim 10 achieved by assigning a same unique number to each opening binary identifier and closing binary identifier of the same type. [0003]
  • For some applications consuming binary descriptions of multimedia data a complete sub-description of the overall description can be skipped, if the application is not interested in that specific part of the information. According to State of the Art solutions to skip a sub-description it is necessary to parse the complete description anyway, what is time and computation power consuming. If a binary parser wants now to skip a complete sub-description, it just has to search for the closing BID with the same unique number as the opening BID of the D or DS he wants to skip. By this, the parsing speed in case of skipping sub-descriptions is increased, and also the computational-complexity of the parser is reduced.[0004]
  • DRAWINGS
  • Embodiments of the invention are illustrated in the figures and explained in detail in the description that follows. [0005]
  • FIG. 1 shows a structure of a bitstream with identical grid positions for opening and closing BIDs; [0006]
  • FIG. 2 shows a structure of a bitstream with separate grid positions for opening and closing BIDs.[0007]
  • DETAILED DESCRIPTION OF THE INVENTION
  • Before discussing the details of the invention some definitions used in MPEG-7 and in the context of the remainder are presented: [0008]
  • Data: Data is audio-visual information that will be described using MPEG-7, regardless of storage, coding, display, transmission, medium, or technology. [0009]
  • Feature: A Feature is a distinctive characteristic of the data which signifies something to somebody. [0010]
  • Descriptor (D): A Descriptor is a representation of a Feature. A Descriptor defines the syntax and the semantics of the Feature representation. [0011]
  • Description Scheme (DS): A Description Scheme specifies the structure and semantics of the relationships between its components, which may be both Descriptors (Ds) and Description Schemes (DSs). [0012]
  • Description Definition Language (DDL): The Description Definition Language is a language that allows the creation of new Description Schemes and, possibly, Descriptors. It also allows the extension and modification of existing Description Schemes. [0013]
  • D/DS schema: The definition of a D/DS using the DDL, which is based on the XML-schema language. Here, the components of a specific D/DS, which may themselves be other Ds/DSs, and their relationships are defined. [0014]
  • D/DS instance: The instantiation of a certain D/DS, i.e. the description of actual data according to the elements defined in the D/DS schema. [0015]
  • Coded Description: A Coded Description is a Description that has been encoded to fulfil relevant requirements such as compression efficiency, error resilience, random access, etc. [0016]
  • Static DS: a DS that has been specified from the beginning and that is contained in a known dictionary of Ds and DSs [0017]
  • Dynamic DS: a DS that is dynamically defined, using available static Ds and DSs [0018]
  • In principle there are two ways to represent a D/DS-instance, either as text using the XML language, or in binary form. In [M6061] a possible binary form for the descriptions is described. It consists mainly of binary identifiers (BIDs), which are unique for each possible D or DS, and which can be hierarchically structured in order to improve the parsing on bitstream level. An example of a simple DS in textual form is given below: [0019]
    <VideoSegment id = “VS1”>
    <MediaTime timeunit =“PT1N3 OF”>
    <MediaIncrTimePoint>0</MediaIncrTimePoint>
    <MediaIncrDuration>106 </MediaIncrDuration>
    </MediaTime>
    <GoFGoPHistogramD HistogramTypeInfo=“Average”>
    <ColorHistogramD>
    <ColorSpaceD Space=“.HSV”/>
    <LinearColorQuantizationD Quantization=“linear”>
    <bin number>4</bin number>
    <bin number>4</bin number>
    <bin number>4</bin number>
    </LinearCol. orQuantizationD>
    <HistogramD HistogramNormFactor=“1”
    NumberHistogramBins=“4”>
    <HistogramValue>444</HistogramValue>
    <HistogramValue>34 </HistogramValue>
    <HistogramValue>58</HistogramValue>
    <HistogramValue>564</HistogramValue>
    </HistogramD>
    </ColorHistogramD>
    </GoFGoPHistogramD>
    <SegmentDecomposition Gap=“true”Overlap=“false”
    DecompositionType=“spatio-temporal”>
    <MovingRegion id=“MR2”>
    <MediaTime timeunit=“PT1N30F”>
    <MediaIncrTimePoint>53</MediaIncrTimepoint>
    <Media IncrDuration>23</MediaIncrDuration>
    </MediaTime>
    <ParametricobjectMotion Xorigin=“0.000000”
    Yorigin=“0. 000000”
    ModelType=“2”>
    <MotionParameters>0.000000</MotionParameters>
    <MotionParameters>0.000000</MotionParameters>
    <MotionParameters>0.000000</MotionParameters>
    <MotionParameters>0.000000</MotionParameters>
    <MotionParameters>0.000000</MotionParameters>
    <MotionParameters>0.000000</MotionParameters>
    </ParametricobjectMotion>
    </MovingRegion>
    </SegmentDecomposition>
    </VideoSegment>
  • The elements between the brackets “<. . . >” are referred to as XML-tags. In general, to each “opening tag” there corresponds a “closing tag”, which has the same name but with a leading “/” at the beginning. As an example, the closing tag for “<MediaTime>” would be “</MediaTime>”. The meaning of the tags and thus of the Ds or DSs described by them is defined by the D or DS schema using the DDL. In the binary form described in [M6061], a unique binary identifier (BID) is assigned to each such tag of a pre-defined set of tags according to a set of specified Ds and DSs. In order to make parsing on binary level more robust, the BIDS can comprise a leading sequence of bits which is unique in the bitstream, i.e. can not occur at other places than in BIDs. Using the so specified BIDs, the text form can be mapped into binary form by replacing each opening and closing tag by the respective BID, using e.g. a leading “0” or “1” to mark if the BID represents an opening or a closing tag. The other values, i.e. the actual data like the “0.0000” for the motion parameters or the numbers in the histogram values can be represented by usual integer, float or ASCII text representation. Up to date, the BIDs representing the opening and closing tags can be placed anywhere in the bitstream, depending on the size of the actual data in between the tags. [0020]
  • The method of the invention discloses a structure for a bitstream representing descriptions of multimedia data. This structure defines a regular grid of positions, at which the opening and closing tags corresponding to the XML-tags of Ds and DSs may be placed. In the present invention, three aspects can be distinguished: [0021]
  • Specification of positioning grid for opening and closing BIDs in a bitstream [0022]
  • Specification of different positioning grids for opening and for closing BIDS [0023]
  • Unique numbering of opening and corresponding closing BIDs [0024]
  • Each of the aspects and the proposed solution in the light of the present invention will be described in the following. [0025]
  • A binary identifier BID for each specified descriptor D and description scheme DS is used to replace the originally textual (XML) opening and closing tag of the D or DS. In this respect, the BIDs are referred to as opening and closing BIDs. The opening and closing BID of a specific D or DS are mainly identical and differ just in that e.g. a leading/trailing “0” or “1” denotes if it is an opening or a closing BID. [0026]
  • By means of a first aspect of the present invention, a special structure for the bitstream is defined, in which opening or closing BIDs may only start at certain positions. Such a structure and corresponding grid is shown in FIG. 1. Here, the first BID may start at bit number M (M>0), and from there on BIDs may start at each following Nth bit (with N>1) until the end of the bitstream. For example, if M=1 and N=8, BIDs would always start at the beginning of a new byte in the bitstream. The parameters M and N may be fixed in a respective specification, or they may alternatively be transmitted in at the very beginning of the bitstream in its so-called header [0027] 1. By the latter approach, it is possible to adapt the parameters to possible specific application requirements.
  • In the case that there is only one positioning grid defined for opening and for closing BIDs, at those positions both kind of BIDs may start. Therefore, the opening and closing BIDs must be distinguished, e.g. by a leading or trailing “0” and “1”, respectively, in order to distinguish them at the parser. [0028]
  • By means of a second aspect of the present invention, different grids for opening BIDs and for closing BIDs are specified. The grids are defined in a way, that the occurence of an opening BID at a closing grid position is not possible, and vice versa. Thus, the same BID can be used for an opening and a closing tag, without having to mark it as such with a leading or trailing bit. A corresponding structure and two respective grids, are shown in FIG. 2. Here, the first opening BID may start at bit number M (M>0), and from then on at each following Nth bit (N>1), as already the case in FIG. 1. However, at those positions no closing tag must start. The first closing tag may start at bit number K (K>M), and from then on at each following Lth bit (L>1). The parameters M, K, N and L shall be chosen such that the grids do not interfere with each other. All parameters may again be fixed in a respective specification, or they may alternatively be transmitted in at the very beginning of the bitstream in its header [0029] 1.
  • Besides the aspects of just parsing a bitstream representing multimedia descriptions, it may be very helpful for a parser if it could skip complete sub-descriptions of an overall description, without having to parse the complete corresponding part of the bitstream. This could be e.g. the case if the part to skip contains information which the application that consumes the description is not interested in, while it may be very well interested in information beyond or past that sub-description. In the current textual form, the complete sub-description has to be parsed. By means of the third aspect of the present invention however, it is possible to skip a whole sub-description without parsing the corresponding bitstream completely. Therefore, a unique number is assigned to each opening BID of the same type, i.e. corresponding to the same D or DS. The same unique number is assigned to the corresponding closing tag of the respective sub-description. The unique numbers are added to the opening and closing BID as fixed or variable length codes, and written into the bitstream. When a parser now wants to skip a complete sub-description, it just has to search for the closing BID with the corresponding unique number, instead of parsing the whole corresponding part of the bitstream. [0030]

Claims (12)

1. Method for structuring a bitstream for binary multimedia descriptions, where binary identifiers (BIDS) representing opening and closing tags of descriptors (D) and/or description schemes (DS) are used, characterised in that said binary identifiers (BIDs) are positioned on at least one regular positioning grid within the bitstream.
2. Method for parsing a bitstream structured according to claim 1, characterised in that parsing is carried out by checking said binary identifiers (BIDS) on the positions defined by said positioning grid
3. Method according to one of claims 1 one or 2, wherein only one regular positioning grid is provided for both opening as well as closing binary identifiers (BIDs) and wherein opening and closing binary identifiers (BIDs) are marked in order to distinguish them when parsing.
4. Method according to one of claims 1 or 2, wherein different positioning grids are provided for the opening and closing binary identifiers (BIDs) and wherein these different positioning grids are structured in a way such that the different grids do not interfere with each other.
5. Method according to claim 3, wherein the first binary identifier (BID) starts at bit number M (M>0) in the bitstream and the following binary identifiers (BIDs) at each following Nth bit (N>1).
6. Method according to claim 4, wherein the first opening binary identifier (BID) starts at a bit number M in the bitstream and the following opening binary identifiers at each following Nth bit (N>1) and wherein the first closing binary identifier (BID) starts at bit number K (K>M) and the following closing binary identifiers at each following Lth bit (L>1).
7. Method according to claim 6, wherein the parameters M, K, N and L are chosen such that the grids do not interfere with each other.
8. Method according to one of claims 5, 6, or 7, wherein the parameters M and N or M, N, K and L respectively are predetermined fixed parameters.
9. Method according to claims 5, 6 or 7, wherein the parameters M and N or M, N, K and L respectively are adaptively selectable and transmitted at the very beginning of the bitstream, in particular in its header (1).
10. Method according to one of claims 1 to 9, wherein a unique number is assigned to each opening binary identifier (BID) of the same type, i. e. corresponding to the same descriptor (D) or description scheme (DS), and the same unique number is assigned to the corresponding closing binary identifier (BID).
11. Method according to claim 10, wherein the unique numbers are added to the opening and closing binary identifiers (BIDS) as fixed or variable length codes, and written into the bitstream.
12. Method according to one of claims 10 or 11, wherein a parser, who wants to skip a complete sub-description, just has to search for corresponding unique numbers for opening and closing binary identifiers (BIDs) in the bitstream.
US10/399,633 2000-10-20 2001-09-29 Method for structuring a bitstream for binary multimedia descriptions and a method for parsing this bitstream Expired - Fee Related US8521898B2 (en)

Applications Claiming Priority (4)

Application Number Priority Date Filing Date Title
DE00122841 2000-10-20
DE00122841.0 2000-10-20
EP00122841A EP1199893A1 (en) 2000-10-20 2000-10-20 Method for structuring a bitstream for binary multimedia descriptions and method for parsing this bitstream
PCT/IB2001/002756 WO2002039748A2 (en) 2000-10-20 2001-09-29 Method for structuring a bitstream for binary multimedia descriptions and method for parsing this bitstream

Publications (2)

Publication Number Publication Date
US20040057466A1 true US20040057466A1 (en) 2004-03-25
US8521898B2 US8521898B2 (en) 2013-08-27

Family

ID=8170142

Family Applications (1)

Application Number Title Priority Date Filing Date
US10/399,633 Expired - Fee Related US8521898B2 (en) 2000-10-20 2001-09-29 Method for structuring a bitstream for binary multimedia descriptions and a method for parsing this bitstream

Country Status (5)

Country Link
US (1) US8521898B2 (en)
EP (2) EP1199893A1 (en)
JP (1) JP5553466B2 (en)
KR (1) KR100894426B1 (en)
WO (1) WO2002039748A2 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20030126603A1 (en) * 2001-12-29 2003-07-03 Kim Joo Min Multimedia data searching and browsing system

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP1343327B1 (en) * 2001-12-28 2011-06-15 Koninklijke Philips Electronics N.V. Method for processing multimedia content

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6393196B1 (en) * 1996-09-27 2002-05-21 Matsushita Electric Industrial Co., Ltd. Multimedia stream generating method enabling alternative reproduction of video data, and a multimedia optical disk authoring system
US6593936B1 (en) * 1999-02-01 2003-07-15 At&T Corp. Synthetic audiovisual description scheme, method and system for MPEG-7
US20040024898A1 (en) * 2000-07-10 2004-02-05 Wan Ernest Yiu Cheong Delivering multimedia descriptions
US6751623B1 (en) * 1998-01-26 2004-06-15 At&T Corp. Flexible interchange of coded multimedia facilitating access and streaming
US7185049B1 (en) * 1999-02-01 2007-02-27 At&T Corp. Multimedia integration description scheme, method and system for MPEG-7

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS59142716A (en) * 1983-02-04 1984-08-16 Hitachi Ltd Magnetic head and its manufacture
WO1998021889A1 (en) 1996-11-08 1998-05-22 The Trustees Of Columbia University In The City Of New York Methods and apparatus for a programmable bitstream parser for audiovisual and generic decoding systems
EP1158420A1 (en) 2000-05-24 2001-11-28 Robert Bosch Gmbh Method for a description of audio-visual data content in a multimedia environment

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6393196B1 (en) * 1996-09-27 2002-05-21 Matsushita Electric Industrial Co., Ltd. Multimedia stream generating method enabling alternative reproduction of video data, and a multimedia optical disk authoring system
US6751623B1 (en) * 1998-01-26 2004-06-15 At&T Corp. Flexible interchange of coded multimedia facilitating access and streaming
US6593936B1 (en) * 1999-02-01 2003-07-15 At&T Corp. Synthetic audiovisual description scheme, method and system for MPEG-7
US7185049B1 (en) * 1999-02-01 2007-02-27 At&T Corp. Multimedia integration description scheme, method and system for MPEG-7
US20040024898A1 (en) * 2000-07-10 2004-02-05 Wan Ernest Yiu Cheong Delivering multimedia descriptions

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20030126603A1 (en) * 2001-12-29 2003-07-03 Kim Joo Min Multimedia data searching and browsing system

Also Published As

Publication number Publication date
KR20030046515A (en) 2003-06-12
EP1199893A1 (en) 2002-04-24
JP2004524723A (en) 2004-08-12
EP1336305A2 (en) 2003-08-20
US8521898B2 (en) 2013-08-27
EP1336305B1 (en) 2013-11-06
KR100894426B1 (en) 2009-04-22
WO2002039748A3 (en) 2002-08-15
WO2002039748A2 (en) 2002-05-16
JP5553466B2 (en) 2014-07-16

Similar Documents

Publication Publication Date Title
US6825781B2 (en) Method and system for compressing structured descriptions of documents
US20070143664A1 (en) A compressed schema representation object and method for metadata processing
US20040054692A1 (en) Method for compressing/decompressing a structured document
US7870483B2 (en) Encoding and distribution of schema for multimedia content descriptions
US20050182778A1 (en) Method and devices for encoding/decoding structured documents, particularly xml documents
AU2002253002A1 (en) Method and system for compressing structured descriptions of documents
US20110283183A1 (en) Method for compressing/decompressing structured documents
WO2007026258A2 (en) Methods and devices for compressing and decompressing structured documents
US7263490B2 (en) Method for description of audio-visual data content in a multimedia environment
US7251277B2 (en) Efficient means for creating MPEG-4 textual representation from MPEG-4 intermedia format
US20020120652A1 (en) Two-stage mapping for application specific markup and binary encoding
US7676742B2 (en) System and method for processing of markup language information
US7627586B2 (en) Method for encoding a structured document
US8521898B2 (en) Method for structuring a bitstream for binary multimedia descriptions and a method for parsing this bitstream
WO2019018030A1 (en) Structured record compression and retrieval
US7571152B2 (en) Method for compressing and decompressing structured documents
US9081755B2 (en) Method for processing a data tree structure
Fang et al. Automatic generation of entropy coding programs using flavor

Legal Events

Date Code Title Description
AS Assignment

Owner name: ROBERT BOSCH GMBH, GERMANY

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:WOLLBORN, MICHAEL;REEL/FRAME:014507/0477

Effective date: 20030528

STCF Information on status: patent grant

Free format text: PATENTED CASE

CC Certificate of correction
FPAY Fee payment

Year of fee payment: 4

FEPP Fee payment procedure

Free format text: MAINTENANCE FEE REMINDER MAILED (ORIGINAL EVENT CODE: REM.); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY

LAPS Lapse for failure to pay maintenance fees

Free format text: PATENT EXPIRED FOR FAILURE TO PAY MAINTENANCE FEES (ORIGINAL EVENT CODE: EXP.); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY

STCH Information on status: patent discontinuation

Free format text: PATENT EXPIRED DUE TO NONPAYMENT OF MAINTENANCE FEES UNDER 37 CFR 1.362

FP Lapsed due to failure to pay maintenance fee

Effective date: 20210827