JP4778484B2 - Image processing apparatus and program - Google Patents

Image processing apparatus and program Download PDF

Info

Publication number
JP4778484B2
JP4778484B2 JP2007166720A JP2007166720A JP4778484B2 JP 4778484 B2 JP4778484 B2 JP 4778484B2 JP 2007166720 A JP2007166720 A JP 2007166720A JP 2007166720 A JP2007166720 A JP 2007166720A JP 4778484 B2 JP4778484 B2 JP 4778484B2
Authority
JP
Japan
Prior art keywords
content data
information packet
content
editing
recording
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
JP2007166720A
Other languages
Japanese (ja)
Other versions
JP2009005291A (en
Inventor
圭太 加治木
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.)
Fujitsu Semiconductor Ltd
Original Assignee
Fujitsu Semiconductor Ltd
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 Fujitsu Semiconductor Ltd filed Critical Fujitsu Semiconductor Ltd
Priority to JP2007166720A priority Critical patent/JP4778484B2/en
Publication of JP2009005291A publication Critical patent/JP2009005291A/en
Application granted granted Critical
Publication of JP4778484B2 publication Critical patent/JP4778484B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Television Signal Processing For Recording (AREA)
  • Compression Or Coding Systems Of Tv Signals (AREA)

Description

本発明は、画像処理装置及びプログラムに係り、特に暗号化されたコンテンツデータを録画する機能を有する画像処理装置及びプログラムに関する。   The present invention relates to an image processing apparatus and program, and more particularly to an image processing apparatus and program having a function of recording encrypted content data.

画像等のコンテンツの著作権を保護する目的で、コンテンツを暗号化してから録画することが行われている。しかし、暗号化されたコンテンツを編集するには、先ず暗号化されたコンテンツを復号し、復号されたコンテンツを編集した後に、編集されたコンテンツを再度暗号化する必要がある。このため、暗号化されたコンテンツの編集には、処理時間がかかり、処理を高速に行うには高性能で高価なプロセッサが必要となる。暗号化されたコンテンツを編集する一例としては、デジタル放送を受信して得られた例えばMPEG-2トランスポートストリーム(TS:Transport Stream)形式のコンテンツを暗号化して録画した後にこの暗号化されたコンテンツを編集する場合がある。   In order to protect the copyright of content such as images, recording is performed after the content is encrypted. However, in order to edit the encrypted content, it is necessary to first decrypt the encrypted content, edit the decrypted content, and then re-encrypt the edited content. For this reason, editing of the encrypted content takes a long time, and a high-performance and expensive processor is required to perform the processing at high speed. As an example of editing the encrypted content, the encrypted content is recorded after encrypting and recording the content in, for example, MPEG-2 Transport Stream (TS) format obtained by receiving the digital broadcast. May be edited.

例えば、MPEGストリームデータのスクランブル及びデスクランブル方法は特許文献1にて提案されており、映像情報検索方法は特許文献2にて提案されている。又、冗長データの発生を抑えながら画像の著作権保護を行うために、セキュリティが設定された区間においてVOPスタートコードを除いた符号化データにスクランブルを施す方法が特許文献3にて提案されている。
特開平10−336624号公報 特開平11−112913号公報 特開2001−203684号公報
For example, a method for scrambling and descrambling MPEG stream data is proposed in Patent Document 1, and a video information retrieval method is proposed in Patent Document 2. Also, Patent Document 3 proposes a method of scrambling encoded data excluding the VOP start code in a section where security is set in order to protect image copyright while suppressing the occurrence of redundant data. .
JP-A-10-336624 JP 11-1112913 A JP 2001-203684 A

従来、暗号化されたコンテンツの編集には、必ず復号処理を伴うため、処理時間がかかるという問題があった。   Conventionally, the editing of encrypted content always involves a decryption process, so that there is a problem that it takes a long processing time.

そこで、本発明は、暗号化されたコンテンツの編集を、復号処理を伴うことなく比較的短い処理時間で行うことが可能な画像処理装置及びプログラムを提供することを目的とする。   SUMMARY An advantage of some aspects of the invention is that it provides an image processing apparatus and program capable of editing encrypted content in a relatively short processing time without accompanying a decryption process.

上記の課題は、コンテンツを暗号化して録画する前に、コンテンツデータから特定データの開始又は終了を示すスタートコードを検出して、検出されたスタートコードを基準として編集情報パケットをコンテンツデータに挿入する挿入手段と、該コンテンツデータを録画する際に、該編集情報パケット以外の少なくとも一部のコンテンツデータを暗号化する暗号化手段と、該暗号化手段により暗号化されたコンテンツデータを編集情報パケットと共に記録媒体に格納する録画手段とを備えたことを特徴とする画像処理装置によって達成できる。   The above problem is to detect a start code indicating the start or end of specific data from content data before recording the encrypted content and insert an edit information packet into the content data based on the detected start code. An insertion unit; an encryption unit for encrypting at least a part of the content data other than the editing information packet when the content data is recorded; and the content data encrypted by the encryption unit together with the editing information packet This can be achieved by an image processing apparatus comprising a recording means for storing in a recording medium.

上記の課題は、コンピュータに画像処理を行わせるプログラムであって、該コンピュータに、コンテンツを暗号化して録画する前に、コンテンツデータから特定データの開始又は終了を示すスタートコードを検出させ、検出されたスタートコードを基準として編集情報パケットをコンテンツデータに挿入させる挿入手順と、該コンピュータに、該コンテンツデータを録画する際に、該編集情報パケット以外の少なくとも一部のコンテンツデータを暗号化させる暗号化手順と、該コンピュータに、該暗号化手順により暗号化されたコンテンツデータを編集情報パケットと共に記録媒体に格納させる録画手順とを含むことを特徴とするプログラムによって達成できる。   The above-described problem is a program that causes a computer to perform image processing, and allows the computer to detect a start code indicating the start or end of specific data from content data before recording the content by encrypting the content. An insertion procedure for inserting an edit information packet into content data with reference to the start code, and encryption for encrypting at least a part of the content data other than the edit information packet when recording the content data in the computer The present invention can be achieved by a program including a procedure and a recording procedure for causing the computer to store content data encrypted by the encryption procedure together with an editing information packet in a recording medium.

本発明によれば、暗号化されたコンテンツの編集を、復号処理を伴うことなく比較的短い処理時間で行うことが可能な画像処理装置及びプログラムを実現することができる。   According to the present invention, it is possible to realize an image processing apparatus and program capable of editing encrypted content in a relatively short processing time without accompanying a decryption process.

