JP2005318255A - Digital video signal processing apparatus, digital video signal processing method, and computer program - Google Patents

Digital video signal processing apparatus, digital video signal processing method, and computer program Download PDF

Info

Publication number
JP2005318255A
JP2005318255A JP2004133549A JP2004133549A JP2005318255A JP 2005318255 A JP2005318255 A JP 2005318255A JP 2004133549 A JP2004133549 A JP 2004133549A JP 2004133549 A JP2004133549 A JP 2004133549A JP 2005318255 A JP2005318255 A JP 2005318255A
Authority
JP
Japan
Prior art keywords
packet
transport
video signal
gop
packets
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.)
Pending
Application number
JP2004133549A
Other languages
Japanese (ja)
Inventor
Takuya Okabe
卓也 岡部
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.)
Victor Company of Japan Ltd
Original Assignee
Victor Company of Japan 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 Victor Company of Japan Ltd filed Critical Victor Company of Japan Ltd
Priority to JP2004133549A priority Critical patent/JP2005318255A/en
Publication of JP2005318255A publication Critical patent/JP2005318255A/en
Pending legal-status Critical Current

Links

Images

Abstract

<P>PROBLEM TO BE SOLVED: To easily prevent the occurrence of operation trouble in software or a decoder which processes the omission of a digital video signal. <P>SOLUTION: A discontinuity detection part 2 judges whether a transport packet succeeds to the last transport packet from discontinuity counters in the transport packets and also judges whether the transport packet is at the head of a GOP, and then discards a transport packet judged not to be successive and a transport packet judged not to be at the head of the GOP, and a reconstitution storage part 3 restructures a transport stream so that transport packets which are not discarded are successive. <P>COPYRIGHT: (C)2006,JPO&NCIPI

Description

本発明は、欠落して送られてきたデジタル映像信号を処理するデジタル映像信号処理装置及びデジタル映像信号処理方法並びにコンピュータプログラムに関する。   The present invention relates to a digital video signal processing apparatus, a digital video signal processing method, and a computer program that process a digital video signal that is sent in a missing manner.

近年、コンピュータ上でデジタルTV放送や外部機器からのMPEG2−トランスポート・ストリーム(以下、MPEG2−TS)をデコードして動画像を表示したり、編集するソフトウェアや、コンピュータに外付け可能なデコーダ(ハードウェア)が知られている。なお、MPEG2−TSを外部機器(例えばデジタルVTR)からコンピュータに取り込む場合、外部機器がMPEG2−TSをIEEE1394のアイソクロナス・パケットにパケット化して送信するので、コンピュータ側ではこのアイソクロナス・パケットからヘッダを取り除いてMPEG2−TSを復元し、記録媒体に保存する。このとき、例えばデジタルVTRにおいて記録時や再生時にヘッド部分に異物が付着などしていると、本来連続しているMPEG2−TSの一部が欠落し、ある区間のMPEG2−TSの再生が困難となる場合がある。   In recent years, software for decoding or displaying a moving image by decoding an MPEG2-transport stream (hereinafter referred to as MPEG2-TS) from a digital TV broadcast or an external device on a computer, or a decoder (externally attached to a computer) Hardware) is known. When MPEG2-TS is imported from an external device (for example, a digital VTR) to a computer, the external device packetizes and transmits MPEG2-TS into IEEE 1394 isochronous packets, so the computer removes the header from the isochronous packets. MPEG2-TS is restored and stored in a recording medium. At this time, for example, if foreign matter adheres to the head portion during recording or reproduction in a digital VTR, part of the MPEG2-TS that is originally continuous is lost, and reproduction of MPEG2-TS in a certain section is difficult. There is a case.

なお、欠落などして送られてきたデジタル映像信号を「補てん」処理する従来例としては、例えば下記の特許文献1〜7に開示されているものがある。
特開平10−327400号公報(要約書) 特開平11−110952号公報(要約書) 特開平10−199149号公報(要約書) 特開平10−200854号公報(要約書) 特開平10−210402号公報(要約書) 特開平11−88878号公報(要約書) 特開2002−330407号公報(要約書)
In addition, as a conventional example of “compensating” a digital video signal transmitted due to omission, for example, there are those disclosed in Patent Documents 1 to 7 below.
JP-A-10-327400 (abstract) Japanese Patent Application Laid-Open No. 11-110952 (abstract) JP-A-10-199149 (abstract) Japanese Patent Laid-Open No. 10-200854 (abstract) JP-A-10-210402 (abstract) Japanese Patent Laid-Open No. 11-88878 (abstract) JP 2002-330407 A (Abstract)

しかしながら、コンピュータ上でMPEG2−TSを汎用の画像ファイルとして扱う動画表示用ソフトウェアや動画編集用ソフトウェアは、独自の方法でデータの正当性を判断したり、エラー処理を行い、欠落しているMPEG2−TSが入力されると、例えば(1)不適当なデータであると判断して処理を中止する、(2)予想外のデータによって処理が異常停止する、(3)デコード処理により異常な画像を表示する、などの動作障害を起こすという問題点がある。   However, moving image display software and moving image editing software that handles MPEG2-TS as a general-purpose image file on a computer determines the legitimacy of data by an original method, performs error processing, and is missing MPEG2-TS. When TS is input, for example, (1) it is determined that the data is inappropriate and processing is stopped, (2) processing is abnormally stopped due to unexpected data, and (3) an abnormal image is obtained by decoding processing. There is a problem of causing an operation failure such as display.

本発明は上記従来例の問題点に鑑み、デジタル映像信号が欠落していてもそれを処理するソフトウェアや、デコーダが動作障害を起こすことを簡単に防止することができるデジタル映像信号処理装置及びデジタル映像信号処理方法並びにコンピュータプログラムを提供することを目的とする。   In view of the above-described problems of the conventional example, the present invention provides a software for processing a digital video signal even if it is missing, a digital video signal processing apparatus capable of easily preventing an operation failure of a decoder, and a digital An object is to provide a video signal processing method and a computer program.

本発明は上記目的を達成するために、映像信号についてフレーム内符号化及びフレーム間予測符号化して得られた複数のピクチャをGOPにグループ化し、前記GOPを分割してトランスポート・パケットにパケット化し、前記複数のトランスポート・パケットをストリーム化したトランスポート・ストリームを処理する際、
前記複数のトランスポート・パケット内の不連続カウンタに基づいて前記パケット化されたトランスポート・パケットが前のトランスポート・パケットと連続しているか否かを判断するとともに、そのトランスポート・パケットがGOPの先頭パケットか否かを判断し、
連続していないと判断されたトランスポート・パケット、及びGOPの先頭パケットでないトランスポート・パケットを破棄し、
破棄されないトランスポート・パケットが連続するようにトランスポート・ストリームを再構築するようにしたものである。
この構成により、トランスポート・パケットが欠落して連続していない場合、「補てん」処理する従来例とは異なり、パケットが欠落しているGOPのパケットがすべて破棄されてトランスポート・ストリームが再構築される。
In order to achieve the above object, the present invention groups a plurality of pictures obtained by intra-frame coding and inter-frame prediction coding of a video signal into GOPs, and divides the GOPs into packetized transport packets. , When processing a transport stream obtained by streaming the plurality of transport packets,
Determining whether the packetized transport packet is contiguous with a previous transport packet based on a discontinuity counter in the plurality of transport packets, and the transport packet is a GOP To determine whether it is the first packet of
Discard transport packets that are determined not to be continuous and transport packets that are not the first packet of a GOP;
The transport stream is reconstructed so that transport packets that are not discarded are continuous.
With this configuration, when transport packets are missing and not continuous, unlike the conventional example that performs “compensation” processing, all GOP packets with missing packets are discarded and the transport stream is reconstructed. Is done.

本発明によれば、トランスポート・パケットが欠落して連続していない場合、パケットが欠落しているGOPのパケットをすべて破棄してトランスポート・ストリームを再構築するので、デジタル映像信号が欠落していてもそれを処理するソフトウェアやデコーダが動作障害を起こすことを簡単に防止することができる。   According to the present invention, when transport packets are missing and are not continuous, all the GOP packets with missing packets are discarded and the transport stream is reconstructed. However, it is possible to easily prevent the software or the decoder that processes the operation from causing an operation failure.

以下、図面を参照して本発明の実施の形態について説明する。図1は本発明に係るデジタル映像信号処理装置及びデジタル映像信号処理方法並びにコンピュータプログラムの一実施の形態を示す機能ブロック図、図2はMPEG2−TSのトランスポート・パケットの構成を示す説明図、図3は図1の不連続検出部と再構成・保存部の処理を説明するためのフローチャート、図4は図1の不連続検出部と再構成・保存部の処理の具体例を示す説明図である。   Embodiments of the present invention will be described below with reference to the drawings. FIG. 1 is a functional block diagram showing an embodiment of a digital video signal processing apparatus, digital video signal processing method and computer program according to the present invention, and FIG. 2 is an explanatory diagram showing the structure of a transport packet of MPEG2-TS. 3 is a flowchart for explaining the processing of the discontinuity detection unit and the reconstruction / storage unit in FIG. 1, and FIG. 4 is an explanatory diagram showing a specific example of the processing of the discontinuity detection unit and the reconstruction / storage unit in FIG. It is.

図1において、バッファ1には、外部機器などからインターフェイスを介して入力されたMPEG2−TSや、HDDなどの保存先の記録媒体4に一時保存したMPEG2−TSが格納される。ここで、MPEG2規格では、画像データはフレーム内符号化及びフレーム間予測符号化されてI、P、Bのピクチャに圧縮され、複数のフレーム(一般的に15フレーム程度が多く用いられる)により1GOP(Group Of Pictures)が構成される。また、各GOPの先頭には、GOPヘッダが付加され、また、GOP単位にシーケンス層が必ず含まれる場合にはシーケンスヘッダが付加される。さらに、1つのGOPは分割されて各分割データが図2に示すようなトランスポート・パケット内のデータ・フィールドに収められてパケット化され、ビデオパケットが構成される。このビデオパケットは、データ・フィールドにオーディオデータなどが収められた他のトランスポート・パケットなどと連続するようにストリーム化され、MPEG2−TSが構成される。   In FIG. 1, the buffer 1 stores MPEG2-TS input via an interface from an external device or the like, and MPEG2-TS temporarily stored in a storage destination recording medium 4 such as an HDD. Here, in the MPEG2 standard, image data is subjected to intra-frame coding and inter-frame predictive coding and compressed into I, P, and B pictures, and 1 GOP is obtained by a plurality of frames (generally, about 15 frames are often used). (Group Of Pictures) is configured. In addition, a GOP header is added to the head of each GOP, and a sequence header is added when a sequence layer is always included in each GOP. Further, one GOP is divided, and each divided data is stored in a data field in a transport packet as shown in FIG. 2 and packetized to form a video packet. This video packet is streamed so as to be continuous with other transport packets in which audio data or the like is stored in the data field, and MPEG2-TS is configured.

MPEG2−TSのトランスポート・パケットは、4バイトのヘッダと184バイトのデータ・フィールド(GOPの映像、音声など)の合計188バイトの固定長で構成され、ヘッダは4ビットの連続性カウンタ(continuity counter)を含む。この連続性カウンタはパケット種別ごとにインクリメントするように定められ、したがって、図1に示す不連続検出部2は同じパケット種別のパケット間でインクリメントしていない場合にその前のパケットが欠落していることを判別することができる。   The transport packet of MPEG2-TS is composed of a fixed length of 188 bytes including a 4-byte header and a 184-byte data field (GOP video, audio, etc.), and the header is a 4-bit continuity counter (continuity). counter). This continuity counter is determined to be incremented for each packet type. Therefore, when the discontinuity detector 2 shown in FIG. 1 does not increment between packets of the same packet type, the previous packet is missing. Can be determined.

次に、図3を参照して不連続検出部2と再構成・保存部3の処理を説明する。まず、不連続検出部2はバッファ1から1つのパケットを読み込み(ステップS1)、次いで、このパケットが映像パケットであった場合、ヘッダ内の連続性カウンタに基づいて前のパケットと連続しているか否かを判断する(ステップS2)。そして、連続パケットでない場合には「前のGOP先頭パケット位置」をクリアし(ステップS3)、次いでバッファ1内のそのパケットを破棄し(ステップS4)、次いでステップS1に戻ることによりパケットごとに連続パケットか否かを判断する。   Next, processing of the discontinuity detection unit 2 and the reconstruction / storage unit 3 will be described with reference to FIG. First, the discontinuity detection unit 2 reads one packet from the buffer 1 (step S1), and then, if this packet is a video packet, is it continuous with the previous packet based on the continuity counter in the header? It is determined whether or not (step S2). If the packet is not a continuous packet, the “previous GOP head packet position” is cleared (step S3), then the packet in the buffer 1 is discarded (step S4), and then the process returns to step S1 for each packet. Determine whether it is a packet.

