Re: [FFmpeg-devel] [PATCH] doc/filters: add geq gradient examples

2014-09-15 Thread Clément Bœsch
On Mon, Sep 15, 2014 at 06:56:29PM -0800, Lou Logan wrote: > Radial gradient by Víctor Paesa. > Linear gradient by Paul Gentemann. > > Also-by: Víctor Paesa > Also-by: Paul Gentemann > Signed-off-by: Lou Logan > --- > doc/filters.texi | 13 + > 1 file changed, 13 insertions(+) > >

Re: [FFmpeg-devel] [PATCH] hlsenc: single_file, support HLS ver 4 byteranges

2014-09-15 Thread Raento Mika
On 15/09/14 23:30, "Michael Niedermayer" wrote: >Hi > >On Mon, Sep 15, 2014 at 04:26:57PM +0300, Mika Raento wrote: >> This adds a new option -hls_flags single_file that creates one .ts file >> for HLS and adds byteranges to the .m3u8 file, instead of creating one >> .ts file for each segment. >>

Re: [FFmpeg-devel] [PATCH 1/3] avformat/mxfenc: H.264 Intra support

2014-09-15 Thread Michael Niedermayer
On Mon, Sep 15, 2014 at 02:07:06PM +0200, Robert Krüger wrote: > On Mon, Sep 15, 2014 at 1:12 PM, Michael Niedermayer wrote: > > On Mon, Sep 15, 2014 at 10:26:28AM +0200, Robert Krüger wrote: > >> On Sun, Sep 14, 2014 at 5:58 PM, Michael Niedermayer > >> wrote: > >> > On Sun, Sep 14, 2014 at 05:

[FFmpeg-devel] [PATCH] doc/filters: add geq gradient examples

2014-09-15 Thread Lou Logan
Radial gradient by Víctor Paesa. Linear gradient by Paul Gentemann. Also-by: Víctor Paesa Also-by: Paul Gentemann Signed-off-by: Lou Logan --- doc/filters.texi | 13 + 1 file changed, 13 insertions(+) diff --git a/doc/filters.texi b/doc/filters.texi index bb486ea..5a7ad58 100644 -

Re: [FFmpeg-devel] [PATCH] web/index: add FFmpeg 2.4