本発明では、MPEG-2 VideoやMPEG-4等によって規定されるビデオ又はビジュアル(Video 又はVisual)フォーマットを有するコンテンツを暗号化して録画する前に、コンテンツデータから特定データの開始又は終了を示すスタートコードを検出して、検出されたスタートコードを基準として編集情報パケットをコンテンツデータに挿入する。この編集情報パケットには、コンテンツID、ポイントID、リンク情報記録領域等が含まれる。コンテンツデータを録画する際には、編集情報パケット以外の全て又は一部のコンテンツデータ、即ち、編集情報パケット以外の少なくとも一部のコンテンツデータを暗号化して編集情報パケットと共に記録媒体に格納する。   In the present invention, before the content having the video or visual (Video or Visual) format defined by MPEG-2 Video or MPEG-4 is encrypted and recorded, the start indicating the start or end of the specific data from the content data is started. The code is detected, and an edit information packet is inserted into the content data with reference to the detected start code. This editing information packet includes a content ID, a point ID, a link information recording area, and the like. When recording the content data, all or a part of the content data other than the editing information packet, that is, at least a part of the content data other than the editing information packet is encrypted and stored in the recording medium together with the editing information packet.

録画済みのコンテンツデータを編集する際には、リンク情報としてリンク先のコンテンツIDとリンク先のポイントIDを、コンテンツデータと共に記録媒体に格納されている編集情報パケットのリンク情報記録領域に書き込む。   When editing the recorded content data, the link destination content ID and the link destination point ID are written as link information in the link information recording area of the editing information packet stored in the recording medium together with the content data.

編集済みのコンテンツデータを再生する際には、記録媒体に格納されている編集情報パケットを抽出し、編集情報パケットのリンク情報記録領域に書き込まれているリンク情報に基づいてコンテンツデータを選択し、選択されたコンテンツデータを復号化して1つの連続したコンテンツとして再生する。   When reproducing the edited content data, the editing information packet stored in the recording medium is extracted, the content data is selected based on the link information written in the link information recording area of the editing information packet, The selected content data is decrypted and reproduced as one continuous content.

このように、暗号化されたコンテンツは、コンテンツデータを復号することなく編集されるので、比較的短い処理時間で編集処理を行うことが可能となる。   As described above, since the encrypted content is edited without decrypting the content data, the editing process can be performed in a relatively short processing time.

以下に、本発明の画像処理装置及びプログラムの各実施例を、図面と共に説明する。   Embodiments of an image processing apparatus and a program according to the present invention will be described below with reference to the drawings.

図1は、本発明の第1実施例における画像処理装置の要部を示すブロック図である。図1中、コンテンツデータの流れは実線の矢印で示し、制御データのやり取りは破線の矢印で示す。尚、図1及び後述する図6では、CPU等のプロセッサが実行するプログラムやCPUが実行する演算の中間データ等のデータを格納するメモリ等の記憶手段の図示が便宜上省略されている。   FIG. 1 is a block diagram showing the main part of the image processing apparatus in the first embodiment of the present invention. In FIG. 1, the flow of content data is indicated by solid arrows, and the exchange of control data is indicated by broken arrows. In FIG. 1 and FIG. 6 to be described later, illustration of storage means such as a memory for storing data such as a program executed by a processor such as a CPU and intermediate data of an operation executed by the CPU is omitted for the sake of convenience.

画像処理装置10−1は、図1に示す如く接続されたCPU11、挿入部12、暗号及び復号部13、CPU14、録画部15、編集部16及び再生部17を有する。CPU11、挿入部12、暗号及び復号部13、CPU14、録画部15、編集部16及び再生部17は、単一のボード、モジュール又は半導体装置(又は半導体チップ)等のデバイスを構成する。本実施例では、受信部1及び記録媒体21が画像処理装置10−1に対して外部接続されているが、受信部1及び記録媒体21の少なくとも一方を画像処理装置10−1内に設けても良い。記録媒体21は、半導体記憶装置であっても、ディスクに代表される磁気記録媒体、光記録媒体や光磁気記録媒体等を用いる記憶装置であっても良い。   The image processing apparatus 10-1 includes a CPU 11, an insertion unit 12, an encryption / decryption unit 13, a CPU 14, a recording unit 15, an editing unit 16, and a reproduction unit 17 that are connected as illustrated in FIG. The CPU 11, the insertion unit 12, the encryption / decryption unit 13, the CPU 14, the recording unit 15, the editing unit 16, and the reproduction unit 17 constitute a device such as a single board, module, or semiconductor device (or semiconductor chip). In this embodiment, the receiving unit 1 and the recording medium 21 are externally connected to the image processing apparatus 10-1. However, at least one of the receiving unit 1 and the recording medium 21 is provided in the image processing apparatus 10-1. Also good. The recording medium 21 may be a semiconductor storage device or a storage device using a magnetic recording medium represented by a disk, an optical recording medium, a magneto-optical recording medium, or the like.

CPU11は、受信部1、挿入部12及び暗号及び復号部13の制御を司る。受信部1は、暗号化して録画するべきコンテンツデータを受信する受信手段を構成するハードウェアである。録画時に暗号化されるコンテンツは、例えばMPEG-2 Video又はMPEG-4によって規定されるビデオ又はビジュアルフォーマットを有する。本実施例では、受信部1は、例えばデジタル放送波を受信してMPEG-2トランスポートストリーム(TS:Transport Stream)形式のコンテンツデータを出力する構成を有するが、MPEG-2 TS形式のコンテンツデータを直接受信する構成を有しても良い。   The CPU 11 controls the receiving unit 1, the inserting unit 12, and the encryption / decryption unit 13. The receiving unit 1 is hardware constituting reception means for receiving content data to be encrypted and recorded. The content encrypted at the time of recording has a video or visual format defined by, for example, MPEG-2 Video or MPEG-4. In the present embodiment, the receiving unit 1 has a configuration for receiving, for example, a digital broadcast wave and outputting content data in the MPEG-2 transport stream (TS) format, but content data in the MPEG-2 TS format. May be directly received.

挿入部12は、コンテンツを暗号化して録画する前に、受信部1により受信したコンテンツデータから特定データの開始又は終了を示すスタートコードを検出して、検出されたスタートコードを基準として編集情報パケットをコンテンツデータに挿入する挿入手段を構成するハードウェアである。   The insertion unit 12 detects a start code indicating the start or end of specific data from the content data received by the receiving unit 1 before encrypting and recording the content, and edit information packets based on the detected start code Is hardware that constitutes an insertion means for inserting the content into the content data.

