搜索资源列表
G711,G721,G723音频编解码程序
- 这是一个音频的编解码库,使用标准的C++编写,有很好的移植性,对从事音频编程的同僚很有帮助-This is an audio codec library, the use of standard C preparation, a very good transplantation, for the audio programming colleagues helpful
免费图象格式代码库
- 一个免费的2D图象压缩和解码库 可以应用到自己的产品开发中去
freescale vpu Api文档
- 说明:freescale IMX5X Linux 多媒体编解码库 开发文档。
嵌入式MP3完整实现
- ARM平台上MP3系统的完整实现。包含嵌入式OS、嵌入式GUI、MP3解码库、MP3 tag提取、歌词等完整的功能实现。
AAC解码
- AAC解码库源码,是在vc环境下实现的,可以正常播放AAC文件
h.264编解码库
- h.264 编解码库 已经写成动态库直接调用就可以了
h.264编解码库
- h.264 编解码库 已经写成动态库直接调用就可以了
ffmpeg 视频转换库
- ffmpeg 视频转换库 这个是已经编译好的ffmpeg程序 在 winodws 下运行 支持 vhook 加水印功能 找了好久才找到的 ,ffmpeg video conversion library This is a good ffmpeg procedures have been compiled at run winodws support vhook add watermark function to find for a long time to find the
ads_libmad.libman mp3解码库
- libman mp3解码库,移植到windows ADS环境下运行,加上数组格式MP3源文件即可播放,libman mp3 decoder library, ported to run under windows ADS environment, coupled with an array of source files to MP3 format playback
H264Android_code
- H264解码器源码,移植ffmpeg中的H264解码部分到Android,深度删减优化,在模拟器(320x480)中验证通过。 程序的采用jni架构。界面部分,文件读取,视频显示都是用java做的,底层的视频解码用C来做满足速度的要求。 在这个版本中,从H264码流中分割出Nal是在java层做的,这样在java层直接调用解码时就知道是否有显示视频,缺点的就是耦合度/封装性差一点。 如果采用在底层做Nal分割的方法,可以封装得好看一些,但是每次送的数据有限制,如果送
H264-Demo
- h264解码库以及应用程序DEMO,可将h264数据解码成YV12数据-h264 decoding library, and application DEMO, the data can be decoded into YV12 data h264
libmadEVC
- EVC下libmad mp3编解码库源代码,已编译通过。-EVC next libmad mp3 codec library source code, has compile.
G729a
- G729a音频编解码库源码--本程序用VC编写,使用简单,是一个非常不错的音频编解码程序。-G729a audio codec library source- this program with VC to prepare, simple to use, is a very good audio codec program.
ljpeg-62.1.0.tar
- jpeg编码、解码库,用C语言编写的最权威的JPEG实现库-This distribution contains the sixth public release of the Independent JPEG Group s free JPEG software. You are welcome to redistribute this software and to use it for any purpose
Ffmpeg-based_video_decompression
- 这是一个使用ffmpeg解码库对视频文件进行解码的示例程序,在这个程序中,将视频图像按帧解码为bmp图片-This is a library to use ffmpeg decoder to decode the video file sample program, in this program, the video image by decoding the bmp picture frame
h264decoder
- windows下的h264解码库,测试可用,功能简单易懂(Windows under the H264 decoding library, test available, easy to understand)
tinyxml
- xml 编解码库 可以方便的解析xml XML codec library(XML codec library can easily parse XML)
Hi3516CV300_SDK_V1.0.1.0_component
- 海思3516C音频编解码库, 包含aac, MP3, amr 编解码格式。(Hass 3516C audio codec library, including AAC, MP3, AMR codec format.)
rockchip_mpp.tar
- 可在瑞芯微平台上实现视频硬解码,降低cpu占比,并可多路同时使用mpp h264编解码库进行硬解码。开源库,支持C/C++语言,支持Linux/Unix/Windows平台。(Hard video decoding can be implemented on the Rockchip Micro-Platform to reduce the proportion of CPU, and MPP H264 codec library can be used in multi-channel har
最简单的h264编解码库
- 最简单的h264编解码库,压缩包中包括源码、编译好的静态库以及应用程序,适合linux下音视频开发使用