EP1351520A1 - A method for processing error code of compressed image in transmission - Google Patents

A method for processing error code of compressed image in transmission Download PDF

Info

Publication number
EP1351520A1
EP1351520A1 EP02716038A EP02716038A EP1351520A1 EP 1351520 A1 EP1351520 A1 EP 1351520A1 EP 02716038 A EP02716038 A EP 02716038A EP 02716038 A EP02716038 A EP 02716038A EP 1351520 A1 EP1351520 A1 EP 1351520A1
Authority
EP
European Patent Office
Prior art keywords
error codes
frame
gob
code stream
stream data
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.)
Withdrawn
Application number
EP02716038A
Other languages
German (de)
French (fr)
Other versions
EP1351520A4 (en
Inventor
Jing Huawei Service Centre Bldg WANG
Zhen Huawei Service Centre Bldg CHEN
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.)
Huawei Technologies Co Ltd
Original Assignee
Huawei Technologies Co 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 Huawei Technologies Co Ltd filed Critical Huawei Technologies Co Ltd
Publication of EP1351520A1 publication Critical patent/EP1351520A1/en
Publication of EP1351520A4 publication Critical patent/EP1351520A4/en
Withdrawn legal-status Critical Current

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N19/00Methods or arrangements for coding, decoding, compressing or decompressing digital video signals
    • H04N19/85Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using pre-processing or post-processing specially adapted for video compression
    • H04N19/89Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using pre-processing or post-processing specially adapted for video compression involving methods or arrangements for detection of transmission errors at the decoder
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N19/00Methods or arrangements for coding, decoding, compressing or decompressing digital video signals
    • H04N19/85Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using pre-processing or post-processing specially adapted for video compression
    • H04N19/89Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using pre-processing or post-processing specially adapted for video compression involving methods or arrangements for detection of transmission errors at the decoder
    • H04N19/895Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using pre-processing or post-processing specially adapted for video compression involving methods or arrangements for detection of transmission errors at the decoder in combination with error concealment

Definitions

  • the invention relates to image transmission field in multimedia communication, especially to a method for processing error codes produced in compressed encoded images transmission.
  • the image transmission technology has been wildly used in videoconferences and videophones.
  • the video information is compressed into code stream data for transmission according to international standards.
  • H.26X standards proposed by ITU-T such as H.261 and H.263, are common ones used for encoding images at present.
  • the format of digital video is defined as Common Intermediate Format (CIF) and Quarter Common Intermediate Format (QCIF) that are unified image formats for videoconferences.
  • CIF Common Intermediate Format
  • QCIF Quarter Common Intermediate Format
  • Fig. 1 and Fig.2 respectively show the constitution of the H.261 CIF format and the H.263 CIF format.
  • each image frame is divided into multiple Groups of Blocks (GOBs), and each GOB is divided into multiple macro-blocks (MB).
  • the MB can be divided further, but since it does not relate to the present invention, it will not be further described.
  • code stream data of a compressed encoded image formed according to the H.26X standards is arranged into multiple layers during transmission.
  • the image layer consists of an image layer header and data in the GOB layer
  • the GOB layer consists of a GOB layer header and data in the MB layer
  • the MB layer consists of a MB layer header and data in the next layer, and so on. Since the redundancy of a compressed code stream is low, the image quality at the receiving end is greatly affected by transmission channel error codes produced in transmission.
  • an error code detection manner is used at the receiving end, such as the Forward Error Correction (FEC).
  • FEC Forward Error Correction
  • the displaying image at the receiving end is frozen, namely, the process of decoding image data to video data which can be broadcast directly is paused.
  • a FastUpdate command is sent from the receiving end to the transmitting end through conference control.
  • the transmitting end encodes the current frame through encoding within frame and sends the encoded frame, and sets the location of Freeze Release bit in code streams as validness.
  • the receiving end cancels display freezing, and decodes image data to video data which can be broadcast directly continually.
  • the disadvantage of the prior art is that even there are few error codes, freezing images and intra-frame encoded images with low quality will frequently appear during decoding image data.
  • a terminal is broadcasting, if error codes appeared in lines of a certain receiving terminal, intra-frame encoded images with low quality will frequently appear in all of the terminals used in the videoconference owing to the above-mentioned processing manner for error codes. Usually, this is unacceptable for users.
  • a method comprises: when having detected error codes at the receiving end, discarding the image code stream data with error codes before decoding image code stream data, and replacing the discarded image code stream data with the image data located at the corresponding location of the previous frame, then decoding image code stream data continually.
  • the method further comprises: setting a mark array for the image code stream data before decoding at the receiving end to record the locations where error codes have been detected.
  • the image code stream data with error codes to be discarded before decoding the image code stream data at the receiving end is the data in GOB with error codes under the condition that the image encoding standard is H.261.
  • the step of discarding the image code stream data with error codes before decoding image code stream data under the condition that the image encoding standard is H.263 comprises:
  • the method further comprises: setting a fixed number of MBs in each frame to an intra-frame encoding mode at the transmitting end, and making said MBs of adjacent frames be adjacent in position on the screen.
  • the number of MBs which are set to the intra-frame encoding mode in each frame for CIF images is three, and the number of those for images with other formats can be proportionally adjusted according to the size of images.
  • the receiving end immediately freezes the displaying images after detecting error codes, and sends a FastUpdate command to the transmitting end through the conference control.
  • the transmitting end immediately encodes the current frame through encoding within frame and sends it, and sets the Freeze Release bit in the code stream as validness. After detecting the location of Freeze Release bit is set as validness, the receiving end releases the frozen displaying images.
  • the inventors of the present invention recognize that because the scenes change quite few during a videoconference or a videophone communication, the data with error codes can be replaced with the data located at the same location of the previous frame in many circumstances, without the need of freezing the image and retransmitting the data. With this processing method, the quality of images at the receiving end can be improved, and it is more acceptable for users than the prior art.
  • the received code stream at the receiving end is first checked by CRC (Cyclic Redundancy Check). Then the video data is transferred to the video decoding layer through a video-receiving buffer.
  • the video data in the video-receiving buffer is FEC frame data.
  • pure image code stream data is extracted from the data.
  • the pure image code stream data is put in a pure code stream buffer waiting for decoding.
  • a mark array used for recording location where error codes have been detected is set for the pure code stream buffer.
  • the mark array may correspond with the pure code stream buffer one element by one element. This means that length of the mark array equals to length of code stream data in the pure code stream buffer, and each element value of the mark array shows whether the corresponding bit of the code stream data is an error code.
  • the error codes situations can be divided into two categories: more error codes situation and less error codes situation, and they are processed respectively.
  • error detection is first made with the FEC method which is recommended by the H.261 and H.263 standards. If there are error codes, the FEC frame is discarded, and the corresponding location of the mark array is marked with a sign representing an error code.
  • the processing for discarding data is implemented as follow. Determine the starting position of the GOB where the error codes have been detected and the starting position of the next GOB in the buffer, and discard all data between these two starting positions. This can be done by forwardly and backwardly searching the GOB headers.
  • error covering is done at the decoding end, namely, the discarded image data is replaced with the corresponding data in the previous frame.
  • a forced intra-frame block encoding method can be applied to eliminate the trail expansion.
  • the original encoding mode is an inter-frame encoding mode or a mode without encoding
  • forcibly make three MBs of every frame apply the intra-frame encoding mode.
  • the three MBs of a frame can be adjacent in position, such as the three MBs are sited one by one in a row, in a column, or in an orthogonal line.
  • the three MBs can be separate in position also, but the three MBs of the present frame should be adjacent with those of the previous frame in screen position.
  • the three MBs of the current frame are selected according to those of the previous frame with the increasing or decreasing MB sequence number. Since the error expansion of an image always happens in adjacent MBs, trial expansion is more effectively eliminated by sequential mode than random mode.

Landscapes

  • Engineering & Computer Science (AREA)
  • Multimedia (AREA)
  • Signal Processing (AREA)
  • Compression Or Coding Systems Of Tv Signals (AREA)
  • Two-Way Televisions, Distribution Of Moving Picture Or The Like (AREA)
  • Compression, Expansion, Code Conversion, And Decoders (AREA)

Abstract

A method for processing error codes in compressed encoded images transmission is disclosed. In this method, when error codes have been detected at the receiving end, the image code stream data with error codes is discarded before decoding the image code stream data, and the discarded image code stream data is replaced with the image code stream data located at the corresponding location of the previous frame, and image code stream data is decoded continually. More preferably, the method further comprises: setting a mark array for the image code stream data before decoding at the receiving end to record the locations where error codes have been detected. With this method, sending intra-frame images at transmitting end and freezing images at receiving end are avoided or their occurrence times is reduced, so image quality is thus improved.

Description

    Field of the Technology
  • The invention relates to image transmission field in multimedia communication, especially to a method for processing error codes produced in compressed encoded images transmission.
  • Background of the Invention
  • The image transmission technology, especially the technology on transmitting the compressed encoded images, has been wildly used in videoconferences and videophones. In real-time bi-directional video communication, such as videoconference, the video information is compressed into code stream data for transmission according to international standards. H.26X standards proposed by ITU-T, such as H.261 and H.263, are common ones used for encoding images at present. In the H.26X standards, the format of digital video is defined as Common Intermediate Format (CIF) and Quarter Common Intermediate Format (QCIF) that are unified image formats for videoconferences. These image formats can be used in different international television standards, such as PAL, NTSC and SECAM etc.
  • Taking the CIF format as an example, the structure of digital video formats defined in the H.26X standards will be briefly described. Fig. 1 and Fig.2 respectively show the constitution of the H.261 CIF format and the H.263 CIF format. As shown in Fig.1 and Fig.2, each image frame is divided into multiple Groups of Blocks (GOBs), and each GOB is divided into multiple macro-blocks (MB). The MB can be divided further, but since it does not relate to the present invention, it will not be further described. In accordance with the image formats, code stream data of a compressed encoded image formed according to the H.26X standards is arranged into multiple layers during transmission. Among these layers, the image layer consists of an image layer header and data in the GOB layer, the GOB layer consists of a GOB layer header and data in the MB layer, the MB layer consists of a MB layer header and data in the next layer, and so on. Since the redundancy of a compressed code stream is low, the image quality at the receiving end is greatly affected by transmission channel error codes produced in transmission.
  • In general, an error code detection manner is used at the receiving end, such as the Forward Error Correction (FEC). When an error code is detected, the displaying image at the receiving end is frozen, namely, the process of decoding image data to video data which can be broadcast directly is paused. At the same time, a FastUpdate command is sent from the receiving end to the transmitting end through conference control. After receiving the FastUpdate command, the transmitting end encodes the current frame through encoding within frame and sends the encoded frame, and sets the location of Freeze Release bit in code streams as validness. After detecting the location of Freeze Release bit in code streams is set as validness, the receiving end cancels display freezing, and decodes image data to video data which can be broadcast directly continually.
  • The disadvantage of the prior art is that even there are few error codes, freezing images and intra-frame encoded images with low quality will frequently appear during decoding image data. Especially in a multipoint videoconference, when a terminal is broadcasting, if error codes appeared in lines of a certain receiving terminal, intra-frame encoded images with low quality will frequently appear in all of the terminals used in the videoconference owing to the above-mentioned processing manner for error codes. Usually, this is unacceptable for users.
  • Summary of the Invention
  • It is an object of the invention to provide a method for processing error codes in transmitting compressed encoded images. With this method, it can be achieved to avoid transmitting intra-frame images at the transmitting end and freezing images at the receiving end or reduce their occurrence times. In this way, the quality of images can be improved.
  • To achieve this object, a method according to the present invention comprises: when having detected error codes at the receiving end, discarding the image code stream data with error codes before decoding image code stream data, and replacing the discarded image code stream data with the image data located at the corresponding location of the previous frame, then decoding image code stream data continually.
  • More preferably, the method further comprises: setting a mark array for the image code stream data before decoding at the receiving end to record the locations where error codes have been detected.
  • More preferably, the image code stream data with error codes to be discarded before decoding the image code stream data at the receiving end is the data in GOB with error codes under the condition that the image encoding standard is H.261.
  • More preferably, the step of discarding the image code stream data with error codes before decoding image code stream data under the condition that the image encoding standard is H.263 comprises:
  • if error codes have been detected in the first GOB of a frame, discarding all data in the whole frame; or
  • if error codes have been detected in a certain GOB other than the first GOB of a frame, and if the GFID of the GOB with error codes is identical with the GFID of the next GOB, discarding data in the GOB with error codes; or
  • if error codes have been detected in a certain GOB other than the first GOB of a frame, and if the GFID of the GOB with error codes is not identical with the GFID of the next GOB, backwardly searching the next frame header at the receiving end, and discarding all data between a starting position of the GOB with error codes and a starting position of the next frame header.
  • More preferably, the method further comprises: setting a fixed number of MBs in each frame to an intra-frame encoding mode at the transmitting end, and making said MBs of adjacent frames be adjacent in position on the screen.
  • More preferably, the number of MBs which are set to the intra-frame encoding mode in each frame for CIF images is three, and the number of those for images with other formats can be proportionally adjusted according to the size of images.
  • More preferably, different processing principles are applied for more error codes situation and less error codes situation. When there is more error codes situation, a special image is outputted at the receiving end.
  • Compared with the prior art, the actual requirements of users and the actual situation of videoconference has been considered more in the present invention, so it can be achieved to avoid transmitting intra-frame images at the transmitting end and freezing images at the receiving end or reduce their occurrence times with the present invention. Since scenes of a conference have few changes, the error codes can be well concealed and the quality of images is thus improved.
  • Brief Description of the Drawings
  • Figure 1 shows the constituent structure of the H.261CIF format.
  • Figure2 shows the constituent structure of the H.263CIF format.
  • Detailed Description of the Invention
  • The invention will be described in more detail hereinafter, with reference to the accompanying drawings and embodiments.
  • In the prior art, the receiving end immediately freezes the displaying images after detecting error codes, and sends a FastUpdate command to the transmitting end through the conference control. When receiving the command, the transmitting end immediately encodes the current frame through encoding within frame and sends it, and sets the Freeze Release bit in the code stream as validness. After detecting the location of Freeze Release bit is set as validness, the receiving end releases the frozen displaying images. With this method for processing error codes, even there are few code errors, freezing images and intra-frame encoded images with low quality will frequently appear during decoding image data, which dissatisfies the users.
  • The inventors of the present invention recognize that because the scenes change quite few during a videoconference or a videophone communication, the data with error codes can be replaced with the data located at the same location of the previous frame in many circumstances, without the need of freezing the image and retransmitting the data. With this processing method, the quality of images at the receiving end can be improved, and it is more acceptable for users than the prior art.
  • In a preferred embodiment of the invention, the received code stream at the receiving end is first checked by CRC (Cyclic Redundancy Check). Then the video data is transferred to the video decoding layer through a video-receiving buffer. The video data in the video-receiving buffer is FEC frame data. After the data has been checked and its frame formats have been taken out by the decoder, pure image code stream data is extracted from the data. The pure image code stream data is put in a pure code stream buffer waiting for decoding. In this preferred embodiment, a mark array used for recording location where error codes have been detected is set for the pure code stream buffer. The mark array may correspond with the pure code stream buffer one element by one element. This means that length of the mark array equals to length of code stream data in the pure code stream buffer, and each element value of the mark array shows whether the corresponding bit of the code stream data is an error code.
  • In this embodiment, the error codes situations can be divided into two categories: more error codes situation and less error codes situation, and they are processed respectively.
  • For few error codes situation, error detection is first made with the FEC method which is recommended by the H.261 and H.263 standards. If there are error codes, the FEC frame is discarded, and the corresponding location of the mark array is marked with a sign representing an error code.
  • When processing a pure code stream data without the FEC frame, first check whether there is any sign representing an error code in the mark array. If there is no error code mark, directly send the data to the code stream decoding module. If there is an error mark or there are error marks, it is need to perform a processing for discarding data. When the H.263 standard is used, this processing comprises the following three steps:
  • A. determining the sequence number of GOB where the error codes have been detected and the starting position of the GOB in the buffer, which can be done by forwardly searching the GOB header;
  • B. if the GOB is the first GOB of a frame, then backwardly searching the frame header of the next frame and discarding all data in the whole frame where the error codes have been detected; and
  • C. if the GOB is not the first GOB of a frame, forwardly searching the frame header of the previous GOB and recording the GFID, meanwhile backwardly searching the frame header of the next GOB and recording the GFID; if these two GFIDs are identical, discarding data in the GOB with error codes; otherwise backwardly searching the frame header of the next frame and discarding all data between the starting position of the GOB with error codes and that of the next frame header. The above-mentioned GFID is a mark bit defined in the H.263 standard; it represents the sequence number of the frame where the GOB is located. If two GFIDs are different, it shows the two GOBS are located at different frames. In contrast, if two GFIDs are identical, it shows the two GOBS are located at the same frame.
  • When the H.261 standard is used, the processing for discarding data is implemented as follow. Determine the starting position of the GOB where the error codes have been detected and the starting position of the next GOB in the buffer, and discard all data between these two starting positions. This can be done by forwardly and backwardly searching the GOB headers.
  • After discarding data has been done, error covering is done at the decoding end, namely, the discarded image data is replaced with the corresponding data in the previous frame.
  • After the above-mentioned processing, since the scenes of a videoconference have few changes, the few error codes can be well covered. But when an image has a large moving object, after said processing, the moving part will remain an obvious trial. A forced intra-frame block encoding method can be applied to eliminate the trail expansion. For a CIF image, no matter the original encoding mode is an inter-frame encoding mode or a mode without encoding, forcibly make three MBs of every frame apply the intra-frame encoding mode. The three MBs of a frame can be adjacent in position, such as the three MBs are sited one by one in a row, in a column, or in an orthogonal line. The three MBs can be separate in position also, but the three MBs of the present frame should be adjacent with those of the previous frame in screen position. For example, the three MBs of the current frame are selected according to those of the previous frame with the increasing or decreasing MB sequence number. Since the error expansion of an image always happens in adjacent MBs, trial expansion is more effectively eliminated by sequential mode than random mode.
  • For more error codes situation, even a processing has been made, the image quality is still bad. In this case, a special image is outputted, such as a blue screen with captions showing that there existed error codes.
  • Compared with the prior art, the real requirements of users and the actual situation of videoconference has been considered more in the present invention, so it can be achieved to avoid freezing images at the receiving end or reduce their occurrence times with the present invention. Since scenes of a conference have few changes, the error codes can be well concealed and the quality of images is thus improved.
  • Although the present invention has been described with reference to specific exemplary embodiments, it will be evident that various modification and changes can be made to these embodiments without departing from the broader spirit of the invention as set forth in the claims. Accordingly, the specification and drawings are to be regarded in an illustrative sense rather than in a restrictive sense.

Claims (7)

  1. A method for processing error codes in compressed encoded images transmission between a transmitting end and a receiving end, comprising:
    having detected error codes at the receiving end, discarding the image code stream data with error codes before decoding image code stream data, and replacing the discarded image code stream data with the image code stream data located at the corresponding location of the previous frame, and then decoding the image code stream data continually.
  2. The method of Claim 1, further comprising:
    setting a mark array for the image code stream data before decoding at the receiving end to record the locations where error codes have been detected.
  3. The method of Claim 1, wherein the image code stream data with error codes to be discarded before decoding the image code stream data at the receiving end is the data in GOB with error codes under the condition that the image encoding standard is H.261.
  4. The method of Claim 1, wherein the step of discarding the image code stream data with error codes before decoding image code stream data under the condition that the image encoding standard is H.263 comprises:
    if error codes have been detected in the first GOB of a frame, discarding all data in the whole frame; or
    if error codes have been detected in a certain GOB other than the first GOB of a frame, and if the GFID of the GOB with error codes is identical with the GFID of the next GOB, discarding data in the GOB with error codes; or
    if error codes have been detected in a certain GOB other than the first GOB of a frame, and if the GFID of the GOB with error codes is not identical with the GFID of the next GOB, backwardly searching the next frame header at the receiving end, and discarding all data between a starting position of the GOB with error codes and a starting position of the next frame header.
  5. The method of Claim 1, further comprising:
    setting a fixed number of MBs in each frame to an intra-frame encoding mode at the transmitting end, and making said MBs of adjacent frames be adjacent in position on screen.
  6. The method of Claims, wherein the number of MBs which are set to the intra-frame encoding mode in each frame for CIF images is three, and the number of MBs which are set to the intra-frame encoding mode in each frame for images with other formats can be proportionally adjusted according to the size of images.
  7. The method of Claim 1, further comprising:
    making different processing for more error codes situation and less error codes situation; when there is more error codes situation, outputting a special image at the receiving end.
