[FFmpeg-devel] Gsoc libavfilter audio code

Stefano Sabatini stefano.sabatini-lala at poste.it
Tue Jul 5 18:00:27 CEST 2011


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
 
> should I use another git command or is something wrong on the server
> side? sorry if this is a dumb question. I am rather inexperienced
> with git.
-- 
FFmpeg = Fast and Faithful Merciless Philosofic Epic Gymnast


More information about the ffmpeg-devel mailing list