similar to: Anybody working on Windows codec ?

Displaying 20 results from an estimated 3000 matches similar to: "Anybody working on Windows codec ?"

2001 Feb 03
1
WIN32 files have unix-style linebreaks?
Is it just me or doesn't all the Win32 files have unix-style EOL codes? I downloaded the nightly CVS tarball and tried to compile it in Visual Studio 6 but it failed partly because of that reason. It didn't even want to recognize some of the files (ie *.dsp files). It's a fairly simple operation to fix the problem but I don't know if it's my fault or if it realy something in
2000 Jun 20
5
Win32 DLL
I've put together a first cut for a Win32 DLL using the BladeEnc interface. Right now, it's just a drop-in replacement for BladeEnc.dll that ignores all encoding parameters passed to it and uses the info_A vorbis_info struct (same as the encoder_example). It's not particularly useful as of yet, but you can rename it to BladeEnc.dll and use it with any number of rippers out there
2000 Jul 12
1
Windows ACM codec status
What is the status of the vorbis ACM codec? I certainly hope I am not the only one with a vested interest in its development and there's been no talk of its status on the list lately. Tony Arcieri --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/
2015 Apr 27
2
Real sh? Or other efficient shell for non-interactive scripts
Les Mikesell <lesmikesell at gmail.com> wrote: > On Mon, Apr 27, 2015 at 10:46 AM, Joerg Schilling > <Joerg.Schilling at fokus.fraunhofer.de> wrote: > > > > > And the problem is the GPL. I recommend you to work on making all GPL code > > freely combinable with other OSS. > > Of course the problem it the GPL. Glad you recognize that. It's >
2008 Mar 28
10
Inheriting from AdminController intstead from ApplicationController
Hi I would like to do the following: I have created an admin namespace and the required folders app/admin views/admin etc. And then I wanted all controllers under app/admin to inherit from a controller named AdminController which resists under app/admin/admin.rb instead of inhereting from ApplicationController, so I could better separate between admin and public section. The AdminController
2004 Sep 10
1
Re: ACM codec
Mr. Blum, I had to make some assumptions writing the driver, because I had no previous experience writing ACM drivers. I did what I could based in Microsoft's documentation but, of course, I made same mistakes. I had no time to test the code I wrote yet and will not in the next 2 weeks. All I can tell you now is about what I did and about my sources. So, considering your enthusiasm, I suggest
2015 Apr 27
2
Real sh? Or other efficient shell for non-interactive scripts
On Mon, Apr 27, 2015 at 12:10 PM, Joerg Schilling <Joerg.Schilling at fokus.fraunhofer.de> wrote: > > > If you combine ZFS and Linux, you create a permitted "collective work" and the > GPL cannot extend it's rules to the CDDLd separate and independend work ZFS of > course. Which countries' copyright laws would permit that explicitly even when some of the
2014 Sep 08
2
[PATCH] add mips64 support
On 09/08/2014 05:57 AM, Dejan Latinovic wrote: >> From: H. Peter Anvin [hpa at zytor.com] >> Sent: Friday, September 05, 2014 7:13 PM >> To: Dejan Latinovic; YunQiang Su; klibc at zytor.com; maximilian attems >> Subject: Re: [klibc] [PATCH] add mips64 support > >> Why copy the files rather than share them? > > Hi Peter, > here is new version of
2015 Jan 24
1
[PATCH] add mips64 support
On 12/15/2014 05:56 AM, Dejan Latinovic wrote: > > Hello, > > Any updates on mips64 support for klibc? > > Can I do anything to help merging > mips64 changes? > Sorry, my personal life exploded in late August, and I have bee chronically behind ever since. Is this the only patch needed? From: Dejan Latinovic <Dejan.Latinovic at imgtec.com> Subject: [PATCH]
2004 Aug 06
1
ogg vorbis codec for windows media player?
On Thu, Jan 16, 2003 at 03:22:41PM +0000, Jim Bailey wrote: > On Thu, Jan 16, 2003 at 12:58:14PM +0100, Akos Maroy wrote: > > This may mave been asked before: is there some way once can get the > > windows media player to play ogg vorbis content? I don't use windows in > > general, but someone has approached me with this question. > > Get them to use winamp That
2015 Apr 27
3
Real sh? Or other efficient shell for non-interactive scripts
Les Mikesell <lesmikesell at gmail.com> wrote: > On Mon, Apr 27, 2015 at 11:16 AM, Joerg Schilling > <Joerg.Schilling at fokus.fraunhofer.de> wrote: > > > > > You should read the GPL and get help to understand it. The GPL does not forbid > > this linking. In contrary, the GPOL allows any GPLd program to be linked > > against any library under and
2005 Nov 15
2
conversion from RData to R file
Dear all I am beginner in R coding and have a problem to figure out how to convert RData format into R format. After I converted csv file using read.csv I got RData file but to run some R code need R format Many Thanks Dejan [[alternative HTML version deleted]]
2015 Apr 27
2
Real sh? Or other efficient shell for non-interactive scripts
Les Mikesell <lesmikesell at gmail.com> wrote: > On Mon, Apr 27, 2015 at 10:07 AM, Joerg Schilling > <Joerg.Schilling at fokus.fraunhofer.de> wrote: > > > > > I would be interested to understand why Heirloom seems to so well known and my > > portability attempts seem to be widely unknown. > > > > Not sure why it matters with a standalone
2003 Sep 29
14
Help with GPL license of Asterisk
I would appreciate some help with this. I read the GPL license and basically it says you can do whatever you want with the software (sell, modify) as long as you include the source code, the License and make any changes you make available in the same manner to all others. My questions is this: If I develop an external application (say a Call Center application or a GUI management application)
2015 Apr 27
4
Real sh? Or other efficient shell for non-interactive scripts
On Mon, Apr 27, 2015 at 1:02 PM, Joerg Schilling <Joerg.Schilling at fokus.fraunhofer.de> wrote: > > > The GPL makes claims that are in conflict with the law because these claims are > not amongst what the list in the law permits and that are thus void. The GPL is all that gives you permission to distribute. If it is void then you have no permission at all to distribute any
2007 Nov 12
7
schema_info always wants to be 3, even when set to 7
Hi all, I''m having a very odd problem with db:migrate. I''m using Rails 1.2.5 on Windows XP SP2 and Ruby 1.8.6 I have seven migrations. If I run them with an empty database, it runs the first three, then halts. When I look in schema_info, the version is 3. If I run db:migrate VERSION=7, then it runs through the remaining 4 migrations, and the version is 7 in the DB.
2014 Sep 05
2
[PATCH] add mips64 support
On 09/04/2014 07:57 AM, Dejan Latinovic wrote: > Description: All files are copied over from klibc/arch/mips, > and used witout any changes and aditional adaptation. Why copy the files rather than share them? -hpa
2005 Aug 31
3
a few more questions...
On Aug 31, 2005, at 4:19 PM, Michael Smith wrote: > > Our primary aim is to have excellent support for free formats > (primarily, this means the xiph codecs - we'd be happy to help out > with any other freely usable formats, though). As a concession to > existing icecast users, we have basic mp3 support (basically we just > pass it through untouched), and this mechanism works
2001 Apr 14
1
Vorbis ACM
Does anyone have a status update for this project? The sourceforge page doesn't offer much info: http://sourceforge.net/projects/vorbisacm I'd love to be able to use Vorbis to encode audio from within Virtualdub, etc, etc, not to mention the ability o play Vorbis files in Windows Media Player. Too bad I don't have the skills to write it myself. Thanks, --Wilson. --- >8 ---- List
2005 Jan 04
2
range support / stream seeking not supported by Winamp 5 and WMP 10?
Hi, I was just checking out icecast-2.2.0. You guys have done a great job yet again! I was interested in the range support / stream seeking on static files, since that would be a really useful feature for my clients. Range support / stream seeking seems to work with RealPlayer v10, but not with Winamp 5 or Windows Media Player 10. Does anyone else have this experience? Is there a way to make it