[FFmpeg-devel] [PATCH] lavf/mov: Add support for edit list parsing.

2016-08-05 Thread Sasi Inguva
Signed-off-by: Sasi Inguva --- libavcodec/avcodec.h | 6 + libavcodec/utils.c | 6 + libavformat/avformat.h | 3 + libavformat/mov.c | 305 -

[FFmpeg-devel] [PATCH] lavf/mov: Add support for edit list parsing.

2016-08-05 Thread Sasi Inguva
In YouTube we have long been receiving MOV files from users, which have non-trivial edit lists (Those edit lists which are not just used to offset video start from audio start) and multiple edit lists. Recently the uploads of such files has increased with the introduction of apps that allow

[FFmpeg-devel] [PATCHv3 2/2] avformat: parse iTunes gapless information

2016-08-05 Thread kode54
From: Chris Moeller --- libavformat/mp3dec.c | 64 +++- 1 file changed, 63 insertions(+), 1 deletion(-) diff --git a/libavformat/mp3dec.c b/libavformat/mp3dec.c index 56c7f8c..3055e2c 100644 --- a/libavformat/mp3dec.c +++

Re: [FFmpeg-devel] FFmpeg 3.1.2

2016-08-05 Thread Michael Niedermayer
On Fri, Aug 05, 2016 at 04:27:23PM -0500, Burt P. wrote: > Can this small fix be applied to 3.1? > > http://ffmpeg.org/pipermail/ffmpeg-devel/2016-July/196268.html > Although, if you can, please fix my typo in the subject, bing -> being. :/ done, will be in my next push to release/3.1 [...] --

Re: [FFmpeg-devel] [PATCH] small fix in af_hdcd.c where gain was not bing adjusted for "attenuate slowly"

2016-08-05 Thread Michael Niedermayer
On Mon, Jul 04, 2016 at 02:16:54PM -0500, Burt P wrote: > Signed-off-by: Burt P > --- > libavfilter/af_hdcd.c | 1 + > 1 file changed, 1 insertion(+) applied to release/3.1 please always list the git hash a change was taken from if it was taken from a commit from the master

[FFmpeg-devel] [PATCHv2] af_hdcd: Add analyze mode

2016-08-05 Thread Burt P
A new mode, selected by filter option, to aid in analysis of HDCD encoded audio. In this mode the audio is replaced by a solid tone and the amplitude is adjusted to signal some specified aspect of the process. The output file can be loaded in an audio editor alongside the original, where the user

Re: [FFmpeg-devel] next Outreachy & GSoC ideas braindump [RFC]

2016-08-05 Thread Michael Niedermayer
On Wed, Aug 03, 2016 at 07:48:36PM -0400, Ronald S. Bultje wrote: > Hi, > > On Wed, Aug 3, 2016 at 1:57 PM, Michael Niedermayer > wrote: > > > Hi all > > > > Sun, Jul 31, 2016 at 10:01:00PM +0200, Michael Niedermayer wrote: > > > Hi all > > > > > > you have a great idea

[FFmpeg-devel] [PATCH 1/2] af_hdcd: convert AVOptions from INT to BOOL

2016-08-05 Thread Burt P
As suggested by Timothy Gu. Signed-off-by: Burt P --- libavfilter/af_hdcd.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libavfilter/af_hdcd.c b/libavfilter/af_hdcd.c index ef3c369..610dd9e 100644 --- a/libavfilter/af_hdcd.c +++

[FFmpeg-devel] [PATCH 2/2] af_hdcd: Add analyze mode

2016-08-05 Thread Burt P
A new mode, selected by filter option, to aid in analysis of HDCD encoded audio. In this mode the audio is replaced by a solid tone and the amplitude is adjusted to signal some specified aspect of the process. The output file can be loaded in an audio editor alongside the original, where the user

[FFmpeg-devel] [PATCH 0/2] Analyze mode

2016-08-05 Thread Burt P
1. Converts a couple AVOptions from INT to BOOL as suggested. 2. Adds a mode that is useful to analyze the HDCD encoding, and find interesting samples to examine more closely. Thanks for any comments. -- Burt ___ ffmpeg-devel mailing list

Re: [FFmpeg-devel] FFmpeg 3.1.2

2016-08-05 Thread Burt P.
Can this small fix be applied to 3.1? http://ffmpeg.org/pipermail/ffmpeg-devel/2016-July/196268.html Although, if you can, please fix my typo in the subject, bing -> being. :/ On Thu, Aug 4, 2016 at 5:25 AM, Michael Niedermayer wrote: > Hi all > > ill soon make FFmpeg

Re: [FFmpeg-devel] FFmpeg 3.1.2

2016-08-05 Thread Carl Eugen Hoyos
Hi! 2016-08-04 12:25 GMT+02:00 Michael Niedermayer : > ill soon make FFmpeg 3.1.2 > that is if someone wants something backported, do it now! Ticket #5729 is said to be a regression, I neither reproduced nor did I look at the fix. Everything else should be backported

Re: [FFmpeg-devel] FFmpeg 3.1.2

2016-08-05 Thread Carl Eugen Hoyos
Hi! 2016-08-04 12:25 GMT+02:00 Michael Niedermayer : > ill soon make FFmpeg 3.1.2 > that is if someone wants something backported, do it now! I believe we promised a few months ago that the crashing asf demuxer would be removed from release branches. But since it isn't

Re: [FFmpeg-devel] [PATCH] avcodec: don't include vdpau_compat.h when vdpau is not enabled

2016-08-05 Thread Carl Eugen Hoyos
Hi! 2016-08-04 16:01 GMT+02:00 James Almer : >> So the advantage is that compilation gets measurably faster >> with your patch? > > No, our headers are not the Boost package. i just want to reduce > dependencies so they don't get recompiled every time you modify > any of those

Re: [FFmpeg-devel] FFmpeg 3.1.2

2016-08-05 Thread Mark Thompson
On 04/08/16 13:22, Mark Thompson wrote: > On 04/08/16 11:25, Michael Niedermayer wrote: >> ill soon make FFmpeg 3.1.2 >> that is if someone wants something backported, do it now! > > We should fix in > ffmpeg - Debian carrying the patch

Re: [FFmpeg-devel] next Outreachy & GSoC ideas braindump [RFC]

2016-08-05 Thread Michael Niedermayer
On Wed, Aug 03, 2016 at 11:24:16PM +0100, Kieran O Leary wrote: > Hi > > On 3 Aug 2016 6:58 p.m., "Michael Niedermayer" > wrote: > > > > Hi all > > > > > we need ideas for Outreachy, the page is EMPTY: > > https://trac.ffmpeg.org/wiki/SponsoringPrograms/Outreachy/2016-12

Re: [FFmpeg-devel] [PATCH 2/2] decklink: enhancement: format selection with AVRational v2

2016-08-05 Thread Michael Niedermayer
On Sun, Jul 10, 2016 at 01:02:37PM +0200, Matthias Hunstock wrote: > When finding a video mode based on frame size and frame rate, > use AVRational methods instead of simple comparison. Add debug information. > > Signed-off-by: Matthias Hunstock > --- >

Re: [FFmpeg-devel] [PATCH 1/2] decklink: fix: set fps on video stream v2

2016-08-05 Thread Michael Niedermayer
On Fri, Aug 05, 2016 at 06:55:28PM +0200, Matthias Hunstock wrote: > Am 04.08.2016 um 22:01 schrieb Michael Niedermayer: > > This doesnt list your full name is that intended ? > > No it wasnt intended - actually I have no idea where this extra line is > coming from. I used git format-patch,

Re: [FFmpeg-devel] [PATCH 1/2] decklink: fix: set fps on video stream v2

