EP0700220B1 - Datenwiedergabe - Google Patents
Datenwiedergabe Download PDFInfo
- Publication number
- EP0700220B1 EP0700220B1 EP95306006A EP95306006A EP0700220B1 EP 0700220 B1 EP0700220 B1 EP 0700220B1 EP 95306006 A EP95306006 A EP 95306006A EP 95306006 A EP95306006 A EP 95306006A EP 0700220 B1 EP0700220 B1 EP 0700220B1
- Authority
- EP
- European Patent Office
- Prior art keywords
- data
- storage means
- picture
- gop
- written
- 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.)
- Expired - Lifetime
Links
Images
Classifications
-
- G—PHYSICS
- G11—INFORMATION STORAGE
- G11B—INFORMATION STORAGE BASED ON RELATIVE MOVEMENT BETWEEN RECORD CARRIER AND TRANSDUCER
- G11B7/00—Recording or reproducing by optical means, e.g. recording using a thermal beam of optical radiation by modifying optical properties or the physical structure, reproducing using an optical beam at lower power by sensing optical properties; Record carriers therefor
- G11B7/007—Arrangement of the information on the record carrier, e.g. form of tracks, actual track shape, e.g. wobbled, or cross-section, e.g. v-shaped; Sequential information structures, e.g. sectoring or header formats within a track
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04N—PICTORIAL COMMUNICATION, e.g. TELEVISION
- H04N9/00—Details of colour television systems
- H04N9/79—Processing of colour television signals in connection with recording
- H04N9/87—Regeneration of colour television signals
- H04N9/877—Regeneration of colour television signals by assembling picture element blocks in an intermediate memory
-
- G—PHYSICS
- G11—INFORMATION STORAGE
- G11B—INFORMATION STORAGE BASED ON RELATIVE MOVEMENT BETWEEN RECORD CARRIER AND TRANSDUCER
- G11B27/00—Editing; Indexing; Addressing; Timing or synchronising; Monitoring; Measuring tape travel
- G11B27/005—Reproducing at a different information rate from the information rate of recording
-
- G—PHYSICS
- G11—INFORMATION STORAGE
- G11B—INFORMATION STORAGE BASED ON RELATIVE MOVEMENT BETWEEN RECORD CARRIER AND TRANSDUCER
- G11B27/00—Editing; Indexing; Addressing; Timing or synchronising; Monitoring; Measuring tape travel
- G11B27/10—Indexing; Addressing; Timing or synchronising; Measuring tape travel
- G11B27/102—Programmed access in sequence to addressed parts of tracks of operating record carriers
- G11B27/105—Programmed access in sequence to addressed parts of tracks of operating record carriers of operating discs
-
- G—PHYSICS
- G11—INFORMATION STORAGE
- G11B—INFORMATION STORAGE BASED ON RELATIVE MOVEMENT BETWEEN RECORD CARRIER AND TRANSDUCER
- G11B2220/00—Record carriers by type
- G11B2220/20—Disc-shaped record carriers
- G11B2220/25—Disc-shaped record carriers characterised in that the disc is based on a specific recording technology
- G11B2220/2537—Optical discs
- G11B2220/2562—DVDs [digital versatile discs]; Digital video discs; MMCDs; HDCDs
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04N—PICTORIAL COMMUNICATION, e.g. TELEVISION
- H04N5/00—Details of television systems
- H04N5/76—Television signal recording
- H04N5/78—Television signal recording using magnetic recording
- H04N5/782—Television signal recording using magnetic recording on tape
- H04N5/783—Adaptations for reproducing at a rate different from the recording rate
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04N—PICTORIAL COMMUNICATION, e.g. TELEVISION
- H04N5/00—Details of television systems
- H04N5/76—Television signal recording
- H04N5/84—Television signal recording using optical recording
- H04N5/85—Television signal recording using optical recording on discs or drums
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04N—PICTORIAL COMMUNICATION, e.g. TELEVISION
- H04N9/00—Details of colour television systems
- H04N9/79—Processing of colour television signals in connection with recording
- H04N9/80—Transformation of the television signal for recording, e.g. modulation, frequency changing; Inverse transformation for playback
- H04N9/804—Transformation of the television signal for recording, e.g. modulation, frequency changing; Inverse transformation for playback involving pulse code modulation of the colour picture signal components
- H04N9/8042—Transformation of the television signal for recording, e.g. modulation, frequency changing; Inverse transformation for playback involving pulse code modulation of the colour picture signal components involving data reduction
Definitions
- This invention relates to the reproduction of data from disks. More particularly, but not exclusively, the invention relates to reproducing data such as images and sounds recorded on an optical disk, a magneto-optic disk or the like.
- the MPEG (Motion Picture coding Experts Group) method has been proposed as a method for compressing and coding digital image signals recorded in a conventional digital video disk (hereinafter referred to as a DVD).
- a MPEG encoder An example of a MPEG encoder will now be explained with reference to FIG. 9.
- the MPEG encoder is a type of encoder which is designed to compress signals by predictive coding, wherein digitized image input signals are blocked (divided into blocks), each block (MB) being a minimum unit of motion compensative prediction, and motion vectors for motion compensative prediction are detected for each block in a motion detecting circuit 101.
- this block is predictive-coded by the ensuing predictive coding section, it is classified into four blocks of (1) an intra-block in which DCT (Discrete Cosine Transform) is directly implemented on the image input signals, (2) a forward block in which prediction is made only from the front direction, (3) a backward block in which prediction is made only from the rear direction, and (4) a bi-directive block in which prediction is made from both directions.
- DCT Discrete Cosine Transform
- a DCT section 103 implements the DCT which is one type of Fourier transform and a quantization circuit 104 quantizes DCT coefficients of that result.
- a variable length coding means 109 implements variable length coding by assigning codes whose lengths vary corresponding to a probability of occurrence.
- An inverse quantization circuit 105 inverse-quantizes the quantized signals and an inverse DCT section 106 implements an inverse DCT. Then, an output from a frame memory predictor 108 is added to it to reproduce the original image signals. The reproduced image signals are supplied to a subtracter 102 as prediction signals.
- Predictive coding signals output from the variable length coding means 109 are multiplexed with prediction mode information and motion vector information in multiplexing means 110.
- Such multiplexed data is generated at irregular rates, so that it is output to and temporarily stored in a buffer 111 so that its encoding rate becomes constant.
- it is also possible to control a coding amount by changing a quantization scale factor q of the quantizing means 104 in response to a coding amount stored in the buffer 111 to level off the average of the coding rates.
- FIG. 10a shows a structure of inter-frame prediction thus compressed and coded by the MPEG method.
- one GOP Group Of Pictures
- GOP is a unit of coding into which one sequence of motion pictures is divided.
- I picture is a predictive-coded image within the frame
- P picture is an inter-frame predictive-coded image predicted with reference to the preceding frame already coded (I picture or P picture) time-wise
- B picture is an inter-frame predictive-coded image predicted with reference to two frames of the preceding and succeeding frames time-wise.
- I picture I 0 is predictive-coded only within that frame
- P picture P 0 is inter-frame predictive-coded with reference to I picture I 0
- P picture P 1 is inter-frame predictive-coded with reference to P picture P 0
- B pictures B 0 and B 1 are inter-frame predictive-coded with reference to two pictures of I picture I 0 and P picture P 0
- B pictures B 2 and B 3 are inter-frame predictive-coded with reference to two pictures of P picture P 0 and P picture P 1 .
- Pictures thereafter are created through the predictive-coding in the same manner.
- this rearrangement is made so that I picture I 0 precedes B pictures B -1 and B -2 because I picture I 0 is necessary in decoding B pictures B -1 and B -2 , so that P picture P 0 precedes B pictures B 0 and B 1 because P picture P 0 is necessary in decoding B pictures B 0 and B 1 , so that P picture P 1 precedes B pictures B 2 and B 3 because P picture P 1 is necessary in decoding B pictures B 2 and B 3 , and so that I picture I 1 precedes B pictures B 4 and B 5 because I picture I 1 is necessary in decoding B pictures B 4 and B 5 .
- FIG. 11 shows a mode for recording the data by means of the sector, wherein I picture I 0 , for example, is recorded in Sector m, Sector (m + 1) and a partial area of Sector (m + 2) and B picture B -2 is recorded in the remaining area of Sector (m + 2) and Sector (M + 3).
- each picture is recorded sequentially in respective sectors and one GOP is recorded in Sectors m through (m + 13) in this example.
- GOP is not always recorded in such number of sectors and generally the number of sectors in which one GOP is recorded varies because the coding amount varies due to the complexity and flatness of each image.
- the data in the unit of the sector read out of the DVD is stored temporarily in storage means which is represented imaginarily as having a ring shape and is called as a ring buffer. Operations of a read pointer and a write pointer in the ring buffer will be explained below with reference to FIG. 12.
- the read pointer RP is positioned at an address position a1 in the ring buffer and the write pointer WP is positioned at an address position b1 slightly before a1.
- the data in the unit of the sector is supplied to the decoder as the read pointer moves clockwise in the figure, reading the data out of the ring buffer.
- the write pointer WP is controlled so as to be positioned slightly before a1 time-wise to increase an unread area (URD) as much as possible and not to be short of data to be reproduced. Accordingly, an already-read area (ARD) turns out to be a small area between a1 and b1 and it is also possible to control so that this area becomes zero.
- FIG. 12b shows a state wherein the read pointer RP has advanced to read the data out of the ring buffer, advancing its address position from a1 to a2. Due to that, the URD area has become smaller that much, increasing the ARD area on the other hand.
- B picture B 5 and B picture B 4 are predicted with reference to I picture I 1 and P picture P 1 , data of I picture I 1 and P picture P 1 are necessary to decode them.
- P picture P 1 is predicted with reference to P picture P 0 and P picture P 0 is predicted with reference to I picture I 0 , it is necessary to decode P picture P 0 with reference to I picture I 0 and to decode P picture P 1 with reference to P picture P 0 after all. It is thus necessary to make reference to I picture I 1 and B picture B 1 to decode B picture B 5 and B picture B 4 , so that it takes time for decoding the pictures.
- a related apparatus and method for reproducing video data has been disclosed by the applicant in published European patent application number EP 0 522 853.
- the apparatus is disclosed to have a pickup which is arranged to reproduce data representative of video signals from an optical disk, and a demodulating means for demodulating the data under control of a control circuit.
- the demodulated data is written to storage means and read out from the storage means to a decoder which decodes and outputs the video data to be displayed.
- the invention provides a data reproducing method for reproducing original video signals by demodulating and writing data read out of a disk by a pickup into storage means and by decoding the data read out of the storage means, the storage means is controlled so that an unread data area and an already-read data area in the storage means take about a half of a total memory capacity, respectively.
- the data is written to the storage means in a unit of sector composed of a fixed data amount.
- a write pointer is moved to an address position jumped in the reproducing direction by a number of sectors of the sum of a number of sectors written in the last time and a number of sectors to be written this time when a backward reproduction mode is specified and the number of sectors to be written this time is written to the storage means in the direction reverse to the reproducing direction from the address position.
- the invention provides a data reproducing apparatus comprising demodulating means for demodulating data read out of a digital video disk by a pickup, storage means for temporarily storing the demodulated data and a decoder for decoding the data read out of the storage means into original video signals, the apparatus is provided with a control circuit for controlling the storage means so that an unread data area and an already-read data area in the storage means take about a half of a total memory capacity, respectively.
- the control circuit in the data reproducing apparatus writes the data to the storage means in a unit of sector composed of a fixed data amount data. Also preferably, the control circuit moves a write pointer to an address position jumped in the reproducing direction by a number of sectors of the sum of a number of sectors written in the last time and a number of sectors to be written this time when the reverse reproduction mode is specified and writes the number of sectors to be written this time to the storage means in the direction reverse to the reproducing direction from the address position.
- Preferred embodiments relate to a data reproducing method for reproducing image signals by demodulating data read out of a disk by a pickup and by decoding it via a buffer
- the buffer has a capacity capable of storing at least two GOPs composed of a plurality of frames and data of at least one GOP including a GOP preceding time-wise to a GOP being decoded is read out of the disk and is stored in the buffer when a still mode is specified to be ready for a special reproduction mode.
- the special reproduction mode is a backward reproduction mode.
- Preferred embodiments of the invention relate to a data reproducing apparatus comprising demodulating means for demodulating data read out of a disk by a pickup, a buffer for temporarily storing the demodulated data and a decoder for decoding the data read out of the buffer into image signals, the buffer has a capacity capable of storing at least two GOPs composed of a plurality of frames and data of at least one GOP including a GOP preceding time-wise to a GOP being decoded by the decoder is read out of the disk and is stored in the buffer when a still mode is specified to be ready for the special reproduction mode.
- the special reproduction mode of the data reproducing apparatus is a backward reproduction mode.
- the writing/reading of the storage means is controlled so that the unread data area and the already-read data area in the storage means take about a half of a total memory capacity, respectively, so that data necessary for the reverse reproduction or the like is left in the storage means and the special reproduction can be performed quickly. For the same reason, it becomes possible to switch the mode from the special reproduction to the normal reproduction quickly.
- the number of access times to the disk is reduced and the special reproduction may be performed just by controlling the buffer in the normal reproduction mode by storing past data always within the buffer. Because the special reproduction mode such as the backward reproduction is in general more likely to be selected after the still mode is selected, the preceding GOP is read when the still mode is specified.
- the preferred form of implementation of the invention thus provides a data reproducing method and a data reproducing apparatus which enable special reproduction, such as backward reproduction, to be run quickly.
- FIG. 1 is a conceptual view of a data reproducing apparatus (DVD player) according to one preferred embodiment of the present invention.
- a disk (DVD) 1 is a recording medium for recording digital video data, digital audio data or the like compressed and coded by the MPEG method in a unit of sector
- a pickup 2 is reproducing means for accessing the disk 1 and reading the digital data recorded therein
- a sector detecting circuit 3 detects a sector sink and a sector address from the digital data read out of the disk 1
- a ring buffer 4 is memory means into which the data read out of the disk 1 in the unit of sector is written under control of a control circuit 8 and for supplying the read data to a decoder 5 as necessary and the decoder 5 decodes the data supplied in the unit of sector into video signals to be displayed on a display unit.
- a frame memory 6 stores three frames decoded by the decoder 5, a display 7 displays the video signals supplied from the frame memory 6, the control circuit 8 controls tracking, threading, focus or the like as control means by sending various control signals to a tracking servo circuit 9, as assessing means, or the like and controls reading/writing of the ring buffer 4, and the tracking servo circuit 9 controls tracking of the pickup 2 to access to the disk 1 under the control of the control circuit 8.
- the disk 1 is controlled so as to turn with a predetermined number of revolutions by a spindle motor not shown.
- the compressed and coded digital data recorded in tracks of the disk 1 is read when laser beam is irradiated to the tracks from the pickup 2.
- This digital data is recorded in the unit of fixed length sector as shown in FIG. 11 described before and the sector sink and sector head are appended at the head of each sector.
- the digital data read by the pickup 2 is input to the sector detecting circuit 3, wherein delimitations of the sectors are detected when the sector sinks are detected and the sector addresses are detected from the sector heads. They are supplied to the control circuit 8. Note that the focus control and the tracking control of the pickup 2 are carried out by the tracking servo circuit 9 and others under control of a system control not shown based on focus error signals and tracking error signals obtained from information read out of the pickup 2.
- the control circuit 8 controls writing of the data in the unit of the sector into the ring buffer 4 based on the detected sector address.
- a writing address at this time is indicated by a write pointer (WP) 8-1 within the control circuit 8.
- WP write pointer
- the buffer 4 has a storage capacity capable of storing at least two GOPs of digital data. GOPs composed of pictures in the sequence shown in FIG. 10b described above for example are read out of the ring buffer 4 in the unit of the sector and are supplied to the decoder 5. Then, I pictures, P pictures and B pictures composing the GOP are decoded to be written sequentially to the frame memory 6.
- FIG. 2 shows an example of decoded frames written to the frame memories M1, M2 and M3 during the normal reproduction.
- I 0 frame obtained by decoding I picture I 0 is written to the frame memory M1 and B pictures B -2 and B -1 decoded with reference to P frame of decoded P picture preceding to I picture I 0 and to the decoded I 0 frame within the frame memory M1 are written to the frame memories M2 and M3, respectively.
- those frames are rearranged to the original image sequence of B-2, B-1 and I0 frames as shown in FIG. 10a and are sent from the frame memories M1, M2 and M3 to the display 7 to be displayed.
- the sector of P picture P 0 is read out of the ring buffer 4 and P picture 0 is decoded with reference to I 0 frame within the frame memory Ml and is written to the frame memory M2.
- the sector of B picture B 0 is read out of the ring buffer 4 and B picture B 0 is decoded with reference to I 0 frame within the frame memory M1 and P 0 frame within the frame memory M2 and is written to the frame memory M3.
- B 0 frame is read out of the frame memory M3 and is sent to the display 7 to display its image.
- the sector of B picture B 1 is read out of the ring buffer 4 and B picture B 1 is decoded with reference to I 0 frame within the frame memory M1 and P 0 frame within the frame memory M2 and is written to the frame memory M3. Then, they are sent in a sequence of B1 and I0 frames from the frame memories M3 and M1 to the display 7 to display their images.
- the sector of P picture P 1 is read out of the ring buffer 4 and P picture P 1 is decoded with reference to P 0 frame within the frame memory M1 and is written to the frame memory M1.
- the sector of B picture B 2 is read out of the ring buffer 4 and B picture B 2 , is decoded with reference to P 1 frame within the frame memory M1 and P 0 frame within the frame memory M2 and the decoded B picture B 2 is written to the frame memory M3.
- the decoded B 2 frame is read out of the frame memory M3 and is sent to the display 7 to display its image.
- the other pictures are decoded in the same manner and are sent to the display 7 with a sequence of B3, P1, B4, B5 frames to display their images sequentially.
- FIG. 4a shows a case when the read pointer RP 8-2 is positioned at an address position R1 and the write pointer WP 8-1 is positioned at an address position W1.
- the clockwise direction of the ring buffer 4 in the figure is considered to be the direction of the normal reproduction and writing/reading is performed in this direction. Note that because the address position R1 and the address position W1 are positioned so as to almost face each other on the ring buffer 4, the sizes of an unread data area URD and an already-read data area ARD become almost equal.
- FIG. 4b shows a state in which the read pointer RP advances to an address position R2 to read data out of the ring buffer 4, decreasing the unread data area and increasing the already-read data area.
- the control circuit 8 controls the pickup 2 to access to the disk 1 to read new data and advances the write pointer WP 8-1 to an address position W2 shown in FIG. 4c so as to be able to write one sector of read data to the ring buffer 4.
- the sizes of the unread data area and the already-read data area are rendered almost equal again.
- the control circuit 8 makes such control at all times so that the sizes of the unread data area and the already-read data area always become almost equal. In this case, when no new data is read out of the disk 1, the pickup 2 is controlled so as to jump one track to read data on the same track.
- I picture I 1 is decoded and is stored in the frame memory M1 after finishing decoding up to the frame B 3 . Because the decoded frames have to be sent to be displayed with the sequence from the right side to the left side in the arrangement shown in FIG. 10a during the reverse reproduction, P1 and B3 frames are sent with a sequence of P1 and B3 from the frame memories M2 and M3 to the display 7 to display their images.
- I picture I 0 is read out of the ring buffer 4 at first to be decoded and to be stored in the frame memory M1 (State 1).
- P picture P 0 is read out of the ring buffer 4 to be decoded with reference to I 0 frame and to be stored in the frame memory M3 (State 2).
- B picture B 2 is read out of the ring buffer 4 to be decoded with reference to P1 and P0 frames and to be stored in the frame memory M1. It is then sent to the display 7 to display an image of B2 frame (State 3).
- I picture I 0 is read out of the ring buffer 4 again to be decoded and to be stored in the frame memory M2 (State 4).
- B picture B 1 is read out of the ring buffer 4 to be decoded with reference to P1 and P0 frames and to be stored in the frame memory M1. It is then sent to the display 7 to display an image of B1 frame (State 5).
- B picture B 0 is read out of the ring buffer 4 to be decoded similarly with reference to P1 and P0 frames and to be stored in the frame memory M1. It is sent to the display 7 to display its image (State 6).
- FIG. 6a a GOP stored in an area from an address position R3 to an address position R4 on the ring buffer 4 is being decoded and the read pointer RP is positioned within the area.
- An unread data area extends from the address position R3 including the area being decoded to an address position W3 and the remaining area is an already-read data area.
- the write pointer WP is positioned where it almost faces to the address position r3. Because this is in the mode of reverse reproduction, the counterclockwise direction is the reproducing direction on the ring buffer 4.
- FIG. 6b shows a state wherein the decoding has advanced to the next GOP. That is, the GOP stored in the area from the address position R4 to an address position R5 is being read out of the ring buffer 4 to be decoded. Because the unread data area becomes small in that state, the control circuit 8 controls the pickup 2 to return to read new data of the past from the disk 1. At the same time, it causes the write pointer WP to jump from the address position W3 to the address position W4 and writes the data read out of the disk 1 to the ring buffer 4 while moving the write pointer WP clockwise. In this case, the write pointer WP 8-1 is controlled so as to jump by an area into which a number of sectors which is the sum of a number of sectors written in the last time and a number of sectors to be written this time can be written.
- FIG. 7 shows detailed motions of the read pointer RP during such reverse reproduction and FIG. 8 shows detailed motions of the write pointer WP.
- each decoded frame may be stored in the frame memories M1, M2 and M3 as shown in FIG. 3 through the motions of the read pointer RP and the write pointer WP.
- FIG. 7a is the same figure with FIG. 6a and a part surrounded by a broken line in the figure is enlarged and is shown as FIG. 7b.
- the read pointer RP jumps from the address position R3 to the address position R4 in the reproducing direction in decoding a GOP to read I picture at the head of the GOP.
- the read pointer RP is caused to jump once in the direction reverse to the reproducing direction to read P picture, to jump once in the same direction to read next P picture and to read B picture adjoining on the side of the address position R3.
- the read pictures are decoded sequentially by the decoder 5 and the decoded frames are stored in the frame memories M1, M2 and M3 as shown in FIG. 3. While the pictures are thus decoded toward the past in a unit of GOP in the reverse reproduction mode, the pictures are read and decoded in the direction reverse to the reproducing direction within the GOP because each picture referenced during coding has to be decoded at first as described before.
- FIG. 8a shows the same state with that shown in FIG. 6c, wherein a part shown by a broken line is enlarged and is shown as FIG. 8b.
- the write pointer WP positioned at the address position W3 jumps to the address position W4 in writing data. It is the address position where data of a number of sectors of the sum of a number of sectors written in the last time and a number of sectors to be written this time may be written in the area from the address position W3 and the address position W4 as described before. Then, returning from the address position W4, the sectors S0, S1, S2, S3, S4, and S5 ... are written.
- the control circuit 8 controls the write pointer WP so as to write from the next sector which has been scheduled to be overwritten during the normal reproduction. That is, when it has been scheduled to overwrite from Sector 25 during the normal reproduction as shown in FIG. 5a for example and when three sectors from Sector 22 to Sector 24 are to be written, the write pointer WP is jumped to the position of Sector 106 to overwrite Sector 22 thereon and Sectors 23 and 24 are overwritten on Sectors 107 and 108 as shown in FIG. 5b.
- variable-speed reproduction not only during the reverse reproduction but also during the normal reproduction.
- variable-speed reproduction mode it is possible to respond to the variable-speed reproduction such as a double-speed reproduction by reproducing only I pictures or only I pictures and P pictures.
- FIG. 13 is a system diagram showing a data reproducing apparatus according to another embodiment of the present invention.
- digital video data, digital audio data or the like is compressed and recorded in a disk (DV) 1 by means of the MPEG method or the like.
- a pickup 202 reads the recorded digital data from the disk 201, a demodulating circuit 203 demodulates the read digital data, an error correction circuit (ECC) 204 corrects errors using error correction codes, a buffer 205 is inserted to buffer a rate on the decoder side which differs from a rate on the reading side and a decoder 206 decodes and outputs the coded data into image signals to be displayed on a display unit (VIDEO OUT).
- ECC error correction circuit
- a system control 207 sends various control signals to a servo circuit 209 to control focus, tracking and threading, etc.
- control keys 208 are buttons such as reproduction button, stop button, double-speed reproduction button, reverse reproduction button operated by a user
- the servo circuit 209 controls the focus, tracking and threading of the pickup 202 under the control of the system control 207.
- the disk 201 is controlled to turn with a predetermined number of revolutions by a spindle motor not shown and the recorded digital data is read out of it when laser beam is irradiated from the pickup 202 to the disk 201.
- This digital data is recorded in the unit of sector shown in FIG. 11 as described before and a sector sink, sector address and sector header are appended at the head of each sector.
- the servo circuit 209 performs the focus control and tracking control based on focus error signal and tracking error signal obtained from the demodulating circuit 203 under the control of the system control 207.
- the sector demodulated by the demodulating circuit 203 undergoes the ECC 204 for correction of its error. Its position where it is written is controlled from a detected sector address of the data and is written to the buffer 205.
- This buffer 205 is adapted to have a memory capacity capable of storing at least 2 GOPs of digital data. GOP data in the frame sequence shown in FIG. 10b is read sequentially out of the buffer 205 and I pictures, P pictures and B pictures composing the GOP are decoded by the decoder 206 to reproduce and output an image signal of each frame (VIDEO OUT).
- the video signals output from the decoder 206 (VIDEO OUT) are supplied to the display unit, reproducing the video images on the display unit.
- FIG. 14 diagrammatically shows the operations of the buffer 205 and the decoder 206.
- the buffer 205 has a memory capacity of two GOPs.
- GOP. 1 which follows GOP. 0 is read out of the buffer 205 and is supplied to the decoder 206. Then, the system control 207 controls the pickup 202 to access to the disk 201 and to read GOP. 4, new data to be stored in the buffer 205. The video signals are thus reproduced and displayed on the display unit one after another. Note that the rate at which the data is read out of the disk 201 is set to be faster than the rate at which the video signals are output from the decoder 206.
- the system control 207 puts the reproduction from the pickup 202 into a pause mode and when data stored in the buffer 205 becomes less, it puts to the reproduction mode to store data in the buffer 205.
- a ratio between a compressed coding amount before being decoded by the decoder 206 and a coding amount after the decoding is made to vary corresponding to a complexity and flatness of video signals as described before, because the rate of the video signals decoded and output is of generally a constant display speed, a rate of the amount of supply of the compressed coded signals input to the decoder 206 is made to be random corresponding to the complexity and flatness of the video signals in order for that the decoded and output video signals are continuous.
- the buffer 205 is provided to buffer such varying rates and is controlled so that new GOP is written to the buffer 205 when an empty area is brought about as described above because the rate for writing data to the buffer 205 is normally set to be higher than that for outputting data from the decoder 206.
- FIG. 15 diagrammatically shows operations of the buffer 205 and the decoder 206 when the control key 208 is operated and a still mode is specified.
- the system control 207 controls the pickup 202 to access the disk 201 and to read GOP. 0 and GOP. -1 which precedes GOP. 0 time-wise and writes them to the buffer 205.
- the decoder 206 can read GOP. -1 out of the buffer 205, which is to be decoded immediately after finishing the decoding of the GOP. 0 being decoded.
- the decoder 206 can be supplied with GOP. -1 immediately after finishing the decoding of GOP. 0 being decoded and can supply image signals (VIDEO OUT) of decoded GOP. -1 quickly to the display unit, the user feels no sense of incompatibility when he/she specifies the backward reproduction mode.
- GOP. 0 being decoded is also written to the buffer 205 is because pictures composing GOP. 0 already decoded need to be decoded and I picture which is positioned at the head of GOP. 0 is necessary for the decoding as described before.
- GOP. 1 is read out of the buffer 205 following GOP. 0 being decoded and is supplied to the decoder 206.
- variable-speed reproductions such as a double-speed reproduction by increasing the capacity of the buffer 205 as shown in FIG. 16 and by writing GOP. 0, GOP. -1 and GOP. -2 newly to the buffer 205 by accessing the disk 201 by controlling the pickup 202 when the still mode is specified and when GOP. 0 is being decoded as shown in FIG. 16.
- variable-speed reproduction not only in the backward reproduction mode but also in the normal direction reproduction mode.
- the variable-speed reproduction mode it becomes also possible to accommodate with the variable-speed reproduction such as the double-speed reproduction by reproducing only I pictures or only I pictures and P pictures for example.
Landscapes
- Engineering & Computer Science (AREA)
- Multimedia (AREA)
- Signal Processing (AREA)
- Signal Processing For Digital Recording And Reproducing (AREA)
- Television Signal Processing For Recording (AREA)
- Compression Or Coding Systems Of Tv Signals (AREA)
- Holo Graphy (AREA)
- Circuits Of Receivers In General (AREA)
- Radar Systems Or Details Thereof (AREA)
- Indexing, Searching, Synchronizing, And The Amount Of Synchronization Travel Of Record Carriers (AREA)
Claims (10)
- Datenwiedergabe-Verfahren zum Wiedergeben von Original-Videosignalen durch Demodulieren und Einschreiben von durch einen Abtaster (2) aus einer Platte (1) ausgelesenen Daten in ein Speichermittel (4) und durch Dekodieren von Daten, die aus dem Speichermittel (4) ausgelesen sind,
wobei das Speichermittel (4) derart gesteuert wird, dass ein Bereich für ungelesene Daten und ein Bereich für bereits gelesene Daten in dem Speichermittel jeweils ungefähr eine Hälfte einer Gesamtspeicherkapazität einnehmen. - Datenwiedergabe-Verfahren nach Anspruch 1, bei dem die Daten in einer Einheit eines Sektors, die aus einer festen Datenmenge zusammengesetzt ist, in das Speichermittel (4) eingeschrieben werden.
- Datenwiedergabe-Verfahren nach Anspruch 2, bei dem eine Einschreib-Hinweismarke (WP) zu einer Adressenposition bewegt wird, die durch Überspringen in der Wiedergaberichtung um eine Anzahl von Sektoren aus der Summe einer Anzahl von Sektoren, die in der letzten Zeit eingeschrieben wurden, und eine Anzahl von Sektoren, die gegenwärtig einzuschreiben sind, erreicht wird, wenn eine Rückwärts-Wiedergabebetriebsart bestimmt ist und die Anzahl von Sektoren, die gegenwärtig einzuschreiben sind, in das Speichermittel (4) in der Richtung entgegengesetzt zu der Wiedergaberichtung von der Adressenposition aus eingeschrieben wird.
- Datenwiedergabe-Verfahren nach einem der vorhergehenden Ansprüche, welches Verfahren das Dekodieren eines Videosignals umfaßt, das aus dem Speichermittel ausgelesen ist, wobeidas Speichermittel eine Kapazität hat, die in der Lage ist, zumindest zwei GOPs (Bildergruppe) zu speichern, die aus einer Vielzahl von Halbbildern des Videosignals zusammengesetzt sind, undzumindest eine GOP, die eine GOP enthält, die zeitlich einer GOP vorhergeht, die dekodiert wurde, aus der Platte (1) ausgelesen und in dem Speichermittel (4) gespeichert wird, wenn eine Standbild-Betriebsart bestimmt ist, um eine Spezial-Wiedergabebetriebsart auszuführen.
- Datenwiedergabe-Verfahren nach Anspruch 4, wobei die Spezial-Wiedergabebetriebsart eine Rückwärts-Wiedergabebetriebsart ist.
- Datenwiedergabe-Vorrichtung, die ein Demoduliermittel (3, 8, 9) zum Demodulieren von Daten, die durch einen Abtaster (2) aus einer digitalen Video-Platte (1) ausgelesen sind, ein Speichermittel (4) zum vorübergehenden Speichern der demodulierten Daten und einen Dekodierer (5) zum Dekodieren der Daten, die aus dem Speichermittel (4) ausgelesen sind, zu Original-Videosignalen umfaßt, welche Vorrichtung ferner umfaßt:
eine Steuerschaltung (8) zum Steuern des Speichermittels (4) derart, dass ein Bereich für ungelesene Daten (URD) und ein Bereich für bereits gelesene Daten (ARD) in dem Speichermittel (4) jeweils ungefähr eine Hälfte einer Gesamtspeicherkapazität einnehmen. - Datenwiedergabe-Vorrichtung nach Anspruch 6, in der die Steuerschaltung (8) die Daten in einer Einheit eines Sektors, die aus einer festen Datenmenge zusammengesetzt ist, in das Speichermittel (4) einschreibt.
- Datenwiedergabe-Vorrichtung nach Anspruch 6, in der die Steuerschaltung (8) eine Einschreib-Hinweismarke (WP) zu einer Adressenposition bewegt, die durch Überspringen in der Wiedergaberichtung um eine Anzahl von Sektoren aus der Summe einer Anzahl von Sektoren, die in der letzten Zeit eingeschrieben wurden, und eine Anzahl von Sektoren, die gegenwärtig einzuschreiben sind, erreicht wird, wenn eine RückwärtsWiedergabebetriebsart bestimmt ist und die Anzahl von Sektoren, die gegenwärtig einzuschreiben sind, in das Speichermittel (4) in der Richtung entgegengesetzt zu der Wiedergaberichtung von der Adressenposition aus eingeschrieben wird.
- Datenwiedergabe-Vorrichtung nach einem der Ansprüche 6 bis 8, in derdas Speichermittel (4) eine Kapazität hat, die in der Lage ist, zumindest zwei GOPs zu speichern, die aus einer Vielzahl von Halbbildern zusammengesetzt sind, undzumindest eine GOP, die eine GOP enthält, die zeitlich einer GOP vorhergeht, die dekodiert wurde, aus der Platte (1) ausgelesen und in dem Speichermittel (4) gespeichert wird, wenn eine Standbild-Betriebsart bestimmt ist, um eine Spezial-Wiedergabebetriebsart auszuführen.
- Datenwiedergabe-Vorrichtung nach Anspruch 9, wobei die Spezial-Wiedergabebetriebsart eine Rückwärts-Wiedergabebetriebsart ist.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
EP00200563A EP1003339A1 (de) | 1994-09-05 | 1995-08-29 | Datenwiedergabe |
Applications Claiming Priority (6)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP234527/94 | 1994-09-05 | ||
JP6234524A JPH0879702A (ja) | 1994-09-05 | 1994-09-05 | データ再生方法およびデータ再生装置 |
JP234524/94 | 1994-09-05 | ||
JP23452794 | 1994-09-05 | ||
JP23452794A JP3248366B2 (ja) | 1994-09-05 | 1994-09-05 | データ再生方法およびデータ再生装置 |
JP23452494 | 1994-09-05 |
Related Child Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
EP00200563A Division EP1003339A1 (de) | 1994-09-05 | 1995-08-29 | Datenwiedergabe |
Publications (3)
Publication Number | Publication Date |
---|---|
EP0700220A2 EP0700220A2 (de) | 1996-03-06 |
EP0700220A3 EP0700220A3 (de) | 1997-07-30 |
EP0700220B1 true EP0700220B1 (de) | 2001-08-08 |
Family
ID=26531614
Family Applications (2)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
EP95306006A Expired - Lifetime EP0700220B1 (de) | 1994-09-05 | 1995-08-29 | Datenwiedergabe |
EP00200563A Withdrawn EP1003339A1 (de) | 1994-09-05 | 1995-08-29 | Datenwiedergabe |
Family Applications After (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
EP00200563A Withdrawn EP1003339A1 (de) | 1994-09-05 | 1995-08-29 | Datenwiedergabe |
Country Status (11)
Country | Link |
---|---|
US (1) | US5771331A (de) |
EP (2) | EP0700220B1 (de) |
KR (1) | KR960011870A (de) |
CN (1) | CN1079972C (de) |
AT (1) | ATE204111T1 (de) |
AU (1) | AU699861B2 (de) |
BR (1) | BR9503861A (de) |
CA (1) | CA2156463A1 (de) |
DE (1) | DE69522059T2 (de) |
MY (1) | MY112474A (de) |
TW (1) | TW400514B (de) |
Families Citing this family (29)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US6009231A (en) * | 1994-09-05 | 1999-12-28 | Sony Corporation | Reproduction of information using a ring buffer with read and write pointers separated from each other by substantially half of the total ring buffer capacity |
JP3491366B2 (ja) * | 1995-01-31 | 2004-01-26 | ソニー株式会社 | 符号化データの特殊再生方法および特殊再生装置 |
US20030156525A1 (en) * | 1995-10-04 | 2003-08-21 | Bunsen Fan | Method of and system for block-by-block data retrieval for optical storage |
TW332961B (en) * | 1996-02-09 | 1998-06-01 | Sony Co Ltd | Recording media |
KR0176141B1 (ko) * | 1996-06-25 | 1999-04-15 | 김광호 | 메모리 다중 영역 관리장치 및 방법 |
JPH10135909A (ja) * | 1996-10-31 | 1998-05-22 | Sony Corp | 光信号送信装置、光信号受信装置、光信号伝送装置および光信号伝送方法 |
US6208655B1 (en) * | 1996-11-27 | 2001-03-27 | Sony Europa, B.V., | Method and apparatus for serving data |
JP4099547B2 (ja) | 1997-01-23 | 2008-06-11 | ソニー株式会社 | ディジタル信号編集装置及び方法 |
US6154603A (en) * | 1997-02-18 | 2000-11-28 | Thomson Licensing S.A. | Picture decoding for trick mode operation |
JPH10322665A (ja) * | 1997-05-07 | 1998-12-04 | Lsi Logic Corp | Gopデータの反復読出し制御方法および装置 |
DE19720651C2 (de) * | 1997-05-16 | 2001-07-12 | Siemens Audiologische Technik | Hörgerät mit verschiedenen Baugruppen zur Aufnahme, Weiterverarbeitung sowie Anpassung eines Schallsignals an das Hörvermögen eines Schwerhörigen |
EP1013089B1 (de) | 1997-10-06 | 2005-06-22 | Silicon Image, Inc. | Digitales videosystem und verfahren zur verfuegungstellung desselben |
CN100452220C (zh) * | 1998-05-06 | 2009-01-14 | 汤姆森特许公司 | 重放位流的处理 |
US5959932A (en) * | 1998-08-17 | 1999-09-28 | Emc Corporation | Method and apparatus for detecting errors in the writing of data to a memory |
US6751400B1 (en) * | 1998-09-17 | 2004-06-15 | Sony Corporation | Reproducing method and apparatus |
US6909469B2 (en) * | 1999-08-11 | 2005-06-21 | Silicon Image, Inc. | Interlace motion artifact detection using vertical frequency detection and analysis |
KR100605893B1 (ko) * | 1999-10-08 | 2006-08-01 | 삼성전자주식회사 | 시간지연 시청을 위한 비디오 스트림 처리방법 |
US6999386B2 (en) * | 2000-03-17 | 2006-02-14 | Matsushita Electric Industrial Co., Ltd. | Drive, method for reading data, information recording medium reproduction apparatus, and method for reproducing data having reading errors |
US6867814B2 (en) * | 2000-04-18 | 2005-03-15 | Silicon Image, Inc. | Method, system and article of manufacture for identifying the source type and quality level of a video sequence |
US20030012287A1 (en) * | 2001-03-05 | 2003-01-16 | Ioannis Katsavounidis | Systems and methods for decoding of systematic forward error correction (FEC) codes of selected data in a video bitstream |
US6847779B2 (en) * | 2001-03-24 | 2005-01-25 | Microsoft Corporation | Rewind and fast-forward for enhanced television |
US7221851B1 (en) | 2001-11-26 | 2007-05-22 | Nvidia Corporation | Method and system for DVD smooth search transitions |
US8958688B2 (en) * | 2001-11-26 | 2015-02-17 | Nvidia Corporation | Method and system for DVD smooth rewind |
JP3951839B2 (ja) * | 2002-07-15 | 2007-08-01 | ソニー株式会社 | 画像データ再生装置及び方法 |
FR2849332A1 (fr) * | 2002-12-20 | 2004-06-25 | St Microelectronics Sa | Procede et dispositif et decodage et d'affichage en marche arriere d'images mpeg, circuit pilote video et boitier decodeur incorporant un tel dispositif |
CN102469038B (zh) * | 2010-11-15 | 2014-11-05 | 阿里巴巴集团控股有限公司 | 文件夹传输方法及装置 |
CN102355604B (zh) * | 2011-09-28 | 2013-10-09 | 北京华为数字技术有限公司 | 媒体报文传输方法及装置 |
US20180018999A1 (en) * | 2016-07-12 | 2018-01-18 | Mediatek Inc. | Video processing system using ring buffer and racing-mode ring buffer access control scheme |
CN113271468A (zh) * | 2020-02-14 | 2021-08-17 | 北京灵汐科技有限公司 | 一种基于GOP的SoC视频解码缓冲方法和装置 |
Family Cites Families (6)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH0812743B2 (ja) * | 1983-06-30 | 1996-02-07 | 株式会社東芝 | ディスク装置 |
GB2154825B (en) * | 1984-02-22 | 1987-06-17 | Sony Corp | Digital television signal processing apparatus |
EP0289960B1 (de) * | 1987-04-30 | 1993-10-20 | Nec Corporation | Bildverarbeitungssystem für eine Folge kodierter Signale, die einer Prädiktionskodierung verschiedener Arten unterworfen sind |
JPH04105284A (ja) * | 1990-08-24 | 1992-04-07 | Sony Corp | 光ディスク記録及び/又は再生装置 |
JP3158370B2 (ja) * | 1991-07-12 | 2001-04-23 | ソニー株式会社 | ディスクデータ再生装置 |
JP2559009B2 (ja) * | 1993-03-25 | 1996-11-27 | 松下電器産業株式会社 | 動画像信号記録装置及び動画像信号再生装置 |
-
1995
- 1995-08-18 CA CA002156463A patent/CA2156463A1/en not_active Abandoned
- 1995-08-25 MY MYPI95002526A patent/MY112474A/en unknown
- 1995-08-29 DE DE69522059T patent/DE69522059T2/de not_active Expired - Fee Related
- 1995-08-29 AT AT95306006T patent/ATE204111T1/de not_active IP Right Cessation
- 1995-08-29 EP EP95306006A patent/EP0700220B1/de not_active Expired - Lifetime
- 1995-08-29 EP EP00200563A patent/EP1003339A1/de not_active Withdrawn
- 1995-08-29 US US08/520,837 patent/US5771331A/en not_active Expired - Fee Related
- 1995-08-30 BR BR9503861A patent/BR9503861A/pt not_active Application Discontinuation
- 1995-09-01 TW TW084109160A patent/TW400514B/zh not_active IP Right Cessation
- 1995-09-04 AU AU30430/95A patent/AU699861B2/en not_active Ceased
- 1995-09-05 CN CN95116225A patent/CN1079972C/zh not_active Expired - Fee Related
- 1995-09-05 KR KR1019950029525A patent/KR960011870A/ko not_active Application Discontinuation
Also Published As
Publication number | Publication date |
---|---|
ATE204111T1 (de) | 2001-08-15 |
MY112474A (en) | 2001-06-30 |
US5771331A (en) | 1998-06-23 |
BR9503861A (pt) | 1996-09-17 |
AU699861B2 (en) | 1998-12-17 |
CN1139796A (zh) | 1997-01-08 |
EP1003339A1 (de) | 2000-05-24 |
DE69522059D1 (de) | 2001-09-13 |
AU3043095A (en) | 1996-03-21 |
CN1079972C (zh) | 2002-02-27 |
EP0700220A3 (de) | 1997-07-30 |
KR960011870A (ko) | 1996-04-20 |
CA2156463A1 (en) | 1996-03-06 |
TW400514B (en) | 2000-08-01 |
EP0700220A2 (de) | 1996-03-06 |
DE69522059T2 (de) | 2002-03-21 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
EP0700220B1 (de) | Datenwiedergabe | |
US6009231A (en) | Reproduction of information using a ring buffer with read and write pointers separated from each other by substantially half of the total ring buffer capacity | |
EP0700221B1 (de) | Datenwiedergabe | |
JP3491366B2 (ja) | 符号化データの特殊再生方法および特殊再生装置 | |
JP3463299B2 (ja) | ディスク再生装置 | |
JP4493338B2 (ja) | ビデオのセグメントをトリック・モードで再生する方法およびシステム | |
CA2168416C (en) | Method and apparatus for reproducing encoded data | |
US5715354A (en) | Image data regenerating apparatus | |
US5892882A (en) | Moving picture decoding device having a compressed picture data memory | |
KR970050128A (ko) | 고속재생을 위한 비디오데이타 복호방법 및 그 장치 | |
KR100420892B1 (ko) | 데이터재생방법및재생장치 | |
JP2000083215A (ja) | 再生方法及び再生装置 | |
JP3093724B2 (ja) | 動画像データ再生装置及び動画像データの逆再生方法 | |
US5675383A (en) | Encoding method, encoding unit, decoding method, decoding unit, recording medium, and transmission method | |
JP3607315B2 (ja) | 動画像復号化装置 | |
JP3248366B2 (ja) | データ再生方法およびデータ再生装置 | |
AU711638B2 (en) | Data reproducing method and data reproducing apparatus | |
JP2553813B2 (ja) | 映像信号符号化装置および映像信号復号化再生装置 | |
JPH08149410A (ja) | 画像記録再生装置 | |
KR950010338B1 (ko) | 디지탈 동영상 고속 재생용 제어장치 | |
JPH06339113A (ja) | 動画像記録再生装置 | |
MXPA95003629A (en) | Method of data reproduction and da reproduction device | |
JP2000175151A (ja) | Mpeg再生装置及びmpeg再生方法 | |
JPH0879710A (ja) | ディスクデータ再生方法および再生装置 | |
JPH07170488A (ja) | 動画像記録再生装置 |
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 |
|
AK | Designated contracting states |
Kind code of ref document: A2 Designated state(s): AT DE FR GB IT NL |
|
PUAL | Search report despatched |
Free format text: ORIGINAL CODE: 0009013 |
|
AK | Designated contracting states |
Kind code of ref document: A3 Designated state(s): AT DE FR GB IT NL |
|
17P | Request for examination filed |
Effective date: 19980105 |
|
17Q | First examination report despatched |
Effective date: 19991007 |
|
GRAG | Despatch of communication of intention to grant |
Free format text: ORIGINAL CODE: EPIDOS AGRA |
|
GRAG | Despatch of communication of intention to grant |
Free format text: ORIGINAL CODE: EPIDOS AGRA |
|
GRAH | Despatch of communication of intention to grant a patent |
Free format text: ORIGINAL CODE: EPIDOS IGRA |
|
GRAH | Despatch of communication of intention to grant a patent |
Free format text: ORIGINAL CODE: EPIDOS IGRA |
|
GRAA | (expected) grant |
Free format text: ORIGINAL CODE: 0009210 |
|
AK | Designated contracting states |
Kind code of ref document: B1 Designated state(s): AT DE FR GB IT NL |
|
REF | Corresponds to: |
Ref document number: 204111 Country of ref document: AT Date of ref document: 20010815 Kind code of ref document: T |
|
PGFP | Annual fee paid to national office [announced via postgrant information from national office to epo] |
Ref country code: FR Payment date: 20010810 Year of fee payment: 7 |
|
PGFP | Annual fee paid to national office [announced via postgrant information from national office to epo] |
Ref country code: AT Payment date: 20010813 Year of fee payment: 7 |
|
PGFP | Annual fee paid to national office [announced via postgrant information from national office to epo] |
Ref country code: DE Payment date: 20010820 Year of fee payment: 7 |
|
PGFP | Annual fee paid to national office [announced via postgrant information from national office to epo] |
Ref country code: NL Payment date: 20010830 Year of fee payment: 7 Ref country code: GB Payment date: 20010830 Year of fee payment: 7 |
|
REF | Corresponds to: |
Ref document number: 69522059 Country of ref document: DE Date of ref document: 20010913 |
|
ET | Fr: translation filed | ||
REG | Reference to a national code |
Ref country code: GB Ref legal event code: IF02 |
|
PLBE | No opposition filed within time limit |
Free format text: ORIGINAL CODE: 0009261 |
|
STAA | Information on the status of an ep patent application or granted ep patent |
Free format text: STATUS: NO OPPOSITION FILED WITHIN TIME LIMIT |
|
26N | No opposition filed | ||
PG25 | Lapsed in a contracting state [announced via postgrant information from national office to epo] |
Ref country code: GB Free format text: LAPSE BECAUSE OF NON-PAYMENT OF DUE FEES Effective date: 20020829 Ref country code: AT Free format text: LAPSE BECAUSE OF NON-PAYMENT OF DUE FEES Effective date: 20020829 |
|
PG25 | Lapsed in a contracting state [announced via postgrant information from national office to epo] |
Ref country code: NL Free format text: LAPSE BECAUSE OF NON-PAYMENT OF DUE FEES Effective date: 20030301 Ref country code: DE Free format text: LAPSE BECAUSE OF NON-PAYMENT OF DUE FEES Effective date: 20030301 |
|
GBPC | Gb: european patent ceased through non-payment of renewal fee |
Effective date: 20020829 |
|
PG25 | Lapsed in a contracting state [announced via postgrant information from national office to epo] |
Ref country code: FR Free format text: LAPSE BECAUSE OF NON-PAYMENT OF DUE FEES Effective date: 20030430 |
|
NLV4 | Nl: lapsed or anulled due to non-payment of the annual fee |
Effective date: 20030301 |
|
REG | Reference to a national code |
Ref country code: FR Ref legal event code: ST |
|
PG25 | Lapsed in a contracting state [announced via postgrant information from national office to epo] |
Ref country code: IT Free format text: LAPSE BECAUSE OF NON-PAYMENT OF DUE FEES Effective date: 20050829 |