similar to: Parallel processing for Theora?

Displaying 20 results from an estimated 3000 matches similar to: "Parallel processing for Theora?"

2006 Nov 09
1
theora/doc/draft-* licenses
Hi, the IETF drafts had to be removed from the Debian package recently because IETF RFCs/drafts are (per default) not conformant to the Debian Free Software Guidelines, see <URL:http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=390665>. It would be nice if Phil and Luca could dual-license the drafts under a DFSG-free license also ... most straight-forward would be libtheora's own
2005 Nov 16
1
Crash in mdct_forward
Hello all, I am playing around, trying to get an OggVorbis encoder implementation working on the Symbian OS. Unfortunately I am getting a crash - here is the stack vorbis_analysis_blockout _ve_envelope_search _ve_amp mdct_forward free User::Free(void *) RHeap::Free(void *) RHeap::GetAddress(const void *)const RHeap::CheckCell(const RHeap::SCell *)const Panic(TCdtPanic)
2005 Nov 16
1
Crash in mdct_forward
Hello all, I am playing around, trying to get an OggVorbis encoder implementation working on the Symbian OS. Unfortunately I am getting a crash - here is the stack vorbis_analysis_blockout _ve_envelope_search _ve_amp mdct_forward free User::Free(void *) RHeap::Free(void *) RHeap::GetAddress(const void *)const RHeap::CheckCell(const RHeap::SCell *)const Panic(TCdtPanic)
2007 Sep 17
1
How To Encode Realtime
Hi, ??Forgive my poor English, I'm trying to implement a net phone using vorbis codec, which need realtime encode and decode the stream. The problem is, I use vorbis_analysis_buffer() and vorbis_analysis_wrote() push the PCM data in, then use vorbis_analysis_blockout(&vd, &vb) to output a block, it can't output all the data. It seems that some data which length is constant, must
2001 Mar 11
1
vorbis_analysis() dependencies?
Per Monty's suggestions from a while ago, I have [finally] gotten around to playing with different schemes for parallel oggenc. Monty's main suggestion was to have a single thread loop over reading samples and calling vorbis_analysis_blockout(), and then queueing up the resulting blocks to be processed through vorbis_analysis() in other threads (in parallel). To verify that this works, I
2001 Jan 26
1
Thread issues: clarification
Monty -- I'm still running into problems with my threaded encoded, and I think I just figured out why. I have N threads running in parallel calling vorbis_analysis_blockout() and vorbis_analysis() to do the number crunching on the input samples. They all share a single vorbis_dsp_state -- my understanding was that this was ok; they only *read* from the vorbis_dsp_state, therefore not
2003 Sep 11
1
Flushing audio
Hi there again.. I'm still writing my particular-case-vorbis-encoder-and-player, and it worked fine until now. I'm having a problem trying to encoding the audio. I need to send the data very quickly, as soon as i capture it from the sound card. Currently i have the following (audio captured 16 bits, mono): void VorbisEncoder::encode(void *data, int r) { char *buf = (char *)
2006 Aug 09
0
encode, decode and encode again - bug
Hello, All. I wrote an encoder-decoder based on example from OGG-Vorbis SDK. This encoder can encode a large amount of small WAV-files with equal parameters into one sound archive. Then I decode this sound archive back into large amount of small WAV-files. Theese files are different from source files, but each of them can be normally played by Windows. And now I can't correctly encode
2006 Sep 11
4
encode, decode and encode again
(I've already posted this message month ago, but nobody answered, may be it was not delivered to newsgroup?) Hello, All. I wrote an encoder-decoder based on example from OGG-Vorbis SDK. This encoder can encode a large amount of small WAV-files with equal parameters into one sound archive. Then I decode this sound archive back into large amount of small WAV-files. Theese files are
2010 Feb 07
1
Theora blurriness in Windows players
I just finished using my mother's PC which is running Windows XP. I downloaded & installed, or already had installed, the latest versions of VLC Media Player (1.0.5), Media Player Classic - Home Theater (last release was in August 2009), Miro (already installed), Mozilla Firefox (3.6), Google Chrome (latest from website today), Opera (10.50 Alpha, latest build from the website), and
2008 Jan 28
0
LOOPS - GIS
Dear R-user community, I need to solve a problem related to river management. The task is to calculate the distance from specified points in a river to the outlet of the river. The river is defined by a database (here called "M"): LinkID |NodeID1 | NodeID2 |Distout |Length ---------------------------------------------------------------------------- 10 |100 |200
2010 May 12
2
Help with interpolation
Hi, I have a two Colum matrix ( I named it holder) as shown bellow. It seems to be three columns, but the first column contains the row names. I am trying to fill all NAs by linear interpolation the known values in the matrix. I tried using the interpNA function, but I get an error message: > interpNA(holder, method = "linear") Error in approx(idx, x[idx], 1:n, method = method, f
2001 Sep 11
2
Another backtrace
I got this one this morning, but didn't notice it til now: --- (gdb) bt #0 0x4003be91 in vorbis_block_clear (vb=0xbffff71c) at block.c:156 #1 0x4003ce36 in vorbis_analysis_blockout (v=0xbffff71c, vb=0x8050b80) at block.c:591 #2 0x4002ff23 in _prefetch_all_headers (vf=0xbffff540, dataoffset=-1073749296) at vorbisfile.c:324 #3 0x4003039c in _process_packet (vf=0xbffff540, readp=1)
2009 Dec 12
1
Skipping of sample in ogg writing
Hi All, I m having a strange problem with the Ogg-Vorbis writting code. The code I m using to write is skipping some samples at the end of the file. For example I m converting the 10000 sample .wav file ( 441000 sample rate , 16 bit depth , stereo ) to ogg format. But while reading the ogg file I only find 5824 samples in the ogg file. Can any one suggest what could be wrong in the code. Is
2009 Dec 12
1
Skipping of sample in ogg writing
Hi All, I m having a strange problem with the Ogg-Vorbis writting code. The code I m using to write is skipping some samples at the end of the file. For example I m converting the 10000 sample .wav file ( 441000 sample rate , 16 bit depth , stereo ) to ogg format. But while reading the ogg file I only find 5824 samples in the ogg file. Can any one suggest what could be wrong in the code. Is
2016 Feb 12
1
RV: RV: Security tab missing, and another error
Hi again! I have done this: https://lists.samba.org/archive/samba/2015-March/190155.html and now, when i do “pam-auth-update” i can see windbind as a second auth option then i set in nsswitch.conf: passwd: compat winbind group: compat winbind and now if i do: chgrp "Domain Admins" /usuarios not see error, also ls -lat / : drwxr-xr-x 2 root domain admins 4096
2017 Feb 19
2
Reconocimiento de texto
Buenas Juan, Ya había visto ese paquete pero creo que no soy capaz de explotarlo del todo. Yo lo que tengo son imágenes solo de números y sobre una superficie gris. Entonces me gustaría poder entrenar a mi “modelo” para que solo muestre como posible salida números y siempre en un fondo gris. Aun asi, muchas gracias por la recomendación Jesús Enviado desde
2023 Apr 28
1
LAPS support
Le 28/04/2023 ? 09:51, Arnaud FLORENT via samba a ?crit?: > > Le 28/04/2023 ? 09:40, Arnaud FLORENT via samba a ?crit?: >> >> Le 28/04/2023 ? 09:12, Arnaud FLORENT via samba a ?crit?: >>> >>> Le 28/04/2023 ? 01:03, Andrew Bartlett via samba a ?crit?: >>>> On Thu, 2023-04-27 at 18:18 +0200, Arnaud FLORENT via samba wrote: >>>>> so it
2010 Mar 20
3
Updates to development?
Hi, again. Are there any updates to the development of Theora? Like a version 1.2? I ask this because I want to be re-assured Theora is not just sitting while people are choosing H.264... -- Daniel Hendrycks -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/theora/attachments/20100320/3c18a22c/attachment.htm
2017 Feb 18
3
Reconocimiento de texto
Conoceis algo desarrollado con deeplearning para el reconocimeinto de texto en R? Gracias Enviado desde Correo<https://go.microsoft.com/fwlink/?LinkId=550986> para Windows 10 [[alternative HTML version deleted]]