> -Original Message-
> From: Guo, Yejun
> Sent: Friday, November 22, 2019 3:50 PM
> To: ffmpeg-devel@ffmpeg.org
> Cc: Guo, Yejun
> Subject: [PATCH 4/4] fate/filter-video: add two tests for dnn_processing with
> format rgb24 and grayf32
>
> Signed-off-by: Guo, Yejun
> ---
> tests/fate/
> This is changing the muxer, but the commit subject and description talks about
> demuxing.
Yes. This code contains both the remuxer into MP4 and the demuxer. I will
change the commit description
> You're calling this function for MPEGH 3D Audio, but not writing an
> implementation for it. The
Signed-off-by: Yuki Tsuchiya
---
libavformat/movenc.c | 64 ++--
1 file changed, 32 insertions(+), 32 deletions(-)
diff --git a/libavformat/movenc.c b/libavformat/movenc.c
index 985341bac2..99478c00c8 100644
--- a/libavformat/movenc.c
+++ b/libavformat/mov
Implemented according to the specification at
https://www.iso.org/standard/69561.html
The 'mhm1' sample entry is registered with MP4RA, which is defined as MHAS
encapsulated single stream MPEG-H 3D Audio.
'MHAS' stands for MPEG-H audio stream, which contains encoded audio data and
corresponds me
Signed-off-by: Steven Liu
---
fftools/cmdutils.c | 17 +
1 file changed, 17 insertions(+)
diff --git a/fftools/cmdutils.c b/fftools/cmdutils.c
index 84f98b7c04..fe18093ce1 100644
--- a/fftools/cmdutils.c
+++ b/fftools/cmdutils.c
@@ -1870,6 +1870,21 @@ static void show_help_demuxe
Signed-off-by: Steven Liu
---
doc/APIchanges | 3 +++
libavformat/protocols.c | 16
libavformat/url.h | 9 +
libavformat/version.h | 2 +-
4 files changed, 29 insertions(+), 1 deletion(-)
diff --git a/doc/APIchanges b/doc/APIchanges
index 401c65a753..
Steven Liu:
> Signed-off-by: Steven Liu
> ---
> doc/APIchanges | 3 +++
> libavformat/protocols.c | 16
> libavformat/url.h | 9 +
> libavformat/version.h | 2 +-
> 4 files changed, 29 insertions(+), 1 deletion(-)
>
> diff --git a/doc/APIchanges b/doc
> On Nov 22, 2019, at 4:56 PM, Steven Liu wrote:
>
> Signed-off-by: Steven Liu
> ---
> doc/APIchanges | 3 +++
> libavformat/protocols.c | 16
> libavformat/url.h | 9 +
> libavformat/version.h | 2 +-
> 4 files changed, 29 insertions(+), 1 deletion(-)
Steven Liu:
> diff --git a/libavformat/url.h b/libavformat/url.h
> index 4750bfff82..fe0aa10b27 100644
> --- a/libavformat/url.h
> +++ b/libavformat/url.h
> @@ -322,6 +322,15 @@ void ff_make_absolute_url(char *buf, int size, const
> char *base,
> */
> AVIODirEntry *ff_alloc_dir_entry(void);
>
On 22-11-2019 02:26 pm, Steven Liu wrote:
Signed-off-by: Steven Liu
---
fftools/cmdutils.c | 17 +
1 file changed, 17 insertions(+)
diff --git a/fftools/cmdutils.c b/fftools/cmdutils.c
index 84f98b7c04..fe18093ce1 100644
--- a/fftools/cmdutils.c
+++ b/fftools/cmdutils.c
@@
> 在 2019年11月22日,17:30,Gyan 写道:
>
>
>
> On 22-11-2019 02:26 pm, Steven Liu wrote:
>> Signed-off-by: Steven Liu
>> ---
>> fftools/cmdutils.c | 17 +
>> 1 file changed, 17 insertions(+)
>>
>> diff --git a/fftools/cmdutils.c b/fftools/cmdutils.c
>> index 84f98b7c04..fe18093ce1
On 22-11-2019 03:08 pm, Steven Liu wrote:
在 2019年11月22日,17:30,Gyan 写道:
On 22-11-2019 02:26 pm, Steven Liu wrote:
Signed-off-by: Steven Liu
---
fftools/cmdutils.c | 17 +
1 file changed, 17 insertions(+)
diff --git a/fftools/cmdutils.c b/fftools/cmdutils.c
index 84f98
> 在 2019年11月22日,17:47,Gyan 写道:
>
> -rtmp_flush_interval is missing since it's an output only option. Which
> command shows that field?
Ah get your point, thanks.
New patch will come.
Thanks
Steven
___
ffmpeg-devel mailing list
ffmpeg-devel@ff
Andreas Rheinhardt:
> Andreas Rheinhardt:
>> Using avio_enum_protocols works as follows: One initializes a pointer to
>> void and gives avio_enum_protocols the address of said pointer as
>> argument; the pointer will be updated to point to a member of the
>> url_protocols array. Now the address of
> 在 2019年11月22日,18:02,Andreas Rheinhardt 写道:
>
> Andreas Rheinhardt:
>> Andreas Rheinhardt:
>>> Using avio_enum_protocols works as follows: One initializes a pointer to
>>> void and gives avio_enum_protocols the address of said pointer as
>>> argument; the pointer will be updated to point to a
On Thu, Nov 21, 2019 at 03:53:25PM +0100, Paul B Mahol wrote:
> Signed-off-by: Paul B Mahol
> ---
> doc/filters.texi| 7 +++
> libavfilter/vf_hqdn3d.c | 40 +++-
> 2 files changed, 38 insertions(+), 9 deletions(-)
>
> diff --git a/doc/filters.texi
Steven Liu (12019-11-22):
> Signed-off-by: Steven Liu
> ---
> doc/APIchanges | 3 +++
> libavformat/protocols.c | 16
> libavformat/url.h | 9 +
> libavformat/version.h | 2 +-
> 4 files changed, 29 insertions(+), 1 deletion(-)
>
> diff --git a/doc/AP
On Thu, Nov 21, 2019 at 11:26:12PM +0100, Michael Niedermayer wrote:
> Fixes: signed integer overflow: -2147483648 - 13 cannot be represented in
> type 'int'
> Fixes:
> 18893/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_ADPCM_IMA_APC_fuzzer-5630760442920960
>
> Found-by: continuous fuzzing
On 11/22/19, Limin Wang wrote:
> On Thu, Nov 21, 2019 at 03:53:25PM +0100, Paul B Mahol wrote:
>> Signed-off-by: Paul B Mahol
>> ---
>> doc/filters.texi| 7 +++
>> libavfilter/vf_hqdn3d.c | 40 +++-
>> 2 files changed, 38 insertions(+), 9 deletion
From: Limin Wang
Signed-off-by: Limin Wang
---
have pass fate testing for fate-filter-pixfmts-lut
libavfilter/vf_lut.c | 67 ++--
1 file changed, 12 insertions(+), 55 deletions(-)
diff --git a/libavfilter/vf_lut.c b/libavfilter/vf_lut.c
index 1f
ping, also ping with v210dec thread support which its reviewed by Michael.
https://patchwork.ffmpeg.org/patch/15836/
If no developer is interested in the module, I'm glad to maintain it,
I think it's better than nobody. Please feedback.
On Fri, Oct 25, 2019 at 11:36:44PM +0800, lance.lmw...@gma
On Mon, Nov 11, 2019 at 9:44 PM Andriy Gelman
wrote:
> From: Andriy Gelman
>
> c0c79461967 unintentianally changed the initialization flow of the
> decoder: It caused the capture buffers to be initialized on
> v4l2_m2m.c:180 in v4l2_configure_contexts(). This breaks h264 decoding
> on the Odroid
On Wed, Oct 23, 2019 at 6:25 PM Jun Li wrote:
>
>
> On Sun, Oct 20, 2019 at 4:14 PM Jun Li wrote:
>
>> Enhancement #7803
>> Copy id3 metadata to format meta data and stream side data.
>>
>> Signed-off-by: Jun Li
>> ---
>> libavformat/Makefile | 4 ++--
>> libavformat/wavdec.c | 10 ++
23 matches
Mail list logo