EP1730636A1 - Cyclic referencing management method and apparatus, parsing method and apparatus - Google Patents
Cyclic referencing management method and apparatus, parsing method and apparatusInfo
- Publication number
- EP1730636A1 EP1730636A1 EP05789801A EP05789801A EP1730636A1 EP 1730636 A1 EP1730636 A1 EP 1730636A1 EP 05789801 A EP05789801 A EP 05789801A EP 05789801 A EP05789801 A EP 05789801A EP 1730636 A1 EP1730636 A1 EP 1730636A1
- Authority
- EP
- European Patent Office
- Prior art keywords
- asset
- mpv
- assets
- cyclic referencing
- child
- 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.)
- Ceased
Links
Classifications
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; 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/48—Retrieval characterised by using metadata, e.g. metadata not derived from the content or metadata generated manually
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; 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
Definitions
- the present invention relates to controlling assets such as digital content in a multimedia application environment, and more particularly, to a cyclic referencing management method and apparatus, a parsing method and apparatus, and a computer readable recording medium storing a program to implement the methods.
- FIG. 1 is a reference diagram explaining the concept of MusicPhoto Video (MPV) according to a conventional technology.
- MPV MusicPhoto Video
- FIG. 1 by using a digital camera 10, a photo or video clip is generated, the generated photo or video clip is moved to a PC 11, works such as edition are performed, and the worked content are burned on an optical recording medium such as a CD-R/Video-CD, and a DVD-R/+R.
- the thus burned optical recording medium can reproduce the content in a DVD player 12 or a TV 13.
- the content worked in the PC can be transferred to a printer 14 to be printed, and to an online medium 15.
- attribute data such as a slide show order or a time interval between photos determined when a slide show function is used to confirm the capture photos in the digital camera, or relations between the captured photos determined when a panorama function is used, is stored together with the original data.
- attribute data such as a slide show order or a time interval between photos determined when a slide show function is used to confirm the capture photos in the digital camera, or relations between the captured photos determined when a panorama function is used.
- the digital camera and the PC have information structures different to each other.
- the attribute data stored in the digital camera that is, metadata
- a standard referred to as MusicPhoto Video (MPV) has been being prepared. That is, the MPV is a standard to further ease expression, exchange, processing, and reproduction of metadata such as digital music, photo, and video in consumer electronics (CE) apparatuses and IT ap ⁇ paratuses.
- CE consumer electronics
- the MPV standard which is currently being prepared by Optical Storage Technology Association (OSTA), defines manifest, metadata, and practice to process and reproduce sets of content, such as digital photos, video, and audio, stored in a storage medium such as an optical disk, a memory card, a computer hard disk, or exchanged according to Internet protocols.
- the manifest is an independent extensible markup language (XML) document file and is obtained by grouping all MPV elements.
- MPV core specification MPV core specification
- the MPV Core includes three basic elements: collection, metadata, and identifier.
- the collection includes a manifest as a root member, an album, marked assets (MarkedAsset), and an asset list (AssetList).
- An asset is a basic unit of content processed by the MPV and there are two types of assets: a simple media asset such as digital photos, video, digital audio, and documents, etc., and a composite media asset such as digital photos + digital audio, digital still multi-shot sequences, digital still panorama sequences, etc.
- MPV software controls such that an asset is read and reproduced. That is, the MPV file is placed between MPV software and data referred to as an asset, and plays a linking role. Accordingly, the MPV file can be regarded as a file system in a higher level operating similarly to the conventional file system.
- FIG. 2 is a diagram showing an example of MPV simple assets according to the conventional technology.
- Simple assets correspond to physical storage entities.
- simple assets there are a still 21, a video 22, an audio 23, a text 24, a print 25, a document 26, and a manifest link (ManifestLink) 27.
- ManifestLink manifest link
- FIG. 3 is a diagram showing an example of MPV composite assets according to the conventional technology.
- Composite assets are meaningful groups of media assets. These composite assets correspond to ordinary capture modes of a digital camera.
- As composite assets there are a still with audio (StillWithAudio) 31, a still multi- shot sequence (StillMultishotSequence) 32, a still panorama sequence (StillPanoramaSequence) 33, a Par 34, and a Seq 35.
- the Par 34 or Seq 35 permits arbitrary expression of media assets different to each other in types. That is, while other composite assets are fixed in that simple assets contained in respective composite assets are predefined, simple assets contained in the Par or Seq are not fixed such that simple assets can be arbitrarily combined.
- the Par defines a composite asset when a set of assets are generated in syn ⁇ chronization with each other.
- Par 34 is formed with a group of assets, which are arranged to be parallel.
- the Seq defines a composite asset when a set of assets are generated in a predetermined order.
- Seq 35 is formed with a group of assets, which are arranged in a pre ⁇ determined order.
- FIG. 4A is an example of an MPV file explaining a usage example of ⁇ mpv:Seq> according to the conventional technology.
- a manifest 1 is at the top level that is the largest in an MPV file, and an asset list 40 is at a level immediately below the top level.
- the lower levels of the asset list 40 include ⁇ mpv:Seq> 41 whose identifier
- the assets 41 through 49 at the levels lower than the asset list 40 are child assets of the asset list 40, and reversely, the asset list 40 is the parent asset of the child assets 41 through 49.
- ⁇ mpv:Seq> 41 and ⁇ mpv:StillWithAudio> 46 are composite assets and the remaining assets, ⁇ mpv:Still> and ⁇ mpv:Audio>, are simple assets.
- Simple assets each have a LastURL indicating the location of content for referencing the asset.
- a still asset whose identifier (ID) is 'stillOOl' expresses 'images/stillOl.jpg', as the LastURL indicating the location of stillOOl content.
- the first child asset of ⁇ mpv:Seq> 41 refers to an audio whose ID is 'audioOOl'.
- the second child asset refers to a still whose ID is 'stillOOl'
- the third child asset refers to an audio whose ID is 'audio002'
- the fourth child asset refers to a StillWithAudio whose ID is 'saOOl'
- the fifth child asset refers to a still whose ID is 'still002'
- the sixth child asset refers to a still whose ID is 'stillOO3'.
- the StillWithAudio 46 internally has 2 child assets.
- the first child asset refers to a still whose ID is 'still004'
- the second child asset refers to an audio whose ID is 'audio003'.
- the StillWithAudio has only a still and an audio as assets, as shown in its name
- ⁇ mpv:Seq> can have any assets as its child assets.
- ⁇ mpv:Seq> can have any type of reference assets with an ending of Ref, as in, for example, mpv:StillRef, and mpv:AudioRef. Accordingly, it is very complex to extract information from this asset.
- FIG. 4B is a diagram of a tree structure explaining the structure of the MPV file shown in FIG. 4A.
- an AssetList 40 is below a manifest 1, and 9 child assets 41 through 49 are below the AssetList 40.
- Each child asset of ⁇ mpv:Seq> 41 refers to a child asset of the AssetList 40.
- This structure is an ordinary form of using ⁇ mpv:Seq> that is a composite asset.
- FIG. 5A is an example of an MPV file explaining another usage example of ⁇ mpv:Seq> according to the conventional technology. [37] Referring to FIG. 5A, an AssetList has 5 child assets.
- the first child asset 51 is ⁇ mpv:Seq> whose ID is 'seqOOl' and which has a child asset referring to an asset whose ID is 'seq002'.
- the second child asset 52 is ⁇ mpv:Seq> whose ID is 'seq002' and which has a child asset referring to an asset whose ID is 'stillOOl', and a child asset referring to an asset whose ID is 'seq003'.
- the third child asset 53 is ⁇ mpv:Seq> whose ID is 'seq003' and which has a child asset referring to an asset whose ID is 'still002'.
- the fourth child asset 54 is a still asset whose ID is 'stillOOl'.
- the fifth child asset 55 is a still asset whose ID is 'still002'.
- FIG. 5B is a diagram of a tree structure explaining the structure of the MPV file shown in FIG. 5A.
- ⁇ mpv:Seq> 51 that is the first child asset of the AssetList refers to ⁇ mpv:Seq> 52 that is the second child asset
- ⁇ mpv:Seq> 52 that is the second child asset refers to ⁇ mpv:Seq> 53 that is the third child asset.
- ⁇ mpv:Seq> 51 that is the first child asset of the AssetList
- ⁇ mpv:Seq> 52 that is the second child asset
- ⁇ mpv:Seq> 53 that is the third child asset.
- ⁇ mpv:Seq> 53 that is the third child asset.
- FIG. 6A is an example of an MPV file explaining a case where cyclic referencing occurs due to use of ⁇ mpv:Seq> according to the conventional technology.
- an AssetList has 3 child assets that are all ⁇ mpv:Seq>.
- the first child asset 61 is ⁇ mpv:Seq> whose ID is 'seqOOl', and refers to an asset whose ID is 'seq002'.
- the second child asset 62 is ⁇ mpv:Seq> whose ID is 'seq002' and refers to an asset whose ID is 'seq003'.
- the third child asset 63 is ⁇ mpv:Seq> whose ID is 'seq003' and refers to an asset whose ID is 'seqOOl'.
- a cyclic referencing problem occurs.
- FIG. 6B is a diagram of a tree structure explaining the structure of the MPV file shown in FIG. 6A.
- child asset seqOOl 61 refers to child asset seq002 62
- child asset seq002 62 refers to child asset seq003 63
- child asset seq003 63 refers to child asset seqOOl 61. Accordingly, it can be seen that a loop is generated among seqOOl, seq002, and seq003, which generates a cyclic referencing problem in which getting out of the loop is impossible.
- an AssetList has a child asset, ⁇ mpv:Seq> 71, whose ID is 'seqOOOO'.
- the child asset 71 has a child asset, ⁇ mpv:SeqRef>, which refers to an asset whose ID is 'seqOOOO'. Since the parent asset 71 and the child asset 72 refer to each other, an infinite loop occurs between the two and the system may operate as if it halts.
- MPV data is incorrect, or the system operates incorrectly as if it halts. Accordingly, data contained in the MPV file cannot be used any more.
- the present invention provides a cyclic referencing management method and apparatus, and a parsing method and apparatus, by which even when cyclic referencing occurs in an MPV file, a system can be operated normally and data contained in the
- MPV file can be used, and a computer readable recording medium storing a program implementing the methods.
- cyclic referencing that can occur in an MPV file can be detected and processed such that the system can be prevented from entering an indefinite loop or causing an erroneous operation.
- FIG. 1 is a reference diagram explaining the concept of MusicPhoto Video (MPV) according to a conventional technology
- FIG. 2 is a diagram showing an example of MPV simple assets according to the conventional technology
- FIG. 3 is a diagram showing an example of MPV composite assets according to the conventional technology
- FIG. 4A is an example of an MPV file explaining a usage example of ⁇ mpv:Seq> according to the conventional technology
- FIG. 4B is a diagram of a tree structure explaining the structure of an MPV file shown in FIG. 4A
- FIG. 5A is an example of an MPV file explaining another usage example of ⁇ mpv:Seq> according to the conventional technology
- FIG. 5B is a diagram of a tree structure explaining the structure of an MPV file shown in FIG. 5A;
- FIG. 6A is an example of an MPV file explaining a case where cyclic referencing occurs due to use of ⁇ mpv:Seq> according to the conventional technology
- FIG. 6B is a diagram of a tree structure explaining the structure of an MPV file shown in FIG. 6A;
- FIG. 7 is another example of an MPV file explaining a case where cyclic referencing occurs due to use of ⁇ mpv:Seq> according to the conventional technology
- FIG. 8 is a diagram of the entire structure of an apparatus to solve the cyclic referencing according to the present invention.
- FIG. 9 is a detailed diagram of a cyclic referencing management unit shown in
- FIG. 8
- FIG. 10 is a flowchart of the steps performed by a method to solve cyclic re ferencing according to the present invention.
- FIG. 11 is a detailed flowchart of the method to solve cyclic referencing shown in
- FIG. 10 The first figure.
- FIGS. 12A through 12C are reference diagrams explaining an identification (ID) to be stored in an ID storage unit when an MPV file shown in FIG. 6A is parsed.
- ID an identification
- a cyclic referencing management method for managing cyclic referencing occurring by mutual references of assets in a file provided to control assets in a multimedia application en ⁇ vironment, the method including: detecting an asset generating cyclic referencing; and ignoring the asset generating cycling referencing.
- the asset generating the cyclic referencing may include ⁇ mpv:Seq> or ⁇ mpv:Par>.
- a cyclic referencing management method for managing cyclic referencing occurring by mutual references of assets in a file provided to control assets in a multimedia application en ⁇ vironment, the method including: detecting an asset capable of generating cyclic referencing; detecting a child asset referring to the detected asset, among child assets of the detected asset; and ignoring the detected child asset.
- Detecting the child asset referring to the detected asset, among child assets of the detected asset includes: comparing mpv:id that is the identifier of the detected asset, with mpv:idRef that is a reference identifier of the child asset referring to another asset, among the child assets of the asset; and detecting a child asset having mpv:idRef identical to the mpv:id.
- a parsing method for parsing a file provided to control assets in a multimedia application environment including: determining whether or not the file complies with an extensible markup language (XML) file rule and a MusicPhoto Video (MPV) file rule; parsing the entire assets contained in the file if the file complies with the XML file rule and MPV file rule; detecting an asset generating cyclic referencing while parsing the asset; and ignoring the asset generating the cyclic referencing.
- XML extensible markup language
- MPV MusicPhoto Video
- a cyclic referencing management apparatus for managing cyclic referencing occurring by mutual references of assets in a file provided to control assets in a multimedia ap ⁇ plication environment, the apparatus including: a cyclic referencing management unit which detects an asset generating cyclic referencing and ignores the asset generating cycling referencing.
- the asset generating the cyclic referencing may include ⁇ mpv:Seq> or ⁇ mpv:Par>.
- a cyclic referencing management apparatus for managing cyclic referencing occurring by mutual references of assets in a file provided to control assets in a multimedia ap ⁇ plication environment, the apparatus including: a detection unit which detects an asset capable of generating cyclic referencing; an identifier storage unit which stores the identifier of the detected asset; an identifier comparison unit which detects a child asset referring to the asset having the stored identifier, among child assets of the detected asset; and a cyclic referencing processing unit which ignores the detected child asset.
- the identifier comparison unit may compare mpv:id that is the identifier of the stored asset, with mpv:idRef that is a reference identifier of the child asset referring to another asset, among the child assets of the asset, and detect a child asset having mpv:idRef identical to the mpv:id.
- a parsing apparatus for parsing a file provided to control assets in a multimedia ap ⁇ plication environment, the apparatus including: a cyclic referencing management unit which detects an asset generating cyclic referencing while parsing an asset contained in an MPV file complying with an XML file rule and an MPV file rule, and ignores the asset generating the cyclic referencing.
- the cyclic referencing management unit may generate reproduction control in ⁇ formation to prohibit reproduction of the asset generating the cyclic referencing, and transmit the generated reproduction control information to an apparatus for controlling reproduction of the asset contained in the MPV file.
- a computer readable recording medium having embodied thereon a computer program for a cyclic referencing management method for managing cyclic referencing occurring by mutual references of assets in a file provided to control assets in a multimedia application environment, wherein the method includes: detecting an asset generating cyclic referencing; and ignoring the asset generating cycling referencing.
- a computer readable recording medium having embodied thereon a computer program for a cyclic referencing management method for managing cyclic referencing occurring by mutual references of assets in a file provided to control assets in a multimedia application environment, wherein the method includes: detecting an asset capable of generating cyclic referencing; storing the identifier of the detected asset; detecting a child asset referring to the asset having the stored identifier, among child assets of the detected asset; and ignoring the detected child asset.
- a computer readable recording medium having embodied thereon a computer program for a parsing method for parsing a file provided to control assets in a multimedia ap ⁇ plication environment, wherein the method includes: determining whether or not the file complies with an extensible markup language (XML) file rule and a Mu- sicPhoto Video (MPV) file rule; parsing the entire assets contained in the file if the file complies with the XML file rule and MPV file rule; detecting an asset generating cyclic referencing while parsing the asset; and ignoring the asset generating the cyclic referencing.
- XML extensible markup language
- MPV Mu- sicPhoto Video
- FIG. 8 is a diagram of the entire structure of an apparatus to solve the cyclic referencing according to the present invention.
- This apparatus can be applied to content generation products such as a PC, a DVD player, a DVD recorder, an MP3 player, a digital video camera (DVC), and a digital still camera (DSC).
- content generation products such as a PC, a DVD player, a DVD recorder, an MP3 player, a digital video camera (DVC), and a digital still camera (DSC).
- the apparatus includes a storage medium 81, an MPV parser
- the storage medium 81 stores an MPV file to be parsed by the MPV parser 82, and content referred to in the MPV file and reproduced by the reproduction control unit 84.
- the storage medium 81 can be any one of, for example, a memory, a memory stick, an optical disk, and a hard disk.
- the MPV parser 82 reads out an MPV file from the storage medium 81, parses a variety of assets and metadata recorded in the MPV file, and provides reproduction control information that enables reproduction of content stored in the storage medium 81, to the reproduction control unit 84.
- MPV parser 82 according to the present embodiment includes a cyclic referencing management unit 83 for resolving a cyclic referencing problem.
- the cyclic referencing management unit 83 detects whether or not cyclic referencing occurs while an MPV file is parsed, and if cyclic referencing occurs, performs processing to ignore an asset generating the cyclic referencing. More specifically, here, to ignore means generating reproduction control information such that the asset generating the cyclic referencing cannot be reproduced any more, and providing the generated reproduction control information to the reproduction control unit 84.
- the reproduction control unit 84 controls such that content stored in the storage medium 81 can be reproduced based on the received reproduction control information.
- the re ⁇ production control unit 84 controls according to the reproduction control information on the asset generating the cyclic referencing such that the asset generating the cyclic referencing cannot be reproduced.
- the video output unit 85 displays content corresponding to an image such as a digital photo provided by the reproduction control unit 84.
- the audio output unit 86 outputs an audio signal output from the reproduction control unit 84.
- FIG. 9 is a detailed diagram of the cyclic referencing management unit 83 shown in
- the cyclic referencing management unit 83 includes a cyclic referencing capable asset detection unit 91, an ID insertion unit 92, an ID comparison unit 93, an ID deletion unit 94, and an ID storage unit 95.
- the cyclic referencing capable asset detection unit 91 detects assets that can generate cyclic referencing in the MPV file, that is, ⁇ mpv:Par> or ⁇ mpv:Seq>.
- the cyclic referencing capable asset detection unit 91 can be disposed outside the cyclic referencing management unit 83 to transmit a signal indicating that a cyclic referencing capable asset is detected, to the cyclic referencing management unit 83.
- the ID comparison unit 93 compares the ID of an asset referred to by the child asset of ⁇ mpv:Par> asset or ⁇ mpv:Seq> asset, with the ID stored in the ID storage unit 95. When the comparison result indicates that the IDs are identical, the ID comparison unit transmits a signal indicating that cyclic referencing occurs, to the cyclic referencing processing unit 96. When there are no more child assets to be parsed after all child assets contained in ⁇ mpv:Par> or ⁇ mpv:Seq> are parsed, the ID deletion unit 94 deletes all IDs stored in the ID storage unit 95 to prepare for the next cyclic referencing management.
- the cyclic referencing processing unit 96 performs processing to ignore an asset generating the cyclic referencing.
- the processing to ignore the asset is, for example, generating reproduction control information to prevent the asset generating the cyclic referencing from being reproduced.
- the ID storage unit (RefIDSet) 95 stores mpv:id that is the ID of ⁇ mpv:Par> asset or ⁇ mpv:Seq> asset contained in the MPV filed being parsed.
- FIG. 10 is a flowchart of the steps performed by a method to solve cyclic referencing according to the present invention.
- the MPV parser 82 determines whether or not an MPV file to be parsed complies with an XML file rule in operation 101. If the MPV file to be parsed does not comply with the XML file rule, the MPV parser 82 finishes parsing.
- the MPV parser 82 determines whether or not the MPV file to be parsed complies with an MPV file rule in operation 102. If the MPV file to be parsed does not comply with the MPV file rule, the MPV parser 82 finishes parsing.
- the MPV parser 82 parses the entire MPV asset in operation 103.
- the cyclic referencing management unit 83 determines whether or not the MPV file has cyclic referencing in operation 104. If the MPV file does not have cyclic referencing, the parsing is finished.
- FIG. 11 is a detailed flowchart of the method to solve cyclic referencing shown in
- the cyclic referencing capable asset detection unit 91 determines whether or not there is a direct child asset of AssetList (DCA) not parsed in operation 111. If the determination result indicates that there is not DCA, it means that all parsing is performed, and the parsing is finished. [116] If there is a DCA not parsed, the cyclic referencing capable asset detection unit 91 determines whether or not the DCA is ⁇ mpv:Seq> asset or ⁇ mpv:Par> asset in operation 112.
- DCA direct child asset of AssetList
- the operation 111 is performed to parse a next asset.
- the ID insertion unit stores mpv:id that is the ID of the DCA in RefIDSet in operation 113.
- the cyclic referencing capable asset detection unit 91 determines whether or not there is a child asset in which the DCA is not parsed in operation 114.
- the child asset refers to another asset, that is, if the child asset has pv:idRef, the
- ID comparison unit 93 determines whether or not RefIDSet has mpv:idRef of this child asset in operation 116. In other words, it is determined whether or not an ID identical to mpv:idRef of the child asset being currently parsed is stored in the RefIDSet.
- the ID comparison unit 93 determines that cyclic referencing occurs, and ignores the child asset generating the cyclic referencing in operation 119.
- the cyclic referencing processing unit 96 may generate reproduction control information to prevent the child asset generating the cyclic referencing from being reproduced, and provide the information to the MPV parser 82. Then, the operation 114 is performed to parse a next child asset.
- the cyclic referencing capable asset detection unit 91 determines whether or not the child asset to be parsed currently refers to a DCA that is ⁇ mpv:Seq> or ⁇ mpv:Par> in operation 117. If the determination result indicates that this child asset does not refer to ⁇ mpv:Seq> or ⁇ mpv:Par>, the operation 114 is performed to parse a next child asset.
- the ID deletion unit 94 clears ReflDSet in operation 120.
- this mpv:idRef 'seq002' is an ID stored in the ID storage unit 95 shown in FIG. 12A in operation 116. Since the ID storage 95 does not have 'seq002', the next operation 117 is performed. Since this child asset refers to DCA that is ⁇ mpv:Seq>, the operation 118 is performed to start parsing the DCA referred to by this child asset, and the operation 113 is performed to store the DCA referred to by this child asset, that is, 'seq002', in the ID storage unit 95 in operation 113. Thus, seqOOl 121 and seq002 122 are stored in the ID storage unit 95 as shown in FIG. 12B.
- the child asset of this second child asset 62 is detected. Since this child asset has mpv:idRef, it is determined whether or not this mpv:idRef 'seq003' is an ID stored in the ID storage unit 95 in operation 116. Since the ID storage 95 does not have 'seq003', the next operation 117 is performed. Since this child asset refers to DCA that is ⁇ mpv:Seq> in the operation 117, the operation 118 is performed to start parsing the DCA referred to by this child asset, and the operation 113 is performed to store the DCA referred to by this child asset, that is, 'seq003', in the ID storage unit 95 in operation 113. Thus, seqOOl 121, seq002 122, and seq003 123 are stored in the ID storage unit 95 as shown in FIG. 12C.
- the cyclic referencing management method as described above can also be embodied as computer readable codes on a computer readable recording medium.
- the computer readable recording medium is any data storage device that can store data which can be thereafter read by a computer system. Examples of the computer readable recording medium include read-only memory (ROM), random- access memory (RAM), CD-ROMs, magnetic tapes, floppy disks, optical data storage devices, and carrier waves (such as data transmission through the Internet).
- the computer readable recording medium can also be distributed over network coupled computer systems so that the computer readable code is stored and executed in a distributed fashion. (Also, functional programs, codes, and code segments for accomplishing the present invention can be easily construed by programmers skilled in the art to which the present invention pertains.)
- the present invention is applicable to multimedia apparatuses generating and managing multimedia, such as digital cameras, digital camcorders, digital audio players (MP3, WMA).
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Multimedia (AREA)
- Data Mining & Analysis (AREA)
- Databases & Information Systems (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Library & Information Science (AREA)
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
Abstract
Description
Claims
Applications Claiming Priority (3)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| US55854904P | 2004-04-02 | 2004-04-02 | |
| KR1020040036951A KR100677116B1 (en) | 2004-04-02 | 2004-05-24 | Computer-readable recording medium having recorded thereon a cyclic referencing method / apparatus, a parsing method / apparatus and a program for performing the method. |
| PCT/KR2005/000899 WO2006004274A1 (en) | 2004-04-02 | 2005-03-28 | Cyclic referencing management method and apparatus, parsing method and apparatus |
Publications (2)
| Publication Number | Publication Date |
|---|---|
| EP1730636A1 true EP1730636A1 (en) | 2006-12-13 |
| EP1730636A4 EP1730636A4 (en) | 2008-12-10 |
Family
ID=35783053
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| EP05789801A Ceased EP1730636A4 (en) | 2004-04-02 | 2005-03-28 | ADMINISTRATIVE PROCESS AND DEVICE FOR CYCLIC REFERENCE, ANALYSIS METHOD AND DEVICE |
Country Status (2)
| Country | Link |
|---|---|
| EP (1) | EP1730636A4 (en) |
| WO (1) | WO2006004274A1 (en) |
Families Citing this family (3)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN102541962A (en) * | 2010-12-31 | 2012-07-04 | 北大方正集团有限公司 | Method and device for packing and extracting files |
| CN113805887B (en) * | 2020-06-15 | 2024-03-01 | 中国电信股份有限公司 | File cycle reference detection method, device and storage medium |
| CN116414799A (en) * | 2021-12-29 | 2023-07-11 | 北京国双科技有限公司 | Circular reference detection method, device, electronic device and storage medium |
Family Cites Families (4)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US4947320A (en) * | 1988-07-15 | 1990-08-07 | International Business Machines Corporation | Method for referential constraint enforcement in a database management system |
| KR20000011320A (en) * | 1998-07-29 | 2000-02-25 | 야스카와 히데아키 | Facility for selecting and printing web pages |
| US6597891B2 (en) * | 1999-04-05 | 2003-07-22 | International Business Machines Corporation | Combining online browsing and on-demand data broadcast for selecting and downloading digital content |
| KR100781507B1 (en) * | 2003-06-07 | 2007-12-03 | 삼성전자주식회사 | Apparatus and display method for multimedia data and recording medium recording the method |
-
2005
- 2005-03-28 WO PCT/KR2005/000899 patent/WO2006004274A1/en not_active Ceased
- 2005-03-28 EP EP05789801A patent/EP1730636A4/en not_active Ceased
Also Published As
| Publication number | Publication date |
|---|---|
| WO2006004274A1 (en) | 2006-01-12 |
| EP1730636A4 (en) | 2008-12-10 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| US7415451B2 (en) | Cycle referencing management method and apparatus, parsing method and apparatus, and recording medium storing a program to implement the same | |
| KR100607969B1 (en) | Method and apparatus for playing multimedia play list and storing media therefor | |
| CN1604080B (en) | Image file container | |
| JP2008518315A (en) | How to annotate a timeline file | |
| RU2324987C2 (en) | Method and device for displaying multimedia data, combined with text, and media with software to implement the method | |
| US20060041601A1 (en) | Method and apparatus for synchronizing metadata, and storage medium storing computer program for executing the method | |
| EP1583005A2 (en) | File management and apparatus for controlling digital contents in multimedia appliances and information recording medium therefor | |
| EP1730636A1 (en) | Cyclic referencing management method and apparatus, parsing method and apparatus | |
| RU2345428C2 (en) | Photo and video data display unit and method | |
| US20050265161A1 (en) | Method of reproducing multimedia data using musicphotovideo profiles and reproducing apparatus using the method | |
| US9066060B2 (en) | Method of storing status information about content reproducing device, and method and apparatus for allowing content to be automatically reproduced using the status information | |
| US20050240626A1 (en) | Method and apparatus for fixing up LastURL, and computer readable recording medium storing program for performing the method | |
| WO2006004284A1 (en) | Mpv file creating method and apparatus, and storage medium therefor | |
| WO2005109429A1 (en) | Method and apparatus for synchronizing metadata, and storage medium thereof | |
| CN105191333A (en) | Method and apparatus for classification of a file | |
| JP2007531960A (en) | Multimedia playlist reproduction method, apparatus, and recording medium therefor |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| PUAI | Public reference made under article 153(3) epc to a published international application that has entered the european phase |
Free format text: ORIGINAL CODE: 0009012 |
|
| 17P | Request for examination filed |
Effective date: 20060523 |
|
| AK | Designated contracting states |
Kind code of ref document: A1 Designated state(s): AT BE BG CH CY CZ DE DK EE ES FI FR GB GR HU IE IS IT LI LT LU MC NL PL PT RO SE SI SK TR |
|
| DAX | Request for extension of the european patent (deleted) | ||
| A4 | Supplementary search report drawn up and despatched |
Effective date: 20081112 |
|
| RIC1 | Information provided on ipc code assigned before grant |
Ipc: G06F 17/22 20060101ALI20081103BHEP Ipc: G06F 17/30 20060101AFI20081103BHEP |
|
| 17Q | First examination report despatched |
Effective date: 20090505 |
|
| RAP1 | Party data changed (applicant data changed or rights of an application transferred) |
Owner name: SAMSUNG ELECTRONICS CO., LTD. |
|
| APBK | Appeal reference recorded |
Free format text: ORIGINAL CODE: EPIDOSNREFNE |
|
| APBN | Date of receipt of notice of appeal recorded |
Free format text: ORIGINAL CODE: EPIDOSNNOA2E |
|
| APBR | Date of receipt of statement of grounds of appeal recorded |
Free format text: ORIGINAL CODE: EPIDOSNNOA3E |
|
| APAF | Appeal reference modified |
Free format text: ORIGINAL CODE: EPIDOSCREFNE |
|
| APAF | Appeal reference modified |
Free format text: ORIGINAL CODE: EPIDOSCREFNE |
|
| APBT | Appeal procedure closed |
Free format text: ORIGINAL CODE: EPIDOSNNOA9E |
|
| REG | Reference to a national code |
Ref country code: DE Ref legal event code: R003 |
|
| STAA | Information on the status of an ep patent application or granted ep patent |
Free format text: STATUS: THE APPLICATION HAS BEEN REFUSED |
|
| 18R | Application refused |
Effective date: 20180905 |