CN103260021B - A kind of video encoding/decoding method and device - Google Patents

A kind of video encoding/decoding method and device Download PDF

Info

Publication number
CN103260021B
CN103260021B CN201210039401.9A CN201210039401A CN103260021B CN 103260021 B CN103260021 B CN 103260021B CN 201210039401 A CN201210039401 A CN 201210039401A CN 103260021 B CN103260021 B CN 103260021B
Authority
CN
China
Prior art keywords
decoding
decoded
video
capacity information
gpu
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN201210039401.9A
Other languages
Chinese (zh)
Other versions
CN103260021A (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

Landscapes

  • Compression Or Coding Systems Of Tv Signals (AREA)

Abstract

The invention discloses a kind of video encoding/decoding method and device, the method includes: whether inquiry graphic process unit GPU supports the decoding of video to be decoded, if supported, then obtains corresponding decoding capacity information;Judge that the decoding capacity information obtained is the truest, if truly, then by described GPU, video to be decoded is decoded;If GPU does not support the decoding of video to be decoded, or the decoding capacity information obtained is untrue, then be decoded video to be decoded by default decoding process.The method using the present invention to provide, can improve the safety and reliability of video decoding process.

Description

A kind of video encoding/decoding method and device
Technical field
The present invention relates to field of computer technology, particularly to a kind of video encoding/decoding method and device.
Background technology
Due to video resolution, the improving constantly of code check, the complexity of video decoding is also constantly improving, video decoding calculate shared by system resource also continuing to increase accordingly.With CPU(CentralProcessingUnit, central processing unit) carry out video decoding (soft decoding) to take substantial amounts of CPU calculate resource, it could even be possible to occur CPU calculate resource cannot meet high-resolution, the needs of high code check.So recent years, from PC to notebook, all occur in that use GPU(GraphicProcessingUnit, graphic process unit, the core component that display processes to handheld device, be generally mounted on video card) carry out the trend of video decoding.Because GPU has powerful parallel computation function, it is suitable for video decoding, it is possible to 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 decoding.
During GPU decodes; video driver (or claim driver; some GPU is integrated in mainboard or CPU) DXVA(DirectXVideoAcceleration would generally be passed through; vision hardware accelerate, Microsoft customization a kind of video accelerate specification) interface to application program (usually video player) report GPU decoding capability.As shown in table 1, Microsoft defines some decoding capabilities for GPU in DXVA specification.
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 is corresponding different mode of operations and video code model, general every kind of GPU possesses the various video decoding capability in above-mentioned list, i.e. can support the decoding of various video file format.Each video decoding capability has corresponding COM(ComponentObjectModel, The Component Object Model) interface, it is also possible to it is referred to as decoding interface.Under normal circumstances, the information of the video decoding capability that GPU does not supports will not be reported by DXVA interface.That is generally, video player is all true available by the GPU video decoding capability information that DXVA interface can inquire.
However, it is found by the inventors that, at least there are the following problems for prior art:
Bugs or some other reason due to driver, in the GPU decoding capacity information that driver is reported by DXVA interface, there may be the decoding capacity information of mistake, i.e. driver has reported the decoding capability that GPU does not possesses, and it is false that the com interface that this decoding capacity information is corresponding is referred to as dummy() interface.Video player uses dummy interface to carry out video decoding will cause the collapse of application program.
Summary of the invention
It is an object of the invention to provide a kind of video encoding/decoding method and device, to improve the safety and reliability of video decoding process, to this end, the embodiment of the present invention adopts the following technical scheme that
A kind of video encoding/decoding method, it is characterised in that including:
Whether inquiry graphic process unit GPU supports the decoding of video to be decoded, if supported, then obtains corresponding decoding capacity information;
Judge that the decoding capacity information obtained is the truest, if truly, then by described GPU, video to be decoded is decoded;
If GPU does not support the decoding of video to be decoded, or the decoding capacity information obtained is untrue, then be decoded video to be decoded by default decoding process.
A kind of video decoder, it is characterised in that including:
Enquiry module, for inquiring about whether graphic process unit GPU supports the decoding of video to be decoded, if supported, then obtains corresponding decoding capacity information;
Decoder module, the truest for judging the decoding capacity information obtained, if truly, then by described GPU, video to be decoded is decoded;If GPU does not support the decoding of video to be decoded, or the decoding capacity information obtained is untrue, then be decoded video to be decoded by default decoding process.
The above embodiment of the present invention, whether inquiry GPU supports the decoding of video to be decoded, if supported, then obtain corresponding decoding capacity information, and judge that the decoding capacity information obtained is the truest, if it is true, then being decoded video to be decoded by described GPU, if GPU does not support the decoding of video to be decoded, or the decoding capacity information obtained is untrue, then by default decoding process, video to be decoded is decoded, the safety and reliability of video decoding process can be improved.
Accompanying drawing explanation
One of schematic flow sheet of video encoding/decoding method that Fig. 1 provides for the embodiment of the present invention;
The two of the schematic flow sheet of the video encoding/decoding method that Fig. 2 provides for the embodiment of the present invention;
The structural representation of the video decoder that Fig. 3 provides for the embodiment of the present invention.
Detailed description of the invention
Below in conjunction with the accompanying drawing in the present invention, the technical scheme in the present invention is carried out clear, complete description, it is clear that described embodiment is a part of embodiment of the present invention rather than whole embodiments.Based on the embodiment in the present invention, all other embodiments that those of ordinary skill in the art are obtained on the premise of not making creative work, broadly fall into the scope of protection of the invention.
The embodiment of the present invention, whether application program (being specifically as follows video player) inquiry graphic process unit GPU supports the decoding of video to be decoded, if supported, then obtain corresponding decoding capacity information, judge that the decoding capacity information obtained is the truest, if it is true, then by described GPU, video to be decoded is decoded, if GPU does not support the decoding of video to be decoded, or the decoding capacity information of acquisition is untrue, then by default decoding process, video to be decoded is decoded, such that it is able to improve the safety and reliability of video decoding process.
GPU decoding capacity information can include rough decoding capacity information and accurate decoding capacity information.nullRough decoding capacity information is the information that can limit roughly GPU decoding capability,Such as the information of decoding capability for GPU definition in the DXVA specification listed in table 1,The mode of operation that the video that GPU can support decodes is may determine that by these rough decoding capacity information,Wherein comprise two parts information,A part of information is the video code model (H261 supported、H263、H264、MPEG2 etc.),Such as " DXVA_ModeH261_A " shows that GPU can support the decoding of the video of H261 coded format,Another part information is A therein、B、C、D represents the decoding step that GPU can complete when being decoded the video of certain coded format,Such as,The coded format of H261 includes two steps during decoding," DXVA_ModeH261_A " shows that GPU has been merely able to first step,Remaining step needs to be completed by CPU," DXVA_ModeH261_B " then represent GPU can complete independently H261 video decoding two steps.Accurately decoding capacity information is the information that can accurately limit GPU decoding capability, decoding configuration (resolution, code check, caching frame number, color space form etc.) can supported when the video of certain coded format is decoded such as GPU, such as, certain GPU is under the mode of operation of DXVA_ModeH261_B, it would be preferable to support the resolution of 1280 × 720, the code check of 2000kbps, the caching frame number of 22 and the color space form of NV12.
As it is shown in figure 1, the handling process of video encoding/decoding method provided for the embodiment of the present invention, specifically include following steps:
Step 101, whether application program inquiry GPU supports the decoding of video to be decoded, if supported, then performs step 102, otherwise, performs step 105.
Concrete, whether application program inquiry GPU supports that the process of the decoding of video to be decoded may include steps of:
Step one, application program obtains the rough decoding capacity information of GPU.
When there being video to be decoded to need to be decoded, application program can pass through system program (such as windows(form) operating system) set up the connection with the driver of GPU.Concrete, application program generates DXVAOutput(output) Pin(interface), and use DXVAOutputPin to be connected to VMR(VideoMixingRenderer, VMR) IAMVideoAcceleratorInputPin(windows system provide for application program connect GPU driver interface, GPU drive connection interface can be referred to as, belong to the one of DXVA interface), generate corresponding FilterGraph(filter figure, it is exactly multiple linking together, complete specific function (such as video playback, Video Capture) the combination of filter).
After the connection of the driver of application program foundation and GPU, can be to the rough decoding capacity information of driver inquiry GPU, after driver receives query statement, send the rough decoding capacity information of GPU to application program, the rough decoding capacity information such as this GPU includes DXVA_ModeH261_B, DXVA_ModeH263_B, DXVA_ModeMPEG1_A, DXVA_ModeMPEG2_B etc..
Step 2, when the rough decoding capacity information obtained exists the rough decoding capacity information of the coded format supporting video to be decoded, application program continues whether inquiry GPU supports the decoding configuration information of video to be decoded under the mode of operation that this rough decoding capacity information is corresponding, if it is, show that step 101 Query Result is the decoding that GPU can support video to be decoded.If the rough decoding capacity information obtained does not exists the rough decoding capacity information of the coded format supporting video to be decoded, or inquire GPU under this mode of operation, do not support the decoding configuration information of video to be decoded, then show that the Query Result of step 101 is the decoding that GPU can not support video to be decoded.
Concrete, application program can get coded format and the decoding configuration information of this video from the file of video to be decoded, this coded format can include H261, H263, H264, MPEG2 etc., and this decoding configuration information can include the information such as resolution, code check, caching frame number, color space form.
Concrete, application program searches the rough decoding capacity information of the coded format that can support video to be decoded in the rough decoding capacity information that driver reports, if able to find, the most further the decoding configuration information of this rough decoding capacity information and video to be decoded is sent to GPU driver, to inquire about whether GPU supports to decode configuration accordingly under corresponding mode of operation.nullSuch as (decoding configuration information only illustrates as a example by resolution and code check herein),The coded format of certain video is H261,Resolution is 1280 × 720,Code check 2000kbps,And assume that GPU supports the mode of operation of DXVA_ModeH261_B,And the highest can support 1280 × 720 resolution、The code check of 3000kbps,After video player finds DXVA_ModeH261_B in driver reports rough decoding capacity information,By DXVA_ModeH261_B、1280 × 720 and 2000kbps are sent to driver,Under the mode of operation of DXVA_ModeH261_B, the resolution of 1280 × 720 and the code check of 2000kbps whether is supported with inquiry GPU,Driver can return the information of " support ".
Step 102, application program obtains corresponding decoding capacity information.Concrete, this decoding capacity information includes the rough decoding capacity information supporting the coded format of video to be decoded, and the accurate decoding capacity information corresponding with the decoding configuration information of video to be played.
Continue to apply above-mentioned example to illustrate, when video player confirms resolution and the code check of 2000kbps that GPU can support under the mode of operation of DXVA_ModeH261_B 1280 × 720, video player just can confirm that in the decoding capacity information of GPU, rough decoding capacity information is DXVA_ModeH261_B, and accurate decoding capacity information is resolution and the code check of 2000kbps of support 1280 × 720.
Step 103, application program judges that the decoding capacity information obtained is the truest, if truly, then performs step 104, otherwise, performs step 105.
Concrete, application program is performed by the Execute(of GPU drive connection interface (above-mentioned IAMVideoAcceleratorInputPin)) function, it is judged that the decoding capacity information of acquisition is the truest.The most permissible, first the structure DXVA_ConfigQueryOrReplyFunc to Execute function carries out the assignment of QueryOrReplyFlag=0xFFFFF1, bDXVA_Func=1;Then obtaining the return value of Execute function, when described return value is 0, the decoding capacity information of acquisition is true, and when described return value is not 0, the decoding capacity information of acquisition is untrue.
Step 104, video to be decoded is decoded by application program by GPU.
Concrete, application program first determines the decoding interface that the decoding capacity information of acquisition is corresponding, then by this decoding interface, video to be decoded is sent to described GPU and is decoded.While GPU is decoded, decoding video is carried out display output.
Step 105, video to be decoded is decoded by application program by default decoding process.Wherein, default decoding process is default decoding process, can be other decoding processes outside GPU decoding, can according to circumstances preset.
Preferably, video to be decoded is decoded by application program by soft decoding process.Concrete, first, application program disconnects the connection with IAMVideoAcceleratorInputPin, i.e. destroys corresponding FilterGraph(filter);Then, application program sets up the connection with video output interface, and such as application program can generate YV12OutputPin(and carry out the interface that video shows, referred to as video output interface), YV12OutputPin is used to be connected to the YV12InputPin of VMR, to regenerate FilterGraph;Video to be decoded is decoded, and by video output interface, decoding video is carried out display output.
The above embodiment of the present invention, whether inquiry GPU supports the decoding of video to be decoded, if supported, then obtain corresponding decoding capacity information, and judge that the decoding capacity information obtained is the truest, if it is true, then being decoded video to be decoded by described GPU, if GPU does not support the decoding of video to be decoded, or the decoding capacity information obtained is untrue, then by default decoding process, video to be decoded is decoded, the safety and reliability of video decoding process can be improved.
As in figure 2 it is shown, the video encoding/decoding method handling process in concrete application scenarios provided for the embodiment of the present invention, specifically include following steps:
Step 201, video player generates DXVAOutputPin.
Step 202, video player uses the IAMVideoAcceleratorInputPin that DXVAOutputPin connects VMR.
Step 203, whether video player inquiry GPU supports the decoding of video to be decoded, if supported, then performs step 204, otherwise, performs step 207.
Step 204, video player obtains corresponding decoding capacity information.This decoding capacity information includes the rough decoding capacity information supporting the coded format of video to be decoded, and the accurate decoding capacity information corresponding with the decoding configuration information of video to be played.
Step 205, video player calls the Execute function of IAMVideoAcceleratorInputPin, it is judged that the decoding capacity information of acquisition is the truest, if very, then performs step 206, otherwise performs step 207.
Step 206, video to be decoded is decoded by video player by GPU, and carries out display output.Flow process is terminated after having performed this step.
Step 207, video player destroys current FilterGraph.
Step 208, video player generates YV12OutputPin.
Step 209, video player uses the YV12InputPin that YV12OutputPin connects VMR.
Step 210, video player carries out soft decoding, and carries out display output by YV12OutputPin video to be decoded.
The above embodiment of the present invention, whether inquiry GPU supports the decoding of video to be decoded, if supported, then obtain corresponding decoding capacity information, and judge that the decoding capacity information obtained is the truest, if it is true, then being decoded video to be decoded by described GPU, if GPU does not support the decoding of video to be decoded, or the decoding capacity information obtained is untrue, then by default decoding process, video to be decoded is decoded, the safety and reliability of video decoding process can be improved.
Based on identical technology design, the embodiment of the present invention additionally provides a kind of video decoder, as it is shown on figure 3, include:
Enquiry module 310, for inquiring about whether graphic process unit GPU supports the decoding of video to be decoded, if supported, then obtains corresponding decoding capacity information;
Decoder module 320, the truest for judging the decoding capacity information obtained, if truly, then by described GPU, video to be decoded is decoded;If GPU does not support the decoding of video to be decoded, or the decoding capacity information obtained is untrue, then be decoded video to be decoded by default decoding process.
Preferably, described decoding capacity information includes rough decoding capacity information and accurate decoding capacity information;
Described enquiry module 310, specifically for:
Obtain the rough decoding capacity information of GPU;
When there is the rough decoding capacity information of the coded format supporting described video to be decoded in the rough decoding capacity information obtained, whether inquiry GPU supports the decoding configuration information of described video to be decoded under the mode of operation that this rough decoding capacity information is corresponding;
If supported, then obtain the rough decoding capacity information supporting described coded format, and the accurate decoding capacity information corresponding with described decoding configuration information.
Preferably, described decoder module 320, specifically for the Execute function by GPU drive connection interface, it is judged that the decoding capacity information of acquisition is the truest.
Preferably, described decoder module 320, specifically for:
Structure DXVA_ConfigQueryOrReplyFunc to Execute function carries out the assignment of QueryOrReplyFlag=0xFFFFF1, bDXVA_Func=1;
Obtaining the return value of Execute function, when described return value is 0, the decoding capacity information of acquisition is true, and when described return value is not 0, the decoding capacity information of acquisition is untrue.
Preferably, described decoder module 320, specifically for:
Determine the decoding interface that the decoding capacity information of acquisition is corresponding;
By described decoding interface, video to be decoded is sent to described GPU be decoded.
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 supported, then obtain corresponding decoding capacity information, and judge that the decoding capacity information obtained is the truest, if it is true, then being decoded video to be decoded by described GPU, if GPU does not support the decoding of video to be decoded, or the decoding capacity information obtained is untrue, then by default decoding process, video to be decoded is decoded, the safety and reliability of video decoding process can be improved.
It will be appreciated by those skilled in the art that the module in the device in embodiment can describe according to embodiment to carry out being distributed in the device of embodiment, it is also possible to carry out respective change and be disposed other than in one or more devices of the present embodiment.The module of above-described embodiment can merge into a module, it is also possible to is further split into multiple submodule.
The invention described above embodiment sequence number, just to describing, does not represent the quality of embodiment.
Through the above description of the embodiments, those skilled in the art is it can be understood that can add the mode of required general hardware platform by software to the present invention and realize, naturally it is also possible to by hardware, but a lot of in the case of the former is more preferably embodiment.Based on such understanding, the part that prior art is contributed by technical scheme the most in other words can embody with the form of software product, this computer software product is stored in a storage medium, including some instructions with so that a station terminal equipment (can be mobile phone, personal computer, server, or the network equipment etc.) perform the method described in each embodiment of the present invention.
The above is only the preferred embodiment of the present invention; it should be pointed out that, for those skilled in the art, under the premise without departing from the principles of the invention; can also make some improvements and modifications, these improvements and modifications also should regard protection scope of the present invention.

Claims (8)

1. a video encoding/decoding method, it is characterised in that including:
Whether inquiry graphic process unit GPU supports the decoding of video to be decoded, if supported, then obtains corresponding decoding capacity information;
Judge that the decoding capacity information obtained is the truest, if truly, then by described GPU, video to be decoded is decoded;
If GPU does not support the decoding of video to be decoded, or the decoding capacity information obtained is untrue, then be decoded video to be decoded by default decoding process;
Wherein, the described decoding capacity information judging to obtain is the truest, particularly as follows: by the Execute function of GPU drive connection interface, it is judged that the decoding capacity information of acquisition is the truest.
2. the method for claim 1, it is characterised in that described decoding capacity information includes rough decoding capacity information and accurate decoding capacity information;
Whether described inquiry GPU supports the decoding of video to be decoded, if supported, then obtains corresponding decoding capacity information, particularly as follows:
Obtain the rough decoding capacity information of GPU;
When there is the rough decoding capacity information of the coded format supporting described video to be decoded in the rough decoding capacity information obtained, whether inquiry GPU supports the decoding configuration information of described video to be decoded under the mode of operation that this rough decoding capacity information is corresponding;
If supported, then obtain the rough decoding capacity information supporting described coded format, and the accurate decoding capacity information corresponding with described decoding configuration information.
3. the method for claim 1, it is characterised in that video to be decoded is decoded by described GPU, particularly as follows:
Determine the decoding interface that the decoding capacity information of acquisition is corresponding;
By described decoding interface, video to be decoded is sent to described GPU be decoded.
4. the method for claim 1, it is characterised in that described default decoding process is specially soft decoding process.
5. a video decoder, it is characterised in that including:
Enquiry module, for inquiring about whether graphic process unit GPU supports the decoding of video to be decoded, if supported, then obtains corresponding decoding capacity information;
Decoder module, the truest for judging the decoding capacity information obtained, if truly, then by described GPU, video to be decoded is decoded;If GPU does not support the decoding of video to be decoded, or the decoding capacity information obtained is untrue, then be decoded video to be decoded by default decoding process;
Described decoder module, specifically for the Execute function by GPU drive connection interface, it is judged that the decoding capacity information of acquisition is the truest.
6. device as claimed in claim 5, it is characterised in that described decoding capacity information includes rough decoding capacity information and accurate decoding capacity information;
Described enquiry module, specifically for:
Obtain the rough decoding capacity information of GPU;
When there is the rough decoding capacity information of the coded format supporting described video to be decoded in the rough decoding capacity information obtained, whether inquiry GPU supports the decoding configuration information of described video to be decoded under the mode of operation that this rough decoding capacity information is corresponding;
If supported, then obtain the rough decoding capacity information supporting described coded format, and the accurate decoding capacity information corresponding with described decoding configuration information.
7. device as claimed in claim 5, it is characterised in that described decoder module, specifically for:
Determine the decoding interface that the decoding capacity information of acquisition is corresponding;
By described decoding interface, video to be decoded is sent to described GPU be decoded.
8. device as claimed in claim 5, it is characterised 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 CN103260021A (en) 2013-08-21
CN103260021B true 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)

