CN101771869A - AV (audio/video) encoding and decoding device and method - Google Patents

AV (audio/video) encoding and decoding device and method Download PDF

Info

Publication number
CN101771869A
CN101771869A CN 200810241747 CN200810241747A CN101771869A CN 101771869 A CN101771869 A CN 101771869A CN 200810241747 CN200810241747 CN 200810241747 CN 200810241747 A CN200810241747 A CN 200810241747A CN 101771869 A CN101771869 A CN 101771869A
Authority
CN
China
Prior art keywords
file
video
audio
data
decoder
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
CN 200810241747
Other languages
Chinese (zh)
Other versions
CN101771869B (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.)
Wondershare Technology Co ltd
Original Assignee
Shenzhen Wondershare Software 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 Shenzhen Wondershare Software Co Ltd filed Critical Shenzhen Wondershare Software Co Ltd
Priority to CN 200810241747 priority Critical patent/CN101771869B/en
Publication of CN101771869A publication Critical patent/CN101771869A/en
Application granted granted Critical
Publication of CN101771869B publication Critical patent/CN101771869B/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Compression Or Coding Systems Of Tv Signals (AREA)
  • Two-Way Televisions, Distribution Of Moving Picture Or The Like (AREA)

Abstract

The invention provides an AV (audio/video) encoding and decoding device, comprising a decoding module, a playing module, a conversion control module and an encoding module. The decoding module is used for importing a media file and calling a corresponding decoder to decode the media file, and the playing module is used for playing decoded AV data. The conversion control module is used for carrying out relevant processing on the decoded AV data, including the processing of scaling and effect adding on video resolution ratio according to encoding parameters, the processing of frame repeating and losing according to the frame rate and the time stamp, the processing of sampling rate conversion on audio data, the processing of discarding or silencing data filling on the audio data according to the data volume and the time stamp, and the processing of connecting a plurality of media files into one. The encoding module is used for calling a corresponding encoder and a media file synthesizer to generate a multimedia file in the specified format and with relevant parameters. The invention lowers the dependence of a user system environment, and leads software to be controllable in quality and have strong maintainability.

Description