2016-08-05 Thread Matthias Hunstock
Am 04.08.2016 um 22:01 schrieb Michael Niedermayer: > This doesnt list your full name is that intended ? No it wasnt intended - actually I have no idea where this extra line is coming from. I used git format-patch, edited some cosmetics in the text and then git send-mail. It would be fine if you

Re: [FFmpeg-devel] [PATCH] avcodec/alsdec: implement floating point decoding

2016-08-05 Thread Carl Eugen Hoyos
Hi! 2016-08-05 16:57 GMT+02:00 Umair Khan : > Updated patch attached. The Changelog hunk of your patch indicates that the patch should be split. (Or the change to Changelog could be wrong.) Carl Eugen ___ ffmpeg-devel mailing list

Re: [FFmpeg-devel] [PATCH] avcodec/alsdec: implement floating point decoding

2016-08-05 Thread Umair Khan
Hi, On Fri, Aug 5, 2016 at 6:59 PM, Umair Khan wrote: > On Fri, Aug 5, 2016 at 6:59 PM, Thilo Borgmann wrote: >> Am 05.08.16 um 14:29 schrieb Umair Khan: >>> On Fri, Aug 5, 2016 at 5:48 PM, Thilo Borgmann >>> wrote: Am

Re: [FFmpeg-devel] [PATCH] lavf: forward protocol_whitelist for the remaining cases

2016-08-05 Thread Michael Niedermayer
On Sun, Feb 28, 2016 at 02:42:41AM +0100, Michael Niedermayer wrote: > On Wed, Feb 03, 2016 at 11:20:05PM +0100, Andreas Cadhalpun wrote: > > On 03.02.2016 03:41, Michael Niedermayer wrote: > > > On Wed, Feb 03, 2016 at 01:51:55AM +0100, Andreas Cadhalpun wrote: > > >> @@ -274,4 +282,5 @@

[FFmpeg-devel] [PATCH v2 5/5] avformat/tee: Use BSF list API

2016-08-05 Thread sebechlebskyjan
From: Jan Sebechlebsky Signed-off-by: Jan Sebechlebsky --- No changes from the last version, just rebased after Michael's commit. libavformat/tee.c | 80 +++ 1 file changed, 57

Re: [FFmpeg-devel] [PATCH] avcodec/alsdec: implement floating point decoding

2016-08-05 Thread Umair Khan
On Fri, Aug 5, 2016 at 6:59 PM, Thilo Borgmann wrote: > Am 05.08.16 um 14:29 schrieb Umair Khan: >> On Fri, Aug 5, 2016 at 5:48 PM, Thilo Borgmann >> wrote: >>> Am 05.08.16 um 11:45 schrieb Michael Niedermayer: On Fri, Jul 29, 2016 at

Re: [FFmpeg-devel] [PATCH] avcodec/alsdec: implement floating point decoding

2016-08-05 Thread Thilo Borgmann
Am 05.08.16 um 14:29 schrieb Umair Khan: > On Fri, Aug 5, 2016 at 5:48 PM, Thilo Borgmann wrote: >> Am 05.08.16 um 11:45 schrieb Michael Niedermayer: >>> On Fri, Jul 29, 2016 at 08:33:13PM +0530, Umair Khan wrote: On Thu, Jul 28, 2016 at 7:12 PM, Umair Khan

Re: [FFmpeg-devel] [PATCH] avcodec/alsdec: implement floating point decoding

2016-08-05 Thread Umair Khan
On Fri, Aug 5, 2016 at 5:48 PM, Thilo Borgmann wrote: > Am 05.08.16 um 11:45 schrieb Michael Niedermayer: >> On Fri, Jul 29, 2016 at 08:33:13PM +0530, Umair Khan wrote: >>> On Thu, Jul 28, 2016 at 7:12 PM, Umair Khan wrote: On Thu, Jul 28, 2016 at

Re: [FFmpeg-devel] [PATCH] avcodec/alsdec: implement floating point decoding