他方、不連続検出部2はステップS2において連続パケットと判断した場合、その連続パケット内のGOPヘッダ又はシーケンスヘッダの有無に基づいて「GOPの先頭パケット」か否かを判断し(ステップS5)、先頭パケットでない場合にはバッファ1内のそのパケットを破棄し(ステップS4)、次いでステップS1に戻ることによりGOPの先頭パケットを検出する。すなわち、連続パケットであってもGOPの先頭パケットでないパケットは破棄するので、パケットが欠落しているGOPのパケットはすべて破棄することになる。   On the other hand, when the discontinuity detection unit 2 determines that the packet is a continuous packet in step S2, it determines whether or not it is a “first packet of GOP” based on the presence or absence of the GOP header or sequence header in the continuous packet (step S5). If it is not the head packet, the packet in the buffer 1 is discarded (step S4), and then the process returns to step S1 to detect the head packet of the GOP. That is, even if it is a continuous packet, a packet that is not the first packet of the GOP is discarded, so that all packets of the GOP that lack a packet are discarded.

不連続検出部2がステップS5においてGOPの先頭パケットと判断した場合、再構成・保存部3はそのパケットを「GOPの先頭パケット位置」として記憶し(ステップS6)、次いで「前のGOP先頭パケット位置」の有無を判断する(ステップS7)。そして、「前のGOP先頭パケット位置」が無ければステップS1に戻り、他方、有れば「前のGOP先頭パケット位置」から「GOP先頭パケット位置」の前のパケットまでが連続するように記録媒体4に保存する(ステップS8)。このとき、連続性カウンタは連続するように書き換える。次いでデータ終了か否かを判断し(ステップS9)、データ終了でなければステップS1に戻り、他方、データ終了であればこの処理を終了する。   If the discontinuity detecting unit 2 determines that the packet is the first packet of the GOP in step S5, the reconfiguration / storing unit 3 stores the packet as the “first packet position of the GOP” (step S6), and then “the previous GOP first packet The presence / absence of “position” is determined (step S7). If there is no “previous GOP head packet position”, the process returns to step S1. If there is, the recording medium is such that the packet from “previous GOP head packet position” to the packet before “GOP head packet position” continues. 4 (step S8). At this time, the continuity counter is rewritten to be continuous. Next, it is determined whether or not the data is finished (step S9). If the data is not finished, the process returns to step S1. If the data is finished, the process is finished.

図4(a)はA、B、C、D、E、Fの各GOPが連続している原信号を示し、図4(b)はこの原信号の内、C、Dの各GOPのあるパケットが欠落している状態を示す。図4(c)は本発明の処理を示し、パケットが欠落しているC、Dの2つのGOPのパケットはすべて破棄し、BのGOPの次にE以降のGOPを連続させてトランスポート・ストリーム(TS)を再構築した状態を示す。GOPの構成フレーム数が15、画像のフレームレートが30フレーム/秒の場合には、原信号の15×2フレーム程度(1秒程度)が飛ぶものの、このTSを処理するソフトウェアやデコーダが動作障害を起こすことを防止することができる。   FIG. 4A shows an original signal in which A, B, C, D, E, and F GOPs are continuous, and FIG. 4B shows the C and D GOPs among the original signals. Indicates that the packet is missing. FIG. 4 (c) shows the processing of the present invention, in which the packets of the two GOPs C and D with missing packets are all discarded, and the GOPs after E after the B GOP are transported. The state where the stream (TS) is reconstructed is shown. When the number of frames constituting a GOP is 15 and the frame rate of an image is 30 frames / second, although 15 × 2 frames (about 1 second) of the original signal are skipped, the operation of the software or decoder that processes this TS Can be prevented.

本発明に係るデジタル映像信号処理装置及びデジタル映像信号処理方法並びにコンピュータプログラムの一実施の形態を示す機能ブロック図である。1 is a functional block diagram illustrating an embodiment of a digital video signal processing apparatus, a digital video signal processing method, and a computer program according to the present invention. MPEG2−TSのトランスポート・パケットの構成を示す説明図である。It is explanatory drawing which shows the structure of the transport packet of MPEG2-TS. 図1の不連続検出部と再構成・保存部の処理を説明するためのフローチャートである。3 is a flowchart for explaining processing of a discontinuity detection unit and a reconstruction / storage unit in FIG. 1. 図1の不連続検出部と再構成・保存部の処理の具体例を示す説明図である。It is explanatory drawing which shows the specific example of the process of the discontinuity detection part of FIG. 1, and a reconstruction / preservation | save part.

