搜索资源列表
divxecode.编解码器的xvid静态库的c++封装
- 编解码器的xvid静态库的c++封装 编码: m_vdo_enc->Encode(pBuffer) // 这里pBuffer是BGR24的320x240的数据 编码如果成功,就会自动调用PostEncHandler函数,就可以得到编码后的结果 解码: m_vdo_dec->Decode(xvid, xvid_len) // 传入的存有xvid数据的buffer和长度 解码成功后,会自动调用PostDecHandler,注意对于流媒体数据而言,在这个函数中还有
delphi-mpaudec-file-play-on-decode
- delphi 解码MP3文件,调用c接口,双缓冲区播放mp3文件。-delphi decode MP3 files, call the c interface, dual buffer play mp3 files.
Play3D010-Binary
- Play3D is a program to play 3D video files using full-screen quad-buffer OpenGL stereo, or red/blue glasses (anaglyph mode). It should play any format that is supported through DirectShow with an appropriate codec. This includes AVI as well as
MemDC_no_flick_draw
- 创建memdc内存缓冲区,简明演示双缓冲方式实现无闪烁绘,功能很简单-Create memdc memory buffer, concise presentation double buffer to achieve flicker-free drawing, functionality is very simple
Bricks
- Bricks:VC++编写的弹砖块游戏,用二级缓冲的方式保存图像。按S键开始游戏,以左右方向键控制球拍。运行环境:VC++6.0,在Windows XP通过测试 -Bricks: VC++ Prepared shells bricks games, with two ways to preserve the image buffer. By the S key to start the game, around the arrow keys to control the racket. Op
RingBuffer
- Ring Buffer Implementation A circular buffer or ring buffer is a data structure that uses a single, fixed-size buffer as if it were connected end-to-end. This structure lends itself easily to buffering data streams.-Ring Buffer ImplementationA circ
An_Adaptive_Jitter_Buffering_Algorithm_for_Voice_o
- 当IP语音包的网络时延抖动较小时,一般的语音缓冲算法可以得到较好的语音质量。当网络中存在突发大时延时,就会出现极大丢包率或极大端到端时延,从而难以获得好的语音质量。为此,提出针对突发大时延下的自适应语音缓冲算法。通过估算网络平均时延和学习语音包经过的网络路径上的状态,来确定需要控制端到端时延大小和语音包的丢包率,动态调整Jitter Buffer队列的最小深度和最大深度,从而可以尽量减小语音裂缝(gap)的出现。通过基于听觉模型的客观音质评价(PESQ)仿真计算以及在实际语音网关设备中的应用表明
VideoGrabber
- Simple bare bones DLL to enumerate video capture devices, and capture into a buffer on a seperate thread. A program can link to this DLL, begin video capture, and pull from the 30 frames / second buffer at any frequency and get full RGB frames to the
YINYUEZHAN
- 全自动更新音乐网站系统2.0版本的用户.必须允许金路网利用播放器在缓冲阶段投放不超过12秒的视频广告.如不同意.请不要使用此系统. 网友可以选择访问其他连接速度更快的网站.其歌曲数目,音乐品质,画面品质等和我们网站没有差别.访问其他网站还可以给我们网站服务器减轻压力.不论你是在线展播或者视听.或者下载.在速度上都有略微的提升-Automatic update music website system 2.0 version of the user. Must allow the use o
H_263
- 视频编解码器中量化器的设计与实现,阐述了采用两个步骤设计9’ #: 量化器:首先利用缓冲器纯占有控 制算法来确定量化器的粗量化步长;然后利用视觉特性控制来确定量化器的精量化 步长。-Video codec in the quantizer design and implementation, described using a two-step design 9 ' #: quantization: first, the use of buffer control algorit
Player
- 一款播放器软件的好坏可以从内核、交互界面和播放模式三方面入手。内核主要指解码、缓冲、频率转换等诸多涉及音质的算法,交互界面主要指用户与软件交互的外部接口,-A player software from the stand or fall of kernel, interface can playback modes and three aspects. The kernel mainly refers to the decoding, buffer, frequency conversion,
wangluoluyinji
- vc++写的网络录音机程序,录音是参照vckbase的录音api代码,结合了一小段socket(TCP)就可以用来单方说话录音了,程序分两部分一部分是(录音机+网络发送代码),一部分是(接收数据+播放波形音乐代码),由于程序只是为了自己用,很多地方没有注意错误的识别,结构也比较乱,本程序当初最头疼的就是控制损耗内存,结果用了双缓存来存储波形数据来交替的存储/清除.-vc++ program to write the network recorder, audio recording refere
VideoInput
- 用来解决opencv与EasyCAp出现的ERROT: SampleCB() - buffer sizes do not match 问题。
MediaPlayer
- 播放 器是指能播放以数字信号形式存储的视频或音频文件的软件,也指具有播放视频或音频文件功能的电子器件产品。除了少数波形文件外,大多数播放器携带解码器以还原经过压缩媒体文件,播放器还要内置一整套转换频率以及缓冲的算法。-The player is playing stored in digital signal in the form of video or audio file of the software, also refers to the electronic device havin
DuplicateDirectByteBufferTest
- Duplicate Direct Byte Buffer Test.
VSYNCTest
- 利用directdraw检测显示器垂直同步信号,在vblank的间隙交换显示前后页。-use directdraw to dectecd the vsync signal,swap buffer when vblank comes...
TEE
- The receiver’s roles are to receive a single frame and store in the BRAM. After that, a flag is initialised to run the customised frame buffer that reads the pixels BRAM and writes them at the VGA port. Once a pixel is written to the VGA port
myDsAudioCapture
- DirectShow音频采集,采用环形缓冲对象将音频数据导出出来供外部调用,使用了旋转锁的概念,并将音频数据使用libfaac编码生成aac文件。代码简洁,功能完善,只需配置下DirectShow的安装路径,即可直接使用。稍作修改可直接用于工作中。-DirectShow audio capture, the use of ring buffer object audio data will be exported for external calls, the use of the concep
CustomPlayer
- 使用ffmpeg做的播放器。SDL处理音频,ffmpeg处理编解码音视频文件,qt做ui界面。使用多线程双缓冲队列播放音视频。使用视频追逐音频的策略实现音视频同步。支持视频镜像操作,黑白彩色转换。(A player made of ffmpeg. SDL processes audio, ffmpeg processes codec audio and video files, QT is the UI interface. Use multi-threaded double buffer qu