similar to: git online viewer?

Displaying 20 results from an estimated 4000 matches similar to: "git online viewer?"

2010 Jun 11
1
CELT bit error sensitivity
I am aware of a couple CELT users running the codec across a bit-error channel where corruption takes the form of flipped bits (such as a raw wireless link) rather than a packet-loss channel (like ethernet or an IP network). CELT has been designed to work reasonably well on both kinds of channel. You can turn a bit-error channel into a packet-loss channel by including a CRC across the entire
2009 Aug 16
3
llcon software using CELT
Hi all, I am the developer of the llcon software (llcon.sf.net) which is a software making it possible for musicians to play in real-time over the internet. Up to now I have used ADPCM or no audio coding. Gregory Maxwell was pointing me to the great CELT project. Using CELT has the advantage to be able to use higher sample rates, getting lower code rate and better error concealment. I have
2014 Feb 21
2
Make check failure on clone from 31 January
I tracked down the bug to an incorrect use of restrict. I would not consider this a compiler bug: we are lying to the optimizer by telling it that a pointer is restrict when in fact it isn't. This can be fixed like so: diff --git a/celt/mdct.c b/celt/mdct.c index 1634e8e..fa5098c 100644 --- a/celt/mdct.c +++ b/celt/mdct.c @@ -276,8 +276,8 @@ void clt_mdct_backward(const mdct_lookup *l,
2006 Feb 27
1
Rails + WebSVN ?
Hi, I''m trying to have Rails and WebSVN working together with Apache and CGI, but cant do it. The classical way using a <Location> directive ends to a Rails 404 page. I also tried a VHost replacing the <Location> directive with a <Directory> directive... again it doesn''t work. Does anyone had the same problem ? Do you have any idea. If it helps I installed SVN
2013 Nov 14
2
How to negotiate 'Opus/Celt only'?
Hi, Since our device can only handle the Celt part of Opus (due to a MIPS limitation), we have two questions: 1. Is it possible to via SDP force the remote party to send a specific mode of the 32 different possible modes or to force the remote side to use CELT only? 2. In the reference implementation of Opus it looks like the only way to force the encoder to use CELT only
2014 Feb 24
1
Make check failure on clone from 31 January
After a few experiments, I found that both alternatives are very similar, and 2~5% slower compared to the following: diff --git a/celt/mdct.c b/celt/mdct.c index 1634e8e..e490c3b 100644 --- a/celt/mdct.c +++ b/celt/mdct.c @@ -277,7 +277,7 @@ void clt_mdct_backward(const mdct_lookup *l, kiss_fft_scalar *in, kiss_fft_scala it in-place. */ { kiss_fft_scalar * OPUS_RESTRICT yp0 =
2010 Jul 01
4
(no subject)
Jean-Mark, Tim, Could either of you expound on the following comment in cwrs.c? /*If _k==0, the following do-while loop will overflow the buffer.*/ ---------------------------------------------------------------- ...because the following do-loop does overflow the buffer when k=126 k=2; do _u[k]=(k<<1)-1; while(++k<len); Thanks, MikeH -------------- next
2012 Aug 22
3
opus lossless?
Hi All, It is possible to make Opus/CELT a lossless coder if I allow a sufficiently high bit rate? We considered using FLAC, but FLAC's latency is well beyond the acceptable range. Thanks -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/opus/attachments/20120822/60c69469/attachment.htm
2017 Dec 22
2
R CMD check warning about compiler warning flags
>>>>> Duncan Murdoch <murdoch.duncan at gmail.com> >>>>> on Thu, 21 Dec 2017 14:23:13 -0500 writes: > On 21/12/2017 1:02 PM, Winston Chang wrote: >>>> On recent builds of R-devel, R CMD check gives a >>>> WARNING when some compiler warning flags are detected, >>>> such as -Werror, because they are
2010 Aug 15
1
[RFC] Draft for a compositing manager specification
Resending as kwin and plasma mailinglists think that 200k is too large for a mail. The "attachment" can be found in [2] Hi, Pleas note: crossposting to kwin, compiz and plasma development lists. Please keep all lists CCed. Attached you can find a very first draft for a compositing manager specification. It is currently based upon the KWin/Plasma interaction specified in the
2014 Feb 05
4
Make check failure on clone from 31 January
Hi, Apologies if this is a known issue, but running make on revision e3187444692195957eb66989622c7b1ad8448b06 fails one of the tests when using fixed point configuration (floating point is ok) on my linux x86. Note that libopus1.1, as extracted from the tar ball, is OK. Specifically, the tests that fail are in celt/tests/test_unit_mdct: nfft=32 inverse=0,snr = 85.341197 nfft=32 inverse=1,snr =
2009 Mar 30
3
Encoding multiple tiny audio files
Hi all, I want to make a static database containing hundreds of thousands of very short audio files, each having not more than 100 milliseconds. These are made by splitting larger audio files into tiny pieces. I encode all the little files separately, but do not store 3 vorbis header packets, which are the same for all the files. I do not use ogg stream, only store plain vorbis packets.
2007 Aug 29
1
building module
I'd like to use the zfsacl module now in 3.2.0 (http://websvn.samba.org/cgi-bin/viewcvs.cgi/branches/SAMBA_3_2_0/source/modules/vfs_zfsacl.c?rev=23856&view=log) with 3.0.25a prebuilt on OpenSolaris. Is this possible? If so, will it require building Samba from source or is there a way to use it with the pre-existing binary? -- Pete
2009 May 04
2
bad encryption type in AD domain authentication
Hello, I'm trying to access a samba share using an ADS user credentials. I always get an error, and the debug traces (log level = 5) are giving me the output in the follow. I have searched the samba ML archives, and I have found the thread http://lists.samba.org/archive/samba/2004-April/084545.html but, before asking the system admin to apply the eventual KB fixes, I would like to know if the
2010 Sep 20
3
[Bug 30286] New: Rendering Artefacts for "EffectFrames" with KWin trunk
https://bugs.freedesktop.org/show_bug.cgi?id=30286 Summary: Rendering Artefacts for "EffectFrames" with KWin trunk Product: Mesa Version: unspecified Platform: Other OS/Version: All Status: NEW Severity: normal Priority: medium Component: Drivers/DRI/nouveau AssignedTo: nouveau at
2010 Nov 09
3
herky-jerky audio
Just an update, and a follow-up question: I'm making progress on this issue, and will likely have something working very soon, now that I understand how the jspeex transcoding classes work. Unfortunately, I will need to make a couple small changes to the jspeex source code. My question is - is anybody using jspeex for streaming speex-encoded audio? It works great for static audio, but seems
2017 Dec 22
0
R CMD check warning about compiler warning flags
Hi, See inline below. > On Dec 22, 2017, at 9:12 AM, Martin Maechler <maechler at stat.math.ethz.ch> wrote: > >>>>>> Duncan Murdoch <murdoch.duncan at gmail.com> >>>>>> on Thu, 21 Dec 2017 14:23:13 -0500 writes: > >> On 21/12/2017 1:02 PM, Winston Chang wrote: >>>>> On recent builds of R-devel, R CMD check gives
2010 Nov 05
2
herky-jerky audio
Jeff, > I found the problem I was having (described below), and I'm now able to > hear the audio at the destination. > > However, the audio does not play smoothly. It has hiccups and jumps and > stops. I can't guarantee this is the problem, but it may be related to > delays > caused when the Speex2PcmAudioInputStream needs to process an Ogg > page header. >
2017 Dec 25
2
R CMD check warning about compiler warning flags
On 22/12/2017 10:46 AM, Marc Schwartz wrote: > Hi, > > See inline below. > > >> On Dec 22, 2017, at 9:12 AM, Martin Maechler <maechler at stat.math.ethz.ch> wrote: >> >>>>>>> Duncan Murdoch <murdoch.duncan at gmail.com> >>>>>>> on Thu, 21 Dec 2017 14:23:13 -0500 writes: >> >>> On 21/12/2017 1:02
2009 Jun 14
5
Chris DiBona's passing comment on Theora + Youtube on the WhatWG list
Chris DiBona made an odd comment regarding Theora on the WhatWG list. I am explicitly not calling for people to go sign up over there and complain. Google has done many good things for open video, and I'm sure they will continue to do so in the future. I thought the comparison I did for my response would be interesting to other people here: