similar to: Question about wine qcap v4l's MediaSampleTime

Displaying 15 results from an estimated 15 matches similar to: "Question about wine qcap v4l's MediaSampleTime"

2018 Dec 20
0
4.20-rc6: WARNING: CPU: 30 PID: 197360 at net/core/flow_dissector.c:764 __skb_flow_dissect
On 20.12.2018 10:12, Ido Schimmel wrote: > +Willem > > On Thu, Dec 20, 2018 at 08:45:40AM +0100, Christian Borntraeger wrote: >> Folks, >> >> I got this warning today. I cant tell when and why this happened, so I do not know yet how to reproduce. >> Maybe someone has a quick idea. >> >> [85109.572032] WARNING: CPU: 30 PID: 197360 at
2019 Oct 18
0
Wine release 4.18
The Wine development release 4.18 is now available. What's new in this release (see below for details): - Many new VBScript functions. - A number of cleanups and improvements in Quartz. - Fixes for several test failures. - Various bug fixes. The source is available from the following locations: https://dl.winehq.org/wine/source/4.x/wine-4.18.tar.xz
2019 Nov 29
0
Wine release 4.21
The Wine development release 4.21 is now available. What's new in this release (see below for details): - HTTP proxy configuration through DHCP. - Parameter block support in D3DX9. - A few more dlls converted to PE. - Various bug fixes. The source is available from the following locations: https://dl.winehq.org/wine/source/4.x/wine-4.21.tar.xz
2015 Oct 02
0
Wine release 1.7.52
The Wine development release 1.7.52 is now available. What's new in this release (see below for details): - Unicode data updated to Unicode 8.0.0. - Some implementation of the Web Services DLL. - More Direct3D 11 interfaces. - A few more functions in the C++ runtime. - Output standard glyph names in the PostScript driver. - Various bug fixes. The source is available from the
2011 Jul 15
3
ov_read error on macosx
Hi, I have this code to decode ogg data: unsigned long PSS_OggStream::DecodeOggVorbis(OggVorbis_File *psOggVorbisFile, char *pDecodeBuffer, unsigned long ulBufferSize, unsigned long ulChannels) { int current_section; long lDecodeSize; unsigned long ulSamples; short *pSamples; unsigned long ulBytesDone = 0; while (true) { #ifdef WIN32 lDecodeSize = ov_read(psOggVorbisFile,
2007 Nov 30
6
Generating a value
How do I generate a value in R from a poisson distribution with mean 20? Thanks! -- View this message in context: http://www.nabble.com/Generating-a-value-tf4922234.html#a14086120 Sent from the R help mailing list archive at Nabble.com.
2008 Mar 19
0
[ANNOUNCE] xf86-video-v4l 0.2.0
Adam Jackson (3): Death to RCS tags. Fix ioctl() outparameter on LP64 systems. v4l 0.2.0 Fabrice Lorrain (1): Fix typo in the manpage. James Cloos (2): Rename .cvsignore to .gitignore Add *~ to .gitignore to skip patch/emacs droppings Matthieu Herrb (1): Makefile.am: nuke RCS Id git tag: xf86-video-v4l-0.2.0
2007 Apr 01
0
ffmpeg2theora --v4l not working with pwc webcam
hia, just found this mailing list and was wondering if i could ask here some help to understand why i get this error: bash-3.1# ffmpeg2theora --v4l /dev/video0 --inputfps 15 -x 160 -y 128 -o t.ogg No such file or directory File `' does not exist or has an unknown data format. im trying it via theorur but it also appears using plain command line. my /dev/video0 works with freej and xawtv
2012 Oct 01
1
v4l
Hi, folks. Ever since we brought some of our servers up to 6.x, where the gspca module comes with the kernel, instead of us building it, we've been seeing problems. One system gives very strange loops - someone walks through, then repeat a few times, then the next motion, etc. The current problem is that one camera went out on a different server (it's 6.2, and I'm hoping to bring
2005 Dec 31
1
v4l audio
Hello all - I'm out of my element with multimedia, can anyone point me in the right direction? I've a pchdtv-3000 card I am trying to record from. I can successfully record audio/video using streamer or watch television with audio using tvtime, so I know the audio is there. I want to record directly to theora. I am trying to do so using ffmpeg2theora like so: ffmpeg2theora --v4l
2018 Aug 14
0
[ANNOUNCE] xf86-video-v4l 0.3.0
This long overdue release features build compatibility with newer X servers and support for v4l2 devices. Adam Jackson (6): Remove call to LoaderGetOS Remove a bogus memset Fix distcheck v4l 0.3.0 Alan Coopersmith (2): Remove xorgconfig & xorgcfg from See Also list in man page Update Sun license notices to current X.Org standard form Cyril Brulebois (1):
2012 Jul 23
1
missing V4L or related dependencies
Hello all, I am trying to install Epiphan's ( http://www.epiphan.com/ ) VGA2USB device on a Centos 6 machine and when I am trying to compile and install the driver for it I get the following errors: WARNING: /lib/modules/2.6.32-279.2.1.el6.x86_64/extra/vga2usb.ko needs unknown symbol videobuf_streamoff WARNING: /lib/modules/2.6.32-279.2.1.el6.x86_64/extra/vga2usb.ko needs unknown symbol
2006 Oct 06
0
V4L + Theora small app...
Hi all. I post a small app I made that create 2 clips using a V4L device. I would like to get every tips you think it's useful... Some notes: - I make 2 clips because in our project we create series of clips and it's important to check that the all the resources ( memory, descriptors, etc. ) are freed correctly and to reuse all the resources that can be reused - the clips are not well
2007 Jun 06
3
C function with unknown output length
Hi all, Could anyone point me to one or more examples in the R sources of a C function that is called without knowing in advance what will be the length (say) of the output vector? To make myself clearer, we have a C function that computes probabilities until their sum gets "close enough" to 1. Hence, the number of probabilities is not known in advance. I would like to have an
2004 Oct 19
3
Maximum possible size of vorbis packet...
I'm looking to trim down the size of the buffers i'm using... and at the moment, i've set each "media sample" (ie packet) to the size of the maximum reasonably possible for any codec (ie video)... about half a meg each... and there's quite a few of them... now i'd like to set the buffer size based on the codec, as obviously the audio codecs need much less space