On 03/07/2019 21:28, Michael Niedermayer wrote:
On Tue, Jul 02, 2019 at 02:19:37PM +0200, Alfred E. Heggestad wrote:
this patch fixes a compiler warning if CONFIG_AC3_PARSER is
not defined. The label 'end' is removed and all the code
use the label 'err' instead.
What compiler warning (this sho
On 28-06-2019 08:36 PM, Jun Zhao wrote:
From: Jun Zhao
fix and update docs for HLS muxer
Signed-off-by: Jun Zhao
---
doc/muxers.texi | 24
1 files changed, 16 insertions(+), 8 deletions(-)
diff --git a/doc/muxers.texi b/doc/muxers.texi
index dd64672..d179584 1
On 28-06-2019 08:36 PM, Jun Zhao wrote:
From: Jun Zhao
fix docs format for DASH muxer
Signed-off-by: Jun Zhao
---
doc/muxers.texi | 62 --
1 files changed, 32 insertions(+), 30 deletions(-)
diff --git a/doc/muxers.texi b/doc/muxers.t
> 在 2019年7月4日,下午4:49,Gyan 写道:
>
>
>
> On 28-06-2019 08:36 PM, Jun Zhao wrote:
>> From: Jun Zhao
>>
>> fix and update docs for HLS muxer
>>
>> Signed-off-by: Jun Zhao
>> ---
>> doc/muxers.texi | 24
>> 1 files changed, 16 insertions(+), 8 deletions(-)
>>
>> dif
On 04-07-2019 02:37 PM, Liu Steven wrote:
在 2019年7月4日,下午4:49,Gyan 写道:
On 28-06-2019 08:36 PM, Jun Zhao wrote:
From: Jun Zhao
fix and update docs for HLS muxer
Signed-off-by: Jun Zhao
---
doc/muxers.texi | 24
1 files changed, 16 insertions(+), 8 deletion
> 在 2019年7月4日,下午6:15,Gyan 写道:
>
>
>
> On 04-07-2019 02:37 PM, Liu Steven wrote:
>>
>>> 在 2019年7月4日,下午4:49,Gyan 写道:
>>>
>>>
>>>
>>> On 28-06-2019 08:36 PM, Jun Zhao wrote:
From: Jun Zhao
fix and update docs for HLS muxer
Signed-off-by: Jun Zhao
---
On 04-07-2019 03:50 PM, Liu Steven wrote:
在 2019年7月4日,下午6:15,Gyan 写道:
On 04-07-2019 02:37 PM, Liu Steven wrote:
在 2019年7月4日,下午4:49,Gyan 写道:
On 28-06-2019 08:36 PM, Jun Zhao wrote:
From: Jun Zhao
fix and update docs for HLS muxer
Signed-off-by: Jun Zhao
---
doc/muxers.texi |
On Thu, Jul 4, 2019 at 4:52 PM Gyan wrote:
>
>
>
> On 28-06-2019 08:36 PM, Jun Zhao wrote:
> > From: Jun Zhao
> >
> > fix docs format for DASH muxer
> >
> > Signed-off-by: Jun Zhao
> > ---
> > doc/muxers.texi | 62
> > --
> > 1 files chan
> 在 2019年7月4日,下午7:35,Gyan 写道:
>
>
>
>> On 04-07-2019 03:50 PM, Liu Steven wrote:
>>
>>> 在 2019年7月4日,下午6:15,Gyan 写道:
>>>
>>>
>>>
>>> On 04-07-2019 02:37 PM, Liu Steven wrote:
> 在 2019年7月4日,下午4:49,Gyan 写道:
>
>
>
>> On 28-06-2019 08:36 PM, Jun Zhao wrote:
>> From
---
libavcodec/mediacodec_wrapper.c | 5 +
1 file changed, 5 insertions(+)
diff --git a/libavcodec/mediacodec_wrapper.c b/libavcodec/mediacodec_wrapper.c
index e2df07cb41..70e1e7cae1 100644
--- a/libavcodec/mediacodec_wrapper.c
+++ b/libavcodec/mediacodec_wrapper.c
@@ -469,6 +469,11 @@ char *
---
libavcodec/mediacodec_wrapper.h | 2 ++
1 file changed, 2 insertions(+)
diff --git a/libavcodec/mediacodec_wrapper.h b/libavcodec/mediacodec_wrapper.h
index f0de16d669..58e5dc7d39 100644
--- a/libavcodec/mediacodec_wrapper.h
+++ b/libavcodec/mediacodec_wrapper.h
@@ -26,6 +26,8 @@
#include
---
libavcodec/mediacodec_wrapper.c | 4
1 file changed, 4 insertions(+)
diff --git a/libavcodec/mediacodec_wrapper.c b/libavcodec/mediacodec_wrapper.c
index a024e3bdb1..e2df07cb41 100644
--- a/libavcodec/mediacodec_wrapper.c
+++ b/libavcodec/mediacodec_wrapper.c
@@ -1337,6 +1337,10 @@ char
---
libavcodec/mediacodec_wrapper.c | 10 --
1 file changed, 10 deletions(-)
diff --git a/libavcodec/mediacodec_wrapper.c b/libavcodec/mediacodec_wrapper.c
index 70e1e7cae1..5213cf640a 100644
--- a/libavcodec/mediacodec_wrapper.c
+++ b/libavcodec/mediacodec_wrapper.c
@@ -392,8 +392,6 @@ c
Matthieu Bouron (12019-07-04):
> ---
> libavcodec/mediacodec_wrapper.h | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/libavcodec/mediacodec_wrapper.h b/libavcodec/mediacodec_wrapper.h
> index f0de16d669..58e5dc7d39 100644
> --- a/libavcodec/mediacodec_wrapper.h
> +++ b/libavcodec/medi
On 7/4/2019 10:43 AM, Matthieu Bouron wrote:
> ---
> libavcodec/mediacodec_wrapper.h | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/libavcodec/mediacodec_wrapper.h b/libavcodec/mediacodec_wrapper.h
> index f0de16d669..58e5dc7d39 100644
> --- a/libavcodec/mediacodec_wrapper.h
> +++ b/l
On Thu, Jul 04, 2019 at 04:03:42PM +0200, Nicolas George wrote:
> Matthieu Bouron (12019-07-04):
> > ---
> > libavcodec/mediacodec_wrapper.h | 2 ++
> > 1 file changed, 2 insertions(+)
> >
> > diff --git a/libavcodec/mediacodec_wrapper.h
> > b/libavcodec/mediacodec_wrapper.h
> > index f0de16d669
Am 30.06.19 um 14:11 schrieb Thilo Borgmann:
> Hi,
>
> some cleanup and $SUBJECT.
>
> Documentation and reindent follows afterwards.
Will add docs and push with remarks from Moritz soonish - if there are no more
comments coming in.
-Thilo
___
ffmpeg-
On Thu, 4 Jul 2019, Hendrik Leppkes wrote:
On Thu, Jul 4, 2019 at 12:42 AM Lynne wrote:
NAK for reasons said on IRC
For everyones benefit, why don't you actually formulate your reasons
here instead of asking people to piece them together from some chat
history, that way people can actually
On Wed, Jul 03, 2019 at 12:50:59PM +0200, Hendrik Leppkes wrote:
> On Wed, Jul 3, 2019 at 10:46 AM Michael Niedermayer
> wrote:
> >
> > On Wed, Jul 03, 2019 at 09:41:41AM +0200, Reimar Döffinger wrote:
> > >
> > >
> > > On 03.07.2019, at 08:29, Michael Niedermayer
> > > wrote:
> > >
> > > > On T
On Thu, Jul 4, 2019 at 8:45 PM Michael Niedermayer
wrote:
>
> On Wed, Jul 03, 2019 at 12:50:59PM +0200, Hendrik Leppkes wrote:
> > On Wed, Jul 3, 2019 at 10:46 AM Michael Niedermayer
> > wrote:
> > >
> > > On Wed, Jul 03, 2019 at 09:41:41AM +0200, Reimar Döffinger wrote:
> > > >
> > > >
> > > > O
Hi everybody.
Let me explain reasons here.
About AMF:
1) AMF is a light-weight, portable multimedia framework that provides access to
AMD hardware accelerated encoder, decoder, converters/filters.
2) AMF abstracts away most of the platform and API-specific details and allows
for easy implementat
On 6/30/2019 5:45 PM, James Almer wrote:
> From 7.4.3.3.1:
>
> num_tile_columns_minus1 shall be in the range of 0 to PicWidthInCtbsY - 1,
> inclusive.
> num_tile_rows_minus1 shall be in the range of 0 to PicHeightInCtbsY - 1,
> inclusive.
>
> Signed-off-by: James Almer
> ---
> Sorry for not no
Fixes: signed integer overflow: 32796 * 65536 cannot be represented in type
'int'
Fixes:
15430/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_VC1IMAGE_fuzzer-5735424087031808
Found-by: continuous fuzzing process
https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
Signed-off-by: Mi
Fixes: memleak
Fixes:
15528/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_STL_fuzzer-5735993371525120
Found-by: continuous fuzzing process
https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
Signed-off-by: Michael Niedermayer
---
libavcodec/utils.c | 1 +
1 file changed, 1 inser
Fixes: signed integer overflow: 9151595917793558550 + 297519050751678697 cannot
be represented in type 'long'
Fixes:
15496/clusterfuzz-testcase-minimized-ffmpeg_DEMUXER_fuzzer-5722866475073536
Found-by: continuous fuzzing process
https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
Si
> -Original Message-
> From: ffmpeg-devel [mailto:ffmpeg-devel-boun...@ffmpeg.org] On Behalf
> Of Marton Balint
> Sent: Friday, July 5, 2019 2:27 AM
> To: FFmpeg development discussions and patches de...@ffmpeg.org>
> Subject: Re: [FFmpeg-devel] [PATCH] MAINTAINERS: add myself to the AMF
>
> -Original Message-
> From: ffmpeg-devel [mailto:ffmpeg-devel-boun...@ffmpeg.org] On Behalf
> Of hwrenx
> Sent: Wednesday, July 3, 2019 11:24 AM
> To: ffmpeg-devel@ffmpeg.org
> Subject: [FFmpeg-devel] [PATCH v1] lavc/libdavs2.c: optimize frame copy
>
I think it's better to use "correct .
> If the joined version is preferred it's been submitted at
> http://ffmpeg.org/pipermail/ffmpeg-devel/2019-June/245662.html
Pinging. Would it be possible to get one of these two versions
applied, if no other changes are required?
___
ffmpeg-devel mailin
From: Jun Zhao
Add sub-options for in_color_matrix/out_color_matrix
Signed-off-by: Jun Zhao
---
libavfilter/vf_scale.c | 12 ++--
1 files changed, 10 insertions(+), 2 deletions(-)
diff --git a/libavfilter/vf_scale.c b/libavfilter/vf_scale.c
index f741419..7aebf56 100644
--- a/libavf
On 05-07-2019 07:32 AM, greg Luce wrote:
If the joined version is preferred it's been submitted at
http://ffmpeg.org/pipermail/ffmpeg-devel/2019-June/245662.html
Pinging. Would it be possible to get one of these two versions
applied, if no other changes are required?
Will test and apply.
Gy
From: Jun Zhao
Document missing options for scale in/out color matrix
Signed-off-by: Jun Zhao
---
doc/filters.texi |5 +
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/doc/filters.texi b/doc/filters.texi
index 700a76f..b7dec47 100644
--- a/doc/filters.texi
+++ b/doc/fil
On 05-07-2019 10:06 AM, Jun Zhao wrote:
From: Jun Zhao
Document missing options for scale in/out color matrix
Signed-off-by: Jun Zhao
---
doc/filters.texi |5 +
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/doc/filters.texi b/doc/filters.texi
index 700a76f..b7dec
32 matches
Mail list logo