図2は、挿入部12の構成を示すブロック図である。図2では、CPU11と挿入部12との間の制御データのやり取りの図示は省略する。挿入部12は、図2に示す如く接続されたスタートコード検出部121とパケット挿入部122を有する。スタートコード検出部121には、受信部1により受信されたコンテンツデータが入力される。本実施例では、受信部1はMPEG-2 TSを受信するので、スタートコード検出部121はTSパケットに含まれる任意のスタートコードを検出し、この任意のスタートコードが検出されるとパケット挿入部122に対してスタートコード検出通知を行う。   FIG. 2 is a block diagram illustrating a configuration of the insertion unit 12. In FIG. 2, illustration of exchange of control data between the CPU 11 and the insertion unit 12 is omitted. The insertion unit 12 includes a start code detection unit 121 and a packet insertion unit 122 which are connected as shown in FIG. The content data received by the receiving unit 1 is input to the start code detecting unit 121. In this embodiment, since the receiving unit 1 receives MPEG-2 TS, the start code detecting unit 121 detects an arbitrary start code included in the TS packet, and when this arbitrary start code is detected, the packet inserting unit A start code detection notification is sent to 122.

図3は、TSパケットの構成を示す図である。図3に示すように、TSパケットはTSヘッダとペイロードからなり、TSヘッダはISO/IEC 13818-1に準じた構成を有する。スタートコードの出現位置は、ペイロード内で可変である。   FIG. 3 is a diagram illustrating the structure of a TS packet. As shown in FIG. 3, a TS packet includes a TS header and a payload, and the TS header has a configuration conforming to ISO / IEC 13818-1. The appearance position of the start code is variable in the payload.

パケット挿入部122は、スタートコード検出部121からのスタートコード検出通知に応答して、受信部1が受信したTSパケットに編集情報パケットを挿入する。   In response to the start code detection notification from the start code detection unit 121, the packet insertion unit 122 inserts the edit information packet into the TS packet received by the reception unit 1.

図4は、編集情報パケットの構成を示す図である。図4に示すように、編集情報パケットは、TSヘッダと編集情報からなり、TSヘッダはISO/IEC 13818-1に準じた構成を有する。TSヘッダ内のPID値は任意の値に設定され、このPID値により編集情報パケットを他のTSパケットと区別可能になっている。編集情報は、コンテンツID、ポイントID及びリンク情報記録領域からなり、リンク情報記録領域にはリンク先コンテンツID、リンクポイントID及び予約領域が含まれる。   FIG. 4 is a diagram showing the configuration of the edit information packet. As shown in FIG. 4, the edit information packet includes a TS header and edit information, and the TS header has a configuration conforming to ISO / IEC 13818-1. The PID value in the TS header is set to an arbitrary value, and the edit information packet can be distinguished from other TS packets by this PID value. The editing information includes a content ID, a point ID, and a link information recording area, and the link information recording area includes a link destination content ID, a link point ID, and a reserved area.

暗号及び復号部13は、録画時に録画するべき編集情報パケット以外の全て又は一部のコンテンツデータ、即ち、編集情報パケット以外の少なくとも一部のコンテンツデータを暗号化する暗号化手段と、再生時に編集情報パケット内のリンク情報に基づいて録画済みの暗号化されたコンテンツデータを復号化する復号化手段とを構成するハードウェアである。暗号及び復号部13で用いる暗号化及び復号化方式は、任意の方式で良く、特に限定されない。   The encryption / decryption unit 13 includes all or a part of content data other than the editing information packet to be recorded at the time of recording, that is, encryption means for encrypting at least a part of the content data other than the editing information packet, and editing at the time of reproduction. This is hardware constituting decryption means for decrypting recorded encrypted content data based on link information in the information packet. The encryption and decryption method used in the encryption and decryption unit 13 may be any method and is not particularly limited.

CPU14は、録画部15、編集部16及び再生部17の制御を司る。録画部15は、録画時に、暗号及び復号部13により暗号化された編集情報パケット以外の少なくとも一部のコンテンツデータを編集情報パケットと共に記録媒体21に格納してコンテンツデータを録画する録画手段を構成するソフトウェアである。編集部16は、記録媒体21に録画済みの暗号化されたコンテンツデータを編集する際に、暗号化されたコンテンツデータと共に記録媒体21に格納されている編集情報パケットにリンク情報を書き込む編集手段を構成するソフトウェアである。編集部16は、例えばリンク情報としてリンク先のコンテンツIDとリンク先のポイントIDを編集情報パケットのリンク情報記録領域に書き込む。再生部17は、録画されているコンテンツデータを再生する際に、記録媒体21に格納されている編集情報パケットを抽出して読み出し、編集情報パケットのリンク情報記録領域に書き込まれているリンク先のコンテンツIDとリンク先のポイントIDからなるリンク情報に基づいて記録媒体21に格納されている暗号化されたコンテンツデータを選択して読み出す再生手段を構成するソフトウェアである。従って、録画されているコンテンツデータが編集されていても、編集情報パケットのリンク情報に基づいて暗号化されたコンテンツデータを選択して記録媒体21から読み出すことで、暗号化され、且つ、編集されたコンテンツデータを読み出すことができる。再生部17により選択された暗号化されたコンテンツデータは、復号化手段を構成する暗号及び復号部13により復号化されて1つの連続したコンテンツとして再生され、再生部17によりMPEG-2 TS形式のコンテンツデータから受信部1が受信したのと同様なデジタル放送波と同様の形式にデコードされてから出力され、外部の表示装置(図示せず)上に表示される。このように、再生部17及び暗号及び復号部13により、暗号化されたコンテンツデータは、たとえ編集されていても、選択的に読み出されて1つの連続したコンテンツとして再生される。   The CPU 14 controls the recording unit 15, the editing unit 16, and the playback unit 17. The recording unit 15 constitutes recording means for recording the content data by storing at least a part of the content data other than the editing information packet encrypted by the encryption and decryption unit 13 together with the editing information packet at the time of recording. Software. The editing unit 16 includes an editing unit that writes link information in an editing information packet stored in the recording medium 21 together with the encrypted content data when the encrypted content data recorded in the recording medium 21 is edited. It is software to configure. For example, the editing unit 16 writes the link destination content ID and the link destination point ID as link information in the link information recording area of the edit information packet. When reproducing the recorded content data, the reproducing unit 17 extracts and reads out the editing information packet stored in the recording medium 21 and reads the link destination written in the link information recording area of the editing information packet. This is software that constitutes playback means for selecting and reading out encrypted content data stored in the recording medium 21 based on link information including a content ID and a link destination point ID. Therefore, even if the recorded content data is edited, it is encrypted and edited by selecting the content data encrypted based on the link information of the editing information packet and reading it from the recording medium 21. Content data can be read out. The encrypted content data selected by the reproduction unit 17 is decrypted by the encryption and decryption unit 13 constituting the decryption means and reproduced as one continuous content. The reproduction unit 17 reproduces the MPEG-2 TS format. It is output after being decoded into the same format as the digital broadcast wave similar to that received by the receiving unit 1 from the content data, and displayed on an external display device (not shown). As described above, the content data encrypted by the reproduction unit 17 and the encryption / decryption unit 13 is selectively read out and reproduced as one continuous content even if edited.