2014-09-15 Thread Michael Niedermayer
On Tue, Sep 16, 2014 at 01:22:02AM +0200, Michael Niedermayer wrote: > --- > src/index | 12 > 1 file changed, 12 insertions(+) reviewed by llogan on IRC applied [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB Complexity theory is the science o

[FFmpeg-devel] [PATCH] web/index: add FFmpeg 2.4

2014-09-15 Thread Michael Niedermayer
--- src/index | 12 1 file changed, 12 insertions(+) diff --git a/src/index b/src/index index f8224f1..d2f761a 100644 --- a/src/index +++ b/src/index @@ -36,6 +36,18 @@ News + September 15, 2014, FFmpeg 2.4 + +We have made a new major release (2.4) +It contain

Re: [FFmpeg-devel] [WIP] lavfi: port mp/eq to a regular filter

2014-09-15 Thread James Darnley
On 2014-09-15 00:46, James Darnley wrote: > ... Update: I've got eq2 merged into the one file and working. I would send another WIP patch but I've made several commits, all of which should be merged together. One question I do have though is: should the user options for contrast in eq and eq2 be

Re: [FFmpeg-devel] [PATCH 01/14] libavcodec: Implementation of AAC_fixed_decoder (LC-module) [1/5]

2014-09-15 Thread Michael Niedermayer
On Mon, Sep 01, 2014 at 07:55:39PM +0200, Nedeljko Babic wrote: > From: Jovan Zelincevic > > Move existing code to the new template files > > Signed-off-by: Nedeljko Babic [...] > diff --git a/libavcodec/sinewin_tablegen.c b/libavcodec/sinewin_tablegen.c > index 561ae3e..2013b95 100644 > ---

[FFmpeg-devel] [PATCH v2] web/contact: clarify mailing list descriptions

2014-09-15 Thread Lou Logan
Also organize mailing lists by development, help, then logs. Also link some phrases to relevant pages. Signed-off-by: Lou Logan --- src/contact | 26 +- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/src/contact b/src/contact index 640ae58..449127a 100644

Re: [FFmpeg-devel] [PATCH] build: simplify libwebp check

2014-09-15 Thread Clément Bœsch
On Tue, Sep 02, 2014 at 06:59:42AM +0200, Clément Bœsch wrote: > On Mon, Sep 01, 2014 at 11:33:34PM +, Carl Eugen Hoyos wrote: > > Clément Bœsch pkh.me> writes: > > > > > > > From: Clément Bœsch stupeflix.com> > > > > > > > > > > Check is simpler, faster, and explicits the required version.

Re: [FFmpeg-devel] [PATCH 2/2] Don't use CMOV in MMX code

2014-09-15 Thread Calvin Walton
On Fri, 2014-09-12 at 14:53 -0700, Daniel Kang wrote: > > > > >All processors supporing mmx2 also support cmov, so if a test for > > mmx2 > succeeds, we can use cmov. > > Since I originally thought mmx => cmov (and apparently am wrong) is > there > official documentation supporting this? > As

Re: [FFmpeg-devel] [PATCH 1/18] avcodec: remove obsolete FF_API_FAST_MALLOC cruft

2014-09-15 Thread Andreas Cadhalpun
On 15.09.2014 22:03, Michael Niedermayer wrote: On Mon, Sep 15, 2014 at 04:08:49PM -0300, James Almer wrote: On 15/09/14 6:07 AM, Michael Niedermayer wrote: On Sun, Sep 14, 2014 at 10:46:03PM -0300, James Almer wrote: Signed-off-by: James Almer about the patchset as a whole, not specificall

Re: [FFmpeg-devel] [PATCH 1/3] avfilter/ass: make sure the log level are in available range

2014-09-15 Thread Michael Niedermayer
On Mon, Sep 15, 2014 at 08:59:06PM +0200, Clément Bœsch wrote: > On Thu, Sep 11, 2014 at 11:53:57PM +0200, Michael Niedermayer wrote: > > On Thu, Sep 11, 2014 at 09:13:29PM +0200, Clément Bœsch wrote: > > > --- > > > libavfilter/vf_subtitles.c | 4 +++- > > > 1 file changed, 3 insertions(+), 1 del

Re: [FFmpeg-devel] [PATCH 1/18] avcodec: remove obsolete FF_API_FAST_MALLOC cruft

2014-09-15 Thread Michael Niedermayer
On Mon, Sep 15, 2014 at 01:19:58PM -0700, Timothy Gu wrote: > On Mon, Sep 15, 2014 at 1:03 PM, Michael Niedermayer wrote: > > On Mon, Sep 15, 2014 at 04:08:49PM -0300, James Almer wrote: > >> I'm not exactly interested in looking around to see if any of this > >> deprecated > >> stuff is still us

Re: [FFmpeg-devel] [PATCH] hlsenc: single_file, support HLS ver 4 byteranges

2014-09-15 Thread Michael Niedermayer
Hi On Mon, Sep 15, 2014 at 04:26:57PM +0300, Mika Raento wrote: > This adds a new option -hls_flags single_file that creates one .ts file > for HLS and adds byteranges to the .m3u8 file, instead of creating one > .ts file for each segment. > > This is helpful at least for storing large number of

Re: [FFmpeg-devel] [PATCH 1/18] avcodec: remove obsolete FF_API_FAST_MALLOC cruft

2014-09-15 Thread Timothy Gu
On Mon, Sep 15, 2014 at 1:03 PM, Michael Niedermayer wrote: > On Mon, Sep 15, 2014 at 04:08:49PM -0300, James Almer wrote: >> I'm not exactly interested in looking around to see if any of this deprecated >> stuff is still used. And IMO reintroducing them in a point release is quite >> ugly. >> An

Re: [FFmpeg-devel] [PATCH 1/18] avcodec: remove obsolete FF_API_FAST_MALLOC cruft

2014-09-15 Thread Michael Niedermayer
On Mon, Sep 15, 2014 at 04:08:49PM -0300, James Almer wrote: > On 15/09/14 6:07 AM, Michael Niedermayer wrote: > > On Sun, Sep 14, 2014 at 10:46:03PM -0300, James Almer wrote: > >> Signed-off-by: James Almer > > > > about the patchset as a whole, not specifically this one > > > > we should check

Re: [FFmpeg-devel] [PATCH 1/18] avcodec: remove obsolete FF_API_FAST_MALLOC cruft

2014-09-15 Thread James Almer
On 15/09/14 6:07 AM, Michael Niedermayer wrote: > On Sun, Sep 14, 2014 at 10:46:03PM -0300, James Almer wrote: >> Signed-off-by: James Almer > > about the patchset as a whole, not specifically this one > > we should check if theres any software left around that still uses > the symbols before re

Re: [FFmpeg-devel] [PATCH 1/3] avfilter/ass: make sure the log level are in available range

2014-09-15 Thread Clément Bœsch
On Thu, Sep 11, 2014 at 11:53:57PM +0200, Michael Niedermayer wrote: > On Thu, Sep 11, 2014 at 09:13:29PM +0200, Clément Bœsch wrote: > > --- > > libavfilter/vf_subtitles.c | 4 +++- > > 1 file changed, 3 insertions(+), 1 deletion(-) > > > > diff --git a/libavfilter/vf_subtitles.c b/libavfilter/v

Re: [FFmpeg-devel] [PATCH] Add input support for DeckLink devices.

2014-09-15 Thread Amnon Israely
It's work already more than 24h Maybe it's not a big problem but in some scenario may do some problem Input #0, decklink, from 'DeckLink SDI (3)@3': Duration: N/A, start: 0.00, bitrate: 172032 kb/s Stream #0:0: Audio: pcm_s16le, 48000 Hz, 8 channels, s16, 6144 kb/s Stream #0:1: Vide

Re: [FFmpeg-devel] [PATCH] RELEASE: update to 2.4.git

2014-09-15 Thread James Almer
On 15/09/14 8:17 AM, Michael Niedermayer wrote: > On Mon, Sep 15, 2014 at 01:50:11AM -0300, James Almer wrote: >> Signed-off-by: James Almer >> --- >> RELEASE | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) > > LGTM Pushed. ___ ffmpeg-devel