A kind of audio/video encoding/decoding device and method
Technical field
The present invention relates to audio/video encoding/decoding, particularly a kind of audio/video encoding/decoding device and method that reduces user system environment dependence and raising software quality stability.
Background technology
Prior art generally adopts DirectShow or FFMPEG to carry out audio/video encoding/decoding.DirectShow be Microsoft release based on COM (Component Object Model, The Component Object Model) kit that Streaming Media is handled, Streaming Media on a kind of windows platform Development Framework is provided, and the audio/video encoding/decoding that can be used on the windows platform is handled.And FFMPEG is the project of fan exploitation of increasing income, and the integrated encoding and decoding of various Voice ﹠ Videos, and the conversion of various file formats generally adopt C language and assembler language to develop, can be cross-platform.
If adopt above-mentioned DirectShow technology to carry out audio/video encoding/decoding, can have following problem:
1) to the dependence height of user system environment.Adopt the DirectShow technology to carry out audio/video encoding/decoding, depend on the encoding and decoding assembly of the many third party developer's exploitations that exist in the system, and these assemblies obtain by some players or software kit that some are special are installed, and therefore cause existing in the different systems assembly different probably.
2) software quality exists uncertain.Because adopt the encoding and decoding assembly that depends on third party developer's exploitation, and the developer of these assemblies is different, quality is also uneven, causes some running papers can report an error on some computer, it is no problem to operate on some computer.And Microsoft also prepares to abandon gradually this framework of DirectShow, causes having a disconcerting prospect of this technology.
If adopt above-mentioned FFMPEG technology audio/video encoding/decoding, can have following problem:
Because FFMPE adopts the GPL agreement, if use this project, software must open source code so.And FFMPEG framework and code complexity are huge, and do not have note, are difficult to understand.If revise the BUG that exists or do necessary expansion, then difficulty is too high.And FFMPEG is mainly at the LINUX platform, and being transplanted to the WINDOWS platform then needs to make a large amount of modifications, uses inconvenience.
Summary of the invention
The technical problem to be solved in the present invention is, how at the dependence high and software quality uncertainty of available technology adopting DirecShow technology to user system environment, and the shortcoming that adopts the FFMPEG technology to be difficult to maintenance and expansion, provide a kind of and reduce user system environment dependence and raising software quality stability audio/video encoding/decoding device and method.
The technical solution adopted for the present invention to solve the technical problems is: a kind of audio/video encoding/decoding device comprises:
Decoder module is used for the importing medium file, calls corresponding decoder this media file is decoded;
Playing module is used for decoded audio, video data is play;
The conversion and control module, be used for decoded audio, video data is carried out relevant treatment, comprise: the convergent-divergent and the additive effect that carry out video resolution according to coding parameter are handled, carry out repeating frame and frame losing processing according to frame per second and timestamp, voice data is carried out sample rate conversion process, voice data is abandoned or fills up the processing of quiet data and the processing that a plurality of media files is connected into a media file according to data volume and timestamp;
Coding module comprises encoder and media file synthesizer, is used to call corresponding encoder and media file synthesizer, generates the multimedia file of specified format and relevant parameter.
Among the present invention, described decoder module specifically comprises polymorphic type decoding management device, image decoder, DirectShow decoder and media file decoder,
Polymorphic type decoding management device, being used for that the media file of file suffixes image type file suffixes by name is sent into image decoder decodes, the media file of file suffixes wmv, wma, rmvb and rm by name is sent into the DirectShow decoder decode, will send into the media file decoder except that the media file file suffixes wmv, wma, rmvb and the rm by name and decode;
Image decoder, the video data of YUV12 (all deposit by point of 12bit in the MPEG, the be abbreviated as YUV12 usually) type that obtains after being used for decoding returns to polymorphic type decoding management device;
The DirectShow decoder, the video data of the YUV12 type that obtains after being used for decoding and/or the voice data of 16 PCM (Pulse Code Modulation, pulse-code modulation recording) type return to polymorphic type decoding management device;
The media file decoder, the video data of the YUV12 type that obtains after being used for decoding and/or the voice data of 16 PCM types return to polymorphic type decoding management device.
Among the present invention, described media file decoder comprises that decode controller, file separate manager, file separator plug-in unit, decoding plug-in manager, audio decoder plug-in unit and Video Decoder plug-in unit;
Decode controller calls file separation manager and obtains media file information, file separation manager calls corresponding file separator plug-in unit according to the suffix name and obtains fileinfo, this document information comprises the reproduction time of number, the file of audio/video flow, the parameter of each road stream, and this parameter comprises code check, the resolution of video, the sample rate and the code check of audio frequency;
When playing module or conversion and control module invokes decode controller obtain the voice data of the video data of next YUV12 type or 16 PCM types, decode controller calls corresponding file separator plug-in unit order from file by file separation manager to be separated some videos or audio compression data and passes to decode controller, and data are passed to the decoding plug-in manager by decode controller, the decoding plug-in manager sends the audio decoder plug-in unit to according to the type of packed data or the Video Decoder plug-in unit is decoded, and the video data of the YUV12 type that decodes or the voice data of 16 PCM types are returned to decode controller.
Among the present invention, described conversion and control module comprises data processing module, file link block and modular converter,
The decoded audio, video data that data processing module is sent polymorphic type decoding management device carries out video scaling, image overlay, additive effect, the conversion of video display area ratio, eliminates interlacing scan processing, smoothed video timestamp, audio sample rate conversion and level and smooth audio time stamp processing;
The request of the file connection processing that the file link block is sent the interface is carried out the file connection processing and is handled, and comprises the alignment of file header timestamp, the alignment of end-of-file timestamp, the connection of file and the computing of video and audio time stamp;
Modular converter obtains the audio, video data that need carry out the file connection processing or obtains the audio, video data that need not to carry out the file connection processing from data processing module from the file link block, these audio, video datas are carried out conversion logic to be handled, comprise when video time stamp is less than or equal to audio time stamp, the video interface that calls coding module writes encoder with video data and encodes, when video time stamp during, call audio interface in the coding module and voice data is write encoder encode greater than audio time stamp.
Among the present invention, described coding module also comprises encode manager, and described encoder comprises audio coder plug-in unit and video encoder plug-in unit, and described media file synthesizer comprises media file synthesizer plug-in unit,
The conversion and control module writes voice data in the encode manager, encode manager is encoded to voice data by calling corresponding audio encoder plug-in unit, the conversion and control module writes video data in the encode manager, encode manager is by calling corresponding video encoder plug-in unit to coding video data, after coding is finished, encode manager is called corresponding media file synthesizer plug-in unit, and the data behind the coding are write media file according to the media file format standard of correspondence.
For dealing with problems on the other hand, the invention also discloses a kind of audio/video encoding/decoding method, comprise the steps:
A, importing medium file call corresponding decoder this media file are decoded;
B, decoded audio, video data is selected to play, or decoded audio, video data carried out relevant treatment, comprise: the convergent-divergent and the additive effect that carry out video resolution according to coding parameter are handled, carry out repeating frame and frame losing processing according to frame per second and timestamp, voice data is carried out sample rate conversion process, voice data is abandoned or fills up the processing of quiet data and the processing that a plurality of media files is connected into a media file according to data volume and timestamp;
C, call corresponding encoder and the media file synthesizer is encoded, generate the multimedia file of specified format and relevant parameter.
Among the present invention, in the described steps A, before decoding, also comprise the type of judging this media file, specifically comprise:
If the A1 file suffixes is called the image type file suffixes, include but not limited to bmp, jpg, png, then call image decoder and decode, obtain the video data of YUV12 type.
If the A2 file suffixes is wmv, wma, rmvb, rm, then call the DirectShow decoder and decode, obtain the YUV12 data behind the video decode, obtain the voice data of 16 PCM types behind the audio decoder.
If the A3 file suffixes is other media file suffix except that wmv, wma, rmvb, rm, include but not limited to mpg, mp4, ogg, then calling the media file decoder decodes, obtain the video data of YUV12 type behind the video decode, obtain the voice data of 16 PCM types behind the audio decoder.If decoding is failed then is adopted the DirectShow decoder to decode.
Among the present invention, in the described steps A 3, the process of decoding specifically comprises:
A31 obtains the step of fileinfo, and decode controller calls file and separates manager and obtain media file information in this step, and file separates manager and calls corresponding file separator plug-in unit according to the suffix name and obtain fileinfo;
A32, the step of video decode, when video data that obtains when playing module or conversion and control module invokes decode controller in this step and/or voice data, decode controller calls corresponding file separator plug-in unit order from file by file separation manager to be separated some video compression datas and/or audio compression data and passes to decode controller, and data are passed to the decoding plug-in manager by decode controller, the decoding plug-in manager sends the Video Decoder plug-in unit to according to the type of packed data and/or the audio decoder plug-in unit is decoded, and the video data of the YUV12 type that decodes and/or the voice data of 16 PCM types are returned to decode controller.
Among the present invention, among the described step B, the described step that decoded audio, video data is carried out relevant treatment comprises:
B1, data processing module carries out video scaling, image overlay, additive effect, the conversion of video display area ratio, eliminates interlacing scan processing, smoothed video timestamp, audio sample rate conversion and level and smooth audio time stamp processing decoded audio, video data;
B2, the request of the file connection processing that the file link block is sent the interface is carried out the file connection processing and is handled, and comprises the alignment of file header timestamp, the alignment of end-of-file timestamp, the connection of file and the computing of video and audio time stamp;
B3, modular converter obtains the audio, video data that need carry out the file connection processing or obtains the audio, video data that need not to carry out the file connection processing from data processing module from the file link block, these audio, video datas are carried out conversion logic to be handled, comprise when video time stamp is less than or equal to audio time stamp, the video interface that calls coding module writes encoder with video data and encodes, when video time stamp during, call audio interface in the coding module and voice data is write encoder encode greater than audio time stamp.
Among the present invention, described step C specifically comprises:
C1, the conversion and control module writes voice data in the encode manager, and by calling corresponding audio encoder plug-in unit voice data is encoded by encode manager, the conversion and control module writes video data in the encode manager, and by encode manager by calling corresponding video encoder plug-in unit to coding video data;
C2, after coding was finished, encode manager was called corresponding media file synthesizer plug-in unit, and the data after encoding are write media file according to the media file format standard of correspondence.
Enforcement the invention provides a kind of audio/video encoding/decoding device and method, compared with prior art, has following advantage:
1) reduced dependence, improved the certainty of software quality user system environment.
For WMV, WMA, RM, the RMVB form, the very reliable and stable assembly that Microsoft and Real company provide carries out encoding and decoding, and the computer of every WINDOWS platform all has this class component, has adopted the DirectShow technology to carry out encoding and decoding for this class form; And,, develop the audio frequency and video separator and the media file synthesizer of all kinds of media files then according to the standard of different file formats for extended formatting, again according to the standard of each coded format, develop decoder and encoder.In addition, for the high encoder of some technical difficulty, can also realize by select buying some very ripe and stable commercial SDK.Audio/video flow is adopted pattern respectively and carries out the method for audio-visual synchronization based on timestamp, design and develop the decoding platform, therefore reduced the dependence of user system environment, and software quality also is controlled.
2) be easy to safeguard.
Because encoding and decoding of the present invention separate with media file, composite part is mostly developed voluntarily according to Open Standard, and have detailed exploitation document, maintainable strong, do not need to announce the correlated source code.And another part is to realize by buying some maturations and stable commercial SDK, can solve some BUG by after-sale service.
Description of drawings
Fig. 1 is the flow chart of explanation audio/video encoding/decoding method embodiment of the present invention;
Fig. 2 is the data flow diagram that the data that enter decode procedure among Fig. 1 are carried out judgment processing;
Fig. 3 carries out the data flow diagram that codec data is handled among Fig. 2;
Fig. 4 is the data flow diagram of the invoked procedure of file connection processing among Fig. 1;
Fig. 5 is the data flow diagram that generates multimedia file among Fig. 1.
Embodiment
Further understand and understanding for the auditor is had architectural feature of the present invention and the function that had, cooperate detailed explanation, be described as follows in order to preferred embodiment and accompanying drawing:
As shown in Figure 1, mainly comprise according to audio/video encoding/decoding device of the present invention: decoder module, playing module, conversion and control module and coding module four major parts.According to audio/video encoding/decoding method of the present invention, each part is performed such work.
Step S1, decoder module importing medium file calls corresponding decoder this media file is decoded.Wherein decoder module specifically comprises polymorphic type decoding management device, image decoder, DirectShow decoder and media file decoder, for the audio, video data that enters decode procedure, does following processing (as shown in Figure 2) among this step S1:
A1, if file suffixes is called the image type file suffixes, as bmp, jpg, png etc., then polymorphic type decoding management device calls image decoder and decodes, obtain the video data of YUV12 (all deposit in the MPEG, be abbreviated as YUV12 usually) type by point of 12bit.
A2, if file suffixes is wmv, wma, rmvb, rm, then polymorphic type decoding management device calls the DirectShow decoder and decodes, obtain the video data of YUV12 type behind the video decode, obtain the voice data of 16 PCM (Pulse Code Modulation, pulse-code modulation recording) type behind the audio decoder.
A3, if file suffixes is other media file suffix except that wmv, wma, rmvb, rm, as mpg, mp4, ogg etc., but be not limited to this several forms, then polymorphic type decoding management device calls the media file decoder and decodes, obtain the YUV12 data behind the video decode, obtain the voice data of 16 PCM types behind the audio decoder.If decoding is failed then is adopted the DirectShow mode to decode.
Concrete, described media file decoder comprises that decode controller, file separate manager, file separator plug-in unit, decoding plug-in manager, audio decoder plug-in unit and Video Decoder plug-in unit, further comprise (as shown in Figure 3) for above-mentioned A3:
A31 obtains the process of fileinfo.
Decode controller calls file and separates manager, obtains media file information, as comprises the number of audio/video flow, the reproduction time of file, the parameter of each road stream (as information such as the sample rate of the code check of video, resolution, audio frequency, code checks).
File separates manager and calls corresponding file separator plug-in unit according to the suffix name and obtain fileinfo (as the type of file etc., because every type file format correspondence a file separator plug-in unit, these plug-in units are unified interface, be convenient to expansion, and the file separator plug-in unit is the standard according to this form correspondence, related data in the Study document is obtained fileinfo.For example the file separator plug-in unit of MP4 series can read the particular data in the MP4 file according to the content among the ISO14496, obtain fileinfo), if obtain failure, then call the file separator plug-in unit of other types, can solve because of file suffixes name mistake and cause the problem that can not play.
A32, the process of video decode.
When the Forward interface that calls decode controller when extraneous (playing module or conversion and control module) obtains the video data of next YUV12 type, decode controller calls the GetBlock interface and obtains some video compression datas from file separation manager, file separates the GetBlock interface that manager calls corresponding file separator plug-in unit, order is separated some video compression datas from file, and passes to decode controller.
Decode controller calls the PutData interface of decoding plug-in manager, data are passed to the decoding plug-in manager, the decoding plug-in manager is according to the type of packed data, call the PutData interface of corresponding decoder plug-in unit, packed data is passed to the decoder plug-in unit, and (various decoder plug-in units all are to write according to the compression of certain media formats and decompression standard, as decoding to the H264 video compression data, according to the described content of the 10th part of the MPEG-4 of ISO/IEC, realize decoding to H264.These plug-in units are unified interface, be convenient to expansion), the decode controller GetNextFrame interface that calls the decoding plug-in manager obtains the data of a video image then, the decoding plug-in manager is by calling the GetNextFrame interface in the corresponding decoder plug-in unit, packed data to input is decoded, and obtains the data of a video image.If the video compression data of input is not enough to obtain a video data, can repeat said process so, up to the video data that decodes a YUV12 type.
A33, the video decoding process of audio decoder process and steps A 32 is similar, no longer is repeated in this description here.
Step S2 can select to play to decoded audio, video data.
Step S3 to decoded audio, video data, carries out the convergent-divergent of video resolution according to coding parameter, and processing such as additive effect according to frame per second and timestamp, are carried out processing such as repeating frame and frame losing.Voice data is carried out sampling rate conversion, voice data is abandoned or fills up the processing of quiet data and the processing that a plurality of files is connected into a file according to data volume and timestamp.
Concrete, described conversion and control module comprises data processing module, file link block and modular converter, Fig. 4 is the invoked procedure flow chart of tape file connection processing among the above-mentioned steps S3, and the file connection processing is exactly that a plurality of file conversions are become a file output.
Data processing module mainly obtains audio, video data among this Fig. 4 from polymorphic type decoding management device, comprises the voice data of YUV12 data and 16 PCM types, and the step that data processing module is mainly handled comprises:
1) video scaling.
According to the bilinear interpolation algorithm, with the required resolution of conversion of resolution one-tenth coding of decoded image.
2) image overlay.
According to the image overlay algorithm, other images (picture of watermark or user's appointment) are added on the decoded image.
3) additive effect.
According to existing all kinds of special efficacy algorithms, as the anaglyph algorithm, the colored black and white algorithm that changes, inverse algorithms etc. carry out the effect conversion process to the image that decodes.
4) video display area ratio conversion.
According to the bilinear interpolation algorithm, image change is become the display mode of 4:3 or 16:9.
5) eliminating interlacing scan handles.
User by selecting is eliminated interlace mode, eliminates interlacing scan, comprising:
A, repetition odd-numbered line for the video image of a YUV12 type, copy to even number line to the data of odd-numbered line, replace even number line.
B, repetition even number line for the video image of a YUV12 type, copy to odd-numbered line to the data of even number line.
C, each numerical value in the adjacent two row odd-numbered lines is averaged the even number line between replacing it.
D, each value in the adjacent two row even number lines is averaged the odd-numbered line between replacing it.
6) smoothed video timestamp.
According to the timestamp of the image of decoding out, export in strict accordance with frame per second by multiimage and the image that abandons the feasible output of image.
7) audio sample rate conversion.
Adopt linear interpolation algorithm, the audio sample rate that decoding is come out converts the required audio sample rate of coding to.
8) level and smooth audio time stamp.
According to the relation of data volume and timestamp, fill quiet data or abandon data, make the dateout timestamp corresponding with data volume.
The step that the file link block is mainly handled among this Fig. 4 comprises:
1) file header timestamp alignment.
A media file video time started stamp might not be consistent with audio frequency time started stamp, can cause audio frequency and video asynchronous in the connection procedure, therefore video time stamp need be alignd with audio time stamp.The method of alignment is exactly the time started in each road audio/video flow to be stabbed the timestamp that flows on that minimum road stab as the time started of file, and all the other each road streams need to mend quiet data (audio frequency) by frame per second benefit picture black (video) or by data volume, align.
2) end-of-file timestamp alignment.
A media file video concluding time stamp might not be consistent with audio frequency concluding time stamp, also causes audio frequency and video asynchronous in the connection procedure, therefore video concluding time stamp and audio frequency concluding time stamp need be alignd.The method of alignment is exactly the concluding time in each road audio/video flow to be stabbed the timestamp that flows on maximum that road stab as the concluding time of file, and all the other each road streams need to mend quiet data (audio frequency) by frame per second benefit picture black (video) or by data volume, align.
3) connection of file.
After a file conversion finishes, create the decoder of next file, the timestamp of the Voice ﹠ Video data that obtain from decoder all will add the duration sum of the All Files that changed the front.
4) computational methods of video and audio time stamp.
The timestamp of obtaining from decoder need deduct the time started stamp of file, adds the duration sum of the All Files that changed the front.For example:
It is 0 second that a, file A video flowing time started stab, and the concluding time stamp is 5 seconds, and frame per second is 10 seconds; Audio stream time started stamp is 1 second, and the concluding time stamp is 6 seconds, and sample rate is 44100, and channel number is 1 sound channel.
It is 2 seconds that b, file B video flowing time started stab, and the concluding time stamp is 7 seconds, and frame per second is 10 seconds; Audio stream time started stamp is 3 seconds, and the concluding time stamp is 7 seconds, and sample rate is 44100, and channel number is 1 sound channel.
C, two files of connection:
The first step, the alignment of file header timestamp is according to 1) need as can be known 1 second quiet data of audio stream benefit.Data volume is 44100*16/8*1.
In second step, the alignment of end-of-file timestamp when video playback finishes, needs need mend 10 picture black by frame per second polishing end-of-file according to frequency, aligns with audio frequency.
In the 3rd step, the decoder of establishment file B carries out the alignment of file header timestamp to file B.The duration of file A is 6-0=6 second, therefore is revised as 2-2+6=6 for the video first two field picture timestamp.
Therefore the timestamp of the audio, video data that gets access to from the file link block is continuous forever.
The conversion process of modular converter comprises among this Fig. 4:
Carry out the file connection processing if desired, modular converter need obtain video and voice data from the file link block; If need not to carry out the file connection processing, modular converter then obtains audio, video data from data processing module so.Conversion logic is as follows:
After taking a frame of video and voice data, judge that whether video time stamp is less than audio time stamp, if be less than or equal to audio time stamp, by the FCWriteVideoFrame interface that calls in the encode manager video data is write encoder so, encode; If greater than voice data, by the FCWriteAudioData interface that calls in the encode manager voice data is write encoder so, encode.The GetFrame interface that modular converter calls the file link block obtains the next frame data, repeats said process.
Step S4, coding module (comprising encoder and media file synthesizer) call corresponding encoder and media file synthesizer and encode and generate the multimedia file of specified format and relevant parameter.
Concrete, described coding module also comprises encode manager, described encoder comprises audio coder plug-in unit and video encoder plug-in unit, and described media file synthesizer comprises media file synthesizer plug-in unit, further comprises (as shown in Figure 5) for above-mentioned steps S4:
The FCWriteAudioData interface that D1, switching controller call in the encode manager writes the voice data of 16 PCM types in the encode manager respectively;
D2, encode manager encodes to voice data by calling corresponding audio encoder plug-in unit that (most of encoder plug-in unit all is to realize according to the corresponding normative document coding of this coding; A part encoder plug-in unit such as MPG encode, and realize by the SDK that buys MainConcept company for example and provide);
D3, after coding was finished, encode manager was by calling corresponding media file synthesizer plug-in unit, and the data behind the coding according to the media file format standard of correspondence, are written in the media file;
D4, video coding mode and audio coding mode are similar.
In sum,, reduced the dependence of user system environment, made that software quality is controlled by adopting technical solution of the present invention, and because encoding and decoding separate with media file, composite part mostly is to carry out according to disclosed standard, maintainable strong.
The above is the preferred embodiments of the present invention only, is not limited to the present invention, and for a person skilled in the art, the present invention can have various changes and variation.Within the spirit and principles in the present invention all, any modification of being done, be equal to replacement, improvement etc., all should be included within the claim scope of the present invention.

Claims (9)

1. an audio/video encoding/decoding device is characterized in that, comprising:
Decoder module is used for the importing medium file, calls corresponding decoder this media file is decoded;
Playing module is used for decoded audio, video data is play;
The conversion and control module, be used for decoded audio, video data is carried out relevant treatment, comprise: the convergent-divergent and the additive effect that carry out video resolution according to coding parameter are handled, carry out repeating frame and frame losing processing according to frame per second and timestamp, voice data is carried out sample rate conversion process, voice data is abandoned or fills up the processing of quiet data and the processing that a plurality of media files is connected into a media file according to data volume and timestamp;
Coding module comprises encoder and media file synthesizer, is used to call corresponding encoder and media file synthesizer, generates the multimedia file of specified format and relevant parameter.
2. audio/video encoding/decoding device according to claim 1 is characterized in that, described decoder module specifically comprises polymorphic type decoding management device, image decoder, DirectShow decoder and media file decoder,
Polymorphic type decoding management device, being used for that the media file of file suffixes image type file suffixes by name is sent into image decoder decodes, the media file of file suffixes wmv, wma, rmvb and rm by name is sent into the DirectShow decoder decode, will send into the media file decoder except that the media file file suffixes wmv, wma, rmvb and the rm by name and decode;
Image decoder, the video data of the YUV12 type that obtains after being used for decoding returns to polymorphic type decoding management device;
The DirectShow decoder, the video data of the YUV12 type that obtains after being used for decoding and/or the voice data of 16 PCM types return to polymorphic type decoding management device;
The media file decoder, the video data of the YUV12 type that obtains after being used for decoding and/or the voice data of 16 PCM types return to polymorphic type decoding management device.
3. audio/video encoding/decoding device according to claim 2, it is characterized in that described media file decoder comprises that decode controller, file separate manager, file separator plug-in unit, decoding plug-in manager, audio decoder plug-in unit and Video Decoder plug-in unit;
Decode controller calls file separation manager and obtains media file information, file separation manager calls corresponding file separator plug-in unit according to the suffix name and obtains fileinfo, this document information comprises the reproduction time of number, the file of audio/video flow, the parameter of each road stream, and this parameter comprises code check, the resolution of video, the sample rate and the code check of audio frequency;
When playing module or conversion and control module invokes decode controller obtain the video data of next YUV12 type, decode controller calls corresponding file separator plug-in unit order from file by file separation manager to be separated some video compression datas and passes to decode controller, and data are passed to the decoding plug-in manager by decode controller, the decoding plug-in manager sends the audio decoder plug-in unit to according to the type of packed data or the Video Decoder plug-in unit is decoded, and the video data of the YUV12 type that decodes or the voice data of 16 PCM types are returned to decode controller.
4. audio/video encoding/decoding device according to claim 2 is characterized in that, described conversion and control module comprises data processing module, file link block and modular converter,
The decoded audio, video data that data processing module is sent polymorphic type decoding management device carries out video scaling, image overlay, additive effect, the conversion of video display area ratio, eliminates interlacing scan processing, smoothed video timestamp, audio sample rate conversion and level and smooth audio time stamp processing;
The request of the file connection processing that the file link block is sent the interface is carried out the file connection processing and is handled, and comprises the alignment of file header timestamp, the alignment of end-of-file timestamp, the connection of file and the computing of video and audio time stamp;
Modular converter obtains the audio, video data that need carry out the file connection processing or obtains the audio, video data that need not to carry out the file connection processing from data processing module from the file link block, these audio, video datas are carried out conversion logic to be handled, comprise when video time stamp is less than or equal to audio time stamp, the video interface that calls coding module writes encoder with video data and encodes, when video time stamp during, call audio interface in the coding module and voice data is write encoder encode greater than audio time stamp.
5. audio/video encoding/decoding device according to claim 1, it is characterized in that described coding module also comprises encode manager, described encoder comprises audio coder plug-in unit and video encoder plug-in unit, described media file synthesizer comprises media file synthesizer plug-in unit
The conversion and control module writes voice data in the encode manager, encode manager is encoded to voice data by calling corresponding audio encoder plug-in unit, the conversion and control module writes video data in the encode manager, encode manager is by calling corresponding video encoder plug-in unit to coding video data, after coding is finished, encode manager is called corresponding media file synthesizer plug-in unit, and the data behind the coding are write media file according to the media file format standard of correspondence.
6. one kind based on the described audio/video encoding/decoding method of claim 1, it is characterized in that, comprises the steps:
A, importing medium file call corresponding decoder this media file are decoded;
B, decoded audio, video data is selected to play, or decoded audio, video data carried out relevant treatment, comprise: the convergent-divergent and the additive effect that carry out video resolution according to coding parameter are handled, carry out repeating frame and frame losing processing according to frame per second and timestamp, voice data is carried out sample rate conversion process, voice data is abandoned or fills up the processing of quiet data and the processing that a plurality of media files is connected into a media file according to data volume and timestamp;
C, call corresponding encoder and media file synthesizer, generate the multimedia file of specified format and relevant parameter.
7. audio/video encoding/decoding method according to claim 6 is characterized in that, in the described steps A, also comprises the type of judging this media file before decoding, and specifically comprises:
If the A1 file suffixes is called the image type file suffixes, comprise bmp, jpg, png, then call image decoder and decode, obtain the video data of YUV12 type.
If the A2 file suffixes is wmv, wma, rmvb, rm, then call the DirectShow decoder and decode, obtain the YUV12 data behind the video decode, obtain the voice data of 16 PCM types behind the audio decoder.
If the A3 file suffixes is other media file suffix except that wmv, wma, rmvb, rm, comprise mpg, mp4, ogg, then call the media file decoder and decode, obtain the video data of YUV12 type behind the video decode, obtain the voice data of 16 PCM types behind the audio decoder.If decoding is failed then is adopted the DirectShow decoder to decode.
8. audio/video encoding/decoding method according to claim 7 is characterized in that, in the described steps A 3, the process of decoding specifically comprises:
A31 obtains the step of fileinfo, and decode controller calls file and separates manager and obtain media file information in this step, and file separates manager and calls corresponding file separator plug-in unit according to the suffix name and obtain fileinfo;
A32, the step of video decode, in this step when playing module or conversion and control module invokes decode controller obtain video data and/or voice data, decode controller calls corresponding file separator plug-in unit order from file by file separation manager to be separated some video compression datas and/or audio compression data and passes to decode controller, and data are passed to the decoding plug-in manager by decode controller, the decoding plug-in manager sends the Video Decoder plug-in unit to according to the type of packed data and/or the audio decoder plug-in unit is decoded, and the video data of the YUV12 type that decodes and/or the voice data of 16 PCM types are returned to decode controller.
9. audio/video encoding/decoding method according to claim 6 is characterized in that, among the described step B, the described step that decoded audio, video data is carried out relevant treatment comprises:
B1, data processing module carries out video scaling, image overlay, additive effect, the conversion of video display area ratio, eliminates interlacing scan processing, smoothed video timestamp, audio sample rate conversion and level and smooth audio time stamp processing decoded audio, video data;
B2, the needs that the file link block is sent the data processing module carry out the audio, video data of file connection processing, carry out the alignment of file header timestamp, the alignment of end-of-file timestamp, the connection of file and the computing of video and audio time stamp;
B3, modular converter obtains the audio, video data that need carry out the file connection processing or obtains the audio, video data that need not to carry out the file connection processing from data processing module from the file link block, these audio, video datas are carried out conversion logic to be handled, comprise when video time stamp is less than or equal to audio time stamp, the video interface that calls coding module writes encoder with video data and encodes, when video time stamp during, call audio interface in the coding module and voice data is write encoder encode greater than audio time stamp.
10 audio/video encoding/decoding methods according to claim 6 is characterized in that described step C specifically comprises:
C1, the conversion and control module writes voice data in the encode manager, and by calling corresponding audio encoder plug-in unit voice data is encoded by encode manager, the conversion and control module writes video data in the encode manager, and by encode manager by calling corresponding video encoder plug-in unit to coding video data;
C2, after coding was finished, encode manager was called corresponding media file synthesizer plug-in unit, and the data after encoding are write media file according to the media file format standard of correspondence.
CN 200810241747 2008-12-30 2008-12-30 AV (audio/video) encoding and decoding device and method Expired - Fee Related CN101771869B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN 200810241747 CN101771869B (en) 2008-12-30 2008-12-30 AV (audio/video) encoding and decoding device and method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN 200810241747 CN101771869B (en) 2008-12-30 2008-12-30 AV (audio/video) encoding and decoding device and method