Families Citing this family (12)

* 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
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
CN106231051B (en) * 2016-08-01 2020-04-03 腾讯科技(深圳)有限公司 Video decoding test method and related equipment
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
CN111246214B (en) * 2018-11-28 2022-05-06 杭州海康威视数字技术股份有限公司 Video decoding method and device
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
CN115546329B (en) * 2022-12-01 2023-05-16 广东保伦电子股份有限公司 Audio and video hardware acceleration transcoding detection method and system

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
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

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7511714B1 (en) * 2003-11-10 2009-03-31 Nvidia Corporation Video format conversion using 3D graphics pipeline of a GPU

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
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

Also Published As

Publication number Publication date
CN103260021A (en) 2013-08-21

Similar Documents

Publication Publication Date Title
CN103260021B (en) A kind of video encoding/decoding method and device
CN104144470B (en) A kind of Bluetooth connecting method and client
CN112087633B (en) Video decoding method, device and storage medium
US9407921B2 (en) Adaptive codec selection
CN103283250B (en) Method, device and system of video redirection
CN103702124B (en) A kind of transcoding accelerated method and transcoder
US9323545B2 (en) Method, system, module, and storage medium for automatic adaptation of hardware encoding and decoding
CN105681826B (en) Video-frequency data transmission system and method and video data decoding method
CN113766270B (en) Video playing method, system, server, terminal equipment and electronic equipment
CN111031389B (en) Video processing method, electronic device and storage medium
CN105959797A (en) Video decoding method and digital TV
CN104067627B (en) Method, device, system and computer-readable medium that a kind of video is redirected
CN105721934A (en) Video wireless transmission device and method, video play device and method, and system
CN104053015A (en) Media data transmitting method and virtual desktop server
CN110198427A (en) Video call method and device
CN104717555A (en) Video stream acquiring method and device
KR20210040881A (en) Image processing method, apparatus, device and storage medium
CN109982091A (en) A kind of processing method and processing device of image
CN102770827A (en) Method for displaying multimedia content on a screen of a terminal
CN113066140A (en) Image encoding method, image encoding device, computer device, and storage medium
US20170163990A1 (en) Video transcoding method and system
US9997132B2 (en) Data transmission method, data transmission system and portable display device of transmitting compressed data
CN113766266B (en) Audio and video processing method, device, equipment and storage medium
CN115567754A (en) Video playing method, device, equipment and storage medium
CN102325349A (en) Adaptive caching method and mobile equipment supporting same

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
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.