尚、録画部15、編集部16及び再生部17は、ハードウェアで構成しても良いことは言うまでもない。   Needless to say, the recording unit 15, the editing unit 16, and the playback unit 17 may be configured by hardware.

図5は、暗号及び復号部13の構成を示すブロック図である。図5では、CPU11と暗号及び復号部13との間の制御データのやり取りの図示は省略する。暗号及び復号部13は、図5に示す如く接続された暗号/復号対象パケットフィルタリング部131と暗号/復号処理部132を有する。録画時、暗号/復号対象パケットフィルタリング部131は、挿入部12から得られる編集情報パケットが挿入された録画するべきコンテンツデータのうち、編集情報パケットを除くコンテンツデータを暗号/復号処理部132に供給し、編集情報パケットは暗号/復号処理部132をバイパスして出力することで、録画するべきコンテンツデータが暗号化されて暗号及び復号部13から出力される。他方、再生時、暗号/復号対象パケットフィルタリング部131は、再生部17から得られる記録媒体21から読み出された編集情報パケットと暗号化されたコンテンツデータのうち、編集情報パケットを除く暗号化されたコンテンツデータを暗号/復号処理部132に供給し、編集情報パケットは暗号/復号処理部132をバイパスして出力することで、再生するべき暗号化されたコンテンツデータが復号化されて暗号及び復号部13から出力される。   FIG. 5 is a block diagram showing the configuration of the encryption / decryption unit 13. In FIG. 5, illustration of control data exchange between the CPU 11 and the encryption / decryption unit 13 is omitted. The encryption / decryption unit 13 includes an encryption / decryption target packet filtering unit 131 and an encryption / decryption processing unit 132 which are connected as shown in FIG. At the time of recording, the encryption / decryption target packet filtering unit 131 supplies the encryption / decryption processing unit 132 with content data excluding the editing information packet among the content data to be recorded with the edit information packet obtained from the insertion unit 12 inserted. Then, the editing information packet is output by bypassing the encryption / decryption processing unit 132, whereby the content data to be recorded is encrypted and output from the encryption / decryption unit 13. On the other hand, at the time of reproduction, the encryption / decryption target packet filtering unit 131 encrypts the edit information packet read from the recording medium 21 obtained from the reproduction unit 17 and the encrypted content data excluding the edit information packet. The content data is supplied to the encryption / decryption processing unit 132, and the editing information packet is output by bypassing the encryption / decryption processing unit 132, whereby the encrypted content data to be reproduced is decrypted and encrypted and decrypted. Output from the unit 13.

図6は、本発明の第2実施例における画像処理装置の要部を示すブロック図である。図6中、図1と同一部分には同一符号を付し、その説明は省略する。図6中、コンテンツデータの流れは実線の矢印で示し、白抜きの矢印はバスを示す。   FIG. 6 is a block diagram showing the main part of the image processing apparatus in the second embodiment of the present invention. In FIG. 6, the same parts as those in FIG. In FIG. 6, the flow of content data is indicated by solid arrows, and the white arrows indicate buses.

図6に示す画像処理装置10−2では、単一のCPU24が、上記第1実施例における2つのCPU11,14と同様の制御を司ると共に、録画部15、編集部16及び再生部17の機能を有する。又、画像処理装置10−2は、受信部1を含む。画像処理装置10−2は、単一の半導体装置(又は半導体チップ)により構成されている。   In the image processing apparatus 10-2 shown in FIG. 6, a single CPU 24 performs the same control as the two CPUs 11 and 14 in the first embodiment, and functions of the recording unit 15, the editing unit 16, and the playback unit 17. Have The image processing apparatus 10-2 includes a receiving unit 1. The image processing apparatus 10-2 is configured by a single semiconductor device (or semiconductor chip).

本実施例では、単一のプロセッサを用いているので、受信部が画像処理装置に含まれているものの、上記第1実施例と同様に画像処理装置の構成が比較的簡単であり比較的安価に製造可能である。   In this embodiment, since a single processor is used, the receiving unit is included in the image processing apparatus. However, as in the first embodiment, the configuration of the image processing apparatus is relatively simple and relatively inexpensive. Can be manufactured.

図7は、本発明の第3実施例における画像処理装置の要部を示すブロック図である。図7中、図1と同一部分には同一符号を付し、その説明は省略する。図7中、コンテンツデータの流れは実線の矢印で示し、制御データのやり取りは破線の矢印で示す。   FIG. 7 is a block diagram showing a main part of the image processing apparatus in the third embodiment of the present invention. In FIG. 7, the same parts as those in FIG. In FIG. 7, the flow of content data is indicated by solid arrows, and the exchange of control data is indicated by broken arrows.

画像処理装置10−3は、ソフトウェアにより構成された制御部31、挿入部12A、暗号及び復号部13A、録画部15A、編集部16A及び再生部17Aを有し、プロセッサにより構成可能である。制御部31、挿入部12A、暗号及び復号部13A、録画部15A、編集部16A及び再生部17Aの機能は、夫々図1に示すCPU11,14、挿入部12、暗号及び復号部13、録画部15、編集部16及び再生部17の機能と同様である。   The image processing apparatus 10-3 includes a control unit 31, an insertion unit 12A, an encryption / decryption unit 13A, a recording unit 15A, an editing unit 16A, and a reproduction unit 17A configured by software, and can be configured by a processor. The functions of the control unit 31, the insertion unit 12A, the encryption / decryption unit 13A, the recording unit 15A, the editing unit 16A, and the playback unit 17A are the CPUs 11 and 14, the insertion unit 12, the encryption / decryption unit 13, and the recording unit shown in FIG. 15, the functions of the editing unit 16 and the playback unit 17 are the same.

本実施例では、単一のプロセッサのみにより画像処理装置を構成しているので、画像処理装置の構成が比較的簡単であり比較的安価に製造可能である。   In this embodiment, since the image processing apparatus is configured by only a single processor, the configuration of the image processing apparatus is relatively simple and can be manufactured at a relatively low cost.

次に、上記第1〜第3実施例における録画時、編集時及び再生時の動作を、図8〜図10と共に説明する。   Next, operations during recording, editing and reproduction in the first to third embodiments will be described with reference to FIGS.

