Re: [FFmpeg-devel] [PATCH 3/4] avfilter/vf_dnn_processing: add format GRAY8 and GRAYF32 support

2019-12-16 Thread Guo, Yejun
> > > > > > > > > > > > > From: Pedro Arthur [mailto:bygran...@gmail.com] > > > > > > > Sent: Friday, December 13, 2019 12:45 AM > > > > > > > To: FFmpeg development discussions and patches > > > > > > > > > > > > Cc: Guo, Yejun > > > > > > > Subject: Re: [FFmpeg-devel] [PATCH 3/4] > > > > > >

Re: [FFmpeg-devel] [PATCH 5/5] avcodec/vc1dec: Fix "return -1" cases

2019-12-16 Thread myp...@gmail.com
On Tue, Dec 17, 2019 at 7:23 AM Michael Niedermayer wrote: > > Signed-off-by: Michael Niedermayer > --- > libavcodec/vc1dec.c | 8 > 1 file changed, 4 insertions(+), 4 deletions(-) > > diff --git a/libavcodec/vc1dec.c b/libavcodec/vc1dec.c > index d2f25fabec..fcc482e7eb 100644 > ---

Re: [FFmpeg-devel] [PATCH 1/3] avutil/eval: Add av_expr_count_func() similar to av_expr_count_vars()

2019-12-16 Thread Marton Balint
On Tue, 17 Dec 2019, Michael Niedermayer wrote: On Sun, Dec 15, 2019 at 01:59:23PM +0100, Marton Balint wrote: On Fri, 6 Dec 2019, Michael Niedermayer wrote: Signed-off-by: Michael Niedermayer --- libavutil/eval.c | 28 libavutil/eval.h | 11 +++ 2

[FFmpeg-devel] [PATCH] avformat/hls: propagate icy to child AVIOContexts

2019-12-16 Thread Marvin Scholz
When the user decides they do not want to to send the Icy-MetaData header, this should be respected for all requests, not just the first one. Fix #5578 --- libavformat/hls.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavformat/hls.c b/libavformat/hls.c index

[FFmpeg-devel] [PATCH] avformat/dashdec: propagate icy to child AVIOContexts

2019-12-16 Thread Marvin Scholz
When the user decides they do not want to to send the Icy-MetaData header, this should be respected for all requests, not just the first one. Fix #5578 --- libavformat/dashdec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavformat/dashdec.c b/libavformat/dashdec.c

Re: [FFmpeg-devel] [PATCH 3/5] avfilter/vf_geq: Relicense to LGPL

2019-12-16 Thread Lou Logan
On Tue, 17 Dec 2019 01:13:15 +0100 (CET) Marton Balint wrote: > > You should also remove the gpl dependency from configure. ...and update LICENSE.md. ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org

Re: [FFmpeg-devel] [PATCH] avfilter/image2: Add source file path and basename to each packet side data.

2019-12-16 Thread Marton Balint
On Mon, 16 Dec 2019, Alexandre Heitor Schmidt wrote: This is the second time I'm submiting this patch, now modified to be less intrusive, as sugested by Marton Balint, and hopefully without git send-email messing up with the diff by replacing '@' within documentation entries. The patch

Re: [FFmpeg-devel] [PATCH V3 2/2] libswscale/x86/yuv2rgb: add ssse3 version

2019-12-16 Thread Henrik Gramner
On Wed, Dec 4, 2019 at 4:03 AM Ting Fu wrote: > +VBROADCASTSD y_offset, [pointer_c_ditherq + 8 * 8] > +VBROADCASTSD u_offset, [pointer_c_ditherq + 9 * 8] > +VBROADCASTSD v_offset, [pointer_c_ditherq + 10 * 8] > +VBROADCASTSD ug_coff, [pointer_c_ditherq + 7 * 8] > +

Re: [FFmpeg-devel] [PATCH 1/3] avutil/eval: Add av_expr_count_func() similar to av_expr_count_vars()

