search for: vstream

Displaying 6 results from an estimated 6 matches for "vstream".

Did you mean: stream
2004 Nov 20
0
ffmpeg2theora start and end time support
...his->frame_bottomBand=0; this->frame_leftBand=0; this->frame_rightBand=0; this->start_time=0; this->end_time=0; /* ZERO denotes no end time set */ } return this; } void ff2theora_output(ff2theora this) { int i; AVCodecContext *aenc = NULL; AVCodecContext *venc = NULL; AVStream *astream = NULL; AVStream *vstream = NULL; AVCodec *acodec = NULL; AVCodec *vcodec = NULL; AVIndexEntry * index_entry; float frame_aspect; int frame_number=0; double fps = 0.0; for (i = 0; i < this->context->nb_streams; i++){ AVCodecContext *enc = &this->context->strea...
2002 Jul 03
2
Samba logs
...oot 0 Jun 23 04:44 log.smbd.2 -rw-r--r-- 1 root root 0 Jun 17 04:05 log.smbd.3 -rw-r--r-- 1 root root 0 Jun 9 06:06 log.smbd.4 -rw-r--r-- 1 root root 0 Jun 2 05:59 log.troi -rw-r--r-- 1 root root 0 Jun 9 06:06 log.vstream I've cleaned up a lot, but the basic problem is that a lot of files ends in .1.1.1.1.1.1 (and so on) - what is the cause of this ? Regards, /Brian
2009 Aug 22
0
[LLVMdev] X86 Disassembler
...instead of <>. You can also just forward declare all these classes instead of #including their headers. +#include "assert.h" Please use the c++ version of c headers when possible: <cassert>. + MCDisassembler(MemoryObject& region, + raw_ostream& vStream) { Please use "foo_t &f" instead of "foo_t& f". + virtual ~MCDisassembler() { + } Make sure each class with a virtual method has at least one method defined out of line: http://llvm.org/docs/CodingStandards.html#ll_virtual_anch Some bigger stuff: include/llvm...
2009 Aug 19
3
[LLVMdev] X86 Disassembler
Bill, thanks for your comments. I'll respond to them individually. I've attached a new revision of the patch that addresses them. Patch built and tested against SVN 79487, with the additional attached fix that fixes an Intel table bug. Sean On 2009/08/18, at 0:57, Bill Wendling wrote: > 0. Watch out for tabs! Fixed. Thanks. > 1. Includes like this "#include
2009 Sep 04
1
[LLVMdev] X86 Disassembler
I was away doing other things for a while, but I have an API patch separated out, which (in addition to being much smaller than past megapatches) corrects two issues Chris identified in his most recent set of patches: - First, it makes the API a good deal simpler. Now, you can instantiate a single MCDisassembler and, each time you want an instruction disassembled, you can simply pass
2010 Aug 24
3
is there a mplayer yum website?
I want to install mplayer but my GCC is 4.0. can not compile the mplayer. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20100824/86c613fd/attachment-0002.html>