Am Sonntag, den 03.07.2016, 19:36 +0200 schrieb Jens Ziller:
> Am Sonntag, den 03.07.2016, 18:05 +0200 schrieb Moritz Barsnick:
> >
> > On Sun, Jul 03, 2016 at 17:20:41 +0200, Jens Ziller wrote:
> > >
> > >
> > > Am Samstag, den 02.07.2016, 17:54 +0200 schrieb Moritz Barsnick:
> > > >
> > > >
Michael Niedermayer niedermayer.cc> writes:
> > From 1ca907a8009ae87f728b10be83602f355230cfd6 Mon Sep 17 00:00:00 2001
> > From: Carl Eugen Hoyos ag.or.at>
> > Date: Wed, 13 Jul 2016 11:06:59 +0200
> > Subject: [PATCH] lavf/img2: Remove ffv1-img, the format
> > requires a container.
>
> ok
Pa
Clément Bœsch pkh.me> writes:
> potentially simpler alternative: if you replace the original formats with
> "%*3d:%*2d:%*2d.%*2d%c" and "%*3d:%*2d:%*2d%c", does it work?
Hopefully done correctly.
Thank you, Carl Eugen
___
ffmpeg-devel mailing list
ffm
On Wed, Jul 13, 2016 at 6:37 PM, Ronald S. Bultje wrote:
> +cglobal vp9_idct_idct_32x32_add, 4, 9, 16, 2048, dst, stride, block, eob
[...]
> +movd xm0, [blockq]
> +movam1, [pw_11585x2]
> +pmulhrswm0, m1
> +pmulhrswm0, m1
> +
From: Jan Sebechlebsky
This ensures that AV_NOPTS_VALUE value is handled
correctly.
Signed-off-by: Jan Sebechlebsky
---
libavformat/tee.c | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/libavformat/tee.c b/libavformat/tee.c
index daddba5..b4158e1 100644
--- a/libavformat
On Sat, Jul 16, 2016 at 11:08:12AM +0200, Jens Ziller wrote:
> Am Sonntag, den 03.07.2016, 19:36 +0200 schrieb Jens Ziller:
> > Am Sonntag, den 03.07.2016, 18:05 +0200 schrieb Moritz Barsnick:
> > >
> > > On Sun, Jul 03, 2016 at 17:20:41 +0200, Jens Ziller wrote:
> > > >
> > > >
> > > > Am Samst
Anshul appears to have no time currently as he has not reacted to patches or
mails
and Aman agreed to take over maintaince or help
Signed-off-by: Michael Niedermayer
---
MAINTAINERS |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index e5b466c..e
On Fri, Jul 15, 2016 at 02:07:08PM +, Petru Rares Sincraian wrote:
> Hi there,
>
> Here is a patch that changes the avfft test. This test is similar to
> libavcodec/tests/fft-fixed.c. I modified libavcodec/tests/fft.c a bit to
> adapt to make use of the new abi. At the moment I only did test
On 07/15/2016 10:41 PM, Michael Niedermayer wrote:
@@ -372,7 +361,6 @@ AVInputFormat ff_libmodplug_demuxer = {
.name = "libmodplug",
.long_name = NULL_IF_CONFIG_SMALL("ModPlug demuxer"),
.priv_data_size = sizeof(ModPlugContext),
-.read_probe = modplug_pro
On Sat, Jul 16, 2016, at 02:31 PM, Jörn Heusipp wrote:
> [...]
> Unless one of libopenmpt and libmodplug demuxers lowers its own file
> extension probing score, this will not work, as they both handle pretty
> much the same file formats.
This could be solved by making the demuxers mutually exclus
On 07/16/2016 03:49 PM, Josh de Kock wrote:
On Sat, Jul 16, 2016, at 02:31 PM, Jörn Heusipp wrote:
[...]
Unless one of libopenmpt and libmodplug demuxers lowers its own file
extension probing score, this will not work, as they both handle pretty
much the same file formats.
This could be solved
On Mon, Jul 11, 2016 at 07:07:21PM -0700, Mark Reid wrote:
> ---
> libavcodec/dnxhddata.h | 15 +++
> libavcodec/dnxhddec.c | 2 +-
> 2 files changed, 12 insertions(+), 5 deletions(-)
applied
can you add a fate test for this ?
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF
Hello Rodger and wm4,
for interlaced frames I need AVFrame->interlaced_frame. For invoke MMAL
components like deinterlacer and renderer added a pointer data[2] to
existing MMAL_ES_FORMAT_T. I don't have find a better solution to give
a pointer to user app. I have added a patch as suggestion. Pleas
On Sat, Jul 16, 2016 at 5:27 PM, Jens Ziller wrote:
> Hello Rodger and wm4,
>
> for interlaced frames I need AVFrame->interlaced_frame. For invoke MMAL
> components like deinterlacer and renderer added a pointer data[2] to
> existing MMAL_ES_FORMAT_T. I don't have find a better solution to give
>
On Sat, Jul 16, 2016 at 3:50 AM, Michael Niedermayer
wrote:
> On Wed, Jul 06, 2016 at 10:58:40AM +0530, Umair Khan wrote:
>> On Sat, Jun 25, 2016 at 10:52 PM, Umair Khan wrote:
>> > Hi,
>> >
>> > Patch attached.
>>
>> I'm working on fixing some other bugs in the decoder and hence I'd
>> like to w
Hi,
Patch attached.
- Umair
From 70e65b26cc3f84c9c664c30808b43a5e1cf16eaa Mon Sep 17 00:00:00 2001
From: Umair Khan
Date: Sat, 16 Jul 2016 23:52:39 +0530
Subject: [PATCH 1/1] avcodec/alsdec: implement floating point decoding
It conforms to RM22 version of the reference codec.
Signed-off-by: Um
Hi,
> From 70e65b26cc3f84c9c664c30808b43a5e1cf16eaa Mon Sep 17 00:00:00 2001
> From: Umair Khan
> Date: Sat, 16 Jul 2016 23:52:39 +0530
> Subject: [PATCH 1/1] avcodec/alsdec: implement floating point decoding
>
> It conforms to RM22 version of the reference codec.
>
> Signed-off-by: Umair Khan
Fixes Ticket5689
Signed-off-by: Michael Niedermayer
---
libavformat/mov.c |5 +
1 file changed, 5 insertions(+)
diff --git a/libavformat/mov.c b/libavformat/mov.c
index 3843ceb..603c9ed 100644
--- a/libavformat/mov.c
+++ b/libavformat/mov.c
@@ -43,6 +43,7 @@
#include "libavutil/sha.h"
14.07.2016, 18:48, "Wheeler, David A" :
“The project SHOULD implement perfect forward secrecy for key agreement
protocols so a session key derived from a set of long-term keys cannot be
compromised if one of the long-term keys is compromised in the future.
[crypto_pfs]
>
>
Set needed fields in st->codec
Fixes Ticket5684
Signed-off-by: Michael Niedermayer
---
doc/examples/muxing.c |2 ++
1 file changed, 2 insertions(+)
diff --git a/doc/examples/muxing.c b/doc/examples/muxing.c
index f1f5bb8..f1d0cfe 100644
--- a/doc/examples/muxing.c
+++ b/doc/examples/muxing
Signed-off-by: Michael Niedermayer
---
libavformat/mux.c |4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/libavformat/mux.c b/libavformat/mux.c
index d674bd4..e9973ed 100644
--- a/libavformat/mux.c
+++ b/libavformat/mux.c
@@ -557,7 +557,7 @@ static int compute_muxer_pkt_
---
libavcodec/dnxhddec.c | 3 +++
libavformat/movenc.c | 19 ++-
2 files changed, 17 insertions(+), 5 deletions(-)
diff --git a/libavcodec/dnxhddec.c b/libavcodec/dnxhddec.c
index 5b60326..4c6f708 100644
--- a/libavcodec/dnxhddec.c
+++ b/libavcodec/dnxhddec.c
@@ -204,6 +204,9 @
Hi,
The following patch series adds support for dnxhr encoding.
I added dnxhr as a profile to the dnxhd encoder.
to test:
ffmpeg -f lavfi -i testsrc=size=2048x1152 -vframes 2 \
-vcodec dnxhd -profile:v dnxhr_lb out.mov
These patches only add support for the lb, sq, and hq profiles.
hqx and 444
dnxhr has variable resolution, 8160 is the mb num for 1920x1080
---
libavcodec/dnxhdenc.c | 41 +++--
libavcodec/dnxhdenc.h | 2 +-
2 files changed, 24 insertions(+), 19 deletions(-)
diff --git a/libavcodec/dnxhdenc.c b/libavcodec/dnxhdenc.c
index 1362514..b37
---
libavcodec/avcodec.h| 7 +++
libavcodec/codec_desc.c | 1 +
libavcodec/dnxhddec.c | 21 +
libavcodec/dnxhdenc.c | 2 ++
libavcodec/profiles.c | 10 ++
libavcodec/profiles.h | 1 +
6 files changed, 42 insertions(+)
diff --git a/libavcodec/avcodec
---
libavcodec/dnxhddata.c | 31 +++---
libavcodec/dnxhddata.h | 1 +
libavcodec/dnxhdenc.c | 85 +-
libavcodec/dnxhdenc.h | 5 +++
4 files changed, 103 insertions(+), 19 deletions(-)
diff --git a/libavcodec/dnxhddata.c b/libavcodec/
Hi,
On Sun, Jul 17, 2016 at 12:25 AM, Thilo Borgmann wrote:
> Hi,
>
>> From 70e65b26cc3f84c9c664c30808b43a5e1cf16eaa Mon Sep 17 00:00:00 2001
>> From: Umair Khan
>> Date: Sat, 16 Jul 2016 23:52:39 +0530
>> Subject: [PATCH 1/1] avcodec/alsdec: implement floating point decoding
>>
>> It conforms t
27 matches
Mail list logo