Re: [libav-devel] [PATCH 01/34] lavf, lavc, lavu: bump major API version

2011-04-18 Thread Reinhard Tartler
On Mon, Apr 18, 2011 at 09:02:48 (CEST), Anton Khirnov wrote: > They've accumulated enough new APIs and corresponding deprecated cruft. > > This breaks API and ABI. > --- > libavcodec/version.h |4 ++-- > libavformat/version.h |4 ++-- > libavutil/avutil.h|6 +++--- > 3 files cha

Re: [libav-devel] [PATCH 01/34] lavf, lavc, lavu: bump major API version

2011-04-18 Thread Anton Khirnov
On Mon, 18 Apr 2011 13:42:37 +0200, Stefano Sabatini wrote: > On date Monday 2011-04-18 13:06:45 +0200, Anton Khirnov wrote: > > On Mon, 18 Apr 2011 11:52:36 +0200, Stefano Sabatini > > wrote: > > > On date Monday 2011-04-18 09:02:48 +0200, Anton Khirnov wrote: > > > > They've accumulated enoug

Re: [libav-devel] [PATCH 01/34] lavf, lavc, lavu: bump major API version

2011-04-18 Thread Stefano Sabatini
On date Monday 2011-04-18 13:06:45 +0200, Anton Khirnov wrote: > On Mon, 18 Apr 2011 11:52:36 +0200, Stefano Sabatini > wrote: > > On date Monday 2011-04-18 09:02:48 +0200, Anton Khirnov wrote: > > > They've accumulated enough new APIs and corresponding deprecated cruft. > > > > > > This breaks

Re: [libav-devel] [PATCH 01/34] lavf, lavc, lavu: bump major API version

2011-04-18 Thread Anton Khirnov
On Mon, 18 Apr 2011 11:52:36 +0200, Stefano Sabatini wrote: > On date Monday 2011-04-18 09:02:48 +0200, Anton Khirnov wrote: > > They've accumulated enough new APIs and corresponding deprecated cruft. > > > > This breaks API and ABI. > > Please wait so that we can fix the few remaining error co

Re: [libav-devel] [PATCH 01/34] lavf, lavc, lavu: bump major API version

2011-04-18 Thread Stefano Sabatini
On date Monday 2011-04-18 09:02:48 +0200, Anton Khirnov wrote: > They've accumulated enough new APIs and corresponding deprecated cruft. > > This breaks API and ABI. Please wait so that we can fix the few remaining error code issues (alternatively this can be delayed to the unstableness period ri

[libav-devel] [PATCH 01/34] lavf, lavc, lavu: bump major API version

2011-04-18 Thread Anton Khirnov
They've accumulated enough new APIs and corresponding deprecated cruft. This breaks API and ABI. --- libavcodec/version.h |4 ++-- libavformat/version.h |4 ++-- libavutil/avutil.h|6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/libavcodec/version.h b/lib