2019-12-16 Thread Michael Niedermayer
On Sun, Dec 15, 2019 at 01:59:23PM +0100, Marton Balint wrote: > > > On Fri, 6 Dec 2019, Michael Niedermayer wrote: > > >Signed-off-by: Michael Niedermayer > >--- > >libavutil/eval.c | 28 > >libavutil/eval.h | 11 +++ > >2 files changed, 31 insertions(+), 8

Re: [FFmpeg-devel] [PATCH 3/5] avfilter/vf_geq: Relicense to LGPL

2019-12-16 Thread Marton Balint
On Tue, 17 Dec 2019, Michael Niedermayer wrote: All authors who have code in this under GPL agreed. Signed-off-by: Michael Niedermayer --- libavfilter/vf_geq.c | 18 +- You should also remove the gpl dependency from configure. Thanks, Marton 1 file changed, 9

Re: [FFmpeg-devel] [PATCH 1/2] avcodec/h264_ps: Check for truncation at fixed_frame_rate_flag

2019-12-16 Thread Michael Niedermayer
On Mon, Dec 16, 2019 at 11:52:21AM +0100, Carl Eugen Hoyos wrote: > Am Mo., 16. Dez. 2019 um 01:07 Uhr schrieb James Almer : > > > > On 12/15/2019 9:03 PM, Carl Eugen Hoyos wrote: > > > Am Mo., 16. Dez. 2019 um 01:00 Uhr schrieb James Almer > > > : > > >> > > >> On 12/15/2019 8:50 PM, Carl Eugen

[FFmpeg-devel] [PATCH 2/5] avcodec/agm: Include block size in the MV check for flags == 3

2019-12-16 Thread Michael Niedermayer
Fixes: out of array read Fixes: 19331/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_AGM_fuzzer-5644115983466496 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg Signed-off-by: Michael Niedermayer --- libavcodec/agm.c | 4 ++-- 1 file

[FFmpeg-devel] [PATCH 4/5] avcodec/vc1dec: Free sprite_output_frame on error

2019-12-16 Thread Michael Niedermayer
Fixes: memleaks Fixes: 19471/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_VC1IMAGE_fuzzer-5688035714269184 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg Signed-off-by: Michael Niedermayer --- libavcodec/vc1dec.c | 11 +-- 1

[FFmpeg-devel] [PATCH 5/5] avcodec/vc1dec: Fix "return -1" cases

2019-12-16 Thread Michael Niedermayer
Signed-off-by: Michael Niedermayer --- libavcodec/vc1dec.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/libavcodec/vc1dec.c b/libavcodec/vc1dec.c index d2f25fabec..fcc482e7eb 100644 --- a/libavcodec/vc1dec.c +++ b/libavcodec/vc1dec.c @@ -431,7 +431,7 @@ static

[FFmpeg-devel] [PATCH 1/5] avcodec/atrac9dec: Clamp band_ext_data to max that can be read if skipped.

2019-12-16 Thread Michael Niedermayer
Fixes: out of array read Fixes: 19327/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_ATRAC9_fuzzer-5679823087468544 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg Signed-off-by: Michael Niedermayer --- libavcodec/atrac9dec.c | 12

[FFmpeg-devel] [PATCH 3/5] avfilter/vf_geq: Relicense to LGPL

2019-12-16 Thread Michael Niedermayer
All authors who have code in this under GPL agreed. Signed-off-by: Michael Niedermayer --- libavfilter/vf_geq.c | 18 +- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/libavfilter/vf_geq.c b/libavfilter/vf_geq.c index e3267e331f..e30c752d9a 100644 ---

Re: [FFmpeg-devel] [PATCH] avfilter/image2: Add source file path and basename to each packet side data.

2019-12-16 Thread Alexandre Heitor Schmidt
It didn't work. For some reason, when I send the patch, entries like this: +@item +Plot special @var{source_basename} metadata, extracted from each input frame, or +the string "NA" if the metadata is not defined. +@example

