[FFmpeg-devel] Gsoc libavfilter audio code

Robert Krüger krueger at signal7.de
Wed Jul 6 08:21:11 CEST 2011


On Jul 5, 2011, at 18:00 , Stefano Sabatini wrote:

> On date Tuesday 2011-07-05 17:32:57 +0200, Robert Krüger encoded:
>> 
>> On Jul 5, 2011, at 16:18 , Mina Nagy Zaki wrote:
>> 
>>> On Thu, Jun 30, 2011 at 01:08:37PM +0200, Robert Krüger wrote:
>>>> 
>>>> Hi,
>>>> 
>>>> sorry if this is documented somewhere but I didn't find a link to a repository URL for the GSoc libavfilter audio project on the ffmpeg or gsoc site. Is the code somewhere available publicly or not yet? I just would like to take a look to get an understanding of what's coming if that doesn't bother anyone.
>>> 
>>> Sorry I haven't been looking at the list mail for a few days. It used to be on
>>> gitorious, but this is the new tree:
>>> https://github.com/mnzaki/FFmpeg/tree/audio-filters-20110705
>>> 
>>> I push a new timestamped branch every few days, each of them is rebased against
>>> the latest upstream and with new changes if any.
>> 
>> Sorry to bother you again but I got the following error:
>> 
>> git clone https://github.com/mnzaki/FFmpeg/tree/audio-filters-20110705
>> Cloning into audio-filters-20110705...
>> fatal: https://github.com/mnzaki/FFmpeg/tree/audio-filters-20110705/info/refs not found: did you run git update-server-info on the server?
> 
> You need to clone the repo, which you do with:
> git clone https://github.com/mnzaki/FFmpeg.git ffmpeg-mnzaki
> 
> Then you get the list of the *remote* branches with:
> git branch -r
> 
> and you can checkout one of them with:
> git branch -b NAME
> 

Thanks Stefan and Stefano!




More information about the ffmpeg-devel mailing list