搜索资源列表
tcpmp[1].src.0.72RC1
- ffmpeg在evc方面的移植,并做了arm4I的优化
sjwffmpeg
- FFmpeg.c移植在vc2005,已编译通过
ffmpegVC6
- FFMPEG.C工程移植VC6.0(已通过编译测试)
FFmpegPlayer(VC)
- FFmpeg移植到VC下,可以播放音视频的一个小例子
ffmpeg C#版 封装ffmepg dll 函数
- ffmpeg C#版 封装ffmepg dll 函数 使用C#封装ffmpeg dll 将C++移植到C#项目中
H264Android_code
- H264解码器源码,移植ffmpeg中的H264解码部分到Android,深度删减优化,在模拟器(320x480)中验证通过。 程序的采用jni架构。界面部分,文件读取,视频显示都是用java做的,底层的视频解码用C来做满足速度的要求。 在这个版本中,从H264码流中分割出Nal是在java层做的,这样在java层直接调用解码时就知道是否有显示视频,缺点的就是耦合度/封装性差一点。 如果采用在底层做Nal分割的方法,可以封装得好看一些,但是每次送的数据有限制,如果送
ffmpegh264forPC
- ffmpeg提取h264解码,经过优化,适合多平台移植-ffmpeg extract h264 decoding, optimized for multi-platform migration
libffmpeg
- ffmpeg从gcc移植到Visual C++上的版本,本人自行移植-ffmpeg from gcc ported to Visual C++ on the version I own transplant
cross_compile
- windows下编译ffplay的方法 ffplay是一个基于ffmpeg的开源软件,主要开发环境为linux,本文档提供windows下的编译方法,便于移植使用-windows compile ffplay way ffplay is an open-source software based on ffmpeg, the main development environment for linux, this document provides methods to compile un
ASF_Mux
- 这几天需要参考FFmpeg的asfenc的asf muxer功能写一个跨平台的程序, 就把ffmpeg里面的output_example.c和对应的libavcodec/msmpeg4 mp2 libavformat/asfenc 的功能和代码移植到windows, 没有使用其他的编译器, 直接用VC的console跑完整个程序. 感觉像ffmpeg这种开源项目的代码还是模块化分得很清楚, 不需要的东西都用宏关的很好. 例子程序生成一个asf输出文件,供大家参考. -asf muxer
ffmpeg_brew
- ffmpeg移植到brew平台, 实现功能主要是h264编码, 以及3gp, rtsp协议 在模拟器以及真机上运行成功; 功能不是特别完善, 所以上传到这里期望可以借助大家的力量。-realize the function of decode the h264 stream data from the 3gp or rtsp format.
AndroidCtroll
- 一些关于ffmpeg移植的教程,android上的播放器。-Some tutorial on ffmpeg transplantation, android player.
H264Android_CPP
- H264解码器源码,移植ffmpeg中的H264解码部分到Android,深度删减优化,在模拟器(320x480)中验证通过。-The H264 decoder source code, transplant ffmpeg' s H264 decoding part to Android, depth deletion of optimized and verified by simulator (320x480).
352x288
- H264解码器源码,移植ffmpeg中的H264解码部分到Android,深度删减优化,此为测试码流-The H264 decoder source code, transplant ffmpeg' s H264 decoding part to Android, depth deletion optimization, this is a test stream
ffmpeg-0.5.12
- FFmpeg是一个开源免费跨平台的视频和音频流方案,属于自由软件,采用LGPL或GPL许可证(依据你选择的组件)。它提供了录制、转换以及流化音视频的完整解决方案。本人成功移植到arm开发板上,表现稳定!-FFmpeg is a free open source cross-platform video and audio streams program is free software, using the LGPL or GPL license (depending on your choic
xmt-FFMpeg
- 解决ffmpeg在android移植的问题,使之不依赖底层surface和audiotrack-Solve the problem of ffmpeg in android transplant, so that does not depend on the underlying surface and audiotrack
ffmpeg-1.2
- FFmpeg是一个开源免费跨平台的视频和音频流方案,属于自由软件,采用LGPL或GPL许可证(依据你选择的组件)。它提供了录制、转换以及流化音视频的完整解决方案。它包含了非常先进的音频/视频编解码库libavcodec,为了保证高可移植性和编解码质量,libavcodec里很多codec都是从头开发的。-FFmpeg is an open source free cross-platform video and audio streams, belong to the free software
ffplayformfc-code
- 本工程将ffmpeg项目中的ffplay播放器(ffplay.c)移植到了VC的环境下。 并且使用MFC做了一套简单的界面。- This software transplant ffplay to Microsoft VC++ environment. And use MFC to build a simple Graphical User Interface.