Re: [FFmpeg-devel] [PATCHv3] fate: Add an option for disabling the 2k/4k tests

2019-12-16 Thread James Almer
On 12/15/2019 6:50 PM, Martin Storsjö wrote: > When testing on a memory limited system, these tests consume a > significant amount of memory and can often fail if testing by running > multiple processes in parallel. > --- > Made it possible to override the setting when running make, by setting >

[FFmpeg-devel] [PATCH] avfilter/image2: Add source file path and basename to each packet side data.

2019-12-16 Thread Alexandre Heitor Schmidt
This is the second time I'm submiting this patch, now modified to be less intrusive, as sugested by Marton Balint, and hopefully without git send-email messing up with the diff by replacing '@' within documentation entries. The patch modifies image2 filter to make available two special metadata

[FFmpeg-devel] [PATCH] avcodec/libvpxenc: add a way to explicitly set temporal layer id.

2019-12-16 Thread Wonkap Jang
In order for rate control to correctly allocate bitrate to each temporal layer, correct temporal layer id has to be set to each frame. This commit provides the ability to set correct temporal layer id for each frame. --- libavcodec/libvpxenc.c | 11 ++- 1 file changed, 10 insertions(+), 1

[FFmpeg-devel] [PATCH] avcodec/libvpxenc: add VP9 temporal scalability encoding option

2019-12-16 Thread Wonkap Jang
This commit reuses the configuration options for VP8 that enables temporal scalability for VP9. It also adds a way to enable three preset temporal structures (refer to the documentation for more detail) that can be used in offline encoding. --- libavcodec/libvpxenc.c | 237

[FFmpeg-devel] [PATCH] doc/encoders: add VP9 temporal scalability encoding option

2019-12-16 Thread Wonkap Jang
Documentation change for adding support for encoding with temporal scalability in VP9. --- doc/encoders.texi | 23 ++- 1 file changed, 18 insertions(+), 5 deletions(-) diff --git a/doc/encoders.texi b/doc/encoders.texi index 4ee518a124..7efc446a6c 100644 ---

Re: [FFmpeg-devel] [PATCH 1/5] fftools/ffmpeg: Fix forward CPB props in to out

