similar to: tremor relicensed as BSD

Displaying 20 results from an estimated 7000 matches similar to: "tremor relicensed as BSD"

2002 Sep 03
1
tremor relicensed as BSD
For those of you not of the commit mailing list, I wanted to point out that monty has checked the fixed-point 'tremor' vorbis decoder into xiph.org cvs, under the usual (free) xiph license. This was developed for use in embedded devices, so if you've been waiting for an interger-only (no fpu) implementation, you might want to give it a try. The code is in the 'Tremor' cvs
2018 Mar 20
1
several tremor patches
Attached several patches that I have been using to the tremor tree. Please review and apply as you see fit. Regards. -- O.S. -------------- next part -------------- A non-text attachment was scrubbed... Name: 0001-os.h-change-elif-_WIN32-to-elif-defined-_WIN32.patch Type: text/x-patch Size: 728 bytes Desc: not available URL:
2008 Aug 13
1
Tremor + upstream Ogg library
Hi vorbis experts! I'd like ot write application under Symbian that use theora as video codec & tremor as an audio one. I played at first with libogg & theora on PC, then successfully ported them both. Next I decided to port Tremor but I found that it use its own files from Ogg library. The API is almost identical, so I tried to bind the Tremor with upstream Ogg library (it actually
2008 Aug 13
0
Tremor + upstream libogg
Hi vorbis experts! I'd like ot write application under Symbian that use theora as video codec & tremor as an audio one. I played at first with libogg & theora on PC, then successfully ported them both. Next I decided to port Tremor but I found that it use its own files from Ogg library. The API is almost identical, so I tried to bind the Tremor with upstream Ogg library (it actually
2005 Feb 06
1
Query on Tremor-lowmem version
Hi, While following the developer mailing list, I came across "tremor-lowmem" version. I did some search of it in Xiph.org and "tremor" source code but wasn't able to find it. I would like to know if there is any separate thread for the "tremor-lowmem" version as we are working on the fixed point implementation of Vorbis code and we are looking forward for
2001 Oct 21
0
RE: ProjectBuilder project
From: rillian (rillian@telus.net) > I've not tried this, and last I checked the vorbis CW project files were > out of date. Do they work for you under CW? > I haven't tried to compile them under CW. > All this said, I'd much prefer we just get the unix source building > under darwin. If you're offering to maintain a 'port' or sorts (e.g. as > a
2004 Jun 04
0
libogg, libogg2, Tremor compatability
Hi, I've started working on libogg2 support in liboggz and Tremor support in libfishsound. I'm running into some problems with namespace clashes. Specifically, each of libogg, libogg2 and libvorbisidec (Tremor) define conflicting ogg_* symbols and declare incompatible ogg_* types in their headers. While I understand that a dedicated Ogg Vorbis decoder would only need to use one of these
2006 Aug 25
0
Incompability between libvorbis and tremor from svn?
Hi, I'm experiencing a serious problem when trying to replace libvorbis with tremor (from svn): premitting that I don't want to use the ov_* functions, calling vorbis_synthesis_headerin() on the 3 initial packets works with libvorbis but immediately fails with tremor. At first sight it seems that the function in tremor either receives a leading \n before every header (that
2012 Feb 10
0
New repo and moving tremor discussion here
All, I've consolidated our various svn branches of the fixed-point vorbis decoder (known as tremor or tremolo) into a single git repository, hoping that it facilitates review and merging of the various trees. In particular, android has a branch of Robin Watts' Tremolo code (arm-optimized tremor-lowmem) which I don't think anyone on the Xiph side has looked at. I used git-svn to
2001 Oct 30
1
Mac player; low bitrates; (was Re: vorbis players (or lack of) for mac)
> From: rillian (rillian@telus.net) > Date: Mon 29 Oct 2001 - 22:21:51 PST > > On Mon, 29 Oct 2001 dongoodman wrote: > > > >> frankly, i'm rather tired of the lack of free ogg vorbis players > for Mac > > >> OS; it doesn't look like iTunes is going to support the format > anytime > > >> soon (and i have some real issues with its
2003 Oct 23
1
Output signal of the Tremor Codec
Hi, I study electricity in the University of Applied Sciences of Western Switzerland and I just began my diploma work: an embedded Internet Radio Receiver. I want to use the Tremor Codec on a ARM7TDMI uc (Samsung S3C4510B). And I need to convert the decoded Vorbis signal in an I2S bus signal (clk, word-select, and data) with a CPLD (Xilinx SPARTAN II) It will be helpfull if someone can explain
2018 Mar 17
0
r19427 missing from tremor git repo
Hi, Given CVE-2018-5146, I wanted to update the tremor package we have in Buildroot (an embedded Linux build system), and I noticed an inconsistency between the tremor git and svn repos. We are currently using r19427 from svn, but the fix for CVE-2018-5146 was only added to git, so I wanted to move to that. Comparing the two repos I noticed that r19427 is missing from the git repo. r19427 is:
2008 Sep 02
1
How can I minimize the memory use in Tremor?
Hi all, I'm porting the Tremor code to an ARM platform. Unfortunately, we didn't use the low mem branch code for CPU performance consideration, and now I find the memory use in it is huge for the embedded system. After looking into the code, I found the header parse, especially, the codebook unpack part takes a lot of memory. Tremor decodes the codebooks to a cache to store
2004 Sep 10
0
Compiling FLAC for tremor and StrongARM
Hi, I'm developing squash (shameless plug: http://freshmeat.net/projects/squash/ ), and I've just added FLAC support. I'm going to hold off on OggFLAC support until the high level interface is in place. However, my question concerns compiling libFLAC for the strongarm. First I noticed that I could not use the files compiled by tremor, which I have already working. I suppose
2002 Jul 26
1
Compiling Tremor to ARM
Hi there. Would some kind soul please refer me to instructions for building an arm-elf-gcc that'll compile the Tremor sources? (In particular, what sources to get and where, and what to build in what order.) I'm developing on Debian Woody i386, but I'll happily take whatever advice you can send my way. I'm no expert in the field of compiler building, but I can't seem to
2003 May 22
1
problems building lowmem-branch of tremor
I checked out the lowmem-branch of Tremor from CVS but some files like synthesis.c seem to be missing on that branch. What am I doing wrong? Thanks, -Dave --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'vorbis-dev-request@xiph.org' containing only the word 'unsubscribe'
2005 Dec 09
1
regarding inline asm syntax in tremor Vorbis
Hi all The inline asm in Revision 10571: /trunk/Tremor file asm_arm.h seems to be in x86 inline assembly format. is there a code which is compatible with ARM/Thumb C/C++ Compiler, RVCT2.2,along with libvorbis-1.1.2 release. regards anand -------------- next part -------------- An HTML attachment was scrubbed... URL:
2014 Jan 30
1
Tremor crash on armel
Hi, Debian Project News drew my attention to an RFH http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=698378 for a crash in libvorbisidec (tremor) on ARM systems. I have been in contact with Daniel Kahn Gillmor proposing to try to help solve this crash on armel. Unfortunately Daniel hasn't been able to reproduce it recently. Can anyone shed any light on this crash or on how to reproduce
2000 Nov 08
0
Re: [livid-dev] Re: some comments on the ovd proposal
On Wed, 8 Nov 2000 15:33:48 -0800 Michel LESPINASSE <walken@zoy.org> wrote: > One reason is i18n of subtitles. You probably dont want to drag full > unicode fonts in each decoder... My point was that we don't want to drag full unicode fonts into the *spec*. On a desktop-class system, you do want to put that complexitiy in the decoder. Streams will benifit from universally from
2004 Dec 23
2
Regarding Tremor code to port on 16 bit processor
Dear All, Iam trying to port Vorbis Tremor code on 16 bit DSP and it doesn't support the 64 bit data type. Can any one help that what changes I have to make in C code intially to port it on 16 bit DSP processor. Regards, Viswanath Deepak G -------------- next part -------------- An HTML attachment was scrubbed... URL: