[FFmpeg-devel] Fix bug for POWER LE: avcodec/ppc/lossless_audiodsp_altivec.c

2014-12-01 Thread rongyan
Hi, We propose this patch to fix lossless audio bugs for POWER8 little endian. The passed test cases change from 2292/2328 to 2296/2328‍. ‍‍ Thanks for your review. Rong Yan 2D02F6FF@D544485C.8E707D54 Description: Binary data 0001-avcodec-ppc-lossless_audiodsp_altivec-POWER-LE-suppo.patch

Re: [FFmpeg-devel] [PATCH] libavcodec/pngdec: support 'previous' dispose operation for APNG.

2014-12-01 Thread Benoit Fouet
Hi, On December 1, 2014 11:34:44 PM GMT+01:00, Michael Niedermayer wrote: >On Mon, Dec 01, 2014 at 11:41:41AM +0100, Benoit Fouet wrote: >> --- >> Tested against all the materials I have at hand. >> There is an artifact showing for >https://raw.githubusercontent.com/maxcom/lorsource/master/src/t

Re: [FFmpeg-devel] [PATCH 2/2] tests: Add vsynth2 which uses the new reference.pnm

2014-12-01 Thread Michael Niedermayer
On Sun, Nov 30, 2014 at 08:36:37PM +0100, Michael Niedermayer wrote: > The file is already present in git and by using it we can perform more tests > without the need of fate samples applied [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB The misfortune of the w

Re: [FFmpeg-devel] [PATCH 1/2] tests: Rename vsynth2 to vsynth_lena

2014-12-01 Thread Michael Niedermayer
On Sun, Nov 30, 2014 at 08:36:36PM +0100, Michael Niedermayer wrote: > This avoids confusion with a growing number of vsynth tests applied [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB Opposition brings concord. Out of discord comes the fairest harmony. -- He

Re: [FFmpeg-devel] [PATCH] PSMF audio support, trac ticket #3233

2014-12-01 Thread James Almer
On 01/12/14 10:31 PM, Michael Niedermayer wrote: > On Tue, Dec 02, 2014 at 01:13:56AM +0100, Maxim Polijakowski wrote: >> Hello crews, >> >> attached patch enables PSMF audio demuxing/decoding. As suggested by >> Carl Eugen Hoyos, mpeg.c has been extended to identify ATRAC3+ >> streams inside of PS

Re: [FFmpeg-devel] [RFC] no longer marking native aac encoder as experimental

2014-12-01 Thread Michael Niedermayer
On Tue, Dec 02, 2014 at 01:32:10AM +0100, Andreas Cadhalpun wrote: > Hi, > > On 02.12.2014 00:09, Michael Niedermayer wrote: > >On Mon, Dec 01, 2014 at 11:09:47PM +0100, Andreas Cadhalpun wrote: > >>On 01.12.2014 04:37, Michael Niedermayer wrote: > >>>this would result in the native encoder being

Re: [FFmpeg-devel] [PATCH] PSMF audio support, trac ticket #3233

2014-12-01 Thread Michael Niedermayer
On Tue, Dec 02, 2014 at 01:13:56AM +0100, Maxim Polijakowski wrote: > Hello crews, > > attached patch enables PSMF audio demuxing/decoding. As suggested by > Carl Eugen Hoyos, mpeg.c has been extended to identify ATRAC3+ > streams inside of PSMF files. Additionally, a ATRAC3+ parser has > been imp

Re: [FFmpeg-devel] [PATCH 1/4] avformat/crypto: added encryption

2014-12-01 Thread Michael Niedermayer
On Mon, Dec 01, 2014 at 12:55:28PM -0600, Christian Suloway wrote: > Signed-off-by: Christian Suloway > --- > libavformat/crypto.c | 166 > --- > 1 file changed, 146 insertions(+), 20 deletions(-) applied thanks -- Michael GnuPG fingerprint

Re: [FFmpeg-devel] [RFC] no longer marking native aac encoder as experimental

2014-12-01 Thread Andreas Cadhalpun
Hi, On 02.12.2014 00:09, Michael Niedermayer wrote: On Mon, Dec 01, 2014 at 11:09:47PM +0100, Andreas Cadhalpun wrote: On 01.12.2014 04:37, Michael Niedermayer wrote: this would result in the native encoder being used even when libfaac is enabled and linked in is that intended ? Yes, even th

[FFmpeg-devel] [PATCH] PSMF audio support, trac ticket #3233

2014-12-01 Thread Maxim Polijakowski
Hello crews, attached patch enables PSMF audio demuxing/decoding. As suggested by Carl Eugen Hoyos, mpeg.c has been extended to identify ATRAC3+ streams inside of PSMF files. Additionally, a ATRAC3+ parser has been implemented in order to extract Atrac3+ frames from PRIVATE_STREAM_1 packets.

Re: [FFmpeg-devel] [RFC] no longer marking native aac encoder as experimental

2014-12-01 Thread Michael Niedermayer
On Mon, Dec 01, 2014 at 11:09:47PM +0100, Andreas Cadhalpun wrote: > Hi, > > On 01.12.2014 04:37, Michael Niedermayer wrote: > >On Sun, Nov 30, 2014 at 11:43:45PM +0100, Andreas Cadhalpun wrote: > >>Subject: [PATCH] avcodec/aacenc: no longer mark native aac encoder as > >> experimental > > > >thi

Re: [FFmpeg-devel] [RFC]Print the GUID also as shown in the Windows Registry

2014-12-01 Thread Michael Niedermayer
On Mon, Dec 01, 2014 at 08:33:10PM +0100, Carl Eugen Hoyos wrote: > Hi! > > Attached patch produces an output for GUIDs that is more similar > to the relevant documentations. > > Please comment, Carl Eugen should be ok [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC7870

Re: [FFmpeg-devel] [PATCH] noise_bsf: mention the parameter in the docs

2014-12-01 Thread Michael Niedermayer
On Mon, Dec 01, 2014 at 11:09:55PM +0100, Christophe Gisquet wrote: > Hi, > > 2014-11-30 17:08 GMT+01:00 Michael Niedermayer : > > On Sun, Nov 30, 2014 at 02:45:54PM +0100, Christophe Gisquet wrote: > > its the inverse of the amount, so smaller numbers should result in > > more noise with 1 result

Re: [FFmpeg-devel] [PATCH] libavcodec/pngdec: support 'previous' dispose operation for APNG.

2014-12-01 Thread Michael Niedermayer
On Mon, Dec 01, 2014 at 11:41:41AM +0100, Benoit Fouet wrote: > --- > Tested against all the materials I have at hand. > There is an artifact showing for > https://raw.githubusercontent.com/maxcom/lorsource/master/src/test/resources/images/i_want_to_be_a_hero__apng_animated__by_tamalesyatole-d5ht8

Re: [FFmpeg-devel] [PATCH] avfilter/vf_tinterlace: Favor using standard timebases for the output

2014-12-01 Thread Kieran Kunhya
Sent from my mobile device On 1 Dec 2014 21:55, "Michael Niedermayer" wrote: > > On Mon, Dec 01, 2014 at 08:54:16PM +, Vittorio Giovara wrote: > > On Mon, Dec 1, 2014 at 8:04 PM, Michael Niedermayer wrote: > > > Inspired by discussion with kierank > > > Signed-off-by: Michael Niedermayer > >

[FFmpeg-devel] [PATCH 1/3] avformat/mov: move edit list heuristics into mov_build_index()

2014-12-01 Thread Clément Bœsch
From: Clément Bœsch mov_read_elst() is now only responsible from storing the table in a data structure; this is consistent with other table readers functions. --- libavformat/isom.h | 10 +-- libavformat/mov.c | 78 +- 2 files changed, 56

[FFmpeg-devel] [PATCH 2/3] avformat/mov: reindent after previous commit

2014-12-01 Thread Clément Bœsch
From: Clément Bœsch --- libavformat/mov.c | 26 +- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/libavformat/mov.c b/libavformat/mov.c index e294007..bb3e251 100644 --- a/libavformat/mov.c +++ b/libavformat/mov.c @@ -2270,21 +2270,21 @@ static void mov_b

[FFmpeg-devel] [PATCH 3/3] avformat/RFC/WIP: add basic timeline support

2014-12-01 Thread Clément Bœsch
From: Clément Bœsch This commit currently includes support in ffplay only when using -ignore_editlist -1 (FIXME) as input option. Adding support to FFmpeg shouldn't be that hard, at least for the transcoding part. Stream copy might be a bit more tricky. Comments and tests very welcome here. This

Re: [FFmpeg-devel] [RFC] no longer marking native aac encoder as experimental

2014-12-01 Thread Andreas Cadhalpun
Hi, On 01.12.2014 04:37, Michael Niedermayer wrote: On Sun, Nov 30, 2014 at 11:43:45PM +0100, Andreas Cadhalpun wrote: Subject: [PATCH] avcodec/aacenc: no longer mark native aac encoder as experimental this would result in the native encoder being used even when libfaac is enabled and linke

Re: [FFmpeg-devel] [PATCH] noise_bsf: mention the parameter in the docs

2014-12-01 Thread Christophe Gisquet
Hi, 2014-11-30 17:08 GMT+01:00 Michael Niedermayer : > On Sun, Nov 30, 2014 at 02:45:54PM +0100, Christophe Gisquet wrote: > its the inverse of the amount, so smaller numbers should result in > more noise with 1 resulting in the maximum True, the modulo means the smaller the value, the more frequ

[FFmpeg-devel] [PATCH] avfilter/vf_tinterlace: Favor using standard timebases for the output

2014-12-01 Thread Michael Niedermayer
Reported-by: Vittorio Giovara Inspired by discussion with Kieran Kunhya Signed-off-by: Michael Niedermayer --- libavfilter/tinterlace.h|1 + libavfilter/vf_tinterlace.c | 25 +++-- 2 files changed, 24 insertions(+), 2 deletions(-) diff --git a/libavfilter/tinterla

Re: [FFmpeg-devel] [PATCH] avfilter/vf_tinterlace: Favor using standard timebases for the output

2014-12-01 Thread Michael Niedermayer
On Mon, Dec 01, 2014 at 08:54:16PM +, Vittorio Giovara wrote: > On Mon, Dec 1, 2014 at 8:04 PM, Michael Niedermayer wrote: > > Inspired by discussion with kierank > > Signed-off-by: Michael Niedermayer > > Missing a 'Reported by' tag I believe. added > > > --- > > libavfilter/tinterlace

Re: [FFmpeg-devel] [PATCH] avfilter/vf_tinterlace: Favor using standard timebases for the output

2014-12-01 Thread Kieran Kunhya
> This effectively limits interlacing to two framerates. What about pure > 30i? What about some future (or past) framerate we didn't think of? > Listing all possible framerate combinations is simply not > maintainable. Erm, let's not propagate more crazy interlaced framerates. > If you reeall

Re: [FFmpeg-devel] [PATCH] avfilter/vf_tinterlace: Favor using standard timebases for the output

2014-12-01 Thread Vittorio Giovara
On Mon, Dec 1, 2014 at 8:04 PM, Michael Niedermayer wrote: > Inspired by discussion with kierank > Signed-off-by: Michael Niedermayer Missing a 'Reported by' tag I believe. > --- > libavfilter/tinterlace.h|1 + > libavfilter/vf_tinterlace.c | 24 ++-- > 2 files ch

Re: [FFmpeg-devel] [PATCH] avfilter/vf_tinterlace: Favor using standard timebases for the output

2014-12-01 Thread Kieran Kunhya
On 1 December 2014 at 20:26, Michael Niedermayer wrote: > On Mon, Dec 01, 2014 at 08:17:18PM +, Kieran Kunhya wrote: >> On 1 December 2014 at 20:04, Michael Niedermayer wrote: >> > Inspired by discussion with kierank >> > Signed-off-by: Michael Niedermayer >> >> Can you explain what this pat

Re: [FFmpeg-devel] [PATCH] avfilter/vf_interlace: more accurate pts calculation

2014-12-01 Thread Michael Niedermayer
On Sun, Nov 30, 2014 at 02:50:45PM +0100, Vittorio Giovara wrote: > On Sun, Nov 30, 2014 at 1:39 PM, Aleksey Vasenev wrote: > > We keep only half source frames. > > Source: time_base 1/10 and ptss 0 1 2 3 4 5 6 7 8 9 > > Before change: time_base 1/5 and ptss 0 1 2 3 4 > > After change: time_base 1

Re: [FFmpeg-devel] [PATCH] avfilter/vf_tinterlace: Favor using standard timebases for the output

2014-12-01 Thread Michael Niedermayer
On Mon, Dec 01, 2014 at 08:17:18PM +, Kieran Kunhya wrote: > On 1 December 2014 at 20:04, Michael Niedermayer wrote: > > Inspired by discussion with kierank > > Signed-off-by: Michael Niedermayer > > Can you explain what this patch does and how it affects all the > different options in tinte

Re: [FFmpeg-devel] [PATCH] noise_bsf: mention the parameter in the docs

2014-12-01 Thread Lou Logan
On Sun, 30 Nov 2014 14:45:54 +0100, Christophe Gisquet wrote: > +Parameters: > +A numeral string representing the seed of the noise. Please provide the range and default, if any (I'm being lazy and didn't check). > @example > -ffmpeg -i INPUT -c copy -bsf noise output.mkv > +ffmpeg -i INPUT -c

Re: [FFmpeg-devel] [PATCH] avfilter/vf_tinterlace: Favor using standard timebases for the output

2014-12-01 Thread Kieran Kunhya
On 1 December 2014 at 20:04, Michael Niedermayer wrote: > Inspired by discussion with kierank > Signed-off-by: Michael Niedermayer Can you explain what this patch does and how it affects all the different options in tinterlace? Kieran ___ ffmpeg-devel

[FFmpeg-devel] [PATCH] avfilter/vf_tinterlace: Favor using standard timebases for the output

2014-12-01 Thread Michael Niedermayer
Inspired by discussion with kierank Signed-off-by: Michael Niedermayer --- libavfilter/tinterlace.h|1 + libavfilter/vf_tinterlace.c | 24 ++-- 2 files changed, 23 insertions(+), 2 deletions(-) diff --git a/libavfilter/tinterlace.h b/libavfilter/tinterlace.h index 4

Re: [FFmpeg-devel] Implementing closed caption for FFmpeg

2014-12-01 Thread Anshul
On 12/02/2014 12:51 AM, Carl Eugen Hoyos wrote: > Anshul gmail.com> writes: > >>> This is basic implementation where all features >>> of closed caption are not implemented. > What does the decoder output? > Can it be used to produce ass-in-mkv? > > Thank you, Carl Eugen > > __

[FFmpeg-devel] [RFC]Print the GUID also as shown in the Windows Registry

2014-12-01 Thread Carl Eugen Hoyos
Hi! Attached patch produces an output for GUIDs that is more similar to the relevant documentations. Please comment, Carl Eugen diff --git a/libavformat/riff.h b/libavformat/riff.h index 88a77b0..e925634 100644 --- a/libavformat/riff.h +++ b/libavformat/riff.h @@ -91,10 +91,13 @@ typedef struct

Re: [FFmpeg-devel] Implementing closed caption for FFmpeg

2014-12-01 Thread Carl Eugen Hoyos
Anshul gmail.com> writes: > > This is basic implementation where all features > > of closed caption are not implemented. What does the decoder output? Can it be used to produce ass-in-mkv? Thank you, Carl Eugen ___ ffmpeg-devel mailing list ffmpeg-d

[FFmpeg-devel] [PATCH 4/4] avformat/hlsenc: added HLS encryption

2014-12-01 Thread Christian Suloway
HLS encryption with key URL & key containing file specified with -hls_key_info_file (key info updates when modified). Option for IV from segment number or random generation (-hls_random_iv). Signed-off-by: Christian Suloway --- libavformat/hlsenc.c | 225 +

[FFmpeg-devel] [PATCH 1/4] avformat/crypto: added encryption

2014-12-01 Thread Christian Suloway
Signed-off-by: Christian Suloway --- libavformat/crypto.c | 166 --- 1 file changed, 146 insertions(+), 20 deletions(-) diff --git a/libavformat/crypto.c b/libavformat/crypto.c index a9b6e47..f3a85c7 100644 --- a/libavformat/crypto.c +++ b/libavfor

[FFmpeg-devel] [PATCH 3/4] avformat/hlsenc: added segment file deletion

2014-12-01 Thread Christian Suloway
Option removes segments no longer in playlist when older than playlist + segment duration Signed-off-by: Christian Suloway --- libavformat/hlsenc.c | 72 1 file changed, 67 insertions(+), 5 deletions(-) diff --git a/libavformat/hlsenc.c b/li

[FFmpeg-devel] [PATCH 2/4] avformat/hlsenc: added segment filename template

2014-12-01 Thread Christian Suloway
Signed-off-by: Christian Suloway --- libavformat/hlsenc.c | 87 +--- 1 file changed, 69 insertions(+), 18 deletions(-) diff --git a/libavformat/hlsenc.c b/libavformat/hlsenc.c index e13f438..0a48919 100644 --- a/libavformat/hlsenc.c +++ b/libavform

Re: [FFmpeg-devel] Implementing closed caption for FFmpeg

2014-12-01 Thread Anshul
On 12/01/2014 10:31 PM, Anshul wrote: > Hi > > This is basic implementation where all features of closed caption are > not implemented. > > -Anshul > > > I have attached another patch with copyright thing on top of file. >From 09a199afa72eeb7b8be8527da7239f4abcc52dbe Mon Sep 17 00:00:00 2001 From:

[FFmpeg-devel] Implementing closed caption for FFmpeg

2014-12-01 Thread Anshul
Hi This is basic implementation where all features of closed caption are not implemented. -Anshul >From 09a199afa72eeb7b8be8527da7239f4abcc52dbe Mon Sep 17 00:00:00 2001 From: Nicolas George Date: Tue, 28 Oct 2014 14:41:15 +0530 Subject: [PATCH 1/2] allow to extract subcc --- doc/indevs.tex

Re: [FFmpeg-devel] [PATCH] avfilter/vf_interlace: more accurate pts calculation

2014-12-01 Thread Kieran Kunhya
On 30 November 2014 at 12:39, Aleksey Vasenev wrote: > We keep only half source frames. > Source: time_base 1/10 and ptss 0 1 2 3 4 5 6 7 8 9 > Before change: time_base 1/5 and ptss 0 1 2 3 4 > After change: time_base 1/10 and ptss 0 2 4 6 8 > You can see that before and after equal. No problem wi

[FFmpeg-devel] [PATCH 1/2] lavfi/vf_zoompan: set output time base and frame rate.

2014-12-01 Thread Nicolas George
Fix invalid output frame rate when settb is used before zoompan to set it. Signed-off-by: Nicolas George --- libavfilter/vf_zoompan.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libavfilter/vf_zoompan.c b/libavfilter/vf_zoompan.c index f55095f..1c97eb6 100644 --- a/libavfilter/vf_zoom

[FFmpeg-devel] [PATCH 2/2] lavfi/vf_zoompan: fix PTS logic.

2014-12-01 Thread Nicolas George
Fix non-monotonic output PTS when input PTS and duration are set with compatible values. Signed-off-by: Nicolas George --- libavfilter/vf_zoompan.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/libavfilter/vf_zoompan.c b/libavfilter/vf_zoompan.c index 1c97eb6..0713741 10

[FFmpeg-devel] [PATCH] lavfi/zoomoan: fix frame count logic

2014-12-01 Thread Nicolas George
I prefer first patch, as it makes the code simpler and starting at 0 simplifies all arithmetic operations, but it makes a slight behaviour change, so I also propose the second version. Note how the 1-indexed logic makes the documentation for "on" awkward. Regards, -- Nicolas George From e6bce5

Re: [FFmpeg-devel] Dshow Crossbar support

2014-12-01 Thread Roger Pack
On Sun, Nov 23, 2014 at 7:46 AM, Zach Swena wrote: > Do we know how much it would cost to get this done? A capture card like > the ESCAP.TV ones are pretty cheap so getting a device to test isn't hard > or expensive. As I understand it basically any capture device with > multiple analog inputs

Re: [FFmpeg-devel] Update about DVCProHD encoding in ffmpeg

2014-12-01 Thread aureshy lapoiss
> > Seperate the code in such a way that its not included unless > --enable-gpl is used during configure This seems like something I can do. I can separate the code to have additional files dv_enc_gpl.c dv_data_gpl.c, as well as the necessary configuration directives. Steve On Mon, Dec 1, 2014

Re: [FFmpeg-devel] Update about DVCProHD encoding in ffmpeg

2014-12-01 Thread Michael Niedermayer
On Mon, Dec 01, 2014 at 10:24:55AM +0100, aureshy lapoiss wrote: > Hi FFmpeg devs, > > What is the current status regarding the support of DVCPRoHD encoding in > ffmpeg? iam waiting for someone to submit a patch that can be applied and is not breaking any copyright/licenses from any authors > I

[FFmpeg-devel] [PATCH] libavcodec/pngdec: support 'previous' dispose operation for APNG.

2014-12-01 Thread Benoit Fouet
--- Tested against all the materials I have at hand. There is an artifact showing for https://raw.githubusercontent.com/maxcom/lorsource/master/src/test/resources/images/i_want_to_be_a_hero__apng_animated__by_tamalesyatole-d5ht8eu.png which I don't really understand, as it seems the individual fra

[FFmpeg-devel] Update about DVCProHD encoding in ffmpeg

2014-12-01 Thread aureshy lapoiss
Hi FFmpeg devs, What is the current status regarding the support of DVCPRoHD encoding in ffmpeg? I am aware of the discussion about the previous effort to patch : http://ffmpeg.org/pipermail/ffmpeg-devel/2012-January/119637.html Right now I am using a patch from Maksym Veremeyenko that I have pa