Publications (2)

Publication Number Publication Date
CN101771869A true CN101771869A (en) 2010-07-07
CN101771869B CN101771869B (en) 2011-09-28

Family

ID=42504417

Family Applications (1)

Application Number Title Priority Date Filing Date
CN 200810241747 Expired - Fee Related CN101771869B (en) 2008-12-30 2008-12-30 AV (audio/video) encoding and decoding device and method

Country Status (1)

Country Link
CN (1) CN101771869B (en)

Cited By (33)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101996662A (en) * 2010-10-22 2011-03-30 深圳市万兴软件有限公司 Method and device for connecting and outputting video files
CN102244825A (en) * 2011-06-10 2011-11-16 中兴通讯股份有限公司 Multimedia stream playing method and device
CN102654884A (en) * 2012-04-26 2012-09-05 深圳市万兴软件有限公司 Method, device and system for capturing media data
WO2014036910A1 (en) * 2012-09-06 2014-03-13 腾讯科技(深圳)有限公司 Automatically adapting hardware encoding/decoding method, system, module and storage medium
CN103873888A (en) * 2012-12-12 2014-06-18 深圳市快播科技有限公司 Live broadcast method of media files and live broadcast source server
CN104683810A (en) * 2015-02-28 2015-06-03 武汉烽火众智数字技术有限责任公司 Dynamic decoding method and device based on characteristic analysis
CN105578260A (en) * 2015-12-18 2016-05-11 无锡天脉聚源传媒科技有限公司 Video editing method and device
CN105592321A (en) * 2015-12-18 2016-05-18 无锡天脉聚源传媒科技有限公司 Method and device for clipping video
CN105611401A (en) * 2015-12-18 2016-05-25 无锡天脉聚源传媒科技有限公司 Video cutting method and video cutting device
CN105893496A (en) * 2016-03-29 2016-08-24 联想(北京)有限公司 Information processing method and device and electronic device
WO2017067489A1 (en) * 2015-10-22 2017-04-27 深圳市中兴微电子技术有限公司 Set-top box audio-visual synchronization method, device and storage medium
CN106792123A (en) * 2016-12-20 2017-05-31 北京数码视讯科技股份有限公司 Dynamic station symbol embedded system and method
WO2017157276A1 (en) * 2016-03-14 2017-09-21 腾讯科技(深圳)有限公司 Method and device for stitching multimedia files
CN107710783A (en) * 2015-06-16 2018-02-16 雅马哈株式会社 Audio devices, audio system and sync reproduction method
CN105611427B (en) * 2016-02-16 2019-04-16 青岛海信电器股份有限公司 The control method for playing back and device of audio-video
CN109814406A (en) * 2019-01-24 2019-05-28 成都戴瑞斯智控科技有限公司 A kind of data processing method and decoder architecture of the automatically controlled analogue system of model trajectory
CN109842801A (en) * 2019-01-25 2019-06-04 赵腾 A kind of digital video compression processing method and system
CN109903752A (en) * 2018-05-28 2019-06-18 华为技术有限公司 The method and apparatus for being aligned voice
CN110176256A (en) * 2019-04-15 2019-08-27 平安科技(深圳)有限公司 Recording file format conversion method, device, computer equipment and storage medium
CN110691211A (en) * 2013-07-22 2020-01-14 太阳专利托管公司 Storage method, reproduction method, storage device, and reproduction device
CN111026271A (en) * 2013-03-15 2020-04-17 意美森公司 Method and apparatus for encoding and decoding haptic information in multimedia file
WO2020107168A1 (en) * 2018-11-26 2020-06-04 深圳市欢太科技有限公司 Video decoding method and device, electronic apparatus, and computer-readable storage medium
CN111666114A (en) * 2020-04-28 2020-09-15 中国石油天然气集团有限公司 Plug-in type well logging data conversion method
CN112437325A (en) * 2020-11-23 2021-03-02 杭州当虹科技股份有限公司 8KSDI signal generator implementation method
CN112702606A (en) * 2020-12-21 2021-04-23 深圳市广湖科技有限公司 Multi-format stream media intelligent conversion coder-decoder and use method thereof
CN112823529A (en) * 2018-11-29 2021-05-18 深圳市欢太科技有限公司 Video decoding method, video decoding device, electronic equipment and computer readable storage medium
CN113259738A (en) * 2021-05-08 2021-08-13 广州市奥威亚电子科技有限公司 Audio and video synchronization method and device, electronic equipment and storage medium
CN113301426A (en) * 2021-04-07 2021-08-24 深圳市麦谷科技有限公司 Previewing method and device for live video, terminal equipment and storage medium
CN113496705A (en) * 2021-08-19 2021-10-12 杭州华橙软件技术有限公司 Audio processing method and device, storage medium and electronic equipment
CN114302202A (en) * 2021-12-22 2022-04-08 深圳创维-Rgb电子有限公司 Audio and video screen projection method, device, equipment, system and storage medium
CN114422840A (en) * 2022-01-04 2022-04-29 海信视像科技股份有限公司 Audio track switching method and device
CN115311758A (en) * 2022-06-29 2022-11-08 惠州市德赛西威汽车电子股份有限公司 Method, system and storage medium for recording driving video of DVR built in Android vehicle-mounted platform
CN116320536A (en) * 2023-05-16 2023-06-23 瀚博半导体(上海)有限公司 Video processing method, device, computer equipment and computer readable storage medium

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5952943A (en) * 1996-10-11 1999-09-14 Intel Corporation Encoding image data for decode rate control
CN100464586C (en) * 2005-11-27 2009-02-25 海信集团有限公司 MPEG1 file real-time playing method based on IP STB
CN101047842A (en) * 2006-03-27 2007-10-03 中兴通讯股份有限公司 Method for playing flow media audio-vedio on radio binary operation environment mobile phone
CN100426862C (en) * 2006-05-19 2008-10-15 北京中星微电子有限公司 Method and apparatus for obtaining current broadcasting time while broadcasting multi-medium document

