CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 通讯/手机编程 android开发

文件名称:android H264 Encoder与android H264 Decoder

  • 所属分类:
  • 标签属性:
  • 上传时间:
    2012-11-14
  • 文件大小:
    8.59mb
  • 已下载:
    2次
  • 提 供 者:
  • 相关连接:
  • 下载说明:
    别用迅雷下载,失败请重下,重下不扣分!

介绍说明--下载内容来自于网络,使用问题请自行百度

基于Android手机的视频采集、h264编码、ffmpeg解码,然后立即显示,完成的程序,在手机上调试成功
(系统自动生成,下载前可以参看下载内容)

下载文件列表

压缩包 : H264Decoder.zip 列表
H264Decoder/
H264Decoder/.classpath
H264Decoder/.project
H264Decoder/.settings/
H264Decoder/.settings/org.eclipse.jdt.core.prefs
H264Decoder/AndroidManifest.xml
H264Decoder/Application.mk
H264Decoder/assets/
H264Decoder/bin/
H264Decoder/bin/AndroidManifest.xml
H264Decoder/bin/classes/
H264Decoder/bin/classes.dex
H264Decoder/bin/classes/h264/
H264Decoder/bin/classes/h264/com/
H264Decoder/bin/classes/h264/com/BuildConfig.class
H264Decoder/bin/classes/h264/com/H264Android.class
H264Decoder/bin/classes/h264/com/R$attr.class
H264Decoder/bin/classes/h264/com/R$drawable.class
H264Decoder/bin/classes/h264/com/R$layout.class
H264Decoder/bin/classes/h264/com/R$string.class
H264Decoder/bin/classes/h264/com/R.class
H264Decoder/bin/classes/h264/com/VView.class
H264Decoder/bin/h264.com.H264Android.apk
H264Decoder/bin/h264.com.H264Android1.apk
H264Decoder/bin/H264Decoder.apk
H264Decoder/bin/h264jie2.apk
H264Decoder/bin/jarlist.cache
H264Decoder/bin/res/
H264Decoder/bin/resources.ap_
H264Decoder/bin/res/drawable-hdpi/
H264Decoder/bin/res/drawable-hdpi/icon.png
H264Decoder/bin/res/drawable-ldpi/
H264Decoder/bin/res/drawable-ldpi/icon.png
H264Decoder/bin/res/drawable-mdpi/
H264Decoder/bin/res/drawable-mdpi/icon.png
H264Decoder/FAQ.txt
H264Decoder/gen/
H264Decoder/gen/h264/
H264Decoder/gen/h264/com/
H264Decoder/gen/h264/com/BuildConfig.java
H264Decoder/gen/h264/com/R.java
H264Decoder/jni/
H264Decoder/jni/Android.mk
H264Decoder/jni/avcodec.h
H264Decoder/jni/cabac.c
H264Decoder/jni/cabac.h
H264Decoder/jni/common.c
H264Decoder/jni/common.h
H264Decoder/jni/dsputil.c
H264Decoder/jni/dsputil.h
H264Decoder/jni/ffmpeg information.txt
H264Decoder/jni/golomb.c
H264Decoder/jni/golomb.h
H264Decoder/jni/h264.c
H264Decoder/jni/h264.h
H264Decoder/jni/H264Android.c
H264Decoder/jni/h264data.h
H264Decoder/jni/h264utils.c
H264Decoder/jni/main.c.old
H264Decoder/jni/main.dsp.old
H264Decoder/jni/mpegvideo.c
H264Decoder/jni/mpegvideo.h
H264Decoder/libs/
H264Decoder/libs/armeabi/
H264Decoder/libs/armeabi/libH264Android.so
H264Decoder/obj/
H264Decoder/obj/local/
H264Decoder/obj/local/armeabi/
H264Decoder/obj/local/armeabi/libH264Android.so
H264Decoder/obj/local/armeabi/objs/
H264Decoder/obj/local/armeabi/objs/H264Android/
H264Decoder/obj/local/armeabi/objs/H264Android/cabac.o
H264Decoder/obj/local/armeabi/objs/H264Android/cabac.o.d
H264Decoder/obj/local/armeabi/objs/H264Android/common.o
H264Decoder/obj/local/armeabi/objs/H264Android/common.o.d
H264Decoder/obj/local/armeabi/objs/H264Android/dsputil.o
H264Decoder/obj/local/armeabi/objs/H264Android/dsputil.o.d
H264Decoder/obj/local/armeabi/objs/H264Android/golomb.o
H264Decoder/obj/local/armeabi/objs/H264Android/golomb.o.d
H264Decoder/obj/local/armeabi/objs/H264Android/h264.o
H264Decoder/obj/local/armeabi/objs/H264Android/h264.o.d
H264Decoder/obj/local/armeabi/objs/H264Android/H264Android.o
H264Decoder/obj/local/armeabi/objs/H264Android/H264Android.o.d
H264Decoder/obj/local/armeabi/objs/H264Android/h264utils.o
H264Decoder/obj/local/armeabi/objs/H264Android/h264utils.o.d
H264Decoder/obj/local/armeabi/objs/H264Android/mpegvideo.o
H264Decoder/obj/local/armeabi/objs/H264Android/mpegvideo.o.d
H264Decoder/project.properties
H264Decoder/res/
H264Decoder/res/drawable-hdpi/
H264Decoder/res/drawable-hdpi/icon.png
H264Decoder/res/drawable-ldpi/
H264Decoder/res/drawable-ldpi/icon.png
H264Decoder/res/drawable-mdpi/
H264Decoder/res/drawable-mdpi/icon.png
H264Decoder/res/drawable-xhdpi/
H264Decoder/res/layout/
H264Decoder/res/layout/main.xml
H264Decoder/res/values/
H264Decoder/res/values/strings.xml
H264Decoder/src/
H264Decoder/src/h264/
H264Decoder/src/h264/com/
H264Decoder/src/h264/com/H264Android.java
压缩包 : H264Encoder.zip 列表
H264Encoder/
H264Encoder/.classpath
H264Encoder/.project
H264Encoder/.settings/
H264Encoder/.settings/org.eclipse.core.resources.prefs
H264Encoder/.settings/org.eclipse.jdt.core.prefs
H264Encoder/AndroidManifest.xml
H264Encoder/assets/
H264Encoder/bin/
H264Encoder/bin/AndroidManifest.xml
H264Encoder/bin/classes/
H264Encoder/bin/classes.dex
H264Encoder/bin/classes/top/
H264Encoder/bin/classes/top/androidserver/
H264Encoder/bin/classes/top/androidserver/BuildConfig.class
H264Encoder/bin/classes/top/androidserver/EncoderActivity$1.class
H264Encoder/bin/classes/top/androidserver/EncoderActivity.class
H264Encoder/bin/classes/top/androidserver/h264encoder$intype.class
H264Encoder/bin/classes/top/androidserver/h264encoder.class
H264Encoder/bin/classes/top/androidserver/R$attr.class
H264Encoder/bin/classes/top/androidserver/R$drawable.class
H264Encoder/bin/classes/top/androidserver/R$id.class
H264Encoder/bin/classes/top/androidserver/R$layout.class
H264Encoder/bin/classes/top/androidserver/R$string.class
H264Encoder/bin/classes/top/androidserver/R.class
H264Encoder/bin/dxd/
H264Encoder/bin/dxd/test/
H264Encoder/bin/dxd/test/encoder/
H264Encoder/bin/dxd/test/encoder/EncodertestActivity$1.class
H264Encoder/bin/dxd/test/encoder/EncodertestActivity$2.class
H264Encoder/bin/dxd/test/encoder/EncodertestActivity.class
H264Encoder/bin/dxd/test/encoder/h264encoder$intype.class
H264Encoder/bin/dxd/test/encoder/h264encoder.class
H264Encoder/bin/dxd/test/encoder/R$attr.class
H264Encoder/bin/dxd/test/encoder/R$drawable.class
H264Encoder/bin/dxd/test/encoder/R$id.class
H264Encoder/bin/dxd/test/encoder/R$layout.class
H264Encoder/bin/dxd/test/encoder/R$string.class
H264Encoder/bin/dxd/test/encoder/R.class
H264Encoder/bin/H264Encoder.apk
H264Encoder/bin/H264Endocer.apk
H264Encoder/bin/jarlist.cache
H264Encoder/bin/res/
H264Encoder/bin/resources.ap_
H264Encoder/bin/res/drawable-hdpi/
H264Encoder/bin/res/drawable-hdpi/ic_launcher.png
H264Encoder/bin/res/drawable-ldpi/
H264Encoder/bin/res/drawable-ldpi/ic_launcher.png
H264Encoder/bin/res/drawable-mdpi/
H264Encoder/bin/res/drawable-mdpi/ic_launcher.png
H264Encoder/config1.ncb
H264Encoder/config1.opt
H264Encoder/gen/
H264Encoder/gen/top/
H264Encoder/gen/top/androidserver/
H264Encoder/gen/top/androidserver/BuildConfig.java
H264Encoder/gen/top/androidserver/R.java
H264Encoder/jni/
H264Encoder/jni/.cproject
H264Encoder/jni/.depend
H264Encoder/jni/.gitignore
H264Encoder/jni/.project
H264Encoder/jni/Android.mk
H264Encoder/jni/AUTHORS
H264Encoder/jni/common/
H264Encoder/jni/common/arm/
H264Encoder/jni/common/arm/asm.S
H264Encoder/jni/common/arm/cpu-a.S
H264Encoder/jni/common/arm/dct-a.S
H264Encoder/jni/common/arm/dct.h
H264Encoder/jni/common/arm/deblock-a.S
H264Encoder/jni/common/arm/mc-a.S
H264Encoder/jni/common/arm/mc-c.c
H264Encoder/jni/common/arm/mc.h
H264Encoder/jni/common/arm/pixel-a.S
H264Encoder/jni/common/arm/pixel.h
H264Encoder/jni/common/arm/predict-a.S
H264Encoder/jni/common/arm/predict-c.c
H264Encoder/jni/common/arm/predict.h
H264Encoder/jni/common/arm/quant-a.S
H264Encoder/jni/common/arm/quant.h
H264Encoder/jni/common/bitstream.c
H264Encoder/jni/common/bitstream.h
H264Encoder/jni/common/bitstream.o
H264Encoder/jni/common/cabac.c
H264Encoder/jni/common/cabac.h
H264Encoder/jni/common/cabac.o
H264Encoder/jni/common/common.c
H264Encoder/jni/common/common.h
H264Encoder/jni/common/common.o
H264Encoder/jni/common/cpu.c
H264Encoder/jni/common/cpu.h
H264Encoder/jni/common/cpu.o
H264Encoder/jni/common/dct.c
H264Encoder/jni/common/dct.h
H264Encoder/jni/common/dct.o
H264Encoder/jni/common/deblock.c
H264Encoder/jni/common/deblock.o
H264Encoder/jni/common/display-x11.c
H264Encoder/jni/common/display.h
H264Encoder/jni/common/frame.c
H264Encoder/jni/common/frame.h
H264Encoder/jni/common/frame.o
H264Encoder/jni/common/macroblock.c
H264Encoder/jni/common/macroblock.h
H264Encoder/jni/common/macroblock.o
H264Encoder/jni/common/mc.c
H264Encoder/jni/common/mc.h
H264Encoder/jni/common/mc.o
H264Encoder/jni/common/mvpred.c
H264Encoder/jni/common/mvpred.o
H264Encoder/jni/common/osdep.c
H264Encoder/jni/common/osdep.h
H264Encoder/jni/common/osdep.o
H264Encoder/jni/common/pixel.c
H264Encoder/jni/common/pixel.h
H264Encoder/jni/common/pixel.o
H264Encoder/jni/common/ppc/
H264Encoder/jni/common/ppc/dct.c
H264Encoder/jni/common/ppc/dct.h
H264Encoder/jni/common/ppc/deblock.c
H264Encoder/jni/common/ppc/mc.c
H264Encoder/jni/common/ppc/mc.h
H264Encoder/jni/common/ppc/pixel.c
H264Encoder/jni/common/ppc/pixel.h
H264Encoder/jni/common/ppc/ppccommon.h
H264Encoder/jni/common/ppc/predict.c
H264Encoder/jni/common/ppc/predict.h
H264Encoder/jni/common/ppc/quant.c
H264Encoder/jni/common/ppc/quant.h
H264Encoder/jni/common/predict.c
H264Encoder/jni/common/predict.h
H264Encoder/jni/common/predict.o
H264Encoder/jni/common/quant.c
H264Encoder/jni/common/quant.h
H264Encoder/jni/common/quant.o
H264Encoder/jni/common/rectangle.c
H264Encoder/jni/common/rectangle.h
H264Encoder/jni/common/rectangle.o
H264Encoder/jni/common/set.c
H264Encoder/jni/common/set.h
H264Encoder/jni/common/set.o
H264Encoder/jni/common/sparc/
H264Encoder/jni/common/sparc/pixel.asm
H

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 搜珍网是交换下载平台,只提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度。更多...
  • 本站已设置防盗链,请勿用迅雷、QQ旋风等下载软件下载资源,下载后用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或换浏览器;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*快速评论: 推荐 一般 有密码 和说明不符 不是源码或资料 文件不全 不能解压 纯粹是垃圾
*内  容:
*验 证 码:
搜珍网 www.dssz.com