[FFmpeg-devel] Status of dvdsub "forced_subs_only" patch

2014-09-15 Thread Nicholas Robbins
Oliver Fromme wrote: > Michael Niedermayer wrote: > > On Sun, Jun 29, 2014 at 05:36:32PM +0200, Oliver Fromme wrote: > > > [...] > > > The problem with dropping rectangles in utils.c is that there > > > might be multiple output streams. The flag ("forced subtitles > > > only") might be set for so

Re: [FFmpeg-devel] [PATCH v2 4/4] ffprobe: add pixel format chroma sub-sampling output

2014-09-15 Thread Tobias Rapp
Adds output of chroma sub-sampling information to ffprobe -show_pixel_formats option. Note: This patch just prints the "raw" log2_charoma_w/h values instead of the previously suggested mapping into a chroma sub-sampling pattern string like "4:2:2". --- doc/ffprobe.xsd | 2 ++ ffprobe.c | 7

Re: [FFmpeg-devel] [PATCH v2 3/4] ffprobe: add pixel format component bit depth output

2014-09-15 Thread Tobias Rapp
Adds output of bit depth per pixel format component to ffprobe -show_pixel_formats option. --- doc/ffprobe.xsd | 12 ffprobe.c | 20 ++-- 2 files changed, 30 insertions(+), 2 deletions(-) diff --git a/doc/ffprobe.xsd b/doc/ffprobe.xsd index e460e01..bf17186 1006

Re: [FFmpeg-devel] [PATCH v2 2/4] ffprobe: add pixel format flags output

2014-09-15 Thread Tobias Rapp
Adds output of pixel format flags to ffprobe -show_pixel_formats option. --- doc/ffprobe.xsd | 15 +++ ffprobe.c | 23 ++- 2 files changed, 37 insertions(+), 1 deletion(-) diff --git a/doc/ffprobe.xsd b/doc/ffprobe.xsd index 598f651..e460e01 100644 --- a/doc/

Re: [FFmpeg-devel] [PATCH v2 1/4] ffprobe: add -show_pixel_formats option

2014-09-15 Thread Tobias Rapp
Have updated my work according to the suggestions of Stefano and split into four patches for easier review. Any feedback/comments are welcome. Tobias >From 5d4376d0562853f6cbad0acf03872896cd8485c6 Mon Sep 17 00:00:00 2001 From: Tobias Rapp Date: Thu, 11 Sep 2014 09:16:52 +0200 Subject: [PATCH 1/

Re: [FFmpeg-devel] Implementation od fixed point AAC decoder

2014-09-15 Thread Nedeljko Babic
Hello again, Did someone had a time to look at the patches from this implementation (other than patch for float emulation)? Or should I first rebase code to the newest version (since there were changes in aacsbr and probably on some other places), make changes in float emulation and resend ent

Re: [FFmpeg-devel] Branchpoint tags

2014-09-15 Thread Clément Bœsch
On Mon, Sep 15, 2014 at 02:13:27PM +0200, wm4 wrote: > On Sun, 14 Sep 2014 23:36:14 +0200 > Michael Niedermayer wrote: > > > On Sun, Sep 14, 2014 at 07:31:42PM +0200, wm4 wrote: > > > On Sun, 14 Sep 2014 19:12:56 +0200 > > > Michael Niedermayer wrote: > > > > > > > Hi > > > > > > > > Should we

[FFmpeg-devel] [PATCH] hlsenc: single_file, support HLS ver 4 byteranges

2014-09-15 Thread Mika Raento
This adds a new option -hls_flags single_file that creates one .ts file for HLS and adds byteranges to the .m3u8 file, instead of creating one .ts file for each segment. This is helpful at least for storing large number of videos, as the number of files per video is drastically reduced and copying

Re: [FFmpeg-devel] [PATCH] hlsenc: single_file, support HLS ver 4 byteranges

2014-09-15 Thread Raento Mika
On 15/09/14 14:26, "Michael Niedermayer" wrote: >On Mon, Sep 15, 2014 at 06:34:44AM +, Raento Mika wrote: >> On 15/09/14 01:50, "Michael Niedermayer" wrote: >> >> >On Sun, Sep 14, 2014 at 03:37:00PM +0300, Mika Raento wrote: >[...] >> >> @@ -289,17 +314,27 @@ static int hls_write_packet(AVF

Re: [FFmpeg-devel] [PATCH 16/18] avfilter: remove obsolete FF_API_ACONVERT_FILTER cruft

2014-09-15 Thread Paul B Mahol
On 9/15/14, James Almer wrote: > Signed-off-by: James Almer > --- > configure | 2 - > libavfilter/Makefile | 1 - > libavfilter/af_aconvert.c | 196 > -- > libavfilter/allfilters.c | 3 - > libavfilter/version.h | 3 -

Re: [FFmpeg-devel] [WIP] lavfi: port mp/eq to a regular filter

2014-09-15 Thread wm4
On Mon, 15 Sep 2014 14:02:36 +0200 James Darnley wrote: > On 2014-09-15 13:17, Clément Bœsch wrote: > > On Mon, Sep 15, 2014 at 12:46:14AM +0200, James Darnley wrote: > >> --- > >> > >> Still a couple of things on the todo list (see the top of the new file) > >> but I > >> thought I would send t

Re: [FFmpeg-devel] Branchpoint tags

2014-09-15 Thread wm4
On Sun, 14 Sep 2014 23:36:14 +0200 Michael Niedermayer wrote: > On Sun, Sep 14, 2014 at 07:31:42PM +0200, wm4 wrote: > > On Sun, 14 Sep 2014 19:12:56 +0200 > > Michael Niedermayer wrote: > > > > > Hi > > > > > > Should we add git tags to the revissions where releases are branched > > > off ? >

Re: [FFmpeg-devel] [WIP] lavfi: port mp/eq to a regular filter

2014-09-15 Thread James Darnley
On 2014-09-15 02:03, Timothy Gu wrote: > On Sep 14, 2014 3:46 PM, "James Darnley" wrote: >> >> --- >> >> Still a couple of things on the todo list (see the top of the new file) > but I >> thought I would send the basics along for people to nit pick. >> >> configure| 1 + >> liba

Re: [FFmpeg-devel] [PATCH 1/3] avformat/mxfenc: H.264 Intra support

2014-09-15 Thread Robert Krüger
On Mon, Sep 15, 2014 at 1:12 PM, Michael Niedermayer wrote: > On Mon, Sep 15, 2014 at 10:26:28AM +0200, Robert Krüger wrote: >> On Sun, Sep 14, 2014 at 5:58 PM, Michael Niedermayer >> wrote: >> > On Sun, Sep 14, 2014 at 05:40:35PM +0200, Robert Krüger wrote: >> >> On Sat, Sep 13, 2014 at 12:36 P

Re: [FFmpeg-devel] [WIP] lavfi: port mp/eq to a regular filter

2014-09-15 Thread James Darnley
On 2014-09-15 13:17, Clément Bœsch wrote: > On Mon, Sep 15, 2014 at 12:46:14AM +0200, James Darnley wrote: >> --- >> >> Still a couple of things on the todo list (see the top of the new file) but I >> thought I would send the basics along for people to nit pick. >> >> configure|

Re: [FFmpeg-devel] [PATCH 15/18] avfilter: remove obsolete FF_API_BUFFERSRC_BUFFER cruft

2014-09-15 Thread Michael Niedermayer
On Sun, Sep 14, 2014 at 10:46:17PM -0300, James Almer wrote: > Signed-off-by: James Almer > --- > libavfilter/version.h | 3 --- > 1 file changed, 3 deletions(-) LGTM [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB Democracy is the form of government in which

Re: [FFmpeg-devel] [PATCH 6/18] avutil: remove obsolete FF_API_OLD_OPENCL cruft

2014-09-15 Thread Michael Niedermayer
On Sun, Sep 14, 2014 at 10:46:08PM -0300, James Almer wrote: > Signed-off-by: James Almer > --- > libavutil/opencl.c | 22 -- > libavutil/opencl.h | 32 > libavutil/version.h | 3 --- > 3 files changed, 57 deletions(-) probably ok [...] --

Re: [FFmpeg-devel] [PATCH 2/2] avformat/rtpproto: fix strict aliasing violations with sockaddr

2014-09-15 Thread Michael Niedermayer
On Fri, Sep 12, 2014 at 01:52:39AM +0200, Michael Niedermayer wrote: > Signed-off-by: Michael Niedermayer > --- > libavformat/rtpproto.c | 11 +++ > 1 file changed, 7 insertions(+), 4 deletions(-) applied [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FA

Re: [FFmpeg-devel] [PATCH 1/2] avformat/network: add union for avoiding strict aliassing violations with sockaddr*

2014-09-15 Thread Michael Niedermayer
On Fri, Sep 12, 2014 at 01:52:38AM +0200, Michael Niedermayer wrote: > Signed-off-by: Michael Niedermayer > --- > libavformat/network.h |8 > 1 file changed, 8 insertions(+) applied [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB Breaking DRM is a

Re: [FFmpeg-devel] [PATCH 5/18] avutil: remove obsolete FF_API_LLS1 cruft

2014-09-15 Thread Michael Niedermayer
On Sun, Sep 14, 2014 at 10:46:07PM -0300, James Almer wrote: > Signed-off-by: James Almer > --- > libavutil/version.h | 3 --- > 1 file changed, 3 deletions(-) should be ok [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB Complexity theory is the science of fin

Re: [FFmpeg-devel] [PATCH] hlsenc: single_file, support HLS ver 4 byteranges

2014-09-15 Thread Michael Niedermayer
On Mon, Sep 15, 2014 at 06:34:44AM +, Raento Mika wrote: > On 15/09/14 01:50, "Michael Niedermayer" wrote: > > >On Sun, Sep 14, 2014 at 03:37:00PM +0300, Mika Raento wrote: [...] > >> @@ -289,17 +314,27 @@ static int hls_write_packet(AVFormatContext *s, > >>AVPacket *pkt) > >> > >> if

Re: [FFmpeg-devel] [WIP] lavfi: port mp/eq to a regular filter

2014-09-15 Thread Clément Bœsch
On Mon, Sep 15, 2014 at 12:46:14AM +0200, James Darnley wrote: > --- > > Still a couple of things on the todo list (see the top of the new file) but I > thought I would send the basics along for people to nit pick. > > configure| 1 + > libavfilter/Makefile | 1 + > libav

Re: [FFmpeg-devel] [PATCH] RELEASE: update to 2.4.git

2014-09-15 Thread Michael Niedermayer
On Mon, Sep 15, 2014 at 01:50:11AM -0300, James Almer wrote: > Signed-off-by: James Almer > --- > RELEASE | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) LGTM [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB Many that live deserve death. And some that d

Re: [FFmpeg-devel] [PATCH 1/3] avformat/mxfenc: H.264 Intra support

2014-09-15 Thread Michael Niedermayer
On Mon, Sep 15, 2014 at 10:26:28AM +0200, Robert Krüger wrote: > On Sun, Sep 14, 2014 at 5:58 PM, Michael Niedermayer wrote: > > On Sun, Sep 14, 2014 at 05:40:35PM +0200, Robert Krüger wrote: > >> On Sat, Sep 13, 2014 at 12:36 PM, Michael Niedermayer > >> wrote: > >> > From: Baptiste Coudurier

Re: [FFmpeg-devel] [PATCH] avcodec: remove dead dsputil compat code

2014-09-15 Thread Michael Niedermayer
On Mon, Sep 15, 2014 at 09:47:12AM +0200, Hendrik Leppkes wrote: > On Mon, Sep 15, 2014 at 3:16 AM, James Almer wrote: > > > On 14/09/14 9:38 PM, Michael Niedermayer wrote: > > > On Sun, Sep 14, 2014 at 08:47:11PM -0300, James Almer wrote: > > >> Signed-off-by: James Almer > > >> --- > > > > > >

Re: [FFmpeg-devel] [PATCH 1/18] avcodec: remove obsolete FF_API_FAST_MALLOC cruft

2014-09-15 Thread Michael Niedermayer
On Sun, Sep 14, 2014 at 10:46:03PM -0300, James Almer wrote: > Signed-off-by: James Almer about the patchset as a whole, not specifically this one we should check if theres any software left around that still uses the symbols before removing the code completely and if so consider to reintroduce

Re: [FFmpeg-devel] [PATCH 1/3] avformat/mxfenc: H.264 Intra support

2014-09-15 Thread Robert Krüger
On Sun, Sep 14, 2014 at 5:58 PM, Michael Niedermayer wrote: > On Sun, Sep 14, 2014 at 05:40:35PM +0200, Robert Krüger wrote: >> On Sat, Sep 13, 2014 at 12:36 PM, Michael Niedermayer >> wrote: >> > From: Baptiste Coudurier >> > >> > Ported by michael from ffmbc to ffmpeg >> > the code is under C

Re: [FFmpeg-devel] [PATCH] avcodec: remove dead dsputil compat code

2014-09-15 Thread Hendrik Leppkes
On Mon, Sep 15, 2014 at 3:16 AM, James Almer wrote: > On 14/09/14 9:38 PM, Michael Niedermayer wrote: > > On Sun, Sep 14, 2014 at 08:47:11PM -0300, James Almer wrote: > >> Signed-off-by: James Almer > >> --- > > > > should be ok > > Pushed. Thanks. > > > > > > >> This should have been done befor