図8は、録画時の動作を説明するフローチャートである。図8中、ステップS1は受信部1により実行され、ステップS2〜S4は挿入部11(又は11A)により実行され、ステップS5,S6は暗号及び復号部13(又は13A)により実行され、ステップS7,S8は録画部15(又は15A)により実行される。   FIG. 8 is a flowchart for explaining the operation during recording. In FIG. 8, step S1 is executed by the receiving unit 1, steps S2 to S4 are executed by the inserting unit 11 (or 11A), steps S5 and S6 are executed by the encryption and decryption unit 13 (or 13A), and step S7. , S8 is executed by the recording unit 15 (or 15A).

図8において、ステップS1は、MPEG-2 TS形式のデジタル放送波を受信し、周知のアナログ/デジタル変換(ADC)処理及び復調処理を行うことで、MPEG-2 TS形式のコンテンツデータを出力する。   In FIG. 8, step S1 receives MPEG-2 TS format digital broadcast waves, and performs well-known analog / digital conversion (ADC) processing and demodulation processing to output MPEG-2 TS format content data. .

ステップS2は、コンテンツデータからスタートコードを検出し、ステップS3は、目的のスタートコードが検出されたか否かを判定する。ステップS3の判定結果がNOであると、処理は後述するステップS5へ進む。他方、ステップS3の判定結果がYESであると、ステップS4は、検出されたスタートコードをトリガとしたタイミングで編集情報パケットをコンテンツデータに挿入し、処理はステップS5へ進む。   Step S2 detects a start code from the content data, and step S3 determines whether or not a target start code has been detected. If the decision result in the step S3 is NO, the process advances to a step S5 described later. On the other hand, if the decision result in the step S3 is YES, a step S4 inserts an edit information packet into the content data at a timing triggered by the detected start code, and the process advances to a step S5.

ステップS5は、編集情報パケットが挿入されたコンテンツデータのうち、処理対象が暗号化対象のデータであるか否かを判定し、判定結果がNOであると処理は後述するステップS7へ進む。ステップS5の判定結果がYESであると、暗号化対象のデータを暗号化する。   In step S5, it is determined whether the processing target is data to be encrypted among the content data in which the editing information packet is inserted. If the determination result is NO, the process proceeds to step S7 described later. If the decision result in the step S5 is YES, the data to be encrypted is encrypted.

ステップS7は、暗号化されたコンテンツデータと暗号化されていない編集情報パケットを記録媒体21に格納する。ステップS8は、記録媒体21への格納、即ち、録画が完了したか否かを判定し、判定結果がNOであると処理はステップS1へ戻り、判定結果がYESであると処理は終了する。   In step S7, the encrypted content data and the unencrypted editing information packet are stored in the recording medium 21. In step S8, it is determined whether or not storage into the recording medium 21, that is, video recording is completed. If the determination result is NO, the process returns to step S1, and if the determination result is YES, the process ends.

図9は、編集時の動作を説明するフローチャートである。図9中、ステップS11〜S16は編集部16(又は16A)により実行される。   FIG. 9 is a flowchart for explaining the operation during editing. In FIG. 9, steps S11 to S16 are executed by the editing unit 16 (or 16A).

ステップS11は、記録媒体21から録画されているコンテンツデータ、即ち、暗号化されたコンテンツデータ及び暗号化されていない編集情報パケットを読み出す。ステップS12は、読み出されたコンテンツデータから編集情報パケットを検索する。ステップS13は、検索された編集情報パケットから、コンテンツデータが編集対象のパケットであるか否かを判定し、判定結果がNOであると処理は後述するステップS15へ進む。他方、ステップS13の判定結果がYESであると、ステップS14は、リンク情報としてリンク先のコンテンツIDとリンク先のポイントIDを編集情報パケットのリンク情報記録領域に書き込むことで編集情報パケットを編集し、処理はステップS15へ進む。ステップS15は、編集情報パケットの編集が完了したか否かを判定し、判定結果がNOであると処理はステップS12へ戻る。ステップS15の判定結果がYESであると、ステップS16は、編集された編集情報パケットを記録媒体21に格納し、処理は終了する。   In step S11, the content data recorded from the recording medium 21, that is, the encrypted content data and the unencrypted editing information packet are read out. In step S12, the editing information packet is searched from the read content data. In step S13, it is determined whether the content data is a packet to be edited from the searched editing information packet. If the determination result is NO, the process proceeds to step S15 described later. On the other hand, if the decision result in the step S13 is YES, the step S14 edits the edit information packet by writing the link destination content ID and the link destination point ID as link information in the link information recording area of the edit information packet. The process proceeds to step S15. In step S15, it is determined whether editing of the editing information packet has been completed. If the determination result is NO, the process returns to step S12. If the decision result in the step S15 is YES, a step S16 stores the edited edit information packet in the recording medium 21, and the process ends.

図10は、再生時の動作を説明するフローチャートである。図10中、ステップS21〜S26は再生部17(又は17A)により実行され、ステップS27は暗号及び復号部13(又は13A)により実行され、ステップS28,S29は再生部17(又は17A)により実行される。   FIG. 10 is a flowchart for explaining the operation during reproduction. In FIG. 10, steps S21 to S26 are executed by the playback unit 17 (or 17A), step S27 is executed by the encryption and decryption unit 13 (or 13A), and steps S28 and S29 are executed by the playback unit 17 (or 17A). Is done.

図10において、ステップS21は、記録媒体21から録画されているコンテンツデータ、即ち、暗号化されたコンテンツデータ及び暗号化されていない編集情報パケットを読み出す。ステップS22は、読み出されたコンテンツデータから編集情報パケットを検索する。ステップS23は、検索された編集情報パケットにリンク先情報が書き込まれているか否かを判定する。ステップS23の判定結果がYESであると、ステップS24は、リンク先情報に含まれるリンク先のコンテンツIDとリンク先のポイントIDに基づいて、記録媒体21の読み出し先を設定し、処理はステップS21へ戻る。他方、ステップS23の判定結果がNOであると、ステップS25は、後続の録画データ、即ち、暗号化されたコンテンツデータを記録媒体21から読み出して、処理はステップS26へ進む。   In FIG. 10, step S21 reads content data recorded from the recording medium 21, that is, encrypted content data and an unencrypted editing information packet. In step S22, the editing information packet is searched from the read content data. A step S23 decides whether or not the link destination information is written in the searched edit information packet. If the decision result in the step S23 is YES, a step S24 sets the reading destination of the recording medium 21 based on the link destination content ID and the link destination point ID included in the link destination information, and the processing is performed in the step S21. Return to. On the other hand, if the decision result in the step S23 is NO, a step S25 reads subsequent recorded data, that is, encrypted content data from the recording medium 21, and the process advances to a step S26.

