Re: [FFmpeg-devel] ABI (in)stability of FFmpeg

2014-07-27 Thread Michael Niedermayer
On Sun, Jul 27, 2014 at 10:18:16PM +0200, Andreas Cadhalpun wrote: > Hi, > > the commit message of 6e8e9f1e517ee52fe439f3e8ca762f09d235f21e reads: > "Merge commit '8c02adc62d71dfbb079a04753d8c16152c49de88' > > * commit '8c02adc62d71dfbb079a04753d8c16152c49de88': > lavu: add all color-related en

Re: [FFmpeg-devel] ABI (in)stability of FFmpeg

2014-07-27 Thread Andreas Cadhalpun
Hi, the commit message of 6e8e9f1e517ee52fe439f3e8ca762f09d235f21e reads: "Merge commit '8c02adc62d71dfbb079a04753d8c16152c49de88' * commit '8c02adc62d71dfbb079a04753d8c16152c49de88': lavu: add all color-related enums to AVFrame Conflicts: libavcodec/avcodec.h libavutil/frame.

Re: [FFmpeg-devel] ABI (in)stability of FFmpeg

2014-07-25 Thread Andreas Cadhalpun
On 25.07.2014 22:06, Michael Niedermayer wrote: On Fri, Jul 25, 2014 at 03:55:51PM +0200, Andreas Cadhalpun wrote: Hi, On 12.07.2014 20:34, Timothy Gu wrote: So, ff_ = can only be used within this library (in theory) and can be removed without major bump. It should not be exported or be used b

Re: [FFmpeg-devel] ABI (in)stability of FFmpeg (was: Re: [PATCH 1/4] swr: convert resample_common/linear_int16_mmx2/sse2 to yasm.)

2014-07-25 Thread Michael Niedermayer
On Fri, Jul 25, 2014 at 03:55:51PM +0200, Andreas Cadhalpun wrote: > Hi, > > On 12.07.2014 20:34, Timothy Gu wrote: > >So, ff_ = can only be used within this library (in theory) and can be > >removed without major bump. It should not be exported or be used by users. > > > >avpriv_ = can only be us