2016-08-05 Thread Thilo Borgmann
Am 05.08.16 um 11:45 schrieb Michael Niedermayer: > On Fri, Jul 29, 2016 at 08:33:13PM +0530, Umair Khan wrote: >> On Thu, Jul 28, 2016 at 7:12 PM, Umair Khan wrote: >>> On Thu, Jul 28, 2016 at 2:25 PM, Thilo Borgmann >>> wrote: Am 28.07.16 um

[FFmpeg-devel] [PATCH v2 4/5] avcodec/bsf: Add custom item name func for BSF list

2016-08-05 Thread sebechlebskyjan
From: Jan Sebechlebsky Add custom item name function for bsf list, which will construct string description of filter chain. This is done using lazy-initialization, so there is no overhead if item name is never accessed. Signed-off-by: Jan Sebechlebsky

[FFmpeg-devel] [PATCH v2 3/5] avcodec/bsf: Add list BSF API

2016-08-05 Thread sebechlebskyjan
From: Jan Sebechlebsky --- Changes from last version: - fixed doxygen comments - added av_bsf_list_append2() function - changed names of array and length fields to follow naming convention - idx and flushed_idx is now unsigned - merged bsf_list_flush to

Re: [FFmpeg-devel] [PATCH 3/5] avcodec/bsf: Add list BSF API

2016-08-05 Thread Jan Sebechlebsky
On 08/02/2016 05:26 PM, James Almer wrote: On 8/2/2016 12:14 PM, Nicolas George wrote: +AVBSFList *av_bsf_list_alloc(void); This is personal, but for new APIs, I like "int foo_alloc(Foo **rfoo)" better than "Foo *foo_alloc(void)": that way, the caller can forward the error code instead of

Re: [FFmpeg-devel] [PATCH 3/5] avcodec/bsf: Add list BSF API

2016-08-05 Thread Jan Sebechlebsky
Hello Nicolas, On 08/02/2016 05:14 PM, Nicolas George wrote: +AVBSFList *av_bsf_list_alloc(void); This is personal, but for new APIs, I like "int foo_alloc(Foo **rfoo)" better than "Foo *foo_alloc(void)": that way, the caller can forward the error code instead of guessing it is ENOMEM. I

Re: [FFmpeg-devel] [PATCH] libavcodec/dnxhdenc: remove setting the codec_tag

2016-08-05 Thread Michael Niedermayer
On Fri, Aug 05, 2016 at 12:58:10PM +0200, Paul B Mahol wrote: > On 8/5/16, Michael Niedermayer wrote: > > On Wed, Aug 03, 2016 at 02:31:04PM -0700, Mark Reid wrote: > >> setting the codec_tag no longer needed by movenc > >> it uses the dnxhr profile instead > >> --- > >>

Re: [FFmpeg-devel] [PATCH] mem: Extend and edit Doxygen

2016-08-05 Thread Michael Niedermayer
On Tue, Aug 02, 2016 at 10:22:21AM -0700, Timothy Gu wrote: > --- > > A bit more editing... > > --- > libavutil/mem.h | 588 > +++- > 1 file changed, 451 insertions(+), 137 deletions(-) > > diff --git a/libavutil/mem.h b/libavutil/mem.h >

Re: [FFmpeg-devel] [PATCH] libavcodec/dnxhdenc: remove setting the codec_tag

2016-08-05 Thread Paul B Mahol
On 8/5/16, Michael Niedermayer wrote: > On Wed, Aug 03, 2016 at 02:31:04PM -0700, Mark Reid wrote: >> setting the codec_tag no longer needed by movenc >> it uses the dnxhr profile instead >> --- >> libavcodec/dnxhdenc.c | 3 --- >> 1 file changed, 3 deletions(-) >> >>

Re: [FFmpeg-devel] libavcodec : add psd image file decoder

2016-08-05 Thread Martin Vignali
> > > > +static int decode_header(PSDContext * s) > > +{ > > +int signature, version, color_mode, len_section, compression; > > +int ret = 0; > > + > > +if (bytestream2_get_bytes_left(>gb) < 30) {/* File header > section + color map data section length */ > > +av_log(s->avctx,

Re: [FFmpeg-devel] [PATCH] libavcodec/dnxhdenc: remove setting the codec_tag

2016-08-05 Thread Michael Niedermayer
On Wed, Aug 03, 2016 at 02:31:04PM -0700, Mark Reid wrote: > setting the codec_tag no longer needed by movenc > it uses the dnxhr profile instead > --- > libavcodec/dnxhdenc.c | 3 --- > 1 file changed, 3 deletions(-) > > diff --git a/libavcodec/dnxhdenc.c b/libavcodec/dnxhdenc.c > index

Re: [FFmpeg-devel] [PATCH]lavf/pcmdec: Map mime_type audio/L16 to the s16le demuxer

2016-08-05 Thread Nicolas George
Le nonidi 19 thermidor, an CCXXIV, Carl Eugen Hoyos a écrit : > Hi! > > Attached patch implements RFC 2586. > > Please comment, Carl Eugen > From ba470c643c836826d75854e3e3539eb09ddd288a Mon Sep 17 00:00:00 2001 > From: Carl Eugen Hoyos > Date: Fri, 5 Aug 2016 12:22:17 +0200

[FFmpeg-devel] [PATCH] Support for MIPS cpu P6600

2016-08-05 Thread shivraj.patil
From: Shivraj Patil Signed-off-by: Shivraj Patil Signed-off-by: Michael Niedermayer --- configure |6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/configure b/configure index

Re: [FFmpeg-devel] libavcodec : add psd image file decoder

2016-08-05 Thread Michael Niedermayer
On Thu, Aug 04, 2016 at 05:00:27PM +0200, Martin Vignali wrote: > > > > I think you should fail probe with less than 26 bytes > > or are there smaller files that can be valid ? > > > > > > Fix > > > > > this is not based on git master > > > > New patch in attach > > Martin [...] > +static int

[FFmpeg-devel] [PATCH]lavf/pcmdec: Map mime_type audio/L16 to the s16le demuxer

2016-08-05 Thread Carl Eugen Hoyos
Hi! Attached patch implements RFC 2586. Please comment, Carl Eugen From ba470c643c836826d75854e3e3539eb09ddd288a Mon Sep 17 00:00:00 2001 From: Carl Eugen Hoyos Date: Fri, 5 Aug 2016 12:22:17 +0200 Subject: [PATCH] lavf/pcmdec: Map mime_type audio/L16 to s16le as specified in

Re: [FFmpeg-devel] [PATCH] Support for MIPS cpu P6600

2016-08-05 Thread Michael Niedermayer
On Fri, Aug 05, 2016 at 01:42:44PM +0530, shivraj.pa...@imgtec.com wrote: > From: Shivraj Patil > > Signed-off-by: Shivraj Patil applied thanks [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB No great

Re: [FFmpeg-devel] [PATCH] avcodec/alsdec: implement floating point decoding

2016-08-05 Thread Michael Niedermayer
On Fri, Jul 29, 2016 at 08:33:13PM +0530, Umair Khan wrote: > On Thu, Jul 28, 2016 at 7:12 PM, Umair Khan wrote: > > On Thu, Jul 28, 2016 at 2:25 PM, Thilo Borgmann > > wrote: > >> Am 28.07.16 um 08:28 schrieb Umair Khan: > >>> On Thu, Jul 28, 2016 at

[FFmpeg-devel] [PATCH] Support for MIPS cpu P6600

2016-08-05 Thread shivraj.patil
From: Shivraj Patil Signed-off-by: Shivraj Patil --- configure |6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/configure b/configure index 9f5b31f..8e30c68 100755 --- a/configure +++ b/configure @@ -4346,7 +4346,7