ステップS26は、記録媒体21から読み出された録画データ、即ち、暗号化されたコンテンツデータの復号化の依頼を暗号及び復号部13(又は13A)に送り、ステップS27は、読み出された暗号化されたコンテンツデータを復号化する。又、ステップS28は、復号化されたMPEG-2 TS形式のコンテンツデータを受信部1が受信したのと同様の形式にデコードされてから出力され、外部の表示装置(図示せず)上に表示される。ステップS29は、記録媒体21から読み出した録画データの再生が完了したか否かを判定し、判定結果がNOであると処理はステップS21へ戻り、判定結果がYESであると処理は終了する。   In step S26, a request to decrypt the recorded data read from the recording medium 21, that is, the encrypted content data, is sent to the encryption and decryption unit 13 (or 13A), and in step S27, the read encryption is performed. The converted content data is decrypted. In step S28, the decoded content data in the MPEG-2 TS format is decoded and output in the same format as that received by the receiving unit 1, and is displayed on an external display device (not shown). Is done. In step S29, it is determined whether the reproduction of the recorded data read from the recording medium 21 is completed. If the determination result is NO, the process returns to step S21, and if the determination result is YES, the process ends.

図11は、MPEG-2 Videoのスタートコードを示す図である。上記各実施例において、挿入部12(又は12A)が検出するスタートコードは、コンテンツデータがMPEG-2 ビデオ又はビジュアルフォーマットを有する場合、図11に示す如きスタートコードであっても良い。この場合、各32ビットのスタートコードの値には、ISO/IEC 13818-2に規定されているようにプリフィックス(Prefix)として「00 00 01(16進)」が付加される。   FIG. 11 is a diagram showing a start code of MPEG-2 Video. In each of the above embodiments, the start code detected by the insertion unit 12 (or 12A) may be a start code as shown in FIG. 11 when the content data has an MPEG-2 video or visual format. In this case, “00 00 01 (hexadecimal)” is added to each 32-bit start code value as a prefix as defined in ISO / IEC 13818-2.

図12は、MPEG-4のスタートコードを示す図である。上記各実施例において、挿入部12(又は12A)が検出するスタートコードは、コンテンツデータがMPEG-4 ビデオ又はビジュアルフォーマットを有する場合、図12に示す如きスタートコードであっても良い。   FIG. 12 shows an MPEG-4 start code. In each of the above embodiments, the start code detected by the insertion unit 12 (or 12A) may be a start code as shown in FIG. 12 when the content data has an MPEG-4 video or visual format.

コンテンツデータから検出するべきスタートコードは、特定データの開始又は終了を示すスタートコードであれば、上記のスタートコードに限定されるものではない。   The start code to be detected from the content data is not limited to the above start code as long as the start code indicates the start or end of the specific data.

