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
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
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
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
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
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
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
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
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
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.
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
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
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
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
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
> >
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
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
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
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
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
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
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
> 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
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
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
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
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
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
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
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
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
>
> __
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
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
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 +
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
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
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
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:
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
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
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
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
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
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
>
> 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
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
---
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
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
48 matches
Mail list logo