Re: [FFmpeg-devel] [PATCH] avfilter/af_asetnsamples: fix sample queuing.

2019-04-06 Thread Paul B Mahol
On 4/6/19, Nikolas Bowe via ffmpeg-devel wrote: > When asetnsamples uses output samples < input samples, remaining samples > build up in the fifo over time. > Fix this by marking the filter as ready again if there are enough samples. > > Regression since ef3babb2c70f564dc1634b3f29c6e35a2b2dc239 >

Re: [FFmpeg-devel] [PATCH] apedec: add ability to check CRC

2019-04-06 Thread Lynne
Apr 4, 2019, 10:30 AM by mich...@niedermayer.cc: > On Wed, Mar 06, 2019 at 02:47:37PM +0100, Lynne wrote: > >> 6 Mar 2019, 11:22 by >> d...@lynne.ee >> : >> >> > The CRC flag is only signalled once every few minutes but CRC is still >> > always present so the patch uses the

Re: [FFmpeg-devel] [DECISION] Include more developers in the voting committee [#4]

2019-04-06 Thread Carl Eugen Hoyos
2019-04-06 18:42 GMT+02:00, Balint Marton : > Here is a call for the people in the voting committee [1] on > the decision of extending it. Please add Moritz Barsnick who does most of the work on the user mailing list and occasionally sends patches (and did some reviews). Carl Eugen

Re: [FFmpeg-devel] [DECISION] Include more developers in the voting committee [#4]

2019-04-06 Thread Jean-Baptiste Kempf
Hello, On Sat, 6 Apr 2019, at 18:42, Balint Marton wrote: > Here is a call for the people in the voting committee [1] on the decision > of extending it. Why do you limit at those ones? There are more commiters, even in the last year. I don't see Philip or Vittorio, for example. --

Re: [FFmpeg-devel] [DECISION] Include more developers in the voting committee [#4]

2019-04-06 Thread Marton Balint
On Sat, 6 Apr 2019, Jean-Baptiste Kempf wrote: Hello, On Sat, 6 Apr 2019, at 18:42, Balint Marton wrote: Here is a call for the people in the voting committee [1] on the decision of extending it. Why do you limit at those ones? There are more commiters, even in the last year. I don't see

Re: [FFmpeg-devel] [DECISION] Include more developers in the voting committee [#4]

2019-04-06 Thread Marton Balint
On Sat, 6 Apr 2019, Carl Eugen Hoyos wrote: 2019-04-06 18:42 GMT+02:00, Balint Marton : Here is a call for the people in the voting committee [1] on the decision of extending it. Please add Moritz Barsnick who does most of the work on the user mailing list and occasionally sends patches

[FFmpeg-devel] [PATCH 2/2] avformat/matroskaenc: Write attached_pic as attachment

2019-04-06 Thread Andreas Rheinhardt via ffmpeg-devel
This commit changes the way video streams with disposition AV_DISPOSITION_ATTACHED_PIC and that actually contain an attached_pic are handled: From now on, they will be written as attachment, not as a Matroska Track. The restriction to tracks that actually contain an attached_pic is important.

[FFmpeg-devel] [PATCH 1/2] fftools/ffmpeg: Propagate attached_pic

2019-04-06 Thread Andreas Rheinhardt via ffmpeg-devel
This commit enables propagating an AVStream's attached_pic from the input to the corresponding output stream. Signed-off-by: Andreas Rheinhardt --- fftools/ffmpeg.c | 8 1 file changed, 8 insertions(+) diff --git a/fftools/ffmpeg.c b/fftools/ffmpeg.c index 0f157d67d8..4528c466c7

Re: [FFmpeg-devel] [PATCH v2] aarch64/opusdsp: implement NEON accelerated postfilter and deemphasis

2019-04-06 Thread Carl Eugen Hoyos
2019-04-02 13:47 GMT+02:00, Lynne : > 153372 UNITS in postfilter_c, 65536 runs, 0 skips > 73164 UNITS in postfilter_neon, 65536 runs, 0 skips -> 2.1x speedup > > 80591 UNITS in deemphasis_c, 131072 runs, 0 skips > 43969 UNITS in deemphasis_neon, 131072 runs, 0 skips ->

Re: [FFmpeg-devel] [PATCH] avformat/flvdec: added support for KUX container

2019-04-06 Thread Carl Eugen Hoyos
2019-03-19 18:11 GMT+01:00, swarajhota...@gmail.com : > From: Swaraj Hota > > Fixes ticket #4519. > --- > This is my qualification task for GSoC 2019. Patch applied. Thank you, Carl Eugen ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org

[FFmpeg-devel] [PATCH 0/2] [RFC] Attached pics, particularly wrt Matroska

2019-04-06 Thread Andreas Rheinhardt via ffmpeg-devel
Hello, there are currently a few open track issues related to Matroska attached pics: #2270, #4286, #4591 and #7717. So I thought it worthwhile to take a look. The modifications to mux streams with disposition AV_DISPOSITION_ATTACHED_PIC that contain an attached pic are easy; see the second

[FFmpeg-devel] [PATCH] avcodec/pnm_parser: Support concatenated ASCII images

2019-04-06 Thread Michael Niedermayer
Fixes: Timeout (8sec -> 0.1sec) Fixes: 13864/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_PAM_fuzzer-5737860621139968 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg Signed-off-by: Michael Niedermayer --- libavcodec/pnm_parser.c | 15

Re: [FFmpeg-devel] [PATCH v2] aarch64/opusdsp: implement NEON accelerated postfilter and deemphasis

2019-04-06 Thread Lynne
Apr 6, 2019, 2:42 PM by ceffm...@gmail.com: > 2019-04-02 13:47 GMT+02:00, Lynne <> d...@lynne.ee > >: > >> 153372 UNITS in postfilter_c, 65536 runs, 0 skips >> 73164 UNITS in postfilter_neon, 65536 runs, 0 skips -> 2.1x speedup >> >> 80591 UNITS in

Re: [FFmpeg-devel] [PATCH] fftools/ffmpeg.c: allow forcing input framerate on streamcopy

2019-04-06 Thread Carl Eugen Hoyos
2019-04-06 5:14 GMT+02:00, Leo Izen : > On 4/4/19 5:11 AM, Michael Niedermayer wrote: >> On Wed, Jan 09, 2019 at 05:26:53PM -0500, Leo Izen wrote: >>> --- >>> fftools/ffmpeg.c | 19 ++- >>> 1 file changed, 14 insertions(+), 5 deletions(-) >> Does this behave as intended when

Re: [FFmpeg-devel] [PATCH v2] aarch64/opusdsp: implement NEON accelerated postfilter and deemphasis

2019-04-06 Thread Carl Eugen Hoyos
2019-04-06 16:08 GMT+02:00, Lynne : > > > > Apr 6, 2019, 2:42 PM by ceffm...@gmail.com: > >> 2019-04-02 13:47 GMT+02:00, Lynne <> d...@lynne.ee > >> >: >> >>> 153372 UNITS in postfilter_c, 65536 runs, 0 skips >>> 73164 UNITS in postfilter_neon, 65536 runs, 0

Re: [FFmpeg-devel] [PATCH]lavd/v4l2: Use ioctl(..., "int request" ) on Android

2019-04-06 Thread Carl Eugen Hoyos
2018-12-09 18:50 GMT+01:00, Mark Thompson : > On 06/12/2018 22:37, Carl Eugen Hoyos wrote: >> Hi! >> >> Attached patch fixes building with new Android toolchain, used to be a >> warning. >> >> Please comment, Carl Eugen >> >> From d366c948af086520bfb2a4048e76f8d117690776 Mon Sep 17 00:00:00 2001

[FFmpeg-devel] [DECISION] Include more developers in the voting committee [#4]

2019-04-06 Thread Balint Marton
Hi All Here is a call for the people in the voting committee [1] on the decision of extending it. Using the same guidelines as in the second extension [2], the following candidates were found: git log libav/master..master --no-merges --since=2018-03-30T00:00:00Z --until

Re: [FFmpeg-devel] [DECISION] Include more developers in the voting committee [#4]

2019-04-06 Thread Derek Buitenhuis
On 06/04/2019 18:40, Marton Balint wrote: > Sorry, vote has been called for, and I used the commit count to select > people as in the second extension: > > https://ffmpeg.org/pipermail/ffmpeg-devel/2015-October/182057.html That's from 2015... - Derek

Re: [FFmpeg-devel] [DECISION] Include more developers in the voting committee [#4]

2019-04-06 Thread Paul B Mahol
On 4/6/19, Derek Buitenhuis wrote: > On 06/04/2019 18:40, Marton Balint wrote: >> Sorry, vote has been called for, and I used the commit count to select >> people as in the second extension: >> >> https://ffmpeg.org/pipermail/ffmpeg-devel/2015-October/182057.html > > That's from 2015... So,

Re: [FFmpeg-devel] [DECISION] Include more developers in the voting committee [#4]

2019-04-06 Thread Michael Niedermayer
On Sat, Apr 06, 2019 at 06:42:10PM +0200, Balint Marton wrote: > Hi All > > Here is a call for the people in the voting committee [1] on the decision of > extending it. > > Using the same guidelines as in the second extension [2], the following > candidates were found: > > git log

[FFmpeg-devel] [PATCH 3/3] avcodec/agm: Check that there is available input in read_code()

2019-04-06 Thread Michael Niedermayer
Fixes: Timeout (46sec -> 7ms) Fixes: 14030/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_AGM_fuzzer-5721258760601600 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg Signed-off-by: Michael Niedermayer --- libavcodec/agm.c | 3 +++ 1 file

Re: [FFmpeg-devel] [PATCH 2/2] avcodec: add bink2 video decoder

2019-04-06 Thread James Almer
On 3/27/2019 5:21 PM, Paul B Mahol wrote: > Signed-off-by: Paul B Mahol > --- > Missing deblocking. > --- > configure |1 + > libavcodec/Makefile |1 + > libavcodec/allcodecs.c |1 + > libavcodec/avcodec.h|1 + > libavcodec/bink2.c | 787

Re: [FFmpeg-devel] [PATCH 2/2] avcodec: add bink2 video decoder

2019-04-06 Thread Michael Niedermayer
On Sun, Apr 07, 2019 at 09:15:32AM +1000, Peter Ross wrote: > On Wed, Mar 27, 2019 at 09:21:47PM +0100, Paul B Mahol wrote: > > Signed-off-by: Paul B Mahol > > --- > > Missing deblocking. > > --- > > configure |1 + > > libavcodec/Makefile |1 + > >

Re: [FFmpeg-devel] [PATCH 2/2] avcodec: add bink2 video decoder

2019-04-06 Thread Peter Ross
On Wed, Mar 27, 2019 at 09:21:47PM +0100, Paul B Mahol wrote: > Signed-off-by: Paul B Mahol > --- > Missing deblocking. > --- > configure |1 + > libavcodec/Makefile |1 + > libavcodec/allcodecs.c |1 + > libavcodec/avcodec.h|1 + > libavcodec/bink2.c

Re: [FFmpeg-devel] [PATCH] apedec: add ability to check CRC

2019-04-06 Thread Michael Niedermayer
On Sat, Apr 06, 2019 at 10:44:00AM +0200, Lynne wrote: > Apr 4, 2019, 10:30 AM by mich...@niedermayer.cc: > > > On Wed, Mar 06, 2019 at 02:47:37PM +0100, Lynne wrote: > > > >> 6 Mar 2019, 11:22 by >> d...@lynne.ee >> : > >> > >> > The CRC flag is only signalled once every

Re: [FFmpeg-devel] [PATCH] fftools/ffmpeg.c: allow forcing input framerate on streamcopy

2019-04-06 Thread Michael Niedermayer
On Fri, Apr 05, 2019 at 11:14:23PM -0400, Leo Izen wrote: > On 4/4/19 5:11 AM, Michael Niedermayer wrote: > >On Wed, Jan 09, 2019 at 05:26:53PM -0500, Leo Izen wrote: > >>--- > >> fftools/ffmpeg.c | 19 ++- > >> 1 file changed, 14 insertions(+), 5 deletions(-) > >Does this behave

[FFmpeg-devel] [PATCH 2/3] avcodec/pnm_parser: Factor out next/index compensation

2019-04-06 Thread Michael Niedermayer
Signed-off-by: Michael Niedermayer --- libavcodec/pnm_parser.c | 10 -- 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/libavcodec/pnm_parser.c b/libavcodec/pnm_parser.c index 91a9edc016..95241c30b3 100644 --- a/libavcodec/pnm_parser.c +++ b/libavcodec/pnm_parser.c @@

[FFmpeg-devel] [PATCH 1/3] avcodec/pnm_parser: Factor next initialization out

2019-04-06 Thread Michael Niedermayer
Signed-off-by: Michael Niedermayer --- libavcodec/pnm_parser.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/libavcodec/pnm_parser.c b/libavcodec/pnm_parser.c index e3bfa3c490..91a9edc016 100644 --- a/libavcodec/pnm_parser.c +++ b/libavcodec/pnm_parser.c @@ -47,6 +47,7 @@

Re: [FFmpeg-devel] [PATCH]download: Fix the release link

2019-04-06 Thread Reto Kromer
Michael Niedermayer wrote: >i think we should probably make a new major release ... +1 Best regards, Reto ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or