Displaying 20 results from an estimated 200 matches similar to: "Vorbis plugin for RealOne Player"
2005 Aug 05
1
debugging question.
Hi,
I am using libvorbis-1.0.1 and I am trying to debug the example decoder
(examples/decoder_example.c) using gdb. I have compiled the source tree
for debug and can single step through the program.
However i am facing the following problem (which I think is more of C
than vorbis)
1. after single steppig I finally arrive at the function shown below
(in file lib/info.c)
static int
2002 Mar 14
2
Ogg in MP4 file, Unexpected result from _vorbis_unpack_books
Hi.
I'm trying to implement Ogg/Vorbis support for the MPEG4IP project.
The goal is to support Ogg/Vorbis audio for MPEG-4 streaming.
So far I have managed to make the encoder save Ogg packets as an Audio
object in an .mp4 file. As a side effect, it can also save Ogg pages in
an .ogg file playable by xmms, but that's no big deal.
So what I'm doing is this. First the init part.
a)
2004 Aug 06
2
MP3 MetaData in WMP and RealOne
Hi
Can anyone tell me how to get Metadata (Artist & Title) to display in WMP and RealOne
It seems to work in WinAMP5 and if a rebroadcast the stream via PeerCast
<p>Im using SAM2 and Icecast2
Allan
--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to
2003 Oct 11
1
Status of RealOne plugin?
I'm trying to convice a webmaster to start offering Vorbis in addition
to his current RealAudio 3(GAH!) web streams. I was just wondering what
the status on the RealOne/Helix DNA plugin was so I could include it in
a letter I'm going to be sending him today.
<p>--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe
2008 Sep 12
4
[Patch] New function of libvorbis
This patch offers interface to get the library name which software uses.
Function:
char *vorbis_version_string(void);
PATCH (for libvorbis-1.2.1RC2):
diff -crN libvorbis-1.2.1RC2/include/vorbis/codec.h libvorbis-1.2.1RC2_NI/include/vorbis/codec.h
*** libvorbis-1.2.1RC2/include/vorbis/codec.h Mon Aug 25 05:57:44 2008
--- libvorbis-1.2.1RC2_NI/include/vorbis/codec.h Sat Sep 13 05:00:22 2008
2005 Oct 26
1
Small memory leak...
Hi all.
In lib\encoder_toplevel.c , row 1123-1128:
#ifndef LIBOGG2
/* So we're expecting the application with free this? */
op->packet=malloc(oggpack_bytes(opb));
memcpy(op->packet, oggpack_get_buffer(opb), oggpack_bytes(opb));
oggpack_writeclear(opb);
#else
In my small testing application my debugger says there are 50 bytes of
memory lost and it refers to
2005 Oct 26
1
Small memory leak...
Hi all.
In lib\encoder_toplevel.c , row 1123-1128:
#ifndef LIBOGG2
/* So we're expecting the application with free this? */
op->packet=malloc(oggpack_bytes(opb));
memcpy(op->packet, oggpack_get_buffer(opb), oggpack_bytes(opb));
oggpack_writeclear(opb);
#else
In my small testing application my debugger says there are 50 bytes of
memory lost and it refers to
2004 Aug 06
0
MP3 MetaData in WMP and RealOne
Did you really see meta-data? Or did it show data from the playlist-
file? Or did you see the data (name and genre) provided in the http-
header upon connect?
E.g.:
http://www.shoutcast.com/sbin/shoutcast-
playlist.pls?rn=4219&file=filename.pls
Shows "CLUB 977 The 80s Channel (HIGH BANDWIDTH)" in WinAmp. But this
is due to the "title" set in the .pls and/or provided in
2004 Aug 06
0
MP3 MetaData in WMP and RealOne
Maybe it works with WinAmp because peercast is received via a plugin
that supports this?
http://www.peercast.org/download.php
WinAmp 2.x/5.x:
- Self-extracting installer
- Installs WinAmp plugin client
- Enables peercast:// links
- Free. No adware/spyware
Allan, I assume you have a plugin installed for listening to
peercast?
Stefan
On 7 Apr 2004 at 21:21, oddsock wrote:
> At 08:30 PM
2006 Aug 24
1
AMD64 bug
The theora_unpack_comment casts a pointer-to-int to pointer-to-long. This
is incorrect on AMD64, where ints and longs are of different size. On my
system (Debian unstable, gcc 4.1) this causes players to crash when they
reach the end of a movie. The patch below fixes this bug.
--- libtheora-0.0.0.alpha7/lib/toplevel.c 2006-06-13 00:57:36.000000000 +0200
+++ libtheora-pdw/lib/toplevel.c
2004 Aug 06
3
MP3 MetaData in WMP and RealOne
At 08:30 PM 4/7/2004, you wrote:
>On Thursday 08 April 2004 01:40, Allan wrote:
> > Hi
> >
> > Can anyone tell me how to get Metadata (Artist & Title) to display in WMP
> > and RealOne
> >
> > It seems to work in WinAMP5 and if a rebroadcast the stream via PeerCast
> >
> >
> > Im using SAM2 and Icecast2
> >
>
>They should
2008 Mar 31
1
Problem creating ogg comment header for theatrical/stage/disco lighting stream
Hi, I am creating a new ogg stream for theatrical/stage/disco lighting and
am having trouble encoding my comment header with the following code in
_tp_writelsbint function, it does not write the second byte to the ogg
buffer. I am using windows and have created a new win32 library project with
visual studio and added my code, what do i have to do to get the function
working? Is there a project
2010 Nov 04
4
Fwd: Merging jorbis upstream and the cortado jorbis fork back into one
Of interest to some on the list.
Anyone familiar enough with Java to know how we go about
detecting/using/incorporating an external Jorbis build into the
Cortado jar ?
Or are we supposed to download sources into our tree and build the whole ?
---------- Forwarded message ----------
From: Hans de Goede <hdegoede at redhat.com>
Date: Thu, 04 Nov 2010 15:31:31 +0100
Subject: Merging jorbis
2006 Aug 29
0
Bug#383793: libtheora0: not 64-bit clean
Package: libtheora0
Version: 0.0.0.alpha7-1
Severity: important
Tags: patch
The theora_unpack_comment casts a pointer-to-int to a pointer-to-long,
which breaks badly if ints and longs are different sizes. The attached
patch fixes this.
-- System Information:
Debian Release: testing/unstable
APT prefers unstable
APT policy: (500, 'unstable'), (1, 'experimental')
Architecture:
2004 Aug 06
2
MP3 MetaData in WMP and RealOne
Hi Everybody,
It works with Peercast because Peercast receives the headers from Icecast2
and sends its own headers back to the client (Winamp, WMP, Real...).
Remember that Peercast is a client AND a server... I guess Peercast doesn't
send back the headers in the same way than Icecast2. Maybe Peercast doesn't
use ICY/X-audiocast.
Talking about Real (v9.0 and 10), I already got the
2024 May 13
0
Change between 86152 and 86534 - probably 86265 - that looks for zspmv in BLAS and not LAPACK causes R with OpenBLAS to fail
Executive summary:
I believe revision 86265 makes it more difficult to build R with
OpenBLAS on Windows as now the entire LAPACK needs to be built to
obtain zspmv. Is there anything that can be done to allow the former
behavior to be used, something in Mkrules.local perhaps?
Detailed Explanation:
I have been building R with OpenBLAS for Windows 64 for over a decade
by patching
2004 Aug 06
2
MP3 MetaData in WMP and RealOne
Hi Stephan,
I am talking about the meta-data: Artist - Song. It's weird because you are
the second person on the list who doesn't get it working in Real... I just
tried again with "BEK_dns" and "Radio Alcanzando Naciones" the 2 first MP3
radios I found in the stream directory and everything worked perfectly for
Real (but not for WMP).
In RealPlayer, I clicked
2008 Apr 29
2
More trival questions
Hopefullly this is once again something trivial I'm missing. I'm still trying to figure out how to pull a part a stream. I get two out the three theora headers I can see in the file (http://v2v.cc/~j/theora_testsuite/320x240.ogg) if I use the buffer in the page struct and nothing usable if I try to use the packet structs. Hopefully this is once again something something trivial I've
2012 Feb 22
0
[LLVMdev] Force rematerialization
Hi all,
I'd like to force rematerialization by extending live intervals. For
example:
%vreg1 = opa %vreg2, %vreg3 ; RClassA:%vreg1, RClassB:%vreg2, RClassB:%vreg3
...
somewhere between --> %vreg2<kill> and %vreg3<kill>
..
%vreg4 = opb %vreg1 ; RClassA:%vreg1, RClassB:%vreg4
In my case, %vreg1 is not spillable and I'd like to extend vreg2 and
vreg3 live intervals to get
2006 Mar 19
0
how to arrange the codeword tree into array form
hi,
i am porting ogg vorbis decoder on to a24- bit dsp
platform. i would like to know how he is arranging
the binary tree into an array form. i think this
process is done in _make_words in tremer code. i
would be if some one could explain me the exact
algorithm or where can i get it?
i am attaching the code here for your reference.
static int _make_words(char *l,long n,ogg_uint32_t *r,long