EP02716038A 2001-01-10 2002-01-09 A method for processing error code of compressed image in transmission Withdrawn EP1351520A4 (en)

Applications Claiming Priority (3)

Application Number Priority Date Filing Date Title
CNB011005467A CN1167271C (en) 2001-01-10 2001-01-10 Method for processing error codes in compressed coded image transmission
CN01100546 2001-01-10
PCT/CN2002/000008 WO2002056601A1 (en) 2001-01-10 2002-01-09 A method for processing error code of compressed image in transmission

Publications (2)

Publication Number Publication Date
EP1351520A1 true EP1351520A1 (en) 2003-10-08
EP1351520A4 EP1351520A4 (en) 2006-08-16

Family

ID=4651679

Family Applications (1)

Application Number Title Priority Date Filing Date
EP02716038A Withdrawn EP1351520A4 (en) 2001-01-10 2002-01-09 A method for processing error code of compressed image in transmission

Country Status (5)

Country Link
US (1) US7051262B2 (en)
EP (1) EP1351520A4 (en)
CN (1) CN1167271C (en)
RU (1) RU2283543C2 (en)
WO (1) WO2002056601A1 (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9077991B2 (en) 2002-12-10 2015-07-07 Sony Computer Entertainment America Llc System and method for utilizing forward error correction with video compression
US9084936B2 (en) 2002-12-10 2015-07-21 Sony Computer Entertainment America Llc System and method for protecting certain types of multimedia data transmitted over a communication channel

Families Citing this family (20)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR100557047B1 (en) * 2002-10-21 2006-03-03 엘지전자 주식회사 Method for moving picture decoding
KR100543607B1 (en) * 2002-11-05 2006-01-20 엘지전자 주식회사 Method for decoding of moving picture
US9314691B2 (en) 2002-12-10 2016-04-19 Sony Computer Entertainment America Llc System and method for compressing video frames or portions thereof based on feedback information from a client device
US8964830B2 (en) 2002-12-10 2015-02-24 Ol2, Inc. System and method for multi-stream video compression using multiple encoding formats
US20090118019A1 (en) 2002-12-10 2009-05-07 Onlive, Inc. System for streaming databases serving real-time applications used through streaming interactive video
US9138644B2 (en) 2002-12-10 2015-09-22 Sony Computer Entertainment America Llc System and method for accelerated machine switching
KR100492567B1 (en) * 2003-05-13 2005-06-03 엘지전자 주식회사 Http-based video streaming apparatus and method for a mobile communication system
CN100356795C (en) * 2003-12-30 2007-12-19 凌阳科技股份有限公司 Image decompression circuit and method
WO2007063461A2 (en) * 2005-12-02 2007-06-07 Koninklijke Philips Electronics N.V. Method and apparatus for detecting video data errors
JP2011509547A (en) * 2007-12-05 2011-03-24 オンライブ インコーポレイテッド System and method for protecting certain types of multimedia data transmitted over a communication channel
AU2008333830A1 (en) * 2007-12-05 2009-06-11 Ol2, Inc. Tile-based system and method for compressing video
TWI536804B (en) * 2007-12-05 2016-06-01 新力電腦娛樂(美國)責任有限公司 System and method for compressing video based on detected data rate of a communication channel
US20090249172A1 (en) * 2008-03-26 2009-10-01 Qualcomm Incorporated Methods and apparatus for improved decoding of bursts that include multiple concatenated protocol data units
US8126014B2 (en) * 2008-04-09 2012-02-28 Qualcomm Incorporated Methods and apparatus for improved decoding of hybrid automatic repeat request transmissions
CN101420624B (en) * 2008-11-13 2012-01-04 华为技术有限公司 Video decoding error handling method and device
CN102256138A (en) * 2010-05-18 2011-11-23 安凯(广州)微电子技术有限公司 Method for improving video display effect
CN104935929B (en) * 2011-10-24 2018-05-25 英孚布瑞智有限私人贸易公司 Image decoding apparatus
KR20140110889A (en) 2011-11-28 2014-09-17 톰슨 라이센싱 Distortion/quality measurement
US9118744B2 (en) * 2012-07-29 2015-08-25 Qualcomm Incorporated Replacing lost media data for network streaming
CN107680605A (en) * 2017-09-29 2018-02-09 湖南国科微电子股份有限公司 A kind of APE format errors data processing method and system

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5455629A (en) * 1991-02-27 1995-10-03 Rca Thomson Licensing Corporation Apparatus for concealing errors in a digital video processing system
US5706053A (en) * 1994-09-29 1998-01-06 Sanyo Electric Co., Ltd. Compressed motion video code processor
EP0866623A2 (en) * 1997-03-18 1998-09-23 Oki Electric Industry Co., Ltd. Method and apparatus for decoding compressed moving-picture data
US5910827A (en) * 1997-02-26 1999-06-08 Kwan; Katherine W. Video signal decoding arrangement and method for improved error concealment

Family Cites Families (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5617333A (en) 1993-11-29 1997-04-01 Kokusai Electric Co., Ltd. Method and apparatus for transmission of image data
JP3380334B2 (en) * 1994-07-25 2003-02-24 株式会社日立国際電気 Image data interpolation method and apparatus
JPH09121358A (en) * 1995-10-25 1997-05-06 Matsushita Electric Ind Co Ltd Picture coding/decoding device and its method
CN1179252A (en) * 1996-01-22 1998-04-15 摩托罗拉公司 Channel quality management in a cable telephony system
US5862451A (en) 1996-01-22 1999-01-19 Motorola, Inc. Channel quality management in a cable telephony system
US6078616A (en) * 1997-03-13 2000-06-20 Sony Corporation Methods and apparatus for error concealment utilizing temporal domain motion vector estimation

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5455629A (en) * 1991-02-27 1995-10-03 Rca Thomson Licensing Corporation Apparatus for concealing errors in a digital video processing system
US5706053A (en) * 1994-09-29 1998-01-06 Sanyo Electric Co., Ltd. Compressed motion video code processor
US5910827A (en) * 1997-02-26 1999-06-08 Kwan; Katherine W. Video signal decoding arrangement and method for improved error concealment
EP0866623A2 (en) * 1997-03-18 1998-09-23 Oki Electric Industry Co., Ltd. Method and apparatus for decoding compressed moving-picture data

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
NAKA N ET AL: "Improved error resilience in mobile audio-visual communications" 1995 FOURTH IEEE INTERNATIONAL CONFERENCE ON UNIVERSAL PERSONAL COMMUNICATIONS RECORD. GATEWAY TO THE 21ST. CENTURY. TOKYO, NOV. 6 - 10, 1995, IEEE INTERNATIONAL CONFERENCE ON UNIVERSAL PERSONAL COMMUNICATIONS, NEW YORK, IEEE, US, vol. CONF. 4, 6 November 1995 (1995-11-06), pages 702-706, XP010160631 ISBN: 0-7803-2955-4 *
See also references of WO02056601A1 *

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9077991B2 (en) 2002-12-10 2015-07-07 Sony Computer Entertainment America Llc System and method for utilizing forward error correction with video compression
US9084936B2 (en) 2002-12-10 2015-07-21 Sony Computer Entertainment America Llc System and method for protecting certain types of multimedia data transmitted over a communication channel

Also Published As

Publication number Publication date
WO2002056601A1 (en) 2002-07-18
EP1351520A4 (en) 2006-08-16
US20040059983A1 (en) 2004-03-25
RU2003124641A (en) 2005-02-27
CN1364031A (en) 2002-08-14
US7051262B2 (en) 2006-05-23
CN1167271C (en) 2004-09-15
RU2283543C2 (en) 2006-09-10

Similar Documents

Publication Publication Date Title
US7051262B2 (en) Method for processing error code of compressed image in transmission
KR101012149B1 (en) Video coding
US7400684B2 (en) Video coding
KR100929558B1 (en) Method for video encoding and decoding, encoder, decoder, radio telecommunication device and multimedia terminal device
US5483287A (en) Method for forming transport cells for conveying compressed video data
US8750385B2 (en) Video data loss recovery using low bit rate stream in an IPTV system
JP5043096B2 (en) Channel changing method and digital video apparatus
CN1717935B (en) I-picture insertion on request
EP1542475A2 (en) Video coding
US9055297B2 (en) System, method, and apparatus for displaying pictures
CN113273218A (en) Transmission device, transmission method, encoding device, encoding method, reception device, and reception method
EP1349398A1 (en) Video processing

Legal Events

Date Code Title Description
PUAI Public reference made under article 153(3) epc to a published international application that has entered the european phase

Free format text: ORIGINAL CODE: 0009012

17P Request for examination filed

Effective date: 20030627

AK Designated contracting states

Kind code of ref document: A1

Designated state(s): AT BE CH CY DE DK ES FI FR GB GR IE IT LI LU MC NL PT SE TR

AX Request for extension of the european patent

Extension state: AL LT LV MK RO SI

A4 Supplementary search report drawn up and despatched

Effective date: 20060718

17Q First examination report despatched

Effective date: 20061201

APBK Appeal reference recorded

Free format text: ORIGINAL CODE: EPIDOSNREFNE

APBN Date of receipt of notice of appeal recorded

Free format text: ORIGINAL CODE: EPIDOSNNOA2E

APBR Date of receipt of statement of grounds of appeal recorded

Free format text: ORIGINAL CODE: EPIDOSNNOA3E

APAF Appeal reference modified

Free format text: ORIGINAL CODE: EPIDOSCREFNE

APBT Appeal procedure closed

Free format text: ORIGINAL CODE: EPIDOSNNOA9E

STAA Information on the status of an ep patent application or granted ep patent

Free format text: STATUS: THE APPLICATION HAS BEEN WITHDRAWN

18W Application withdrawn

Effective date: 20160513