2019-12-16 Thread Gaullier Nicolas
>> @@ -3562,12 +3562,14 @@ static int init_output_stream(OutputStream *ost, >> char *error, int error_len) >> int i; >> for (i = 0; i < ist->st->nb_side_data; i++) { >> AVPacketSideData *sd = >st->side_data[i]; >> +if (sd->type !=

Re: [FFmpeg-devel] [aarch64] improve performance of ff_yuv2planeX_8_neon

2019-12-16 Thread Jean-Baptiste Kempf
On Tue, Dec 10, 2019, at 23:38, Sebastian Pop wrote: > Please let me know how I can improve the patch. No remarks from me. -- Jean-Baptiste Kempf - President +33 672 704 734 ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org

Re: [FFmpeg-devel] [aarch64] improve performance of ff_hscale_8_to_15_neon

2019-12-16 Thread Jean-Baptiste Kempf
On Mon, Dec 9, 2019, at 18:42, Sebastian Pop wrote: > On Mon, Dec 9, 2019 at 5:01 AM Clément Bœsch wrote: > > > > On Sun, Dec 08, 2019 at 11:08:31PM +0200, Martin Storsjö wrote: > > > On Sun, 8 Dec 2019, Clément Bœsch wrote: > > > > > > > On Wed, Dec 04, 2019 at 05:24:46PM -0600, Sebastian Pop

Re: [FFmpeg-devel] [RFC]lavu/log: Do not print pointer addresses for loglevel < debug

2019-12-16 Thread Lou Logan
On Mon, 16 Dec 2019 21:05:55 +0100 Carl Eugen Hoyos wrote: > Attached patch reduces the verbosity of the console output, comments welcome. I am for this patch. Results in less noise, and in my opinion the addresses are unnecessary in anything < debug.

Re: [FFmpeg-devel] [PATCH 3/5] avfilter/scale: separate exprs parse and eval

2019-12-16 Thread Michael Niedermayer
On Sun, Dec 15, 2019 at 10:36:58PM +0530, Gyan wrote: > 3rd of 5 factorized patches; supersedes > https://patchwork.ffmpeg.org/patch/16272/ > scale_eval.c | 69 -- > vf_scale.c | 286 > +++ > 2 files changed, 271

[FFmpeg-devel] [RFC]lavu/log: Do not print pointer addresses for loglevel < debug

2019-12-16 Thread Carl Eugen Hoyos
Hi! Attached patch reduces the verbosity of the console output, comments welcome. Carl Eugen From f164e22f185d6a3e69d3376246a41a6958dba215 Mon Sep 17 00:00:00 2001 From: Carl Eugen Hoyos Date: Mon, 16 Dec 2019 21:02:19 +0100 Subject: [PATCH] lavu/log: Do not print pointer addresses for loglevel

Re: [FFmpeg-devel] AVWriter API

2019-12-16 Thread Nicolas George
Nicolas George (12019-12-08): > [ TL;DR: a lightweight oo API for functions that need to return a > string, designed to be as convenient as possible. ] Ping? Regards, -- Nicolas George signature.asc Description: PGP signature ___ ffmpeg-devel

Re: [FFmpeg-devel] [PATCH 2/5] avfilter/scale2ref: update links and re-eval expr upon ref frame change

2019-12-16 Thread Michael Niedermayer
On Sun, Dec 15, 2019 at 10:36:43PM +0530, Gyan wrote: > 2nd of 5 factorized patches; supersedes > https://patchwork.ffmpeg.org/patch/16272/ > vf_scale.c | 26 +++--- > 1 file changed, 23 insertions(+), 3 deletions(-) > f14dfec0c69734fc8d9291ab719918e2503625c6 >

Re: [FFmpeg-devel] [PATCH]lavu/log: Also print the log level for level trace.

2019-12-16 Thread Carl Eugen Hoyos
Am Mo., 16. Dez. 2019 um 18:15 Uhr schrieb Michael Niedermayer : > > On Mon, Dec 16, 2019 at 01:11:28PM +0100, Carl Eugen Hoyos wrote: > > Hi! > > > > Attached patch allows to also print the log level for level trace. > > > > Please comment, Carl Eugen > > > log.c |2 ++ > > 1 file changed, 2

Re: [FFmpeg-devel] [PATCH 1/5] avfilter/scale: store frame change eval

2019-12-16 Thread Michael Niedermayer
On Sun, Dec 15, 2019 at 10:36:24PM +0530, Gyan wrote: > 1st of 5 factorized patches; supersedes > https://patchwork.ffmpeg.org/patch/16272/ > vf_scale.c | 12 > 1 file changed, 8 insertions(+), 4 deletions(-) > 5bd3cae6c4cb4ae8f83d59230986b559103597fd >

Re: [FFmpeg-devel] [PATCH] movenc: Write durations based on pts into mvhd/mdhd/tkhd/elst

2019-12-16 Thread Michael Niedermayer
On Mon, Dec 16, 2019 at 12:16:14AM +0200, Martin Storsjö wrote: > Keep all the existing data fields as they are (there's lots and > lots of nontrivial calculation and heuristics based on them in > their current form), but derive the duration as the difference > between the pts of the first packet

Re: [FFmpeg-devel] [PATCH 1/5] fftools/ffmpeg: Fix forward CPB props in to out

2019-12-16 Thread Hendrik Leppkes
On Mon, Dec 16, 2019 at 6:39 PM Nicolas Gaullier wrote: > > --- > fftools/ffmpeg.c | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/fftools/ffmpeg.c b/fftools/ffmpeg.c > index 27f68933f8..36c207653b 100644 > --- a/fftools/ffmpeg.c > +++ b/fftools/ffmpeg.c > @@ -3562,12 +3562,14 @@

[FFmpeg-devel] [PATCH 5/5] avcodec/mpeg12dec: Add CPB coded side data

2019-12-16 Thread Nicolas Gaullier
--- libavcodec/mpeg12dec.c | 7 +++ tests/ref/fate/mxf-probe-d10 | 3 +++ tests/ref/fate/ts-demux | 2 +- 3 files changed, 11 insertions(+), 1 deletion(-) diff --git a/libavcodec/mpeg12dec.c b/libavcodec/mpeg12dec.c index 775579f9f0..2dc44e6d6f 100644 --- a/libavcodec/mpeg12dec.c

[FFmpeg-devel] [PATCH 4/5] avcodec/utils: Fix ff_add_cpb_side_data add twice

2019-12-16 Thread Nicolas Gaullier
Makes it behave similarly to av_stream_add_side_data. --- libavcodec/utils.c | 5 + 1 file changed, 5 insertions(+) diff --git a/libavcodec/utils.c b/libavcodec/utils.c index 8a49234bcd..f35cfcf2f9 100644 --- a/libavcodec/utils.c +++ b/libavcodec/utils.c @@ -1975,6 +1975,11 @@

[FFmpeg-devel] [PATCH 2/5] fftools/ffmpeg: Reindent after last commit

2019-12-16 Thread Nicolas Gaullier
--- fftools/ffmpeg.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/fftools/ffmpeg.c b/fftools/ffmpeg.c index 36c207653b..9af2bc2fb5 100644 --- a/fftools/ffmpeg.c +++ b/fftools/ffmpeg.c @@ -3563,12 +3563,12 @@ static int init_output_stream(OutputStream *ost, char

[FFmpeg-devel] [PATCH 3/5] avformat/utils: Use coded_side_data

2019-12-16 Thread Nicolas Gaullier
Make find_stream_info get side data from the codec context. --- fftools/ffmpeg.c | 16 +++- libavformat/avformat.h | 11 +++ libavformat/utils.c| 18 ++ 3 files changed, 32 insertions(+), 13 deletions(-) diff --git a/fftools/ffmpeg.c

[FFmpeg-devel] [PATCH 0/5] Fix mpeg1/2 stream copy

2019-12-16 Thread Nicolas Gaullier
This is a complete rework of my previous post "avformat/mpegenc.c: vbvsize option". Thanks to Michael and Hendrik for their feedbacks. -- This fixes forwarding the vbv buffer size value to the output muxer. In current code, the following case was broken for example: ffmpeg -i input.mpg -vcodec

[FFmpeg-devel] [PATCH 1/5] fftools/ffmpeg: Fix forward CPB props in to out

2019-12-16 Thread Nicolas Gaullier
--- fftools/ffmpeg.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/fftools/ffmpeg.c b/fftools/ffmpeg.c index 27f68933f8..36c207653b 100644 --- a/fftools/ffmpeg.c +++ b/fftools/ffmpeg.c @@ -3562,12 +3562,14 @@ static int init_output_stream(OutputStream *ost, char *error, int error_len)

Re: [FFmpeg-devel] [PATCH]lavu/log: Also print the log level for level trace.

2019-12-16 Thread Michael Niedermayer
On Mon, Dec 16, 2019 at 01:11:28PM +0100, Carl Eugen Hoyos wrote: > Hi! > > Attached patch allows to also print the log level for level trace. > > Please comment, Carl Eugen > log.c |2 ++ > 1 file changed, 2 insertions(+) > e4af17c3b183b6997eeba0d090f3bf83286862b2 >

Re: [FFmpeg-devel] [PATCH 2/4] avformat/mpeg: Remove secondary packet for reading VobSub

2019-12-16 Thread Andreas Rheinhardt
Andreas Rheinhardt: > Andreas Rheinhardt: >> Andreas Rheinhardt: >>> When vobsub_read_packet() reads a packet, it uses a dedicated AVPacket >>> to get the subtitle timing and position from an FFDemuxSubtitlesQueue >>> (which has been filled with this data during reading the idx file in >>>

Re: [FFmpeg-devel] [PATCH V3 2/2] libswscale/x86/yuv2rgb: add ssse3 version

2019-12-16 Thread Fu, Ting
> -Original Message- > From: ffmpeg-devel On Behalf Of Fu, > Ting > Sent: Monday, December 9, 2019 09:49 AM > To: FFmpeg development discussions and patches de...@ffmpeg.org> > Subject: Re: [FFmpeg-devel] [PATCH V3 2/2] libswscale/x86/yuv2rgb: add > ssse3 version > > > > >

Re: [FFmpeg-devel] [PATCH v2] lavc/cbs_h2645_syntax_template: Fix memleak

2019-12-16 Thread James Almer
On 12/16/2019 12:00 PM, Andreas Rheinhardt wrote: > On Fri, Dec 6, 2019 at 8:22 PM Andriy Gelman > wrote: > >> From: Andriy Gelman >> >> payload_count is used to track the number of SEI payloads. It is also >> used to free the SEIs in cbs_h264_free_sei()/cbs_h265_free_sei(). >> >> Currently,

Re: [FFmpeg-devel] [PATCH v2] lavc/cbs_h2645_syntax_template: Fix memleak

2019-12-16 Thread Andreas Rheinhardt
On Fri, Dec 6, 2019 at 8:22 PM Andriy Gelman wrote: > From: Andriy Gelman > > payload_count is used to track the number of SEI payloads. It is also > used to free the SEIs in cbs_h264_free_sei()/cbs_h265_free_sei(). > > Currently, payload_count is set after for loop is completed. Hence if >

Re: [FFmpeg-devel] [PATCH 3/4] avfilter/vf_dnn_processing: add format GRAY8 and GRAYF32 support

2019-12-16 Thread Pedro Arthur
Em seg., 16 de dez. de 2019 às 09:39, Guo, Yejun escreveu: > > > > > -Original Message- > > From: ffmpeg-devel [mailto:ffmpeg-devel-boun...@ffmpeg.org] On Behalf Of > > myp...@gmail.com > > Sent: Monday, December 16, 2019 7:43 PM > > To: FFmpeg development discussions and patches > > Cc:

Re: [FFmpeg-devel] [PATCH v3] avformat/rtpdec_rfc4175: support non-zero based line numbers

2019-12-16 Thread Kah Goh
On Thu, Nov 07, 2019 at 10:35:25PM +0100, Michael Niedermayer wrote: > On Thu, Nov 07, 2019 at 10:27:31PM +0800, Kah Goh wrote: > > On Mon, Sep 30, 2019 at 09:27:20PM +0800, Kah Goh wrote: > > > There are differing standards that define different starting line > > > numbers. For example, VSF TR-03

Re: [FFmpeg-devel] [PATCH 3/4] avfilter/vf_dnn_processing: add format GRAY8 and GRAYF32 support

2019-12-16 Thread Guo, Yejun
> -Original Message- > From: ffmpeg-devel [mailto:ffmpeg-devel-boun...@ffmpeg.org] On Behalf Of > myp...@gmail.com > Sent: Monday, December 16, 2019 7:43 PM > To: FFmpeg development discussions and patches > Cc: Pedro Arthur > Subject: Re: [FFmpeg-devel] [PATCH 3/4]

[FFmpeg-devel] [PATCH]lavu/log: Also print the log level for level trace.

2019-12-16 Thread Carl Eugen Hoyos
Hi! Attached patch allows to also print the log level for level trace. Please comment, Carl Eugen From 762b66a07448529564a94c1103f07790f7476c08 Mon Sep 17 00:00:00 2001 From: Carl Eugen Hoyos Date: Mon, 16 Dec 2019 13:08:40 +0100 Subject: [PATCH] lavu/log: Also print the log level for level

Re: [FFmpeg-devel] [PATCH 3/4] avfilter/vf_dnn_processing: add format GRAY8 and GRAYF32 support

2019-12-16 Thread myp...@gmail.com
On Mon, Dec 16, 2019 at 7:18 PM Guo, Yejun wrote: > > > > > -Original Message- > > From: Pedro Arthur [mailto:bygran...@gmail.com] > > Sent: Friday, December 13, 2019 10:40 PM > > To: Guo, Yejun > > Cc: ffmpeg-devel@ffmpeg.org > > Subject: Re: [FFmpeg-devel] [PATCH 3/4]

Re: [FFmpeg-devel] [PATCH 3/4] avfilter/vf_dnn_processing: add format GRAY8 and GRAYF32 support

2019-12-16 Thread Guo, Yejun
> -Original Message- > From: Pedro Arthur [mailto:bygran...@gmail.com] > Sent: Friday, December 13, 2019 10:40 PM > To: Guo, Yejun > Cc: ffmpeg-devel@ffmpeg.org > Subject: Re: [FFmpeg-devel] [PATCH 3/4] avfilter/vf_dnn_processing: add > format GRAY8 and GRAYF32 support > > Em sex., 13

Re: [FFmpeg-devel] [SCISYS Possible Spam] Re: [PATCH v5] avformat/mov: Memory optimization with QuickTime/MP4

2019-12-16 Thread Jörg Beckmann
> -Ursprüngliche Nachricht- > Von: ffmpeg-devel Im Auftrag von Carl > Eugen Hoyos > Gesendet: Montag, 16. Dezember 2019 11:50 > An: FFmpeg development discussions and patches > Betreff: [SCISYS Possible Spam] Re: [FFmpeg-devel] [PATCH v5] avformat/mov: > Memory optimization with

Re: [FFmpeg-devel] [PATCH 1/2] avcodec/h264_ps: Check for truncation at fixed_frame_rate_flag

2019-12-16 Thread Carl Eugen Hoyos
Am Mo., 16. Dez. 2019 um 01:07 Uhr schrieb James Almer : > > On 12/15/2019 9:03 PM, Carl Eugen Hoyos wrote: > > Am Mo., 16. Dez. 2019 um 01:00 Uhr schrieb James Almer : > >> > >> On 12/15/2019 8:50 PM, Carl Eugen Hoyos wrote: > >>> Am So., 15. Dez. 2019 um 23:25 Uhr schrieb James Almer > >>> : >

Re: [FFmpeg-devel] [PATCH v5] avformat/mov: Memory optimization with QuickTime/MP4

2019-12-16 Thread Carl Eugen Hoyos
Am Mo., 9. Dez. 2019 um 16:05 Uhr schrieb Jörg Beckmann : > > Invents a new option "discard_fragments" for the MP4/Quicktime/MOV decoder. > > If the option is not set, nothing changes at all. If it is set, old fragments > are discarded as far as possible on each call to switch_root. > For pure

Re: [FFmpeg-devel] [PATCH 1/2] avfilter/vf_histogram: clean up code

2019-12-16 Thread Carl Eugen Hoyos
Am Mo., 16. Dez. 2019 um 09:05 Uhr schrieb zhilizhao : > > > On Dec 15, 2019, at 12:35 AM, Carl Eugen Hoyos wrote: > > > > Am Sa., 14. Dez. 2019 um 08:28 Uhr schrieb zhilizhao > > : > >> and may improve a little bit of performance. > > > > Such a claim needs numbers and / or a testcase. > > It

Re: [FFmpeg-devel] [PATCH 1/2] avfilter/vf_histogram: clean up code

2019-12-16 Thread zhilizhao
> On Dec 15, 2019, at 12:35 AM, Carl Eugen Hoyos wrote: > > Am Sa., 14. Dez. 2019 um 08:28 Uhr schrieb zhilizhao : > >>> On Dec 13, 2019, at 10:00 PM, Paul B Mahol wrote: >>> >>> Please provide some explanation. >> >> No functional changes, just use temporary variables to make code more