Re: [HELP] Quartz and FFMpeg question

2005-03-09 Thread Joerg Mayer
On Wed, Mar 09, 2005 at 06:33:44PM +0100, Christian Costa wrote: > > IIRC this third-party repository contains both the libavcodec package > > and the mplayer package so I suspect the two are very closely tied > > together. > > > > Yup. CVS repository are also hosted on the same site, the mplay

Re: [HELP] Quartz and FFMpeg question

2005-03-09 Thread Christian Costa
> Message du 09/03/05 13:31 > De : "Francois Gouget" > A : "Christian Costa" > Copie à : "wined" > Objet : Re: [HELP] Quartz and FFMpeg question > > On Tue, 8 Mar 2005, Christian Costa wrote: > [...] > >> At least here (Debian) mp

Re: [HELP] Quartz and FFMpeg question

2005-03-09 Thread Francois Gouget
On Tue, 8 Mar 2005, Christian Costa wrote: [...] At least here (Debian) mplayer depends on the libavcodec package instead of copying the source (but it's a bit of a special case as they come from a third-party package repository). This is surprising because libavcodec and libavformat are static li

Re: [HELP] Quartz and FFMpeg question

2005-03-08 Thread Christian Costa
> Message du 08/03/05 12:05 > De : "Francois Gouget" <[EMAIL PROTECTED]> > A : "Christian Costa" <[EMAIL PROTECTED]> > Copie à : "wined" > Objet : Re: [HELP] Quartz and FFMpeg question > > On Sun, 6 Mar 2005, Christian Costa

Re: [HELP] Quartz and FFMpeg question

2005-03-08 Thread Francois Gouget
On Sun, 6 Mar 2005, Christian Costa wrote: Hi, I'm working on a video wrapper around libavcodec from FFMpeg. Currently I can play rle, msvideo1 and mjpeg movies. But before submitting anything I must handle the dependency with libavcodec (and maybe libavformat in the future). AFAIK there is no sta

[HELP] Quartz and FFMpeg question

2005-03-06 Thread Christian Costa
Hi, I'm working on a video wrapper around libavcodec from FFMpeg. Currently I can play rle, msvideo1 and mjpeg movies. But before submitting anything I must handle the dependency with libavcodec (and maybe libavformat in the future). AFAIK there is no stable API so we need to incorporate FFMpeg so