On Sat, May 20, 2017 at 10:35:34PM -0400, Ronald S. Bultje wrote:
> Hi,
>
> On Sat, May 20, 2017 at 8:12 PM, Michael Niedermayer > wrote:
>
> > Fixes: 1710/clusterfuzz-testcase-minimized-4837032931098624
> >
> > Found-by: continuous fuzzing process https://github.com/google/oss-
> > fuzz/tree/ma
On Thu, May 18, 2017 at 03:54:29AM +0200, Michael Niedermayer wrote:
> Fixes: 1659/clusterfuzz-testcase-minimized-5396490639900672
>
> Found-by: continuous fuzzing process
> https://github.com/google/oss-fuzz/tree/master/targets/ffmpeg
> Signed-off-by: Michael Niedermayer
> ---
> libavcodec/wav
On Sat, 20 May 2017 20:12:15 +0200
Nicolas George wrote:
> Le primidi 1er prairial, an CCXXV, Muhammad Faiz a écrit :
> > > I will push this soon.
> > Pushed and backported to 3.3 branch.
>
> Well, I was probably ok with this patch, but we will never know, will
> we?
>
> Can you explain the
On Wed, May 17, 2017 at 12:31:18AM +0200, Michael Niedermayer wrote:
> Fixes: 1630/clusterfuzz-testcase-minimized-6326111917047808
>
> Found-by: continuous fuzzing process
> https://github.com/google/oss-fuzz/tree/master/targets/ffmpeg
> Signed-off-by: Michael Niedermayer
applied
[...]
--
Mic
On Sun, May 21, 2017 at 12:51:56PM +0200, Michael Niedermayer wrote:
> On Sat, May 20, 2017 at 10:35:34PM -0400, Ronald S. Bultje wrote:
> > Hi,
> >
> > On Sat, May 20, 2017 at 8:12 PM, Michael Niedermayer > > wrote:
> >
> > > Fixes: 1710/clusterfuzz-testcase-minimized-4837032931098624
> > >
> >
Hi,
On Sun, May 21, 2017 at 6:57 AM, Michael Niedermayer wrote:
> On Sun, May 21, 2017 at 12:51:56PM +0200, Michael Niedermayer wrote:
> > On Sat, May 20, 2017 at 10:35:34PM -0400, Ronald S. Bultje wrote:
> > > Hi,
> > >
> > > On Sat, May 20, 2017 at 8:12 PM, Michael Niedermayer
> > > > wrote:
On Sat, 20 May 2017 23:01:04 +0200
Michael Niedermayer wrote:
> This reorders the operations so as to avoid computations with the above
> arguments
> before they have been initialized.
> Fixes part of 1708/clusterfuzz-testcase-minimized-5035111957397504
>
> Found-by: continuous fuzzing process
This turns CFR duplicated frames into skiped frames
Fixes: Timeout
Fixes: 1719/clusterfuzz-testcase-minimized-6375090079924224
Found-by: continuous fuzzing process
https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
Signed-off-by: Michael Niedermayer
---
libavcodec/tscc2.c | 1
On Sun, May 21, 2017 at 07:25:10AM -0400, Ronald S. Bultje wrote:
> Hi,
>
> On Sun, May 21, 2017 at 6:57 AM, Michael Niedermayer > wrote:
>
> > On Sun, May 21, 2017 at 12:51:56PM +0200, Michael Niedermayer wrote:
> > > On Sat, May 20, 2017 at 10:35:34PM -0400, Ronald S. Bultje wrote:
> > > > Hi,
---
libavcodec/mediacodec_wrapper.c | 37 ++---
1 file changed, 26 insertions(+), 11 deletions(-)
diff --git a/libavcodec/mediacodec_wrapper.c b/libavcodec/mediacodec_wrapper.c
index 43fbb511fd..5e1beed43a 100644
--- a/libavcodec/mediacodec_wrapper.c
+++ b/libavcod
---
libavcodec/ffjni.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavcodec/ffjni.c b/libavcodec/ffjni.c
index b2bcae9602..f5b581f0f6 100644
--- a/libavcodec/ffjni.c
+++ b/libavcodec/ffjni.c
@@ -85,7 +85,7 @@ JNIEnv *ff_jni_get_env(void *log_ctx)
av_log(log_ctx,
---
libavcodec/mediacodec_wrapper.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/libavcodec/mediacodec_wrapper.c b/libavcodec/mediacodec_wrapper.c
index 5e1beed43a..0f573bfc7a 100644
--- a/libavcodec/mediacodec_wrapper.c
+++ b/libavcodec/mediacodec_wrapper.c
@@ -125,7 +1
2017-05-21 18:17 GMT+02:00 Matthieu Bouron :
> -av_log(log_ctx, AV_LOG_ERROR, "Failed to get the JNI environment
> attached to this thread");
> +av_log(log_ctx, AV_LOG_ERROR, "Failed to get the JNI environment
> attached to this thread\n");
Please commit such fixes without sending
On Sun, May 21, 2017 at 06:36:10PM +0200, Carl Eugen Hoyos wrote:
> 2017-05-21 18:17 GMT+02:00 Matthieu Bouron :
>
> > -av_log(log_ctx, AV_LOG_ERROR, "Failed to get the JNI environment
> > attached to this thread");
> > +av_log(log_ctx, AV_LOG_ERROR, "Failed to get the JNI environm
On Sun, May 21, 2017 at 06:17:27PM +0200, Matthieu Bouron wrote:
> ---
> libavcodec/mediacodec_wrapper.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/libavcodec/mediacodec_wrapper.c b/libavcodec/mediacodec_wrapper.c
> index 5e1beed43a..0f573bfc7a 100644
> --- a/lib
Fixes: runtime error: left shift of negative value -67108864
Fixes: 1738/clusterfuzz-testcase-minimized-6734814327603200
Found-by: continuous fuzzing process
https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
Signed-off-by: Michael Niedermayer
---
libavcodec/aacps.c | 7 ++-
1 f
2017-05-17 15:39 GMT+02:00 Rostislav Pehlivanov :
> On 17 May 2017 at 13:58, Carl Eugen Hoyos wrote:
>
>> 2017-05-17 14:46 GMT+02:00 Rostislav Pehlivanov :
>> > On 17 May 2017 at 10:03, Carl Eugen Hoyos wrote:
>> >
>> >> Hi!
>> >>
>> >> I believe attached patch is necessary to allow reading svg s
When using the param -shortest appears to have no impact on my ffmpeg
command using multiple inputs as source. One is a looping slate video that
stops and it seems to stop all other inputs when making a mp4 archive. Any
suggestions on what I can do as using another param or output syntax?
3 exampl
On 2017/5/20 20:32, Mark Thompson wrote:
> On 19/05/17 14:10, Mark Thompson wrote:
>> On 19/05/17 00:43, Jun Zhao wrote:
>>>
>>> On 2017/5/14 12:26, Jun Zhao wrote:
V3: - Fix build error with old VAAPI version.
V2: - Refine the name/value type to mb_rate_control/bool.
- Only su
ping...
2017-05-18 15:19 GMT+08:00 raymond zheng :
> Hi:
> I find an issue about http. I don't use chunked, so s->chunksize will
> be set as UINT64_MAX when http open, but because of "if (s->chunksize >
> 0) s->chunksize -= len;" then chunksize will not be UINT64_MAX.
>
> If ffurl_read re
20 matches
Mail list logo