Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - decoder
Search - decoder - List
android音频视频编码解码,里面写的比较详细,给出了一些源代码和实例。-android audio and video codec, which write in more detail, gives some source code and examples.
Date : 2025-12-25 Size : 1.29mb User : 王勇

H264解码器源码,移植ffmpeg中的H264解码部分到Android,深度删减优化,在模拟器(320x480)中验证通过。 程序的采用jni架构。界面部分,文件读取,视频显示都是用java做的,底层的视频解码用C来做满足速度的要求。 在这个版本中,从H264码流中分割出Nal是在java层做的,这样在java层直接调用解码时就知道是否有显示视频,缺点的就是耦合度/封装性差一点。 如果采用在底层做Nal分割的方法,可以封装得好看一些,但是每次送的数据有限制,如果送的数据太多,底层可能会一次解码出好几帧视频,但是通知到界面层只能显示一帧,造成丢帧的现象。 如果每次送的数据较少,就会有很多次底层调用没有进行实质解码,很小气的做法,比如有一压缩数据帧需要600字节,如果一次送100个字节给解码器,那么要送6次才会进行实质解码,因为每个数据帧有大有小,所以只能取极小值才不会导致丢帧。 不过所有的编码解码都是各种因素平衡折中的结果,具体用什么方法具体分析。-H264 decoder source code, porting ffmpeg s H264 decoder part to Android, the depth of cut optimization, in the simulator (320x480) to verify through. Program using jni architecture. Interface portion of the file to read, the video display is made with java, the underlying video decoding in C to do to meet the speed requirements. In this version, the H264 stream from a separate layer of Nal is done in java, so call decoding in java layer directly whether there is to know when to display video, drawback is the coupling/packaging of almost. If used at the bottom do Nal segmentation method can be encapsulated look good, but each time there is limited data to send, if you get too much data, the underlying may be a decoding of several frames of video, but the notice to the interface layer can only display one, resulting in dropped frames phenomenon. If you send less data each time, there will be many times not to call the underlying substance of decoding, a small gas practices, s
Date : 2025-12-25 Size : 225kb User : wyc

移植到android的开源ffmpeg解码器,支持大部分视频编码-Transplanted into android open source ffmpeg decoder, support most video coding
Date : 2025-12-25 Size : 5.15mb User : 颜风

android源码中提取的h264编解码部分-android H264 encoder & decoder source code
Date : 2025-12-25 Size : 96kb User : jiakai

this dtmf decoder source code. -this is dtmf decoder source code.
Date : 2025-12-25 Size : 261kb User : Jae

H264解码器源码,移植ffmpeg中的H264解码部分到Android,深度删减优化,在模拟器(320x480)中验证通过。 程序的采用jni架构。界面部分,文件读取,视频显示都是用java做的,底层的视频解码用C来做满足速度的要求。 在这个版本中,从H264码流中分割出Nal是在java层做的,这样在java层直接调用解码时就知道是否有显示视频,缺点的就是耦合度/封装性差一点。 如果采用在底层做Nal分割的方法,可以封装得好看一些,但是每次送的数据有限制,如果送的数据太多,底层可能会一次解码出好几帧视频,但是通知到界面层只能显示一帧,造成丢帧的现象。 如果每次送的数据较少,就会有很多次底层调用没有进行实质解码,很小气的做法,比如有一压缩数据帧需要600字节,如果一次送100个字节给解码器,那么要送6次才会进行实质解码,因为每个数据帧有大有小,所以只能取极小值才不会导致丢帧。 不过所有的编码解码都是各种因素平衡折中的结果,具体用什么方法具体分析。 如果程序崩溃退出,优先考虑: 1)是否是baseline 2)byte [] NalBuf = new byte[40980] 缓冲区是否溢出。 如果有B帧,那肯定不是baseline。 -H264 Decoder C++ version decode source
Date : 2025-12-25 Size : 131kb User : 李军

DL : 0
androd系统的媒体播放器。andless播放器源码,jni层的播放器,包括wav,mp3,m4a等开源的解码器。-android platform media player. Andless player,an jni level player,include decoder with wav, mp3, m4a, etc.
Date : 2025-12-25 Size : 1.77mb User : wang

一个DTMF的解码源代码,可以直接运行在Android 1.6以上的版本上,如果需要测试效果需要利用两根带MIC的耳机线做成两端3.5MM音频口直连,发射端直接用手机拨号即可看到另一端能解出相应的按钮-A DTMF decoder source code, can be directly run on Android 1.6 or later on, if the need to test the effect of two with MIC headphone cable made both ends 3.5MM audio port directly connected, the transmitter directly using a mobile phone to dial see the other end of the solution corresponding button
Date : 2025-12-25 Size : 668kb User : wuzuokun

DL : 2
手机音频刷卡器解码程序,square、乐刷等刷卡器的解码算法,16700612@qq.cm-Mobile audio card decoder program, square, brush and other music decoding algorithm swipe card reader
Date : 2025-12-25 Size : 424kb User : wangsijun

这dome个实现了Txt文件解码 加载 分页 对于编写TXT阅读器有很大的帮助!~-This dome a Txt file decoder implements paging load TXT reader for writing a great help! ~
Date : 2025-12-25 Size : 2.07mb User : 李力涛

实现H264的解码,从而实现H264视频的播放,很不错的代码-Realize H264 decoder, so as to realize the H264 video player, very good code
Date : 2025-12-25 Size : 3.68mb User : zhang

是一个Android的H264视频解码类,它使用JNI作为接口来调用FFMPEG库-Android H264 video decoding class, using JNI as an interface to the FFmpeg libraries
Date : 2025-12-25 Size : 14.8mb User : 罗梓馨

CodeBitmap 二维码解析例程。运行程序进入主界面,其中包括二维码解析结果文本框、解析下一个二维码按钮和二维码图片显示控件。点击解析下一个二维码按钮,二维码图片显示,并把解析到的结果显示在结果文本框。-code decoder
Date : 2025-12-25 Size : 1.74mb User : 李宗霖

添加snapshot接口,使用GPU硬解将图片解码后保存为jpg的形式-add snapshot interface,using GPU decoder and save jpg format
Date : 2025-12-25 Size : 101kb User : eminzhang

安卓平台下最简单的基于FFmpeg的视频解码器-The most simple FFmpeg based video decoder
Date : 2025-12-25 Size : 12.41mb User : 江军

android硬编硬解显示数据,需要手机支持硬编硬解-encoder decoder
Date : 2025-12-25 Size : 2.79mb User : guqiao

DL : 0
自己写的Viterbi Decoder 可以解码 213 417 码率()
Date : 2025-12-25 Size : 4kb User : Ebivyg

该代码为Viterbi Decoder C C++源程序,现为Doc文件,所含的vdsim h在最后,()
Date : 2025-12-25 Size : 6kb User : heiah

DL : 0
a GSM 06 10 RPE­LTP coder and decoder in C div hr div B 文件列表 B : d()
Date : 2025-12-25 Size : 56kb User : Mzdge

DL : 0
A stack-based sequential depth-first decoder that returns Max()
Date : 2025-12-25 Size : 20kb User : yfos!08581
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.