搜索资源列表
H264Android_code
- H264解码器源码,移植ffmpeg中的H264解码部分到Android,深度删减优化,在模拟器(320x480)中验证通过。 程序的采用jni架构。界面部分,文件读取,视频显示都是用java做的,底层的视频解码用C来做满足速度的要求。 在这个版本中,从H264码流中分割出Nal是在java层做的,这样在java层直接调用解码时就知道是否有显示视频,缺点的就是耦合度/封装性差一点。 如果采用在底层做Nal分割的方法,可以封装得好看一些,但是每次送的数据有限制,如果送
Camera
- Android 1.5的内置的Camera组件的源码,可以用于学习Camera硬件的操控方式。-Camera built-in Android 1.5 source code components can be used to learn from Camera hardware control mode.
srtp-v1_0-0-3_src.tar
- Java Secure RTP source code
MP3_Player
- libmad is a powerful open source library written in C that decodes MP3 files to uncompressed PCM data. However, it compiles as a static library, limiting its access to C/C++. I have written code (based on the source madlld) that compiles to a DLL, en
MP3_Player
- 一款很不错的java写的mp3播放器哦!仅供初学者学习交流之用!-A very good mp3 player written in java Oh! Used only for beginners to learn the exchange!
android-video-player
- android视频播放器源代码,让你轻轻松松开发视频播放器-android video player source code, let you easily develop video player
My-View-Pager
- Android高仿优酷自动滑动,Android智能手机应用的实例源码,界面自动滑动功能的Android源码,因测试环境的原因,暂时没有抓图,Android开发的朋友都会知道如何调试的。-The the Android high imitation Youku automatically sliding instance of the application source code of Android smartphone, the Android source interface automa
Android-Audio-Recording
- Android sound recorder with source code is free to download.
vlc-ffmpeg--android
- vlc-android播放网络视频成功 这个是移植vlc-android源码进行更改的,可以播放网络rtsp、http、mns等网络实时流媒体视频,精简了vlc-android的源码,对于想做rtsp开发的码友有很好的参考价值,当然,如果想播放本地视频,只需要在基础上进行二次开发就行。参考了laukaka的一篇文章,在这里表示感谢,还有里面的请求rtsp代码我写死了,可以修改,很适合二次开发。-vlc-android play network video successful tr
android-eye-master
- Android web Camera Source code
ffmpeg-1.2.android.tar
- ffmegp源码,应用在android系统下,通过项目,可以实现android系统下的流媒体研究。-ffmegp source, used in android system, through the project, you can achieve android system for streaming media studies.
android-mediaplayer
- 一段在Android系统中可以运行的媒体播放软件的源代码,初学者可以看看,java语言-A system can be run in the Android media player software source code, beginners can see, java language
android-Player
- android音乐播放器源码,可以在线播放音乐,也支持流媒体播放器。-Android music player source code, you can play music online, and also supports streaming media player.
ffmpeg-2.1.4.android-bsac
- android ffmpeg 2.1.4 BSAC porting source code
soundrecorder
- 这是一个最简单易用的录音机android源码:- 界面简洁,简单易用,启动快占用内存少- 没有录音长度限制,保存的录音文件在SD卡AudioRecorder文件夹下- 点击列表文件可以播放。-This is one of the easiest-to-use recorder android source code:- interface is simple and easy to use, quick start small footprint- no record length limit,
vlc-android.tar
- VLC最新源码,已经经过个人优化,可以放心下载- VLC latest source code, has passed the individual optimization
AudioFx
- android 混响器测试apk源码 用来测试android原生的混响效果接口-reverberation test apk android source,Used to test the android native reverb Interface
cameraexample_lan
- android上照相程序的源代码,基本实现手机的照相功能--android source code on the camera, basic camera phone capabilities to achieve
VLC-Android-2.0.6.tar
- VLC media player is a free and open source cross-platform multimedia player that plays most multimedia files as well as discs, devices, and network streaming protocols. This is the port of VLC media player to the Android? platform. VLC for Android ca
Android-Camera-master
- 这是一个实现相机录制的源码,其中使用了record,来进行录制(This is the source of a camera recording, which uses record to record)