Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:28514 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 14106 invoked by uid 1010); 21 Mar 2007 08:46:08 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 14088 invoked from network); 21 Mar 2007 08:46:08 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 21 Mar 2007 08:46:08 -0000 Authentication-Results: pb1.pair.com smtp.mail=tijnema@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=tijnema@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 64.233.182.187 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: tijnema@gmail.com X-Host-Fingerprint: 64.233.182.187 nf-out-0910.google.com Linux 2.4/2.6 Received: from [64.233.182.187] ([64.233.182.187:46768] helo=nf-out-0910.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 66/02-21072-EC0F0064 for ; Wed, 21 Mar 2007 03:46:06 -0500 Received: by nf-out-0910.google.com with SMTP id l35so818207nfa for ; Wed, 21 Mar 2007 01:46:03 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=OnPH77RII/CeU0OP2Y57kv9cLlDY9RF1vYnur72EZToftxtieuUfWy0rf8Skdt8VT+LBwGr5VJvLnzgEkS4EpvBrwIja1XkYIjgnWYJEmU6wik5syuaX1OmnITQuHMpvCArYRrAIf5X3L/M1HblhEzIEmw2brVvKRwdLInmAsYk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Fpn3sPHbSdvk1PyQfoDesOOZPi5Qtccz10vkB39m8h1FKQr6qKk3YxjAs13VehNNk3GbmieJQq/c4BM1mKWG2ndClTbTiplKvJBlCb1ZVHUaaYo9R+185Ymz7phJ3EsnGYEHZ/nIEMxJ/Y7tijN3uawcvQLNvT0t10eHGtEnSX0= Received: by 10.82.175.2 with SMTP id x2mr1164251bue.1174466763388; Wed, 21 Mar 2007 01:46:03 -0700 (PDT) Received: by 10.82.98.10 with HTTP; Wed, 21 Mar 2007 01:46:03 -0700 (PDT) Message-ID: Date: Wed, 21 Mar 2007 09:46:03 +0100 To: "Alexey Zakhlestin" Cc: ceo@l-i-e.com, internals@lists.php.net In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <1405337330.20070315155023@marcus-boerger.de> <4E49AB3E-7BCE-4B10-8696-F0427C4AAAD4@prohost.org> <1475201111.20070315162711@marcus-boerger.de> <167173066.20070315224827@marcus-boerger.de> <45049.216.230.84.67.1174434279.squirrel@www.l-i-e.com> Subject: Re: [PHP-DEV] GSoC From: tijnema@gmail.com ("Tijnema !") On 3/21/07, Alexey Zakhlestin wrote: > you should look at ffmpeg and other multi-codec libraries (sdl?) ffmpeg is cool, and probably good for this, but I'm not sure what you want to do with SDL library. Tijnema > > > On 3/21/07, Tijnema ! wrote: > > On 3/21/07, Richard Lynch wrote: > > > > > > I splice the ID3 tags onto the front of an MP3 stream in PHP on this > > > site: > > > > > > http://uncommonground.com/ > > > > > > The id3 library in PHP is quite good at this, but needs a maintainer... > > > > > > > Well, it is a start, now only processing work needs to be done :) > > To convert from MP3 to Wave for example, I think this will require the > > LAME lib, and to use with OGG, it will require the OGGvorbis lib. But > > about WMA, I never saw a Linux lib for it. So that would require > > creating a new lib for WMA, or directly implementing it into the PHP > > source. So the MP3 and OGG support shouldn't bee too hard to > > implement, but other file formats might be harder. And now I'm only > > talking about Audio, my first idea was to implement Video > > (Audio+Video). Video is even more advanced, then we should work with > > DivX and XviD codecs. (Thank god, they are Open Source). But having > > this support for video, it would be possible to easily create a site > > like youtube, where they even have a "screenshot" of the movie, which > > is actually just a frame in the middle of the file. And of course it > > would be possible to resize the video files. > > > > Kind Regards, > > > > Tijnema > > > > > > > > > > On Tue, March 20, 2007 3:21 pm, Tijnema ! wrote: > > > > On 3/15/07, Marcus Boerger < helly@php.net> wrote: > > > >> Hello Tijnema, > > > >> > > > >> cool, have a look at the site then. If Ilia didn't update it just > > > >> wait a > > > >> bit - we are having network problems here during the conference. > > > >> > > > >> best regards > > > >> marcus > > > > > > > > Hi, > > > > > > > > I read a lot of text, just for information and i like the idea of > > > > GSoC. There are some interesting things on the PHP Ideas list, and it > > > > looks like this idea is the simplest one. As the phpt file structure > > > > is quite easy and there's (AFAIK) no knowledge of C/C++ needed. Only a > > > > little bit PHP programming, and writing the expected result :) > > > > > > > > But i have also some ideas, but i have no idea if it is possible or > > > > useful in PHP. For example i'd like to see support for handling > > > > audio/video files in PHP, to do all kind of music processing in PHP, > > > > or create music streams directly from within a website. I haven't seen > > > > this on any other web based programming language yet. > > > > > > > > Kind Regards, > > > > > > > > Tijnema > > > > > > > > ps. Yes i know the oggvorbis PECL package, but this is only for OGG. > > > >> > > > >> Thursday, March 15, 2007, 10:09:11 PM, you wrote: > > > >> > > > >> > On 3/15/07, Marcus Boerger < helly@php.net> wrote: > > > >> >> Hello Ilia, > > > >> >> > > > >> >> of course we can. The question is how do we find a student for > > > >> ideas we > > > >> >> have? > > > >> >> > > > >> >> best regards > > > >> >> marcus > > > >> > > > >> > I'm a student :) > > > >> > > > >> > I'm not sure what the requirements for this are, but i've > > > >> programmed a > > > >> > lot in PHP and C/C++. > > > >> > > > >> > Tijnema > > > >> >> > > > >> >> Thursday, March 15, 2007, 4:21:01 PM, you wrote: > > > >> >> > > > >> >> > Ca we have a project designed to improve code coverage of PHP > > > >> by > > > >> >> > creating .phpt tests? I may not seem like a complex project, > > > >> but in > > > >> >> > terms of improving PHP as a language it would be exceptionally > > > >> >> > useful. Probably more so then any one extension that can come > > > >> out of > > > >> >> > GSoC. > > > >> >> > > > >> >> > > > >> >> > On 15-Mar-07, at 10:50 AM, Marcus Boerger wrote: > > > >> >> > > > >> >> >> Hello guys, > > > >> >> >> > > > >> >> >> PHP has been chosen as a summer of code project. I suggets > > > >> we put > > > >> >> >> the > > > >> >> >> following on php.net. Any comments? > > > >> >> >> > > > >> >> >> --------------- > > > >> >> >> The PHP team is proud to once again participate in the Google > > > >> >> >> Summer of Code. > > > >> >> >> We are still looking for project ideas of interested students. > > > >> In > > > >> >> >> case you > > > >> >> >> want to spend your summer with your favorite open source > > > >> project, > > > >> >> >> PHP, and get > > > >> >> >> some money for adding an interesting project to it, you should > > > >> >> >> contact us at > > > >> >> >> internals@php.net. The deadline for submitting ideas is the > > > >> 24th of > > > >> >> >> March 2007. > > > >> >> >> The current list of ideas can be seen here > > > >> http://php.net/ideas. If > > > >> >> >> you have > > > >> >> >> not heard of the Google Summer of Code, then have a look here > > > >> >> >> http://code.google.com/soc. > > > >> >> >> --------------- > > > >> >> >> > > > >> >> >> Best regards, > > > >> >> >> Marcus > > > >> >> >> > > > >> >> >> -- > > > >> >> >> PHP Internals - PHP Runtime Development Mailing List > > > >> >> >> To unsubscribe, visit: http://www.php.net/unsub.php > > > >> >> >> > > > >> > > > >> Best regards, > > > >> Marcus > > > >> > > > >> > > > > > > > > -- > > > > PHP Internals - PHP Runtime Development Mailing List > > > > To unsubscribe, visit: http://www.php.net/unsub.php > > > > > > > > > > > > > > > > > -- > > > Some people have a "gift" link here. > > > Know what I want? > > > I want you to buy a CD from some starving artist. > > > http://cdbaby.com/browse/from/lynch > > > Yeah, I get a buck. So? > > > > > > > > > > -- > > PHP Internals - PHP Runtime Development Mailing List > > To unsubscribe, visit: http://www.php.net/unsub.php > > > > > > > > -- > Alexey Zakhlestin > http://blog.milkfarmsoft.com/