Cited By (55)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101996662B (en) * 2010-10-22 2012-08-08 深圳市万兴软件有限公司 Method and device for connecting and outputting video files
CN101996662A (en) * 2010-10-22 2011-03-30 深圳市万兴软件有限公司 Method and device for connecting and outputting video files
CN102244825A (en) * 2011-06-10 2011-11-16 中兴通讯股份有限公司 Multimedia stream playing method and device
CN102654884A (en) * 2012-04-26 2012-09-05 深圳市万兴软件有限公司 Method, device and system for capturing media data
US9323545B2 (en) 2012-09-06 2016-04-26 Tencent Technology (Shenzhen) Company Limited Method, system, module, and storage medium for automatic adaptation of hardware encoding and decoding
WO2014036910A1 (en) * 2012-09-06 2014-03-13 腾讯科技(深圳)有限公司 Automatically adapting hardware encoding/decoding method, system, module and storage medium
CN103686164A (en) * 2012-09-06 2014-03-26 腾讯科技(深圳)有限公司 Method, system and module for self-adaptive hardware coding and decoding
CN103873888A (en) * 2012-12-12 2014-06-18 深圳市快播科技有限公司 Live broadcast method of media files and live broadcast source server
CN111026271A (en) * 2013-03-15 2020-04-17 意美森公司 Method and apparatus for encoding and decoding haptic information in multimedia file
CN110691211B (en) * 2013-07-22 2022-03-25 太阳专利托管公司 Storage method, reproduction method, storage device, and reproduction device
CN110691211A (en) * 2013-07-22 2020-01-14 太阳专利托管公司 Storage method, reproduction method, storage device, and reproduction device
CN104683810A (en) * 2015-02-28 2015-06-03 武汉烽火众智数字技术有限责任公司 Dynamic decoding method and device based on characteristic analysis
CN104683810B (en) * 2015-02-28 2019-09-06 武汉烽火众智数字技术有限责任公司 A kind of dynamic decoder method and apparatus based on signature analysis
CN107710783A (en) * 2015-06-16 2018-02-16 雅马哈株式会社 Audio devices, audio system and sync reproduction method
CN106612452A (en) * 2015-10-22 2017-05-03 深圳市中兴微电子技术有限公司 Audio-video synchronizing method and device of set top box
WO2017067489A1 (en) * 2015-10-22 2017-04-27 深圳市中兴微电子技术有限公司 Set-top box audio-visual synchronization method, device and storage medium
CN106612452B (en) * 2015-10-22 2019-12-13 深圳市中兴微电子技术有限公司 method and device for synchronizing audio and video of set top box
CN105592321A (en) * 2015-12-18 2016-05-18 无锡天脉聚源传媒科技有限公司 Method and device for clipping video
CN105611401B (en) * 2015-12-18 2018-08-24 无锡天脉聚源传媒科技有限公司 A kind of method and apparatus of video clipping
CN105578260A (en) * 2015-12-18 2016-05-11 无锡天脉聚源传媒科技有限公司 Video editing method and device
CN105611401A (en) * 2015-12-18 2016-05-25 无锡天脉聚源传媒科技有限公司 Video cutting method and video cutting device
CN105611427B (en) * 2016-02-16 2019-04-16 青岛海信电器股份有限公司 The control method for playing back and device of audio-video
US10679675B2 (en) 2016-03-14 2020-06-09 Tencent Technology (Shenzhen) Company Limited Multimedia file joining method and apparatus
WO2017157276A1 (en) * 2016-03-14 2017-09-21 腾讯科技(深圳)有限公司 Method and device for stitching multimedia files
CN105893496B (en) * 2016-03-29 2020-07-24 联想(北京)有限公司 Information processing method and device and electronic equipment
CN105893496A (en) * 2016-03-29 2016-08-24 联想(北京)有限公司 Information processing method and device and electronic device
CN106792123A (en) * 2016-12-20 2017-05-31 北京数码视讯科技股份有限公司 Dynamic station symbol embedded system and method
US11631397B2 (en) 2018-05-28 2023-04-18 Huawei Technologies Co., Ltd. Voice alignment method and apparatus
CN109903752B (en) * 2018-05-28 2021-04-20 华为技术有限公司 Method and device for aligning voice
CN109903752A (en) * 2018-05-28 2019-06-18 华为技术有限公司 The method and apparatus for being aligned voice
WO2020107168A1 (en) * 2018-11-26 2020-06-04 深圳市欢太科技有限公司 Video decoding method and device, electronic apparatus, and computer-readable storage medium
CN112823519A (en) * 2018-11-26 2021-05-18 深圳市欢太科技有限公司 Video decoding method, video decoding device, electronic equipment and computer readable storage medium
CN112823519B (en) * 2018-11-26 2023-10-13 深圳市欢太科技有限公司 Video decoding method, device, electronic equipment and computer readable storage medium
CN112823529A (en) * 2018-11-29 2021-05-18 深圳市欢太科技有限公司 Video decoding method, video decoding device, electronic equipment and computer readable storage medium
CN112823529B (en) * 2018-11-29 2023-06-13 深圳市欢太科技有限公司 Video decoding method, device, electronic equipment and computer readable storage medium
CN109814406B (en) * 2019-01-24 2021-12-24 成都戴瑞斯智控科技有限公司 Data processing method and decoder framework of track model electronic control simulation system
CN109814406A (en) * 2019-01-24 2019-05-28 成都戴瑞斯智控科技有限公司 A kind of data processing method and decoder architecture of the automatically controlled analogue system of model trajectory
CN109842801A (en) * 2019-01-25 2019-06-04 赵腾 A kind of digital video compression processing method and system
CN110176256A (en) * 2019-04-15 2019-08-27 平安科技(深圳)有限公司 Recording file format conversion method, device, computer equipment and storage medium
CN110176256B (en) * 2019-04-15 2022-06-14 平安科技(深圳)有限公司 Recording file format conversion method and device, computer equipment and storage medium
CN111666114A (en) * 2020-04-28 2020-09-15 中国石油天然气集团有限公司 Plug-in type well logging data conversion method
CN111666114B (en) * 2020-04-28 2023-08-22 中国石油天然气集团有限公司 Plug-in logging data conversion method
CN112437325A (en) * 2020-11-23 2021-03-02 杭州当虹科技股份有限公司 8KSDI signal generator implementation method
CN112702606A (en) * 2020-12-21 2021-04-23 深圳市广湖科技有限公司 Multi-format stream media intelligent conversion coder-decoder and use method thereof
CN113301426A (en) * 2021-04-07 2021-08-24 深圳市麦谷科技有限公司 Previewing method and device for live video, terminal equipment and storage medium
CN113259738A (en) * 2021-05-08 2021-08-13 广州市奥威亚电子科技有限公司 Audio and video synchronization method and device, electronic equipment and storage medium
CN113496705A (en) * 2021-08-19 2021-10-12 杭州华橙软件技术有限公司 Audio processing method and device, storage medium and electronic equipment
CN113496705B (en) * 2021-08-19 2024-03-08 杭州华橙软件技术有限公司 Audio processing method and device, storage medium and electronic equipment
CN114302202B (en) * 2021-12-22 2023-03-14 深圳创维-Rgb电子有限公司 Audio and video screen projection method, device, equipment, system and storage medium
CN114302202A (en) * 2021-12-22 2022-04-08 深圳创维-Rgb电子有限公司 Audio and video screen projection method, device, equipment, system and storage medium
CN114422840A (en) * 2022-01-04 2022-04-29 海信视像科技股份有限公司 Audio track switching method and device
CN115311758A (en) * 2022-06-29 2022-11-08 惠州市德赛西威汽车电子股份有限公司 Method, system and storage medium for recording driving video of DVR built in Android vehicle-mounted platform
CN115311758B (en) * 2022-06-29 2023-12-15 惠州市德赛西威汽车电子股份有限公司 Method, system and storage medium for recording DVR driving video built in Android vehicle-mounted platform
CN116320536A (en) * 2023-05-16 2023-06-23 瀚博半导体(上海)有限公司 Video processing method, device, computer equipment and computer readable storage medium
CN116320536B (en) * 2023-05-16 2023-08-18 瀚博半导体(上海)有限公司 Video processing method, device, computer equipment and computer readable storage medium

