Signed-off-by: Paras Chadha
---
Added a new line in img2enc to add support for writing frames
into separate FITS files in a fashion similar to gif.
The following command can be used for that:
ffmpeg -i INPUT -c:v fits -f image2 "out%d.fits"
libavformat/Makefile | 1 +
libavformat/allformat
Signed-off-by: Paras Chadha
---
Moved header writing code to muxer
Made the changes suggested
Changelog | 1 +
doc/general.texi | 2 +-
libavcodec/Makefile| 1 +
libavcodec/allcodecs.c | 2 +-
libavcodec/fitsenc.c | 130 +++
2017-08-07 10:45 GMT+08:00 Li, Zhong :
>> -Original Message-
>> From: ffmpeg-devel [mailto:ffmpeg-devel-boun...@ffmpeg.org] On Behalf
>> Of Steven Liu
>> Sent: Wednesday, August 2, 2017 2:01 PM
>> To: FFmpeg development discussions and patches
>>
>> Subject: Re: [FFmpeg-devel] [PATCH V2] d
> -Original Message-
> From: ffmpeg-devel [mailto:ffmpeg-devel-boun...@ffmpeg.org] On Behalf
> Of Steven Liu
> Sent: Wednesday, August 2, 2017 2:01 PM
> To: FFmpeg development discussions and patches
>
> Subject: Re: [FFmpeg-devel] [PATCH V2] doc/examples: Add a qsv encoder
> example
>
>
On Sun, Aug 06, 2017 at 10:37:35AM +0200, Nicolas George wrote:
> L'octidi 18 thermidor, an CCXXV, James Almer a écrit :
> > What do you mean? What i suggested would be done each time an option is
> > removed or added anywhere but at the end, both of which afaik are
> > uncommon cases.
> > It's not
From: sharpbai
feature: add scaleFactor attribute for avfoundation
added by: siyuan.w...@duobei.com
added by: yiren...@duobei.com
---
doc/indevs.texi| 22 ++
libavdevice/avfoundation.m | 6 ++
2 files changed, 28 insertions(+)
diff --git a/doc/indevs.texi b/
This improves the quality and reduces the "blocking" in flat areas
Signed-off-by: Michael Niedermayer
---
libavcodec/dvenc.c | 2 +-
tests/ref/lavf/dv_fmt | 12 ++--
tests/ref/vsynth/vsynth1-dv | 4 ++--
tests/ref/vsynth/vsynth1-dv-411 | 6 ++
Signed-off-by: Michael Niedermayer
---
libavcodec/dv.h| 3 +++
libavcodec/dvenc.c | 24 +++-
2 files changed, 26 insertions(+), 1 deletion(-)
diff --git a/libavcodec/dv.h b/libavcodec/dv.h
index 6350a16dff..0e97bb200e 100644
--- a/libavcodec/dv.h
+++ b/libavcodec/dv.h
@@
On 8/6/17, Jkldjfset wrote:
> Empty Message
lgtm
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
Signed-off-by: Marton Balint
---
ffplay.c | 114 +--
1 file changed, 82 insertions(+), 32 deletions(-)
diff --git a/ffplay.c b/ffplay.c
index 8174caf4a6..7a9b76a93d 100644
--- a/ffplay.c
+++ b/ffplay.c
@@ -362,6 +362,32 @@ static AVPack
Signed-off-by: Marton Balint
---
ffplay.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/ffplay.c b/ffplay.c
index ee3d1628e8..8174caf4a6 100644
--- a/ffplay.c
+++ b/ffplay.c
@@ -957,7 +957,8 @@ static void video_image_display(VideoState *is)
if (!vp->uploaded) {
Signed-off-by: Marton Balint
---
ffplay.c | 15 ++-
1 file changed, 10 insertions(+), 5 deletions(-)
diff --git a/ffplay.c b/ffplay.c
index 7cc5ab1644..ee3d1628e8 100644
--- a/ffplay.c
+++ b/ffplay.c
@@ -859,13 +859,18 @@ static int upload_texture(SDL_Texture *tex, AVFrame
*frame, s
This patch requires "Add macros used in opus_pvq_search to x86util.asm"
as 4 of the macros are moved there.
1. Cosmetics is completely redone.
2. I've left the align code as it is.
I found a really old nasm-2.07 version (from 19 Jan 2010) and made a test build.
I got nasm-2.09.04 (from Jan 11 201
Le nonidi 19 thermidor, an CCXXV, Gyan a écrit :
> Is ticket #6566 also related?
No, since the changes to overlay are not yet committed and since "Buffer
queue overflow" is precisely the thing that will go away when they will
be.
Regards,
--
Nicolas George
signature.asc
Description: Digital
On Sun, Aug 6, 2017 at 4:39 PM, Gyan wrote:
> Is ticket #6566 also related?
This test case on ticket #6566 indeed freezes during the overlay on my
patched FFmpeg with the alteration to libav/vf_stack.c taken out. I
have not been able to test it in another way yet.
Kind regards,
JW
__
Is ticket #6566 also related?
Gyan
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
Le nonidi 19 thermidor, an CCXXV, John Warburton a écrit :
> Gentlemen, I am sorry to report that this particular patch to
> lavfi/vf_stack.c breaks FFmpeg on-screen output when a vertical stack
> (vstack) follows a horizontal stack (hstack). Below, please find a
> chain to -filter_complex, cut dow
On Mon, Jul 17, 2017 at 3:19 PM, Nicolas George wrote:
>
> Signed-off-by: Nicolas George
> ---
> libavfilter/Makefile | 4 ++--
> libavfilter/vf_stack.c | 32 +---
> 2 files changed, 15 insertions(+), 21 deletions(-)
>
>
> Works as expected. Including shortest.
> A
Signed-off-by: Paras Chadha
---
Made the changes suggested.
Added a new file fits.c with common code
Changelog | 1 +
doc/general.texi| 2 +
libavcodec/Makefile | 2 +
libavcodec/allcodecs.c | 1 +
libavcodec/avcodec.h| 1 +
libavcodec/codec_desc.c | 7
On Sun, Aug 6, 2017 at 5:27 PM, Nicolas George wrote:
> Le duodi 12 thermidor, an CCXXV, Paras Chadha a écrit :
> > But i am returning the size from this function. If i make them unsigned,
> > how will i return errors which are negative integers.
> > One thing i can do is pass data_size as pointe
Signed-off-by: Paras Chadha
---
Made changes suggested.
Refactored Code
libavformat/Makefile | 1 +
libavformat/allformats.c | 1 +
libavformat/fitsdec.c| 231 +++
libavformat/version.h| 2 +-
4 files changed, 234 insertions(+), 1 del
Fixes: runtime error: signed integer overflow: 2146467840 + 1032192 cannot be
represented in type 'int'
Fixes: 2826/clusterfuzz-testcase-minimized-5901511613743104
Found-by: continuous fuzzing process
https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
Signed-off-by: Michael Niedermay
On 8/6/17, Henrik Gramner wrote:
> On Sat, Aug 5, 2017 at 9:10 PM, Ivan Kalvachev wrote:
>> +%macro VBROADCASTSS 2 ; dst xmm/ymm, src m32/xmm
>> +%if cpuflag(avx2)
>> +vbroadcastss %1, %2; ymm, xmm
>> +%elif cpuflag(avx)
>> +%ifnum sizeof%2 ; avx1 register
>>
Le duodi 12 thermidor, an CCXXV, Paras Chadha a écrit :
> > > +if (strncmp(keyword, "BITPIX", 6)) {
> > > +av_log(avcl, AV_LOG_ERROR, "expected BITPIX keyword,
> > found %s = %s\n", keyword, value);
> > > +return AVERROR_INVALIDDATA;
> > > +}
Le duodi 12 thermidor, an CCXXV, Paras Chadha a écrit :
> But i am returning the size from this function. If i make them unsigned,
> how will i return errors which are negative integers.
> One thing i can do is pass data_size as pointer to the function. Should i
> do that ?
No need: you can make t
On Sat, Aug 5, 2017 at 12:58 AM, Ivan Kalvachev wrote:
> 8 packed, 8 scalar.
>
> Unless I miss something (and as I've said before,
> I'm not confident enough to mess with that code.)
>
> (AVX does extend to 32 variants, but they are not
> SSE compatible, so no need to emulate them.)
Oh, right. I
On Sat, Aug 5, 2017 at 9:10 PM, Ivan Kalvachev wrote:
> +%macro VBROADCASTSS 2 ; dst xmm/ymm, src m32/xmm
> +%if cpuflag(avx2)
> +vbroadcastss %1, %2; ymm, xmm
> +%elif cpuflag(avx)
> +%ifnum sizeof%2 ; avx1 register
> +vpermilps xmm%1, xmm%2, q
L'octidi 18 thermidor, an CCXXV, James Almer a écrit :
> What do you mean? What i suggested would be done each time an option is
> removed or added anywhere but at the end, both of which afaik are
> uncommon cases.
> It's not something that requires a rewrite of the current codebase.
I mean that s
---
ffprobe.c | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/ffprobe.c b/ffprobe.c
index f22c4f57ad..ac9ff051fa 100644
--- a/ffprobe.c
+++ b/ffprobe.c
@@ -3328,6 +3328,7 @@ static int parse_read_interval(const char
*interval_spec,
}
interval->end =
2017-08-05 18:14 GMT+08:00 DeHackEd :
> Makes behaviour of 805ce25b1d2f optional, re-enables
> HLS key rotation feature
>
> Signed-off-by: DHE
> ---
> doc/muxers.texi | 7 ++-
> libavformat/hlsenc.c | 4 +++-
> 2 files changed, 9 insertions(+), 2 deletions(-)
>
> v1->v2: Actually works t
30 matches
Mail list logo