搜索资源列表
t264OVERx255
- 1.实现H.264开源代码T264在X255系统上的T264解码+time+LCD Display. 2.解码100帧的foreman.qcif消耗时间10620ms,对部分的C程序(如idct4x4,iquant4x4等)进行ARM指令优化 3.将T264转化为C程序,适用于linux/window(VC6&VC71),并且实现Mx1的移植(Linux系统)-1. H.264 achieve revenue code T264 X255 system in the T264 decod
vlc-0.8.1.tar
- 法国巴黎大学提供的开源项目。该软件的设计目标为: 1.多媒体音视频播放器,能识别几乎所有的媒体文件格式:mpeg1,mpeg2,mpeg4等等(realplay的格式无法识别); 2.作为网络传输音视频流媒体的客户端和服务器端,已经实现了rtsp,rtp以及unicast和multicast等各个流媒体功能; 3.跨平台。现在已经支持的平台有:windows,unix,linux,MAC OS X,BeOS,QNX等等操作系统; 我在该项目上花了不少时间,如果遇到了问题可以来问我!zhong_c
dist.0.4.1.tar
- 用于Windows和Linux环境中的建造实时音乐的应用程序-for Windows and Linux environment for the construction of real-time applications music
real-time_LPC_analysis_synthesis_visualization_1.0
- rt_lpc is a light-weight application that performs real-time LPC analysis and synthesis. It features the following: real-time LPC analysis real-time LPC synthesis visualization of original, predicted, and error waveforms visualization
sndpeek
- sndpeek is just what it sounds (and looks) like: real-time 3D animated display/playback can use mic-input or wav/aiff/snd/raw/mat file (with playback) time-domain waveform FFT magnitude spectrum 3D waterfall plot lissajous! (inte
JRTP
- 使用JRTPLIB库实现RTP的传输RTP是目前解决流媒体实时传输问题的最好办法,如果需要在Linux平台上进行实时流媒体编程,可以考虑使用一些开放源代码的RTP库,如LIBRTP、JRTPLIB等。JRTPLIB是一个面向对象的RTP库,它完全遵循RFC 1889设计,在很多场合下是一个非常不错的选择,下面就以JRTPLIB为例,讲述如何在Linux平台上运用RTP协议进行实时流媒体编程。-JRTPLIB use of RTP for achieving the transmission RT
jrtplib-2.9
- 国外牛人用C++编写的voip的库文件,多媒体实时流传输协议(RTP/RTCP)lib包,平台要求(linux,unix,windows)用于网络音频视频传输-foreign cattle with a C voip prepared by the Treasury, the documents, multimedia real-time streaming protocol (RTP / RTCP) lib packages, platform requirements (Linux, Uni
jrtplib-2.8.rar 用C++写的实时传输协议RTP
- 一个外国牛人用C++写的实时传输协议RTP,源代码的编写风格很好,可读性很强。可以用于网络视频和音频的传输,enjoy it, A foreign Niu Ren real-time transmission agreement RTP which writes with C, the source code compilation style very good, the readability is very strong. May use in the network video fr
jrtplib-3.9.1.tar
- 最新的jrtplib版本,多媒体实时流传输协议(RTP/RTCP)C++ 了lib包平台要求(linux,unix,windows)用于网络音频视频传输 --Jrtplib the latest version of real-time streaming multimedia transport protocol (RTP/RTCP) C++ The lib package require platform (linux, unix, windows) for network audio vi
e-comm
- 代码来自sourceforge,在linux下的实时语音聊天程序,使用了adpcm编码,同时还使用了RTP实时传输协议,是一个很好的学习实时传输协议的程序。- The code comes from sourceforge, chats the procedure under the linux real-time pronunciation, has used the adpcm code, meanwhile has used the RTP real-time transmissi
thesis-jori-original
- 国外牛人的毕业论文,英文版本,实时语音传输相关,其中的两个库文件,jrtplib与jvoiplib已经上传。enjoy -foreign elite s graduate paper in english.related to real time voice transimission.it has two library,jrtplib,jvoiplib.enjoy
vms-0.0.3
- 本系统从摄像头实时采集视频并显示,相片的拍照,预览与管理功能,MPEG4视频的录制与播放。系统使用Qt开发。本系统支持多平台多操作系统,在Windows系统下使用OpenCV的一些库函数进行视频采集。在Linux系统下使用V4L进行视频采集。 在以下环境测试运行:Windows: Qt 4.4.3,Linux: qt-embedded-linux-opensource-src-4.4.1 详情见 http://sonew.512j.com/-The system from the video
kissd
- Kissd is a daemon designed to share media files to all Ethernet enabled PC-Link KiSS DVD players from a GNU/Linux based server. It comes with kiss players protocol documentation. It will fork for each new connection to serve several clients at the sa
vms-0.0.1
- 视频监控系统 V0.0.1 本系统从摄像头实时采集视频并显示。系统使用Qt开发。 本系统支持多平台多操作系统,在Windows系统下使用OpenCV的一些库函数进行视频采集。在Linux系统下使用V4L进行视频采集。 在以下环境测试运行:Windows: Qt 4.4.3,Linux: qt-embedded-linux-opensource-src-4.4.1。 更多新版本下载地址:http://sonew.512j.com/works.php 视频监控系
mp3readandmp3write
- mp3read和mp3write是直接写在wavread更换和wavwrite访问MPEG音频MP3文件。其特点包括: -旨在重复wavread完整语法和wavwrite -还支持上的动态下采样和渠道mpg123的合并-文件优化的很长的MP3 -只需要解码的部分-使用popen函数进行编码,以避免大量临时文件(可用时-看到我popenw墨西哥) -试图消除写保护回路的时间序列文件/通过阅读“热身”样本-包括辅助二进制软件包在Linux,Windows,Mac的PPC的,苹果,英特尔,和Mac英特
RTP_CODE
- RTP是目前解决流媒体实时传输问题的最好办法,如果需要在Linux平台上进行实时流媒体编程,可以考虑使用一些开放源代码的RTP库,如LIBRTP、JRTPLIB等。JRTPLIB是一个面向对象的RTP库,它完全遵循RFC 1889设计,在很多场合下是一个非常不错的选择,以JRTPLIB为例,讲述如何在Linux平台上运用RTP协议进行实时流媒体编程。-Object oriented your RTP library. It completely follow the RFC 1889 desig
soundtouch-1.6.0zz
- 一款linux下的soundtouch源代码,找了很久才找到的,在网上一般都只有windows下的soundtouch源码。-Under a Linux soundtouch source code, looking for a long time to find, in the Internet are generally only under the windows soundtouch source code.
xfdkr
- Computing time and two-dimensional histogram, Calculate the maximum eigenvalue judgment matrix of AHP, STM32 all the information produced by the MP3.
jiepie-V5.5
- Virtual power wireless sensor network coverage, For time-frequency analysis algorithm, Based on negative entropy largest independent component analysis.
nghbi
- Arrival process is a Poisson process, Optimization class contains several simple sample programs, PSS primary synchronization signal in the time domain simulation related.