Displaying 7 results from an estimated 7 matches for "tcmp".
Did you mean:
cmp
2014 Feb 07
1
[PATCH] arm: Remove a superfluous 's' suffix from the cmp instruction
...h
index 7a74042..2c64625 100644
--- a/libspeex/filters_arm4.h
+++ b/libspeex/filters_arm4.h
@@ -46,9 +46,9 @@ int normalize16(const spx_sig_t *x, spx_word16_t *y, spx_sig_t max_scale, int le
".normalize16loop1%=: \n"
"\tldr %4, [%0], #4 \n"
- "\tcmps %4, %1 \n"
+ "\tcmp %4, %1 \n"
"\tmovgt %1, %4 \n"
- "\tcmps %4, %3 \n"
+ "\tcmp %4, %3 \n"
"\tmovlt %3, %4 \n"
"\tsubs %2, %2, #1 \n"
--
1.8.3.4 (Apple Git-47)
2004 Aug 06
0
icecast2, ogg, mp3, etc
...Source clients :
> ices0.x (supports mp3 streams)
> ices2.x (supports ogg vorbis streams)
> darkice (supports mp3 + ogg vorbis)
> oddcast xmms plugin (supports mp3 + ogg vorbis)
> streamTranscoder (supports mp3 + ogg vorbis)
>
> Win32 Source Clients :
> oddcast winamp/foobar/tcmp plugin (supports mp3 + ogg vorbis)
> streamTranscoder (supports mp3 + ogg vorbis)
>
> If there are more, then please add to the list...
>
> oddsock
>
> At 11:34 AM 6/3/2003 -0700, you wrote:
> >Hi,
> >
> >Just wanted to clarify, can icecast2 not read OR broadc...
2004 Aug 06
7
icecast2, ogg, mp3, etc
Hi,
Just wanted to clarify, can icecast2 not read OR broadcast any mp3, or
can it just not broadcast mp3 (but still play from a playlist)? I know the
quality would be dropped if it had to reencode them though.
And what's up with that POS Winamp3, it doesn't even play gg streams?!?
I use xmms, but we have winamp3 on a demo computer, it just sits and keeps
prebuffering. I need something
2004 Aug 06
3
icecast2, ogg, mp3, etc
...can communicate with icecast2 :
Unix Source clients :
ices0.x (supports mp3 streams)
ices2.x (supports ogg vorbis streams)
darkice (supports mp3 + ogg vorbis)
oddcast xmms plugin (supports mp3 + ogg vorbis)
streamTranscoder (supports mp3 + ogg vorbis)
Win32 Source Clients :
oddcast winamp/foobar/tcmp plugin (supports mp3 + ogg vorbis)
streamTranscoder (supports mp3 + ogg vorbis)
If there are more, then please add to the list...
oddsock
At 11:34 AM 6/3/2003 -0700, you wrote:
>Hi,
>
>Just wanted to clarify, can icecast2 not read OR broadcast any mp3, or
>can it just not broadcast m...
2004 Sep 10
2
[Flac-users] Matroska open source A/V container format officially released
...file can be downloaded here :
http://matroska.sourceforge.net/downloads/kaxdemux-v0.3.0.zip ; unzip it
into any directory and run regsvr32 x:\path\kaxdemux.dll from a command
line .
Playback : The Core Media Player Team have made a special release of
their feature pumped DirectShow player, the TCMP RC4 'matroska release
edition' , to be downloaded here : http://www.corecoded.com . Its coming
with the latest parser filter and will install it automatically, plus it
can easily be registered to playback matroska files.
MPA2MKA and WAV2MKA : Both programs allow the user to transmux PCM...
2006 Jun 26
0
[klibc 25/43] ia64 support for klibc
...OUT "\t.align 32\n";
+ print OUT "\t.proc ${fname}\n";
+ print OUT "\t.globl ${fname}\n";
+ print OUT "${fname}:\n";
+ print OUT "\tmov\tr15 = __NR_${sname}\n";
+ print OUT "\tbreak __BREAK_SYSCALL\n";
+ print OUT "\tcmp.eq p6,p0 = -1,r10\n";
+ print OUT "(p6)\tbr.few __syscall_error\n";
+ print OUT "\tbr.ret.sptk.many b0\n";
+ print OUT "\t.size\t${fname},.-${fname}\n";
+ print OUT "\t.endp\t${fname}\n";
+ close(OUT);
+}
+
+1;
diff --git a/usr/klibc/arch/...
2006 Jun 28
35
[klibc 00/31] klibc as a historyless patchset (updated and reorganized)
I have updated the klibc patchset based on feedback received. In
particular, the patchset has been reorganized so as not to break
git-bisect.
Additionally, this updates the patch base to 2.6.17-git12
(d38b69689c349f35502b92e20dafb30c62d49d63) and klibc 1.4.8; the main
difference on the klibc side is removal of obsolete code.
This is also available as a git tree at: