[FFmpeg-devel] [PATCH] configure: replace pulse-simple with pulse

2014-07-25 Thread Lukasz Marek
pulse-simple is additional library built on top of PulseAudio. It causes ffmpeg to link to library which is not needed anymore. This commit removes that redundant dependency. Signed-off-by: Lukasz Marek --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b

Re: [FFmpeg-devel] [PATCH] reintroduce avpriv_dsputil_init() to maintain ABI until next soname bump

2014-07-25 Thread James Almer
On 25/07/14 5:02 PM, Michael Niedermayer wrote: > Signed-off-by: Michael Niedermayer > --- > libavcodec/Makefile |2 +- > libavcodec/dsputil.h| 90 > +++ > libavcodec/dsputil_compat.c | 52 + > libavfilter/de

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

[FFmpeg-devel] [PATCH] reintroduce avpriv_dsputil_init() to maintain ABI until next soname bump

2014-07-25 Thread Michael Niedermayer
Signed-off-by: Michael Niedermayer --- libavcodec/Makefile |2 +- libavcodec/dsputil.h| 90 +++ libavcodec/dsputil_compat.c | 52 + libavfilter/deshake.h |4 +- libavfilter/f_select.c |6 +--

Re: [FFmpeg-devel] [PATCH 01/16] web: Modernize with Bower, Bootstrap, LESS

2014-07-25 Thread db0 company
On Fri, Jul 25, 2014 at 4:42 PM, Peter Ross wrote: > On my phone the landing message is obscured: http://imgur.com/XJ3xb6A > (Shouldn't bootstrap scale the message to fit neatly on the screen?) > > Looks great otherwise. The margin I added doesn't come from bootstrap so it's not responsive. I lik

Re: [FFmpeg-devel] [PATCH 01/16] web: Modernize with Bower, Bootstrap, LESS

2014-07-25 Thread Peter Ross
On Mon, Jul 14, 2014 at 10:31:03AM +0200, Clément Bœsch wrote: > From: db0company > > The Makefile now installs external dependencies using Bower, such as > the web framework Bootstrap and the LESS CSS compiler, then compiles > the CSS files from the LESS sources before generating the HTML pages.

[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 Andreas Cadhalpun
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 used by FFmpeg libraries and cannot be removed without major bump. It should be expor

Re: [FFmpeg-devel] [PATCH] RELEASE_NOTES: fix WebVTT decoder typo (-> encoder)

2014-07-25 Thread Michael Niedermayer
On Thu, Jul 24, 2014 at 08:47:22PM -0700, Timothy Gu wrote: > On Thu, Jul 24, 2014 at 7:39 PM, Timothy Gu wrote: > > Found-by: Clément Bœsch > > Signed-off-by: Timothy Gu > > --- > > > > I'm so sorry I didn't see Clément's comment on this during the patch > > review stage… > > > > --- > > RELEA

Re: [FFmpeg-devel] [PATCH] RELEASE_NOTES: fix WebVTT decoder typo (-> encoder)

2014-07-25 Thread Michael Niedermayer
On Thu, Jul 24, 2014 at 07:39:36PM -0700, Timothy Gu wrote: > Found-by: Clément Bœsch > Signed-off-by: Timothy Gu > --- > > I'm so sorry I didn't see Clément's comment on this during the patch > review stage… > > --- > RELEASE_NOTES | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) app

Re: [FFmpeg-devel] [PATCH] web/style: Add a comment in the generated css file for the doc in the main repo

2014-07-25 Thread Andreas Cadhalpun
On 25.07.2014 11:25, db0 company wrote: On Fri, Jul 25, 2014 at 11:21 AM, Andreas Cadhalpun wrote: On 25.07.2014 10:59, db0 company wrote: On Thu, Jul 24, 2014 at 11:25 PM, Andreas Cadhalpun wrote: It would be great, if you could also include copyright and license here. The website curr

Re: [FFmpeg-devel] [PATCH] web/style: Add a comment in the generated css file for the doc in the main repo

2014-07-25 Thread db0 company
On Fri, Jul 25, 2014 at 11:21 AM, Andreas Cadhalpun wrote: > On 25.07.2014 10:59, db0 company wrote: >> >> On Thu, Jul 24, 2014 at 11:25 PM, Andreas Cadhalpun >> wrote: >>> >>> It would be great, if you could also include copyright and license here. >> >> >> The website currently doesn't have any

Re: [FFmpeg-devel] [PATCH] web/style: Add a comment in the generated css file for the doc in the main repo

2014-07-25 Thread Andreas Cadhalpun
On 25.07.2014 10:59, db0 company wrote: On Thu, Jul 24, 2014 at 11:25 PM, Andreas Cadhalpun wrote: It would be great, if you could also include copyright and license here. The website currently doesn't have any license, so the less/css. I think we should add one, but I'm not sure I'm able to

Re: [FFmpeg-devel] [PATCH] web/style: Add a comment in the generated css file for the doc in the main repo

2014-07-25 Thread db0 company
On Thu, Jul 24, 2014 at 11:25 PM, Andreas Cadhalpun wrote: > It would be great, if you could also include copyright and license here. The website currently doesn't have any license, so the less/css. I think we should add one, but I'm not sure I'm able to do that since I'm not the only contributor