Also Published As

Publication number Publication date
CN101771869B (en) 2011-09-28

Similar Documents

Publication Publication Date Title
CN101771869B (en) AV (audio/video) encoding and decoding device and method
CA2583028C (en) A video compression system
CN103139559B (en) Multi-media signal transmission method and device
CN101535981A (en) Methods and systems for use in maintaining media data quality upon conversion to a different data format
JP6475228B2 (en) Operations that are aware of the syntax of media files in container format
CN105721880A (en) Reducing Latency In Video Encoding And Decoding
CN100579236C (en) Audio coding/decoding method and device
CN105049896B (en) A kind of flow media advertisement insertion method and system based on HLS protocol
CN102595114B (en) Method and terminal for playing video on low-side embedded product
CN100521791C (en) Image processing device and image processing method
CN106982382A (en) For the signaling in gradable video encoding and perform time stage switching system and method
CN1809873B (en) Receiving apparatus, sending apparatus and transmission system
CN102948148A (en) Combining multiple bit rate and scalable video coding
US7062097B2 (en) Computational graceful degradation method using priority information in multiple objects case
US8792734B2 (en) Apparatus and method for transmitting/receiving image data in mobile communication system
RU2708942C2 (en) Audio signals encoding and decoding
CN101292428B (en) Method and apparatus for encoding/decoding
CN102971788A (en) Method and encoder and decoder for gapless playback of an audio signal
WO2009064067A1 (en) System and method for producing importance rate-based rich media, and server applied to the same
CN103430558A (en) A method for optimizing a video stream
CN1756358A (en) Method and/or apparatus for encoding and/or decoding digital video together with an N-bit alpha plane
CN100531377C (en) Image processing device and image processing method
CN106454369B (en) Dynamic image prediction decoding method, dynamic image prediction decoding device
CN101459833B (en) Transcoding method used for similar video code stream and transcoding device thereof
Chiariglione MPEG: a technological basis for multimedia applications

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
C56 Change in the name or address of the patentee