尚、本発明は、以下に付記する発明をも包含するものである。
(付記1)
コンテンツを暗号化して録画する前に、コンテンツデータから特定データの開始又は終了を示すスタートコードを検出して、検出されたスタートコードを基準として編集情報パケットをコンテンツデータに挿入する挿入手段と、
該コンテンツデータを録画する際に、該編集情報パケット以外の少なくとも一部のコンテンツデータを暗号化する暗号化手段と、
該暗号化手段により暗号化されたコンテンツデータを編集情報パケットと共に記録媒体に格納する録画手段とを備えたことを特徴とする、画像処理装置。
(付記2)
該記録媒体に録画済みのコンテンツデータを編集する際に、該コンテンツデータと共に該記録媒体に格納されている該編集情報パケットにリンク情報を書き込む編集手段を更に備えたことを特徴とする、付記1記載の画像処理装置。
(付記3)
該編集情報パケットは、コンテンツID、ポイントID及びリンク情報記録領域を含み、
該編集手段は、該リンク情報としてリンク先のコンテンツIDとリンク先のポイントIDを該編集情報パケットのリンク情報記録領域に書き込むことを特徴とする、付記2記載の画像処理装置。
(付記4)
編集済みのコンテンツデータを再生する際に、該記録媒体に格納されている該編集情報パケットを抽出し、該編集情報パケットのリンク情報記録領域に書き込まれているリンク情報に基づいてコンテンツデータを選択する再生手段と、
該再生手段により選択されたコンテンツデータを復号化して1つの連続したコンテンツとして再生する復号化手段とを更に備えたことを特徴とする、付記2記載の画像処理装置。
(付記5)
該録画手段、該編集手段及び該再生手段は、単一のプロセッサにより構成されていることを特徴とする、付記4記載の画像処理装置。
(付記6)
該暗号化されるコンテンツは、MPEG-2 Video又はMPEG-4によって規定されるビデオ又はビジュアルフォーマットを有することを特徴とする、付記1〜5のいずれか1項記載の画像処理装置。
(付記7)
該記録媒体を備えたことを特徴とする、付記1〜6のいずれか1項記載の画像処理装置。
(付記8)
該暗号化されるコンテンツを受信する受信手段を更に備えたことを特徴とする、付記1〜7のいずれか1項記載の画像処理装置。
(付記9)
コンピュータに画像処理を行わせるプログラムであって、
該コンピュータに、コンテンツを暗号化して録画する前に、コンテンツデータから特定データの開始又は終了を示すスタートコードを検出させ、検出されたスタートコードを基準として編集情報パケットをコンテンツデータに挿入させる挿入手順と、
該コンピュータに、該コンテンツデータを録画する際に、該編集情報パケット以外の少なくとも一部のコンテンツデータを暗号化させる暗号化手順と、
該コンピュータに、該暗号化手順により暗号化されたコンテンツデータを編集情報パケットと共に記録媒体に格納させる録画手順とを含むことを特徴とする、プログラム。
(付記10)
該コンピュータに、該記録媒体に録画済みのコンテンツデータを編集する際に、該コンテンツデータと共に該記録媒体に格納されている該編集情報パケットにリンク情報を書き込ませる編集手順を更に含むことを特徴とする、付記9記載のプログラム。
(付記11)
該編集情報パケットは、コンテンツID、ポイントID及びリンク情報記録領域を含み、
該編集手段は、該コンピュータに、該リンク情報としてリンク先のコンテンツIDとリンク先のポイントIDを該編集情報パケットのリンク情報記録領域に書き込ませることを特徴とする、付記10記載のプログラム。
(付記12)
該コンピュータに、編集済みのコンテンツデータを再生する際に、該記録媒体に格納されている該編集情報パケットを抽出させ、該編集情報パケットのリンク情報記録領域に書き込まれているリンク情報に基づいてコンテンツデータを選択させる再生手順と、
該コンピュータに、該再生手順により選択されたコンテンツデータを復号化させて1つの連続したコンテンツとして再生させる復号化手順とを更に含むことを特徴とする、付記10記載のプログラム。
(付記13)
該暗号化させるコンテンツは、MPEG-2 Video又はMPEG-4によって規定されるビデオ又はビジュアルフォーマットを有することを特徴とする、付記9〜12のいずれか1項記載のプログラム。
(付記14)
該コンピュータに、該暗号化させるコンテンツを受信させる受信手順を更に含むことを特徴とする、付記9〜13のいずれか1項記載のプログラム。
(付記15)
付記9〜14のいずれか1項記載のプログラムを格納したことを特徴とする、コンピュータ読み取り可能な記憶媒体。
In addition, this invention also includes the invention attached to the following.
(Appendix 1)
Inserting means for detecting a start code indicating the start or end of specific data from content data and inserting an edit information packet into the content data based on the detected start code before recording the content encrypted;
An encryption means for encrypting at least a part of the content data other than the editing information packet when recording the content data;
An image processing apparatus comprising: recording means for storing content data encrypted by the encryption means together with an editing information packet in a recording medium.
(Appendix 2)
Appendix 1 further comprising editing means for writing link information into the editing information packet stored in the recording medium together with the content data when editing the content data recorded in the recording medium. The image processing apparatus described.
(Appendix 3)
The edit information packet includes a content ID, a point ID, and a link information recording area,
The image processing apparatus according to appendix 2, wherein the editing means writes a link destination content ID and a link destination point ID as the link information in a link information recording area of the edit information packet.
(Appendix 4)
When reproducing edited content data, the edit information packet stored in the recording medium is extracted, and the content data is selected based on the link information written in the link information recording area of the edit information packet Playback means to
The image processing apparatus according to claim 2, further comprising: a decoding unit that decodes the content data selected by the reproducing unit and reproduces the content data as one continuous content.
(Appendix 5)
The image processing apparatus according to appendix 4, wherein the recording unit, the editing unit, and the reproducing unit are configured by a single processor.
(Appendix 6)
The image processing apparatus according to any one of appendices 1 to 5, wherein the encrypted content has a video or visual format defined by MPEG-2 Video or MPEG-4.
(Appendix 7)
The image processing apparatus according to any one of appendices 1 to 6, further comprising the recording medium.
(Appendix 8)
The image processing apparatus according to any one of appendices 1 to 7, further comprising receiving means for receiving the encrypted content.
(Appendix 9)
A program for causing a computer to perform image processing,
Insertion procedure for causing the computer to detect a start code indicating the start or end of specific data from content data and to record an edit information packet into the content data based on the detected start code before recording the content with encryption When,
An encryption procedure for causing the computer to encrypt at least a part of the content data other than the editing information packet when recording the content data;
A recording procedure for causing the computer to store content data encrypted by the encryption procedure together with an editing information packet in a recording medium.
(Appendix 10)
An editing procedure for causing the computer to write link information in the editing information packet stored in the recording medium together with the content data when editing the content data recorded in the recording medium; The program according to appendix 9.
(Appendix 11)
The edit information packet includes a content ID, a point ID, and a link information recording area,
The program according to claim 10, wherein the editing means causes the computer to write a link destination content ID and a link destination point ID as the link information in a link information recording area of the edit information packet.
(Appendix 12)
When reproducing the edited content data, the computer extracts the editing information packet stored in the recording medium, and based on the link information written in the link information recording area of the editing information packet Playback procedure for selecting content data,
The program according to appendix 10, further comprising: a decoding procedure for causing the computer to decode the content data selected by the reproduction procedure and reproduce it as one continuous content.
(Appendix 13)
13. The program according to any one of appendices 9 to 12, wherein the content to be encrypted has a video or visual format defined by MPEG-2 Video or MPEG-4.
(Appendix 14)
14. The program according to any one of appendices 9 to 13, further comprising a reception procedure for causing the computer to receive the content to be encrypted.
(Appendix 15)
A computer-readable storage medium, wherein the program according to any one of appendices 9 to 14 is stored.

以上、本発明を実施例により説明したが、本発明は上記実施例に限定されるものではなく、本発明の範囲内で種々の変形及び改良が可能であることは言うまでもない。   While the present invention has been described with reference to the embodiments, it is needless to say that the present invention is not limited to the above-described embodiments, and various modifications and improvements can be made within the scope of the present invention.

本発明の第1実施例における画像処理装置の要部を示すブロック図である。It is a block diagram which shows the principal part of the image processing apparatus in 1st Example of this invention. 挿入部の構成を示すブロック図である。It is a block diagram which shows the structure of an insertion part. TSパケットの構成を示す図である。It is a figure which shows the structure of TS packet. 編集情報パケットの構成を示す図である。It is a figure which shows the structure of an edit information packet. 暗号及び復号部の構成を示すブロック図である。It is a block diagram which shows the structure of an encryption and a decoding part. 本発明の第2実施例における画像処理装置の要部を示すブロック図である。It is a block diagram which shows the principal part of the image processing apparatus in 2nd Example of this invention. 本発明の第3実施例における画像処理装置の要部を示すブロック図である。It is a block diagram which shows the principal part of the image processing apparatus in 3rd Example of this invention. 録画時の動作を説明するフローチャートである。It is a flowchart explaining the operation | movement at the time of video recording. 編集時の動作を説明するフローチャートである。It is a flowchart explaining the operation | movement at the time of editing. 再生時の動作を説明するフローチャートである。It is a flowchart explaining the operation | movement at the time of reproduction | regeneration. MPEG-2 Videoのスタートコードを示す図である。It is a figure which shows the start code of MPEG-2 Video. MPEG-4のスタートコードを示す図である。It is a figure which shows the start code of MPEG-4.

符号の説明Explanation of symbols

1 受信部
10−1,10−2 画像処理装置
10−3 画像処理ソフトウェア
11,14,24 CPU
12,12A 挿入部
13,13A 暗号及び復号部
15,15A 録画部
16,16A 編集部
17,17A 再生部
21 記録媒体
1 Receiving Units 10-1, 10-2 Image Processing Device 10-3 Image Processing Software 11, 14, 24 CPU
12, 12A Insertion unit 13, 13A Encryption and decryption unit 15, 15A Recording unit 16, 16A Editing unit 17, 17A Playback unit 21 Recording medium

Claims (6)

コンテンツを暗号化して録画する前に、コンテンツデータから特定データの開始又は終了を示すスタートコードを検出して、検出されたスタートコードを基準として編集情報パケットをコンテンツデータに挿入する挿入手段と、
該コンテンツデータを録画する際に、該編集情報パケット以外の少なくとも一部のコンテンツデータを暗号化する暗号化手段と、
該暗号化手段により暗号化されたコンテンツデータを編集情報パケットと共に記録媒体に格納する録画手段とを備えたことを特徴とする、画像処理装置。
Inserting means for detecting a start code indicating the start or end of specific data from content data and inserting an edit information packet into the content data based on the detected start code before recording the content encrypted;
An encryption means for encrypting at least a part of the content data other than the editing information packet when recording the content data;
An image processing apparatus comprising: recording means for storing content data encrypted by the encryption means together with an editing information packet in a recording medium.
該記録媒体に録画済みのコンテンツデータを編集する際に、該コンテンツデータと共に該記録媒体に格納されている該編集情報パケットにリンク情報を書き込む編集手段を更に備えたことを特徴とする、請求項1記載の画像処理装置。   An editing means for writing link information in the editing information packet stored in the recording medium together with the content data when editing the content data recorded in the recording medium. The image processing apparatus according to 1. 該編集情報パケットは、コンテンツID、ポイントID及びリンク情報記録領域を含み、
該編集手段は、該リンク情報としてリンク先のコンテンツIDとリンク先のポイントIDを該編集情報パケットのリンク情報記録領域に書き込むことを特徴とする、請求項2記載の画像処理装置。
The edit information packet includes a content ID, a point ID, and a link information recording area,
3. The image processing apparatus according to claim 2, wherein the editing unit writes a link destination content ID and a link destination point ID as the link information in a link information recording area of the edit information packet.
編集済みのコンテンツデータを再生する際に、該記録媒体に格納されている該編集情報パケットを抽出し、該編集情報パケットのリンク情報記録領域に書き込まれているリンク情報に基づいてコンテンツデータを選択する再生手段と、
該再生手段により選択されたコンテンツデータを復号化して1つの連続したコンテンツとして再生する復号化手段とを更に備えたことを特徴とする、請求項2記載の画像処理装置。
When reproducing edited content data, the edit information packet stored in the recording medium is extracted, and the content data is selected based on the link information written in the link information recording area of the edit information packet Playback means to
The image processing apparatus according to claim 2, further comprising: a decoding unit that decodes the content data selected by the reproduction unit and reproduces the content data as one continuous content.
該暗号化されるコンテンツは、MPEG-2 Video又はMPEG-4によって規定されるビデオ又はビジュアルフォーマットを有することを特徴とする、請求項1〜4のいずれか1項記載の画像処理装置。   5. The image processing apparatus according to claim 1, wherein the content to be encrypted has a video or visual format defined by MPEG-2 Video or MPEG-4. コンピュータに画像処理を行わせるプログラムであって、
該コンピュータに、コンテンツを暗号化して録画する前に、コンテンツデータから特定データの開始又は終了を示すスタートコードを検出させ、検出されたスタートコードを基準として編集情報パケットをコンテンツデータに挿入させる挿入手順と、
該コンピュータに、該コンテンツデータを録画する際に、該編集情報パケット以外の少なくとも一部のコンテンツデータを暗号化させる暗号化手順と、
該コンピュータに、該暗号化手順により暗号化されたコンテンツデータを編集情報パケットと共に記録媒体に格納させる録画手順とを含むことを特徴とする、プログラム。
A program for causing a computer to perform image processing,
Insertion procedure for causing the computer to detect a start code indicating the start or end of specific data from content data and to record an edit information packet into the content data based on the detected start code before recording the content with encryption When,
An encryption procedure for causing the computer to encrypt at least a part of the content data other than the editing information packet when recording the content data;
A recording procedure for causing the computer to store content data encrypted by the encryption procedure together with an editing information packet in a recording medium.
JP2007166720A 2007-06-25 2007-06-25 Image processing apparatus and program Active JP4778484B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2007166720A JP4778484B2 (en) 2007-06-25 2007-06-25 Image processing apparatus and program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2007166720A JP4778484B2 (en) 2007-06-25 2007-06-25 Image processing apparatus and program

Publications (2)

Publication Number Publication Date
JP2009005291A JP2009005291A (en) 2009-01-08
JP4778484B2 true JP4778484B2 (en) 2011-09-21

Family

ID=40321149

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2007166720A Active JP4778484B2 (en) 2007-06-25 2007-06-25 Image processing apparatus and program

Country Status (1)

Country Link
JP (1) JP4778484B2 (en)

Also Published As

Publication number Publication date
JP2009005291A (en) 2009-01-08

Similar Documents

Publication Publication Date Title
US7079752B1 (en) Process for recording a scrambled MPEG stream
JP4902644B2 (en) Data processing device, data processing method, data processing program, recording medium recording the data processing program, and integrated circuit
JP2006501764A (en) Content playback apparatus and trick mode playback system
US6611534B1 (en) Stream data processing system and stream data limiting method
JP2007013689A (en) Information processing apparatus and decryption control method
EP1520409B1 (en) Trick play for audio/video/data streams with conditional access
JP2006295344A (en) Content processor
US20070201693A1 (en) Information processing apparatus and information processing method performing decoding or encryption
JP2004535715A (en) External memory for personal video recorder
KR100972258B1 (en) Stream processing device and storage device
JP4336957B2 (en) Transport stream encryption apparatus, editing apparatus, and methods thereof
US8275169B2 (en) Communication system and control method thereof
US7289721B1 (en) Method and apparatus for data reproduction
KR100857869B1 (en) Information reproduction apparatus and method
JP5782120B2 (en) Content data playback method and thumbnail image generation method
JP2009100265A (en) Data processing apparatus, data processing method, data processing program, recording medium with the data processing program recorded thereon, and integrated circuit
JPH10336624A (en) Device and method for scrambling and descrambling mpeg stream data
JP2000231758A (en) Data storage device, recording method of ciphered data and recording medium
JP4778484B2 (en) Image processing apparatus and program
KR100602980B1 (en) Recording/reproducing apparatus for video/audio signals
JP2006331483A (en) Decoding device, stream video recording/reproducing device, and method for decoding encrypted stream
JP4003516B2 (en) Recording device
JP3277926B2 (en) Image sequence decoder for fast forward operation
JP2005216346A (en) Digital recording/reproducing device
KR100959708B1 (en) Trick play for audio/video/data streams with conditional access

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20100303

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20110530

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20110607

A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20110701

R150 Certificate of patent or registration of utility model

Ref document number: 4778484

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

Free format text: JAPANESE INTERMEDIATE CODE: R150

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20140708

Year of fee payment: 3

S111 Request for change of ownership or part of ownership

Free format text: JAPANESE INTERMEDIATE CODE: R313111

R350 Written notification of registration of transfer

Free format text: JAPANESE INTERMEDIATE CODE: R350