CN103260021A - Method and device for decoding videos - Google Patents

Method and device for decoding videos Download PDF

Info

Publication number
CN103260021A
CN103260021A CN2012100394019A CN201210039401A CN103260021A CN 103260021 A CN103260021 A CN 103260021A CN 2012100394019 A CN2012100394019 A CN 2012100394019A CN 201210039401 A CN201210039401 A CN 201210039401A CN 103260021 A CN103260021 A CN 103260021A
Authority
CN
China
Prior art keywords
decoding
capability information
video
gpu
decoded
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.)
Granted
Application number
CN2012100394019A
Other languages
Chinese (zh)
Other versions
CN103260021B (en
Inventor
赖晶
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Tencent Technology Shenzhen Co Ltd
Tencent Cloud Computing Beijing Co Ltd
Original Assignee
Tencent Technology Shenzhen 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 Tencent Technology Shenzhen Co Ltd filed Critical Tencent Technology Shenzhen Co Ltd
Priority to CN201210039401.9A priority Critical patent/CN103260021B/en
Publication of CN103260021A publication Critical patent/CN103260021A/en
Application granted granted Critical
Publication of CN103260021B publication Critical patent/CN103260021B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Abstract

The invention discloses a method and device for decoding videos. The method for decoding the videos includes the steps: inquiring that whether a graphic processing unit (GPU) supports decoding of videos to be decoded or not and acquiring corresponding decoding capacity information if the GPU supports the decoding of the videos to be decoded, judging that whether the acquired decoding capacity information is real or not and carrying out the decoding on the videos to be decoded by the GPU if the acquired decoding capacity information is real, and carrying out the decoding on the videos to be decoded through a preset decoding manner if the GPU does not support the decoding of the videos to be decoded or the acquired decoding capacity information is not real. The method for decoding the videos is adopted so that safety and reliability of the video decoding process can be improved.

Description

A kind of video encoding/decoding method and device
Technical field
The present invention relates to field of computer technology, particularly a kind of video encoding/decoding method and device.
Background technology
Because improving constantly of video resolution, code check, the complexity of video decode are also in continuous raising, video decode calculates shared system resource and is also continuing to increase accordingly.With CPU(Central Processing Unit, central processing unit) carry out video decode (soft decoding) and will take a large amount of CPU computational resources, even the needs that the CPU computational resource can't satisfy high-resolution, high code check might appear.So use GPU(Graphic Processing Unit all occurred to handheld device recent years from PC to the notebook, graphic process unit, the core component of show handling generally is installed on the video card) carry out the trend of video decode.Because GPU has powerful parallel computation function, be fit to video decode, can easily realize 1080P(high-definition digital video display format of tens code checks) decoding of video.So GPU decoding in the future will become the mainstream technology of video decode.
In the GPU decode procedure; the video card driver (or claims driver; some GPU is integrated among mainboard or the CPU) can pass through DXVA (DirectX Video Acceleration usually; vision hardware accelerates, the standard that a kind of video of Microsoft's customization accelerates) interface is to the decoding capability of application program (generally being video player) report GPU.As shown in table 1, Microsoft has defined some decoding capabilities for GPU in the DXVA standard.
Table 1
DXVA_ModeNone
DXVA_ModeH261_A
DXVA_ModeH261_B
DXVA_ModeH263_A
DXVA_ModeH263_B
DXVA_ModeH263_C
DXVA_ModeH263_D
DXVA_ModeH263_E
DXVA_ModeH263_F
DXVA_ModeMPEG1_A
DXVA_ModeMPEG2_A
DXVA_ModeMPEG2_B
DXVA_ModeMPEG2_C
DXVA_ModeMPEG2_D
DXVA_ModeH264_A
DXVA_ModeH264_B
DXVA_ModeH264_C
DXVA_ModeH264_D
DXVA_ModeH264_E
DXVA_ModeH264_F
DXVA_ModeWMV8_A
DXVA_ModeWMV8_B
DXVA_ModeWMV9_A
DXVA_ModeWMV9_B
DXVA_ModeWMV9_C
DXVA_ModeVC1_A
DXVA_ModeVC1_B
DXVA_ModeVC1_C
DXVA_ModeVC1_D
In table 1, different decoding capability correspondences different mode of operation and video code models, general every kind of GPU possesses the various video decoding capability in the above-mentioned tabulation, namely can support the decoding of various video file format.Each video decoding capability has corresponding COM(Component Object Model, The Component Object Model) interface, also can be called decoding interface.Generally, the information of the unsupported video decoding capability of GPU can not report by the DXVA interface.In other words generally speaking, the video player GPU video decoding capability information that can inquire by the DXVA interface all is true available.
Yet the inventor finds that there are the following problems at least for prior art:
Bugs or some other reason owing to driver, in the GPU decoding capability information that driver reports by the DXVA interface, the decoding capability information that may have mistake, be the decoding capability that driver has reported GPU not possess, the com interface of this decoding capability information correspondence is called as the dummy(falseness) interface.Video player uses the dummy interface to carry out the collapse that video decode will cause application program.
Summary of the invention
The object of the present invention is to provide a kind of video encoding/decoding method and device, to improve fail safe and the reliability of video decoding process, for this reason, the embodiment of the invention adopts following technical scheme:
A kind of video encoding/decoding method is characterized in that, comprising:
Whether inquiry graphic process unit GPU supports the decoding of video to be decoded, if support, then obtains corresponding decoding capability information;
Judge whether the decoding capability information of obtaining is true, if true, then treat decoded video by described GPU and decode;
If GPU does not support the decoding of video to be decoded, or the decoding capability information of obtaining is untrue, then treats decoded video by default decoding process and decodes.
A kind of video decoder is characterized in that, comprising:
Enquiry module is used for the decoding whether inquiry graphic process unit GPU supports video to be decoded, if support, then obtains corresponding decoding capability information;
Decoder module is used for judging whether the decoding capability information of obtaining is true, if true, then treat decoded video by described GPU and decode; If GPU does not support the decoding of video to be decoded, or the decoding capability information of obtaining is untrue, then treats decoded video by default decoding process and decodes.
The above embodiment of the present invention, whether inquiry GPU supports the decoding of video to be decoded, if support, then obtain corresponding decoding capability information, and judge whether the decoding capability information of obtaining is true, if it is true, then treat decoded video by described GPU and decode, if GPU does not support the decoding of video to be decoded, or the decoding capability information of obtaining is untrue, then treat decoded video by default decoding process and decode, can improve fail safe and the reliability of video decoding process.
Description of drawings
One of schematic flow sheet of the video encoding/decoding method that Fig. 1 provides for the embodiment of the invention;
Two of the schematic flow sheet of the video encoding/decoding method that Fig. 2 provides for the embodiment of the invention;
The structural representation of the video decoder that Fig. 3 provides for the embodiment of the invention.
Embodiment
Below in conjunction with the accompanying drawing among the present invention, the technical scheme among the present invention is carried out clear, complete description, obviously, described embodiment is a part of embodiment of the present invention, rather than whole embodiment.Based on the embodiment among the present invention, all other embodiment that those of ordinary skills obtain under the prerequisite of not making creative work belong to the scope of protection of the invention.
The embodiment of the invention, whether application program (being specifically as follows video player) inquiry graphic process unit GPU supports the decoding of video to be decoded, if support, then obtain corresponding decoding capability information, judge whether the decoding capability information of obtaining is true, if it is true, then treating decoded video by described GPU decodes, if GPU does not support the decoding of video to be decoded, or the decoding capability information of obtaining is untrue, then treat decoded video by default decoding process and decode, thereby can improve fail safe and the reliability of video decoding process.
GPU decoding capability information can comprise rough decoding capability information and the ability information of accurately decoding.Rough decoding capability information is the information that can limit the GPU decoding capability roughly, as being the information of the decoding capability of GPU definition in the DXVA standard of listing in the table 1, can determine the mode of operation of the video decode that GPU can support by these rough decoding capability information, wherein comprise two parts information, part information is the video code model (H261 that supports, H263, H264, MPEG2 etc.), for example " DXVA_ModeH261_A " shows that GPU can support the decoding of the video of H261 coded format, another part information is A wherein, B, C, D represent GPU when the video of certain coded format is decoded the decoding step that can finish, for example, the coded format of H261 comprises two steps in decode procedure, " DXVA_ModeH261_A " shows that GPU is merely able to finish first step, remaining step need be finished by CPU, and " DXVA_ModeH261_B " represents that then GPU can independently finish two steps of H261 video decode.Accurately the decoding ability information is the information that can accurately limit the GPU decoding capability, dispose (resolution, code check, buffer memory frame number, color space form etc.) as the decoding that GPU can support when the video of certain coded format is decoded, for example, certain GPU can support code check, 22 buffer memory frame number and the color space form of NV12 of 1280 * 720 resolution, 2000kbps under the mode of operation of DXVA_ModeH261_B.
As shown in Figure 1, the handling process of the video encoding/decoding method that provides for the embodiment of the invention specifically may further comprise the steps:
Step 101, whether application queries GPU supports the decoding of video to be decoded, if support that then execution in step 102, otherwise, execution in step 105.
Concrete, whether application queries GPU supports the process of the decoding of video to be decoded to comprise the steps:
Step 1, application program are obtained the rough decoding capability information of GPU.
When video to be decoded need be decoded, application program can be passed through system program (as the windows(form) operating system) set up and being connected of the driver of GPU.Concrete, application program generates DXVA Output(output) the Pin(interface), and use DXVA Output Pin to be connected to VMR(Video Mixing Renderer, VMR) interface that is used for application program connection GPU driver that IAMVideoAccelerator Input Pin(windows system provides, can be referred to as GPU and drive connecting interface, belong to a kind of of DXVA interface), generate corresponding Filter Graph(filter figure, a plurality of linking together exactly, finish the combination of the filter of specific function (such as video playback, Video Capture)).
Application program set up with being connected of the driver of GPU after, can inquire about the rough decoding capability information of GPU to driver, after driver receives query statement, send the rough decoding capability information of GPU to application program, comprise DXVA_ModeH261_B, DXVA_ModeH263_B, DXVA_ModeMPEG1_A, DXVA_ModeMPEG2_B etc. as the rough decoding capability information of this GPU.
Step 2, when the rough decoding capability information of coded format that exist to support video to be decoded in the rough decoding capability information of obtaining, application program continues whether inquiry GPU supports video to be decoded under the mode of operation of this rough decoding capability information correspondence decoding configuration information, if show that then step 101 Query Result is the decoding that GPU can support video to be decoded.If there is not the rough decoding capability information of the coded format of supporting video to be decoded in the rough decoding capability information of obtaining, perhaps inquire GPU and do not support the decoding configuration information of video to be decoded under this mode of operation, the Query Result that then shows step 101 is the decoding that GPU can not support video to be decoded.
Concrete, application program can get access to coded format and the decoding configuration information of this video from the file of video to be decoded, this coded format can comprise H261, H263, H264, MPEG2 etc., and this decoding configuration information can comprise information such as resolution, code check, buffer memory frame number, color space form.
Concrete, application program is searched the rough decoding capability information of the coded format that can support video to be decoded in the rough decoding capability information that driver reports, if can find, then further will this rough decoding capability information and the decoding configuration information of video to be decoded send to the GPU driver, under corresponding mode of operation, whether supporting corresponding decoding configuration with inquiry GPU.For example (configuration information of herein decoding is the example explanation with resolution and code check only), the coded format of certain video is H261, resolution is 1280 * 720, code check 2000kbps, and hypothesis GPU supports the mode of operation of DXVA_ModeH261_B, and the highlyest under this mode of operation can support 1280 * 720 resolution, the code check of 3000kbps, video player driver report find DXVA_ModeH261_B in the rough decoding capability information after, with DXVA_ModeH261_B, 1280 * 720 and 2000kbps send to driver, whether GPU supports 1280 * 720 resolution and the code check of 2000kbps under the mode of operation of DXVA_ModeH261_B with inquiry, and driver can return the information of " support ".
Step 102, application program are obtained corresponding decoding capability information.Concrete, this decoding capability information comprises the rough decoding capability information of the coded format of supporting video to be decoded, and the accurate decoding ability information corresponding with the decoding configuration information of video to be played.
Continuing to use above-mentioned example describes, when video player confirms that GPU can support under the mode of operation of DXVA_ModeH261_B the code check of 1280 * 720 resolution and 2000kbps, video player can confirm that just rough decoding capability information is DXVA_ModeH261_B in the decoding capability information of GPU, and the ability information of accurately decoding is for supporting 1280 * 720 resolution and the code check of 2000kbps.
Step 103, application program judge whether the decoding capability information of obtaining is true, if true, then execution in step 104, otherwise, execution in step 105.
Concrete, application program is carried out by the Execute(that GPU drives connecting interface (above-mentioned IAMVideoAccelerator Input Pin)) function, judge whether the decoding capability information of obtaining is true.Specifically can, earlier the structure DXVA_ConfigQueryOrReplyFunc of Execute function is carried out the assignment of QueryOrReplyFlag=0xFFFFF1, bDXVA_Func=1; Obtain the return value of Execute function then, when described return value is 0, the decoding capability information truth that obtains, when described return value was not 0, the decoding capability information of obtaining was untrue.
Step 104, application program is treated decoded video by GPU and is decoded.
Concrete, application program is determined the decoding interface of the decoding capability information correspondence obtained earlier, by this decoding interface video to be decoded is sent to described GPU then and decodes.When GPU decodes, decoded video is shown output.
Step 105, application program is treated decoded video by default decoding process and is decoded.Wherein, default decoding process is default decoding process, can be other decoding processes outside the GPU decoding, can according to circumstances preestablish.
Preferably, application program is treated decoded video by soft decoding process and is decoded.Concrete, at first, the application program disconnection is connected with IAMVideoAccelerator Input Pin's, namely destroys corresponding Filter Graph(filter); Then, application program foundation is connected with video output interface, for example application program can generate the interface that YV12 Output Pin(carries out the video demonstration, be called video output interface), use YV12 Output Pin is connected to the YV12 Input Pin of VMR, to regenerate Filter Graph; Treat decoded video and decode, and by video output interface decoded video is shown output.
The above embodiment of the present invention, whether inquiry GPU supports the decoding of video to be decoded, if support, then obtain corresponding decoding capability information, and judge whether the decoding capability information of obtaining is true, if it is true, then treat decoded video by described GPU and decode, if GPU does not support the decoding of video to be decoded, or the decoding capability information of obtaining is untrue, then treat decoded video by default decoding process and decode, can improve fail safe and the reliability of video decoding process.
As shown in Figure 2, the handling process of video encoding/decoding method in concrete application scenarios for the embodiment of the invention provides specifically may further comprise the steps:
Step 201, video player generate DXVA Output Pin.
Step 202, video player use DXVA Output Pin to connect the IAMVideoAccelerator Input Pin of VMR.
Step 203, whether video player inquiry GPU supports the decoding of video to be decoded, if support that then execution in step 204, otherwise, execution in step 207.
Step 204, video player are obtained corresponding decoding capability information.This decoding capability information comprises the rough decoding capability information of the coded format of supporting video to be decoded, and the accurate decoding ability information corresponding with the decoding configuration information of video to be played.
Step 205, video player are called the Execute function of IAMVideoAccelerator Input Pin, judge whether the decoding capability information of obtaining is true, if really be, then execution in step 206, otherwise execution in step 207.
Step 206, video player is treated decoded video by GPU and is decoded, and shows output.Execute process ends after this step.
Step 207, video player is destroyed current Filter Graph.
Step 208, video player generate YV12 Output Pin.
Step 209, video player use YV12 Output Pin to connect the YV12 Input Pin of VMR.
Step 210, video player are treated decoded video and are carried out soft decoding, and show output by YV12 Output Pin.
The above embodiment of the present invention, whether inquiry GPU supports the decoding of video to be decoded, if support, then obtain corresponding decoding capability information, and judge whether the decoding capability information of obtaining is true, if it is true, then treat decoded video by described GPU and decode, if GPU does not support the decoding of video to be decoded, or the decoding capability information of obtaining is untrue, then treat decoded video by default decoding process and decode, can improve fail safe and the reliability of video decoding process.
Based on identical technical conceive, the embodiment of the invention also provides a kind of video decoder, as shown in Figure 3, comprising:
Enquiry module 310 is used for the decoding whether inquiry graphic process unit GPU supports video to be decoded, if support, then obtains corresponding decoding capability information;
Decoder module 320 is used for judging whether the decoding capability information of obtaining is true, if true, then treat decoded video by described GPU and decode; If GPU does not support the decoding of video to be decoded, or the decoding capability information of obtaining is untrue, then treats decoded video by default decoding process and decodes.
Preferably, described decoding capability information comprises rough decoding capability information and the ability information of accurately decoding;
Described enquiry module 310 specifically is used for:
Obtain the rough decoding capability information of GPU;
When the rough decoding capability information of coded format that exist to support described video to be decoded in the rough decoding capability information of obtaining, whether inquiry GPU supports the decoding configuration information of described video to be decoded under the mode of operation of this rough decoding capability information correspondence;
If support, then obtain the rough decoding capability information of supporting described coded format, and the accurate decoding ability information corresponding with described decoding configuration information.
Preferably, described decoder module 320, the concrete Execute function that is used for driving by GPU connecting interface judges whether the decoding capability information of obtaining is true.
Preferably, described decoder module 320 specifically is used for:
The structure DXVA_ConfigQueryOrReplyFunc of Execute function is carried out the assignment of QueryOrReplyFlag=0xFFFFF1, bDXVA_Func=1;
Obtain the return value of Execute function, when described return value is 0, the decoding capability information truth that obtains, when described return value was not 0, the decoding capability information of obtaining was untrue.
Preferably, described decoder module 320 specifically is used for:
Determine the decoding interface of the decoding capability information correspondence obtained;
By described decoding interface video to be decoded being sent to described GPU decodes.
Preferably, described default decoding process is specially soft decoding process.
The above embodiment of the present invention, whether inquiry GPU supports the decoding of video to be decoded, if support, then obtain corresponding decoding capability information, and judge whether the decoding capability information of obtaining is true, if it is true, then treat decoded video by described GPU and decode, if GPU does not support the decoding of video to be decoded, or the decoding capability information of obtaining is untrue, then treat decoded video by default decoding process and decode, can improve fail safe and the reliability of video decoding process.
It will be appreciated by those skilled in the art that the module in the device among the embodiment can be distributed in the device of embodiment according to the embodiment description, also can carry out respective change and be arranged in the one or more devices that are different from present embodiment.The module of above-described embodiment can be merged into a module, also can further split into a plurality of submodules.
The invention described above embodiment sequence number does not represent the quality of embodiment just to description.
Through the above description of the embodiments, those skilled in the art can be well understood to the present invention and can realize by the mode that software adds essential general hardware platform, can certainly pass through hardware, but the former is better execution mode under a lot of situation.Based on such understanding, the part that technical scheme of the present invention contributes to prior art in essence in other words can embody with the form of software product, this computer software product is stored in the storage medium, comprise that some instructions are with so that a station terminal equipment (can be mobile phone, personal computer, server, the perhaps network equipment etc.) carry out the described method of each embodiment of the present invention.
The above only is preferred implementation of the present invention; should be pointed out that for those skilled in the art, under the prerequisite that does not break away from the principle of the invention; can also make some improvements and modifications, these improvements and modifications also should be looked protection scope of the present invention.

Claims (12)

1. A kind of video encoding/decoding method is characterized in that, comprising:
Whether inquiry graphic process unit GPU supports the decoding of video to be decoded, if support, then obtains corresponding decoding capability information;
Judge whether the decoding capability information of obtaining is true, if true, then treat decoded video by described GPU and decode;
If GPU does not support the decoding of video to be decoded, or the decoding capability information of obtaining is untrue, then treats decoded video by default decoding process and decodes.
2. The method of claim 1 is characterized in that, described decoding capability information comprises rough decoding capability information and the ability information of accurately decoding;
Whether described inquiry GPU supports the decoding of video to be decoded, if support, then obtains corresponding decoding capability information, is specially:
Obtain the rough decoding capability information of GPU;
When the rough decoding capability information of coded format that exist to support described video to be decoded in the rough decoding capability information of obtaining, whether inquiry GPU supports the decoding configuration information of described video to be decoded under the mode of operation of this rough decoding capability information correspondence;
If support, then obtain the rough decoding capability information of supporting described coded format, and the accurate decoding ability information corresponding with described decoding configuration information.
3. The method of claim 1 is characterized in that, whether the decoding capability information that described judgement is obtained is true, is specially:
By the Execute function of GPU driving connecting interface, judge whether the decoding capability information of obtaining is true.
4. Method as claimed in claim 3 is characterized in that, the described Execute function that drives connecting interface by GPU judges whether the decoding capability information of obtaining is true, is specially:
The structure DXVA_ConfigQueryOrReplyFunc of Execute function is carried out the assignment of QueryOrReplyFlag=0xFFFFF1, bDXVA_Func=1;
Obtain the return value of Execute function, when described return value is 0, the decoding capability information truth that obtains, when described return value was not 0, the decoding capability information of obtaining was untrue.
5. The method of claim 1 is characterized in that, treats decoded video by described GPU and decodes, and is specially:
Determine the decoding interface of the decoding capability information correspondence obtained;
By described decoding interface video to be decoded being sent to described GPU decodes.
6. The method of claim 1 is characterized in that, described default decoding process is specially soft decoding process.
?
7. A kind of video decoder is characterized in that, comprising:
Enquiry module is used for the decoding whether inquiry graphic process unit GPU supports video to be decoded, if support, then obtains corresponding decoding capability information;
Decoder module is used for judging whether the decoding capability information of obtaining is true, if true, then treat decoded video by described GPU and decode; If GPU does not support the decoding of video to be decoded, or the decoding capability information of obtaining is untrue, then treats decoded video by default decoding process and decodes.
8. Device as claimed in claim 7 is characterized in that, described decoding capability information comprises rough decoding capability information and the ability information of accurately decoding;
Described enquiry module specifically is used for:
Obtain the rough decoding capability information of GPU;
When the rough decoding capability information of coded format that exist to support described video to be decoded in the rough decoding capability information of obtaining, whether inquiry GPU supports the decoding configuration information of described video to be decoded under the mode of operation of this rough decoding capability information correspondence;
If support, then obtain the rough decoding capability information of supporting described coded format, and the accurate decoding ability information corresponding with described decoding configuration information.
9. Device as claimed in claim 7 is characterized in that, described decoder module, and the concrete Execute function that is used for driving by GPU connecting interface judges whether the decoding capability information of obtaining is true.
10. Device as claimed in claim 9 is characterized in that, described decoder module specifically is used for:
The structure DXVA_ConfigQueryOrReplyFunc of Execute function is carried out the assignment of QueryOrReplyFlag=0xFFFFF1, bDXVA_Func=1;
Obtain the return value of Execute function, when described return value is 0, the decoding capability information truth that obtains, when described return value was not 0, the decoding capability information of obtaining was untrue.
11. Device as claimed in claim 7 is characterized in that, described decoder module specifically is used for:
Determine the decoding interface of the decoding capability information correspondence obtained;
By described decoding interface video to be decoded being sent to described GPU decodes.
12. Device as claimed in claim 7 is characterized in that, described default decoding process is specially soft decoding process.
CN201210039401.9A 2012-02-21 2012-02-21 A kind of video encoding/decoding method and device Active CN103260021B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201210039401.9A CN103260021B (en) 2012-02-21 2012-02-21 A kind of video encoding/decoding method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201210039401.9A CN103260021B (en) 2012-02-21 2012-02-21 A kind of video encoding/decoding method and device

Publications (2)

Publication Number Publication Date
CN103260021A true CN103260021A (en) 2013-08-21
CN103260021B CN103260021B (en) 2016-08-03

Family

ID=48963687

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201210039401.9A Active CN103260021B (en) 2012-02-21 2012-02-21 A kind of video encoding/decoding method and device

Country Status (1)

Country Link
CN (1) CN103260021B (en)

Cited By (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104980788A (en) * 2015-02-11 2015-10-14 腾讯科技(深圳)有限公司 Video decoding method and device
CN105338358A (en) * 2014-07-25 2016-02-17 阿里巴巴集团控股有限公司 Image decoding method and device
CN105898315A (en) * 2015-12-07 2016-08-24 乐视云计算有限公司 Video transcoding method and device and system
CN106231051A (en) * 2016-08-01 2016-12-14 腾讯科技(深圳)有限公司 The method of testing of a kind of video decoding and relevant device
CN106534852A (en) * 2016-11-22 2017-03-22 浙江大华技术股份有限公司 Decoding method and apparatus of decoding card
CN108881916A (en) * 2018-06-21 2018-11-23 深圳市斯迈龙科技有限公司 The video optimized processing method and processing device of remote desktop
CN109088887A (en) * 2018-09-29 2018-12-25 北京金山云网络技术有限公司 A kind of decoded method and device of Streaming Media
CN110324633A (en) * 2018-03-28 2019-10-11 北京视联动力国际信息技术有限公司 A kind of data processing method and device of view networking
CN111246214A (en) * 2018-11-28 2020-06-05 杭州海康威视数字技术股份有限公司 Video decoding method and device
CN112532569A (en) * 2019-09-19 2021-03-19 澜至电子科技(成都)有限公司 Video code stream protection device, method and storage medium
CN112788431A (en) * 2020-12-24 2021-05-11 四川云从天府人工智能科技有限公司 Video playing method, device, system, medium and browser based on HTML5
CN115546329A (en) * 2022-12-01 2022-12-30 广州市保伦电子有限公司 Audio and video hardware accelerated transcoding detection method and system

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20080122860A1 (en) * 2003-11-10 2008-05-29 Nvidia Corporation Video format conversion using 3D graphics pipeline of a GPU
CN101577110A (en) * 2009-05-31 2009-11-11 腾讯科技(深圳)有限公司 Method for playing videos and video player
CN101754452A (en) * 2008-11-28 2010-06-23 爱思开电讯投资(中国)有限公司 Device and method for expanding intelligent card
CN102273205A (en) * 2008-11-04 2011-12-07 先进微装置公司 Software video transcoder with gpu acceleration

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20080122860A1 (en) * 2003-11-10 2008-05-29 Nvidia Corporation Video format conversion using 3D graphics pipeline of a GPU
CN102273205A (en) * 2008-11-04 2011-12-07 先进微装置公司 Software video transcoder with gpu acceleration
CN101754452A (en) * 2008-11-28 2010-06-23 爱思开电讯投资(中国)有限公司 Device and method for expanding intelligent card
CN101577110A (en) * 2009-05-31 2009-11-11 腾讯科技(深圳)有限公司 Method for playing videos and video player

Cited By (17)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105338358B (en) * 2014-07-25 2018-12-28 阿里巴巴集团控股有限公司 The method and device that image is decoded
CN105338358A (en) * 2014-07-25 2016-02-17 阿里巴巴集团控股有限公司 Image decoding method and device
CN104980788A (en) * 2015-02-11 2015-10-14 腾讯科技(深圳)有限公司 Video decoding method and device
CN104980788B (en) * 2015-02-11 2018-08-07 腾讯科技(深圳)有限公司 Video encoding/decoding method and device
CN105898315A (en) * 2015-12-07 2016-08-24 乐视云计算有限公司 Video transcoding method and device and system
CN106231051A (en) * 2016-08-01 2016-12-14 腾讯科技(深圳)有限公司 The method of testing of a kind of video decoding and relevant device
CN106534852A (en) * 2016-11-22 2017-03-22 浙江大华技术股份有限公司 Decoding method and apparatus of decoding card
CN106534852B (en) * 2016-11-22 2019-05-24 浙江大华技术股份有限公司 A kind of coding/decoding method and device of decoding card
CN110324633A (en) * 2018-03-28 2019-10-11 北京视联动力国际信息技术有限公司 A kind of data processing method and device of view networking
CN108881916A (en) * 2018-06-21 2018-11-23 深圳市斯迈龙科技有限公司 The video optimized processing method and processing device of remote desktop
CN109088887A (en) * 2018-09-29 2018-12-25 北京金山云网络技术有限公司 A kind of decoded method and device of Streaming Media
CN111246214A (en) * 2018-11-28 2020-06-05 杭州海康威视数字技术股份有限公司 Video decoding method and device
CN111246214B (en) * 2018-11-28 2022-05-06 杭州海康威视数字技术股份有限公司 Video decoding method and device
CN112532569A (en) * 2019-09-19 2021-03-19 澜至电子科技(成都)有限公司 Video code stream protection device, method and storage medium
CN112532569B (en) * 2019-09-19 2022-05-31 澜至电子科技(成都)有限公司 Video code stream protection device, method and storage medium
CN112788431A (en) * 2020-12-24 2021-05-11 四川云从天府人工智能科技有限公司 Video playing method, device, system, medium and browser based on HTML5
CN115546329A (en) * 2022-12-01 2022-12-30 广州市保伦电子有限公司 Audio and video hardware accelerated transcoding detection method and system

Also Published As

Publication number Publication date
CN103260021B (en) 2016-08-03

Similar Documents

Publication Publication Date Title
CN103260021A (en) Method and device for decoding videos
US20200260117A1 (en) Methods and Apparatuses for Coding and Decoding Depth Map
JP6149076B2 (en) Method and apparatus for palette index signaling for image and video encoding
CN103283250B (en) Method, device and system of video redirection
US10477249B2 (en) Video processing for masking coding artifacts using dynamic noise maps
US20090274209A1 (en) Multistandard hardware video encoder
CN104837052A (en) Playing method of multimedia data and device
CN107404418B (en) Internet product testing method, device, equipment and storage medium
US20170201563A1 (en) Video data providing method, video playback method, device, and system
CN112087633A (en) Video decoding method, device and storage medium
CN110740313A (en) Hardware coding capability detection method and device
CN104067627A (en) Video redirecting method, device, system and computer readable medium
CN110189385B (en) Model training and picture compression and decompression method and device, medium and electronic equipment
KR20210040881A (en) Image processing method, apparatus, device and storage medium
US20130188732A1 (en) Multi-Threaded Texture Decoding
CN116400998A (en) Video hardware acceleration device and method suitable for virtual display card
CN114741193A (en) Scene rendering method and device, computer readable medium and electronic equipment
CN103327312B (en) The decoding processing method of frame of video and device
CN113157226A (en) Remote data display method, device, equipment and machine-readable storage medium
CN106664387A (en) Multilevel video compression, decompression, and display for 4K and 8K applications
US9846607B2 (en) Method and system for associating crash reports with end user analytics
CN105354080A (en) Task processing method and apparatus
CN109308885A (en) The method and display panel of promotion signal transmission rate
CN116132706A (en) Video processing method, injection method and electronic equipment
CN107079200B (en) Processing data in thin client terminal

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C14 Grant of patent or utility model
GR01 Patent grant
TR01 Transfer of patent right

Effective date of registration: 20230707

Address after: 518057 Tencent Building, No. 1 High-tech Zone, Nanshan District, Shenzhen City, Guangdong Province, 35 floors

Patentee after: TENCENT TECHNOLOGY (SHENZHEN) Co.,Ltd.

Patentee after: TENCENT CLOUD COMPUTING (BEIJING) Co.,Ltd.

Address before: 2, 518057, East 403 room, SEG science and Technology Park, Zhenxing Road, Shenzhen, Guangdong, Futian District

Patentee before: TENCENT TECHNOLOGY (SHENZHEN) Co.,Ltd.

TR01 Transfer of patent right