符号の説明Explanation of symbols

1 バッファ
2 不連続検出部
3 再構成・保存部
4 記録媒体
1 buffer 2 discontinuity detection unit 3 reconstruction / storage unit 4 recording medium

Claims (3)

映像信号についてフレーム内符号化及びフレーム間予測符号化して得られた複数のピクチャをGOPにグループ化し、前記GOPを分割してトランスポート・パケットにパケット化し、前記複数のトランスポート・パケットをストリーム化したトランスポート・ストリームを処理するデジタル映像信号処理装置であって、
前記複数のトランスポート・パケット内の不連続カウンタに基づいて前記パケット化されたトランスポート・パケットが前のトランスポート・パケットと連続しているか否かを判断するとともに、そのトランスポート・パケットがGOPの先頭パケットか否かを判断する判断手段と、
前記判断手段により連続していないと判断されたトランスポート・パケット、及びGOPの先頭パケットでないトランスポート・パケットを破棄するパケット破棄手段と、
前記パケット破棄手段により破棄されないトランスポート・パケットが連続するように前記トランスポート・ストリームを再構築する手段とを、
有するデジタル映像信号処理装置。
A plurality of pictures obtained by intra-frame coding and inter-frame prediction coding of a video signal are grouped into GOPs, the GOPs are divided and packetized into transport packets, and the plurality of transport packets are streamed A digital video signal processing device for processing a transport stream,
Determining whether the packetized transport packet is contiguous with a previous transport packet based on a discontinuity counter in the plurality of transport packets, and the transport packet is a GOP Determining means for determining whether or not the first packet of
A packet discarding unit for discarding a transport packet that is determined not to be continuous by the determining unit and a transport packet that is not the first packet of the GOP;
Means for reconstructing the transport stream such that transport packets that are not discarded by the packet discarding means are continuous;
A digital video signal processing apparatus.
映像信号についてフレーム内符号化及びフレーム間予測符号化して得られた複数のピクチャをGOPにグループ化し、前記GOPを分割してトランスポート・パケットにパケット化し、前記複数のトランスポート・パケットをストリーム化したトランスポート・ストリームを処理するデジタル映像信号処理方法であって、
前記複数のトランスポート・パケット内の不連続カウンタに基づいて前記パケット化されたトランスポート・パケットが前のトランスポート・パケットと連続しているか否かを判断するとともに、そのトランスポート・パケットがGOPの先頭パケットか否かを判断する判断ステップと、
前記判断ステップにより連続していないと判断されたトランスポート・パケット、及びGOPの先頭パケットでないトランスポート・パケットを破棄するパケット破棄ステップと、
前記パケット破棄ステップにより破棄されないトランスポート・パケットが連続するように前記トランスポート・ストリームを再構築するステップとを、
有するデジタル映像信号処理方法。
A plurality of pictures obtained by intra-frame coding and inter-frame prediction coding of a video signal are grouped into GOPs, the GOPs are divided and packetized into transport packets, and the plurality of transport packets are streamed A digital video signal processing method for processing a transport stream,
Determining whether the packetized transport packet is contiguous with a previous transport packet based on a discontinuity counter in the plurality of transport packets, and the transport packet is a GOP A determination step of determining whether or not the first packet of
A packet discarding step of discarding the transport packet determined not to be continuous by the determining step and the transport packet that is not the first packet of the GOP;
Restructuring the transport stream such that transport packets that are not discarded by the packet discarding step are continuous.
A digital video signal processing method.
映像信号についてフレーム内符号化及びフレーム間予測符号化して得られた複数のピクチャをGOPにグループ化し、前記GOPを分割してトランスポート・パケットにパケット化し、前記複数のトランスポート・パケットをストリーム化したトランスポート・ストリームを処理するコンピュータプログラムであって、
前記複数のトランスポート・パケット内の不連続カウンタに基づいてそのトランスポート・パケットが前のトランスポート・パケットと連続しているか否かを判断するとともに、そのトランスポート・パケットがGOPの先頭パケットか否かを判断する判断ステップと、
前記判断ステップにより連続していないと判断されたトランスポート・パケット、及びGOPの先頭パケットでないトランスポート・パケットを破棄するパケット破棄ステップと、
前記パケット破棄ステップにより破棄されないトランスポート・パケットが連続するように前記トランスポート・ストリームを再構築するステップとを、
コンピュータに実行させるコンピュータプログラム。
A plurality of pictures obtained by intra-frame coding and inter-frame prediction coding of a video signal are grouped into GOPs, the GOPs are divided and packetized into transport packets, and the plurality of transport packets are streamed A computer program for processing a transport stream,
Based on the discontinuity counter in the plurality of transport packets, it is determined whether the transport packet is continuous with the previous transport packet, and whether the transport packet is the first packet of the GOP. A determination step for determining whether or not,
A packet discarding step of discarding the transport packet determined not to be continuous by the determining step and the transport packet that is not the first packet of the GOP;
Restructuring the transport stream such that transport packets that are not discarded by the packet discarding step are continuous.
A computer program that is executed by a computer.
JP2004133549A 2004-04-28 2004-04-28 Digital video signal processing apparatus, digital video signal processing method, and computer program Pending JP2005318255A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2004133549A JP2005318255A (en) 2004-04-28 2004-04-28 Digital video signal processing apparatus, digital video signal processing method, and computer program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2004133549A JP2005318255A (en) 2004-04-28 2004-04-28 Digital video signal processing apparatus, digital video signal processing method, and computer program

Publications (1)

Publication Number Publication Date
JP2005318255A true JP2005318255A (en) 2005-11-10

Family

ID=35445231

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2004133549A Pending JP2005318255A (en) 2004-04-28 2004-04-28 Digital video signal processing apparatus, digital video signal processing method, and computer program

Country Status (1)

Country Link
JP (1) JP2005318255A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2009302948A (en) * 2008-06-13 2009-12-24 Toshiba Corp Information processing apparatus and recovery processing method

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2009302948A (en) * 2008-06-13 2009-12-24 Toshiba Corp Information processing apparatus and recovery processing method
JP4519929B2 (en) * 2008-06-13 2010-08-04 株式会社東芝 Information processing apparatus and recovery processing method
US8218649B2 (en) 2008-06-13 2012-07-10 Kabushiki Kaisha Toshiba Information processing apparatus and recovery processing method

Similar Documents

Publication Publication Date Title
US6662329B1 (en) Processing errors in MPEG data as it is sent to a fixed storage device
US9716896B2 (en) Video encoding apparatus, video decoding apparatus, video encoding method, and video decoding method
JP2950376B2 (en) Picture decoding synchronization circuit and method
EP1565008B1 (en) Reproducing apparatus
JP2005229587A (en) Multiplex system conversion device
US7840119B2 (en) Methods and apparatus for processing progressive I-slice refreshed MPEG data streams to enable trick play mode features on a display device
US7152197B2 (en) Error correction of stream data
KR20070104920A (en) Method and apparatus for dynamic determination of frames required to build a complete picture in an mpeg video stream
US20030128765A1 (en) Receiving apparatus
JP2004208319A (en) Method and apparatus of decoding mpeg picture and displaying it in rewind mode, and video driver circuit incorporating such apparatus and decoder box
JP4488958B2 (en) Video transmission system and video transmission method
US20050004940A1 (en) Information processing apparatus and method
JP2009290768A (en) Video processing apparatus and video processing method
JP2007288604A (en) System and method for transmitting video
US8355622B2 (en) Reproducing apparatus, reproducing system, reproducing method, and recording medium thereof
JP2005318255A (en) Digital video signal processing apparatus, digital video signal processing method, and computer program
US8571392B2 (en) Apparatus for video recording and reproducing, and method for trick play of video
JP2004253052A (en) Information recording medium, and information recording device
US7072572B2 (en) Method of and apparatus for merging bit streams for seamless reproduction, and recording medium for recording control information for bit stream merging
JP2008135845A (en) Transport stream recording and reproducing method and device
JP2007043575A (en) Image processor and image processing method
JP2005026990A (en) Digital recording and reproducing device
JP2001292416A (en) Digital signal processing unit
JP2008148004A (en) Video decoder, digital broadcast receiver, video-decoding method, video-decoding program, and recording medium with video-decoding program stored
JP2004266539A (en) Image reproducing system

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20060630

A977 Report on retrieval

Effective date: 20080507

Free format text: JAPANESE INTERMEDIATE CODE: A971007

A131 Notification of reasons for refusal

Effective date: 20080513

Free format text: JAPANESE INTERMEDIATE CODE: A131

A02 Decision of refusal

Effective date: 20080912

Free format text: JAPANESE INTERMEDIATE CODE: A02