Owner name: SHENZHEN WONDERSHARE INFORMATION TECHNOLOGY CO., L

Free format text: FORMER NAME: SHENZHEN WONDERSHARE SOFTWARE CO., LTD.

CP03 Change of name, title or address

Address after: 518057 Guangdong city of Shenzhen province Nanshan District Gao Xin Road, room 9 building on the north side of block A901 No. 006 TCL Industry Research Institute building A A Building 8 floor

Patentee after: SHENZHEN WONDERSHARE INFORMATION TECHNOLOGY Co.,Ltd.

Address before: 518057 Guangdong province Shenzhen city Nanshan District high tech Park South Road Fucheng technology building on the third floor

Patentee before: WONDERSHARE SOFTWARE Co.,Ltd.

CP03 Change of name, title or address
CP03 Change of name, title or address

Address after: 850000 Tibet autonomous region, Lhasa City, New District, west of the East Ring Road, 1-4 road to the north, south of 1-3 Road, Liu Dong building, east of the 8 unit 6, floor 2, No.

Patentee after: WONDERSHARE TECHNOLOGY CO.,LTD.

Address before: 518057 Guangdong city of Shenzhen province Nanshan District Gao Xin Road, room 9 building on the north side of block A901 No. 006 TCL Industry Research Institute building A A Building 8 floor

Patentee before: SHENZHEN WONDERSHARE INFORMATION TECHNOLOGY Co.,Ltd.

CF01 Termination of patent right due to non-payment of annual fee
CF01 Termination of patent right due to non-payment of annual fee

Granted publication date: 20110928