[FFmpeg-devel] [PATCH v11 1/2] lavc/svt_hevc: add libsvt hevc encoder wrapper

2019-05-05 Thread Jing Sun
Signed-off-by: Zhengxu Huang Signed-off-by: Hassene Tmar Signed-off-by: Jun Zhao Signed-off-by: Jing Sun --- configure| 4 + libavcodec/Makefile | 1 + libavcodec/allcodecs.c | 1 + libavcodec/libsvt_hevc.c | 482 +++ lib

Re: [FFmpeg-devel] [PATCH v10 1/2] lavc/svt_hevc: add libsvt hevc encoder wrapper

2019-05-05 Thread Sun, Jing A
-Original Message- From: ffmpeg-devel [mailto:ffmpeg-devel-boun...@ffmpeg.org] On Behalf Of Carl Eugen Hoyos Sent: Sunday, May 5, 2019 6:48 PM To: FFmpeg development discussions and patches Subject: Re: [FFmpeg-devel] [PATCH v10 1/2] lavc/svt_hevc: add libsvt hevc encoder wrapper >You a

[FFmpeg-devel] [PATCH v11 2/2] doc: Add libsvt_hevc encoder docs

2019-05-05 Thread Jing Sun
Add docs for libsvt_hevc encoder in encoders.texi and general.texi Signed-off-by: Jun Zhao Signed-off-by: Zhengxu Huang Signed-off-by: Hassene Tmar Signed-off-by: Jing Sun --- doc/encoders.texi | 141 ++ doc/general.texi | 8 2 files

Re: [FFmpeg-devel] [PATCH 3/3, v5] lavc/vaapi_decode: add profile_parser to find the exact va_profile

2019-05-05 Thread Fu, Linjie
> -Original Message- > From: Fu, Linjie > Sent: Monday, April 29, 2019 01:53 > To: ffmpeg-devel@ffmpeg.org > Cc: Fu, Linjie > Subject: [PATCH 3/3,v5] lavc/vaapi_decode: add profile_parser to find the > exact va_profile > > Add function pointer field in vaapi_profile_map[], set profile_par

Re: [FFmpeg-devel] [PATCH] avformat/mux: skip parameter and pts checks for data muxer

2019-05-05 Thread Gyan
On 04-05-2019 06:42 PM, Nicolas George wrote: Gyan (12019-05-02): The flow is avformat_write_header -> avformat_init_output -> init_muxer And in the last function, lines 293-385 (as of 7eba26451) carry out the checks, and which my patch skips. I missed this. My bad. The problem is that th

[FFmpeg-devel] [PATCH] lavfi/gblur: doing several columns at the same time

2019-05-05 Thread Ruiling Song
Instead of doing each column one by one, doing several columns together gives about 30% better performance. Signed-off-by: Ruiling Song --- below is some of performance numbers(fps) on my i7-6770HQ (decode + gblur): resolution:480p | 720p | 1080p | 4k without patch: 393 | 14

Re: [FFmpeg-devel] [PATCH v1 2/2] fftools/ffmpeg Add stream metadata from first frame's metadata

2019-05-05 Thread Jun Li
On Sun, May 5, 2019 at 6:06 PM Michael Niedermayer wrote: > On Sat, May 04, 2019 at 07:13:34PM -0700, Jun Li wrote: > > Fix #6945 > > Exif extension has 'Orientaion' field for image flip and rotation. > > This change is to add the first frame's exif into stream so that > > autorotation would use

[FFmpeg-devel] [PATCH v2 1/2] fftools/ffmpeg_filter, ffplay: Add flip support to rotation

2019-05-05 Thread Jun Li
Current implemantion for autoratation does not support flip. That is, if the matrix contains flip info, the API get_rotation only reflects partial information. This change is for adding support for hflip (vflip can be achieved by rotation+hflip). --- fftools/cmdutils.c| 4 ++-- fftools/cm

[FFmpeg-devel] [PATCH v2 2/2] fftools/ffmpeg: Add stream metadata from first frame's metadata

2019-05-05 Thread Jun Li
Fix #6945 Exif extension has 'Orientaion' field for image flip and rotation. This change is to add the first frame's exif into stream so that autorotation would use the info to adjust the frames. --- fftools/ffmpeg.c | 52 1 file changed, 52 inserti

Re: [FFmpeg-devel] [PATCH 0/3] *** VDPAU: HEVC YUV 4:4:4 Support ***

2019-05-05 Thread Manoj Bonda
Thanks Philip for pushing the changes, sorry for the churn. I am not familiar with the MPV code much, but from a quick check by enabling the direct mode for 444 surfaces by modifying the condition p->direct_mode = mapper->dst_params.hw_subfmt == IMGFMT_NV12 || mapper->d

Re: [FFmpeg-devel] [PATCH v1 2/2] fftools/ffmpeg Add stream metadata from first frame's metadata

2019-05-05 Thread Michael Niedermayer
On Sat, May 04, 2019 at 07:13:34PM -0700, Jun Li wrote: > Fix #6945 > Exif extension has 'Orientaion' field for image flip and rotation. > This change is to add the first frame's exif into stream so that > autorotation would use the info to adjust the frames. > --- > fftools/ffmpeg.c | 45

Re: [FFmpeg-devel] [PATCH] avformat/aacdec: fix demuxing of very small frames

2019-05-05 Thread James Almer
On 5/4/2019 6:41 PM, James Almer wrote: > On 4/25/2019 7:04 PM, James Almer wrote: >> 10 bytes (id3v2 header amount of bytes) were being read before any checks >> were made on the bitstream. The result was that we were overreading into >> the next frame if the current one was 8 or 9 bytes long. >>

Re: [FFmpeg-devel] [PATCH] libavutil: add an FFT & MDCT implementation

2019-05-05 Thread Lynne
May 5, 2019, 1:52 PM by d...@lynne.ee: > May 4, 2019, 10:00 PM by > d...@lynne.ee > : > >> May 4, 2019, 8:10 PM by > >> mich...@niedermayer.cc >> >> > mich...@niedermayer.cc >> >> >> : >> >>> On Fri, May 03, 201

Re: [FFmpeg-devel] [DECISION] scaletempo filter

2019-05-05 Thread Marton Balint
On Sat, 4 May 2019, John Warburton wrote: On Sat, May 4, 2019 at 3:34 PM Nicolas George wrote: John Warburton (12019-05-04): > Is there a patch I can use to test scaletempo to compare it against atempo? > It'll be no trouble to do that with the normal audio that is time-adjusted > on that

Re: [FFmpeg-devel] [PATCH] avdevice/decklink: fix checking video mode in SDK version 11

2019-05-05 Thread Marton Balint
On Sun, 5 May 2019, Devin Heitmueller wrote: Hello Marton, On May 5, 2019, at 2:28 PM, Marton Balint wrote: On Wed, 1 May 2019, Marton Balint wrote: Apparently in the new SDK one cannot query if VANC output is supported, so we will fall back to non-VANC output if enabling the video outp

Re: [FFmpeg-devel] Quo vadis, code of conduct?

2019-05-05 Thread Nicolas George
Nicolas George (12019-05-06): > Hi. Replying in private to avoid feeding the flame. Well, fumbled that. Yet, what I said was true and I made no judgement in my mail. I singled somebody, but since it was specifically who would have been in breach of the CoC just today, the singling was warranted.

Re: [FFmpeg-devel] Quo vadis, code of conduct?

2019-05-05 Thread Nicolas George
Hi. Replying in private to avoid feeding the flame. Reimar Döffinger (12019-05-05): > If you want a code of conduct, you actually need to speak up. > > If nobody speaks up, it's just useless blabla. > > You can't expect others to do it. > > Or be honest enough to say there isn't really one beca

Re: [FFmpeg-devel] [PATCH] avdevice/decklink: fix checking video mode in SDK version 11

2019-05-05 Thread Devin Heitmueller
Hello Marton, > On May 5, 2019, at 2:28 PM, Marton Balint wrote: > > > On Wed, 1 May 2019, Marton Balint wrote: > >> Apparently in the new SDK one cannot query if VANC output is supported, so we >> will fall back to non-VANC output if enabling the video output with VANC >> fails. >> >> Fixes

Re: [FFmpeg-devel] [PATCH V5 1/2] configure: sort decoder/encoder/filter/... names in alphabet order

2019-05-05 Thread avih
> I guess you were looking at the right patch. I mean this one: >   http://ffmpeg.org/pipermail/ffmpeg-devel/2019-May/243380.html I was referring to this patch indeed. Thanks. > > > Agreed; of course we shouldn't just use awk because we can. > > > > > > Though I think not implementing things in

[FFmpeg-devel] Quo vadis, code of conduct?

2019-05-05 Thread Reimar Döffinger
Hello everyone! I noticed that there seems to be a code of conduct nowadays (https://ffmpeg.org/developer.html#Code-of-conduct). Now I assume that if it's there, there is SOMEONE who wanted it. I'm sorry, but I for my part don't think that it's being particularly lived up to. So I'll say this, on

Re: [FFmpeg-devel] [PATCH v2] avformat/ifv: added support for ifv cctv files

2019-05-05 Thread Reimar Döffinger
On Sun, May 05, 2019 at 10:05:17PM +0200, Carl Eugen Hoyos wrote: > Am So., 5. Mai 2019 um 21:59 Uhr schrieb Reimar Döffinger > : > > > +if (aud_magic == MKTAG('G','R','A','W')) { > > > +ifv->is_audio_present = 1; > > > +} else if (aud_magic == MKTAG('P','C','M','U')) { > > > +

Re: [FFmpeg-devel] [PATCH]lavf/utils: Do not read "@" without ":" as user name separator

2019-05-05 Thread Carl Eugen Hoyos
Am So., 5. Mai 2019 um 21:56 Uhr schrieb Hendrik Leppkes : > > On Sun, May 5, 2019 at 9:47 PM Carl Eugen Hoyos wrote: > > > > Am So., 5. Mai 2019 um 21:18 Uhr schrieb Hendrik Leppkes > > : > > > > > > On Sun, May 5, 2019 at 9:08 PM Carl Eugen Hoyos > > > wrote: > > > > > > > > Hi! > > > > > > >

Re: [FFmpeg-devel] [PATCH v2] avformat/ifv: added support for ifv cctv files

2019-05-05 Thread Carl Eugen Hoyos
Am So., 5. Mai 2019 um 21:59 Uhr schrieb Reimar Döffinger : > > +avio_skip(s->pb, 0x5c); > > If for any of these skips you have any idea what data they > contain, it would be nice to document it. Iirc, all values we understood are used now. > > +if (aud_magic == MKTAG('G','R','A','W')) {

Re: [FFmpeg-devel] [PATCH v2] avformat/ifv: added support for ifv cctv files

2019-05-05 Thread Reimar Döffinger
Hello! Nothing major, but a few comments on things that might make sense to polish below. On Sat, May 04, 2019 at 06:42:40PM +0530, Swaraj Hota wrote: > +#define IFV_MAGIC "\x11\xd2\xd3\xab\xba\xa9\xcf\x11\ > +\x8e\xe6\x00\xc0\x0c\x20\x53\x65\x44" > +if (!memcmp(p->buf, IFV_MAGIC, 17)) Using

Re: [FFmpeg-devel] [PATCH]lavf/utils: Do not read "@" without ":" as user name separator

2019-05-05 Thread Hendrik Leppkes
On Sun, May 5, 2019 at 9:47 PM Carl Eugen Hoyos wrote: > > Am So., 5. Mai 2019 um 21:18 Uhr schrieb Hendrik Leppkes > : > > > > On Sun, May 5, 2019 at 9:08 PM Carl Eugen Hoyos wrote: > > > > > > Hi! > > > > > > Attached patch fixes ticket #7871 without re-introducing #7816. > > > > > > > There i

Re: [FFmpeg-devel] [PATCH]lavf/utils: Do not read "@" without ":" as user name separator

2019-05-05 Thread Carl Eugen Hoyos
Am So., 5. Mai 2019 um 21:18 Uhr schrieb Hendrik Leppkes : > > On Sun, May 5, 2019 at 9:08 PM Carl Eugen Hoyos wrote: > > > > Hi! > > > > Attached patch fixes ticket #7871 without re-introducing #7816. > > > > There is no patch here. However, please note that its perfectly valid > to have a userna

Re: [FFmpeg-devel] [PATCH 1/2] Revert "avcodec/qtrle: Do not output duplicated frames on insufficient input"

2019-05-05 Thread Hendrik Leppkes
On Sun, May 5, 2019 at 8:51 PM Marton Balint wrote: > > This reverts commit a9dacdeea6168787a142209bd19fdd74aefc9dd6. > > I don't think it is a good idea to drop frames from CFR input just because > they > are duplicated, that can cause issues for API users expecting CFR input. Also > it can caus

Re: [FFmpeg-devel] [PATCH]lavf/utils: Do not read "@" without ":" as user name separator

2019-05-05 Thread Hendrik Leppkes
On Sun, May 5, 2019 at 9:08 PM Carl Eugen Hoyos wrote: > > Hi! > > Attached patch fixes ticket #7871 without re-introducing #7816. > There is no patch here. However, please note that its perfectly valid to have a username without a password (ie. an @ without a ":") - while it is not valid to have

Re: [FFmpeg-devel] [PATCH]lavf/utils: Do not read "@" without ":" as user name separator

2019-05-05 Thread Carl Eugen Hoyos
Am So., 5. Mai 2019 um 21:08 Uhr schrieb Carl Eugen Hoyos : > > Hi! > > Attached patch fixes ticket #7871 without re-introducing #7816. And with the attachment. Carl Eugen From 969e30264d4f64885a943d347a5fa397efc0cd17 Mon Sep 17 00:00:00 2001 From: Carl Eugen Hoyos Date: Sun, 5 May 2019 21:05:40

[FFmpeg-devel] [PATCH]lavf/utils: Do not read "@" without ":" as user name separator

2019-05-05 Thread Carl Eugen Hoyos
Hi! Attached patch fixes ticket #7871 without re-introducing #7816. Please comment, Carl Eugen ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-deve

Re: [FFmpeg-devel] [DECISION] colorhold filter

2019-05-05 Thread Paul B Mahol
On 5/5/19, Reimar Döffinger wrote: > On 05.05.2019, at 18:04, Paul B Mahol wrote: > >> On 5/5/19, Reimar Döffinger wrote: >>> On 04.05.2019, at 15:40, Paul B Mahol wrote: Hi, I open voting for 7 days, for inclusion of colorhold filter in FFmpeg, with minor changes.

Re: [FFmpeg-devel] [DECISION] colorhold filter

2019-05-05 Thread Reimar Döffinger
On 05.05.2019, at 18:04, Paul B Mahol wrote: > On 5/5/19, Reimar Döffinger wrote: >> On 04.05.2019, at 15:40, Paul B Mahol wrote: >>> Hi, >>> >>> I open voting for 7 days, for inclusion of colorhold filter in FFmpeg, >>> with minor changes. >>> >>> Thanks. >> >> Why is there a need to vote?

Re: [FFmpeg-devel] [PATCH 2/2] Revert "lavf/utils: Allow url credentials to contain a slash."

2019-05-05 Thread Carl Eugen Hoyos
Am So., 5. Mai 2019 um 20:51 Uhr schrieb Marton Balint : > > This reverts commit dd06f022b07438d650c82255dff16908ba04244a. > > Fixes ticket #7871 and reopens ticket #7816. I'll send an alternative patch in a moment. Carl Eugen ___ ffmpeg-devel mailing l

Re: [FFmpeg-devel] [PATCH 1/2] Revert "avcodec/qtrle: Do not output duplicated frames on insufficient input"

2019-05-05 Thread Carl Eugen Hoyos
Am So., 5. Mai 2019 um 20:51 Uhr schrieb Marton Balint : > > This reverts commit a9dacdeea6168787a142209bd19fdd74aefc9dd6. > > I don't think it is a good idea to drop frames from CFR input just because > they > are duplicated, that can cause issues for API users expecting CFR input. Also > it can

[FFmpeg-devel] [PATCH 2/2] Revert "lavf/utils: Allow url credentials to contain a slash."

2019-05-05 Thread Marton Balint
This reverts commit dd06f022b07438d650c82255dff16908ba04244a. Fixes ticket #7871 and reopens ticket #7816. The introduced regression caused URL's with @ in them to be parsed incorrectly which is a bigger issue then not being able to specify the slash character as a password. I think there are be

[FFmpeg-devel] [PATCH 1/2] Revert "avcodec/qtrle: Do not output duplicated frames on insufficient input"

2019-05-05 Thread Marton Balint
This reverts commit a9dacdeea6168787a142209bd19fdd74aefc9dd6. I don't think it is a good idea to drop frames from CFR input just because they are duplicated, that can cause issues for API users expecting CFR input. Also it can cause issues at the end of file, if the last frame is a duplicated fram

Re: [FFmpeg-devel] [PATCH 0/3] *** VDPAU: HEVC YUV 4:4:4 Support ***

2019-05-05 Thread Philip Langdale
On Thu, 25 Apr 2019 22:00:16 -0700 Philip Langdale wrote: > On Fri, 26 Apr 2019 09:43:39 +0530 > ManojGuptaBonda wrote: > > > Latest generation video decoder on Turing Chips supports decoding > > HEVC 4:4:4 decoding. These changes adds support for the same for > > VDPAU > > > > ManojGuptaBonda

Re: [FFmpeg-devel] [PATCH]lavf/rpl: Don't be case-sensitive detecting codecs

2019-05-05 Thread Carl Eugen Hoyos
Am So., 5. Mai 2019 um 18:29 Uhr schrieb Paul B Mahol : > > On 5/5/19, Carl Eugen Hoyos wrote: > > Hi! > > > > Attached patch fixes ticket #7859. > > > > Please comment, Carl Eugen > > > > ok Patch applied. Thank you, Carl Eugen ___ ffmpeg-devel mailin

Re: [FFmpeg-devel] [DECISION] colorhold filter

2019-05-05 Thread Paul B Mahol
On 5/5/19, Nicolas George wrote: > Marton Balint (12019-05-05): >> I don't think you can insist on waiting for a review unless you plan to >> do >> it yourself in a reasonable time frame. > > Do you really think I have a duty to help Paul after all the insults he > have subjected me? Really? > > I

Re: [FFmpeg-devel] [PATCH] avfilter/vf_freezedetect: fix missing freeze_start when the freeze length is around the detection duration

2019-05-05 Thread Marton Balint
On Wed, 1 May 2019, Marton Balint wrote: Fixes ticket #7875. Applied. Regards, Marton ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-r

Re: [FFmpeg-devel] [PATCH] avdevice/decklink: fix checking video mode in SDK version 11

2019-05-05 Thread Marton Balint
On Wed, 1 May 2019, Marton Balint wrote: Apparently in the new SDK one cannot query if VANC output is supported, so we will fall back to non-VANC output if enabling the video output with VANC fails. Fixes ticket #7867. Applied. Regards, Marton ___

Re: [FFmpeg-devel] [DECISION] colorhold filter

2019-05-05 Thread Nicolas George
Marton Balint (12019-05-05): > I don't think you can insist on waiting for a review unless you plan to do > it yourself in a reasonable time frame. Do you really think I have a duty to help Paul after all the insults he have subjected me? Really? I am not the only developer here. Paul could, for

Re: [FFmpeg-devel] [PATCH v2] avformat/ifv: added support for ifv cctv files

2019-05-05 Thread Paul B Mahol
Some more or less important issues found: On 5/4/19, Swaraj Hota wrote: > Fixes ticket #2956. > > Signed-off-by: Swaraj Hota > --- > Revised patch. Made some minor changes based on original player: > - Removed incorrect reading of frame_rate, instead frame rate > is kept fixed at 25 (seems like

Re: [FFmpeg-devel] [PATCH] avcodec/fits: Check bitpix

2019-05-05 Thread Paul B Mahol
On 5/5/19, Michael Niedermayer wrote: > Reference: Table 8: Interpretation of valid BITPIX value from FITS standard > 4.0 > Fixes: runtime error: division by zero > Fixes: > 14581/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_FITS_fuzzer-5652382425284608 > > Found-by: continuous fuzzing proces

Re: [FFmpeg-devel] [DECISION] colorhold filter

2019-05-05 Thread Marton Balint
On Sun, 5 May 2019, Nicolas George wrote: Paul B Mahol (12019-05-05): Because Nicolas objected on initial implementation. Dunno if he still object something on current updated patch. Did it have a proper review on the mailing list? If yes, then I do not oppose it. If no, then I oppose it.

Re: [FFmpeg-devel] [PATCH v2] avformat/ifv: added support for ifv cctv files

2019-05-05 Thread Paul B Mahol
On 5/4/19, Swaraj Hota wrote: > Okay. Thanks! > Sorry, but I found some issues while testing your patch. Why are there no timestamps? Seeking with mpv/ffplay caused hard crash. You do not handle EOF, so ffmpeg with .ivf never exits. ___ ffmpeg-de

[FFmpeg-devel] [PATCH] avcodec/fits: Check bitpix

2019-05-05 Thread Michael Niedermayer
Reference: Table 8: Interpretation of valid BITPIX value from FITS standard 4.0 Fixes: runtime error: division by zero Fixes: 14581/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_FITS_fuzzer-5652382425284608 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/p

[FFmpeg-devel] Insults

2019-05-05 Thread Nicolas George
Paul B Mahol (12019-05-05): > You are so full of yourself and ignorant, that you are so lazy to even look > at patch to comment. And you insulted me again. Therefore, you owe me an apology, again. -- Nicolas George signature.asc Description: PGP signature __

Re: [FFmpeg-devel] [DECISION] colorhold filter

2019-05-05 Thread Paul B Mahol
On 5/5/19, Nicolas George wrote: > Paul B Mahol (12019-05-05): >> Because Nicolas objected on initial implementation. Dunno if he still >> object something on current updated patch. > > Did it have a proper review on the mailing list? If yes, then I do not > oppose it. If no, then I oppose it. > >

Re: [FFmpeg-devel] [DECISION] colorhold filter

2019-05-05 Thread Nicolas George
Paul B Mahol (12019-05-05): > Because Nicolas objected on initial implementation. Dunno if he still > object something on current updated patch. Did it have a proper review on the mailing list? If yes, then I do not oppose it. If no, then I oppose it. Also, I would like to emphasize that you negl

Re: [FFmpeg-devel] [PATCH]lavf/rpl: Don't be case-sensitive detecting codecs

2019-05-05 Thread Paul B Mahol
On 5/5/19, Carl Eugen Hoyos wrote: > Hi! > > Attached patch fixes ticket #7859. > > Please comment, Carl Eugen > ok ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above,

[FFmpeg-devel] [PATCH] avfilter: add asr filter

2019-05-05 Thread Paul B Mahol
Signed-off-by: Paul B Mahol --- configure| 4 + doc/filters.texi | 32 +++ libavfilter/Makefile | 1 + libavfilter/af_asr.c | 177 +++ libavfilter/allfilters.c | 1 + 5 files changed, 215 insertions(+) create mode 100

Re: [FFmpeg-devel] [DECISION] Project policy on closed source components

2019-05-05 Thread Philip Langdale
On Sun, 28 Apr 2019 22:02:11 +0200 (CEST) Marton Balint wrote: > Hi All, > > There has been discussion on the mailing list several times about the > inclusion of support for closed source components (codecs, formats, > filters, etc) in the main ffmpeg codebase. > > Also the removal of libNDI

Re: [FFmpeg-devel] [DECISION] colorhold filter

2019-05-05 Thread Paul B Mahol
On 5/5/19, Reimar Döffinger wrote: > On 04.05.2019, at 15:40, Paul B Mahol wrote: >> Hi, >> >> I open voting for 7 days, for inclusion of colorhold filter in FFmpeg, >> with minor changes. >> >> Thanks. > > Why is there a need to vote? Because Nicolas objected on initial implementation. Dunno if

[FFmpeg-devel] About the scaletempo mess

2019-05-05 Thread Nicolas George
Nicolas George (12019-05-04): > Either both votes are invalid (my point) or both are. So, now that I do not have a train to catch, I can take a little more time to explain the issue here and how to move forward. First, I apologize to the rest of the project for the noise caused by this stunt. My

Re: [FFmpeg-devel] [PATCH] avcodec/truehd_core: reset state when flushing

2019-05-05 Thread James Almer
On 5/5/2019 5:36 AM, Paul B Mahol wrote: > On 5/5/19, James Almer wrote: >> Signed-off-by: James Almer >> --- >> libavcodec/truehd_core_bsf.c | 7 +++ >> 1 file changed, 7 insertions(+) >> >> diff --git a/libavcodec/truehd_core_bsf.c b/libavcodec/truehd_core_bsf.c >> index 409e570eec..9e3ee0

[FFmpeg-devel] [PATCH]lavf/rpl: Don't be case-sensitive detecting codecs

2019-05-05 Thread Carl Eugen Hoyos
Hi! Attached patch fixes ticket #7859. Please comment, Carl Eugen From 3e5f467c050c3ca0eb1bb5ad65cc1108029886e8 Mon Sep 17 00:00:00 2001 From: Carl Eugen Hoyos Date: Sun, 5 May 2019 16:32:11 +0200 Subject: [PATCH] lavf/rpl: Don't be case-sensitive detecting codecs. Fixes ticket #7859 Reported a

Re: [FFmpeg-devel] [DECISION] colorhold filter

2019-05-05 Thread Reimar Döffinger
On 04.05.2019, at 15:40, Paul B Mahol wrote: > Hi, > > I open voting for 7 days, for inclusion of colorhold filter in FFmpeg, > with minor changes. > > Thanks. Why is there a need to vote? What would be the objections existing or expected that would make a vote necessary vs. the normal develop

Re: [FFmpeg-devel] [DECISION] colorhold filter

2019-05-05 Thread Paul B Mahol
On 5/4/19, Paul B Mahol wrote: > On 5/4/19, Paul B Mahol wrote: >> Hi, >> >> I open voting for 7 days, for inclusion of colorhold filter in FFmpeg, >> with minor changes. >> >> Thanks. >> > > See: http://ffmpeg.org/pipermail/ffmpeg-devel/2019-May/243481.html > And I vote for inclusion. _

Re: [FFmpeg-devel] [PATCH] libavutil: add an FFT & MDCT implementation

2019-05-05 Thread Lynne
May 4, 2019, 10:00 PM by d...@lynne.ee: > May 4, 2019, 8:10 PM by > mich...@niedermayer.cc > > : > >> On Fri, May 03, 2019 at 09:08:57PM +0200, Lynne wrote: >> >>> This commit adds a new API to libavutil to allow for arbitrary >>> transformations >>> on various typ

Re: [FFmpeg-devel] [PATCH V2 7/7] libavfilter/dnn: add more data type support for dnn model input

2019-05-05 Thread Carl Eugen Hoyos
Am So., 5. Mai 2019 um 14:10 Uhr schrieb Guo, Yejun : > > -Original Message- > > From: ffmpeg-devel [mailto:ffmpeg-devel-boun...@ffmpeg.org] On Behalf Of > > Carl Eugen Hoyos > > Sent: Sunday, May 05, 2019 6:51 PM > > To: FFmpeg development discussions and patches > > Subject: Re: [FFmpeg

Re: [FFmpeg-devel] [PATCH 1/3] lavc/qsvdec: add query function and provide error message

2019-05-05 Thread Li, Zhong
> From: ffmpeg-devel [mailto:ffmpeg-devel-boun...@ffmpeg.org] On Behalf > Of Zhong Li > Sent: Tuesday, April 30, 2019 5:04 PM > To: ffmpeg-devel@ffmpeg.org > Cc: Li, Zhong > Subject: [FFmpeg-devel] [PATCH 1/3] lavc/qsvdec: add query function and > provide error message > > It is helpful to know w

Re: [FFmpeg-devel] [PATCH V2 7/7] libavfilter/dnn: add more data type support for dnn model input

2019-05-05 Thread Guo, Yejun
> -Original Message- > From: ffmpeg-devel [mailto:ffmpeg-devel-boun...@ffmpeg.org] On Behalf Of > Carl Eugen Hoyos > Sent: Sunday, May 05, 2019 6:51 PM > To: FFmpeg development discussions and patches > Subject: Re: [FFmpeg-devel] [PATCH V2 7/7] libavfilter/dnn: add more data type > supp

Re: [FFmpeg-devel] [DECISION] Project policy on closed source components

2019-05-05 Thread Li, Zhong
> From: ffmpeg-devel [mailto:ffmpeg-devel-boun...@ffmpeg.org] On Behalf > Of Marton Balint > Sent: Monday, April 29, 2019 4:02 AM > To: ffmpeg-devel@ffmpeg.org > Subject: [FFmpeg-devel] [DECISION] Project policy on closed source > components > > Hi All, > > There has been discussion on the mailin

Re: [FFmpeg-devel] [PATCH] avcodec/qtrle: Do not output duplicated frames on insufficient input

2019-05-05 Thread Paul B Mahol
On 5/30/18, Michael Niedermayer wrote: > On Sun, May 27, 2018 at 09:59:58PM +0200, Michael Niedermayer wrote: >> This improves performance and makes qtrle behave more similar to other >> decoders. >> Libavcodec does generally not output known duplicated frames, instead the >> calling Application >

Re: [FFmpeg-devel] [PATCH] avcodec/qtrle: Do not output duplicated frames on insufficient input

2019-05-05 Thread Carl Eugen Hoyos
Am So., 27. Mai 2018 um 22:00 Uhr schrieb Michael Niedermayer : > This improves performance and makes qtrle behave more similar to other > decoders. > Libavcodec does generally not output known duplicated frames, instead the > calling > Application can insert them as it needs. The issue is app

Re: [FFmpeg-devel] [PATCH V2 7/7] libavfilter/dnn: add more data type support for dnn model input

2019-05-05 Thread Carl Eugen Hoyos
Am So., 5. Mai 2019 um 10:45 Uhr schrieb Guo, Yejun : > I plan to first add unit tests in FATE for DNN module Does this module work without an external dependency? If not, you cannot add a fate test. Carl Eugen ___ ffmpeg-devel mailing list ffmpeg-dev

Re: [FFmpeg-devel] [PATCH v10 1/2] lavc/svt_hevc: add libsvt hevc encoder wrapper

2019-05-05 Thread Carl Eugen Hoyos
Am So., 5. Mai 2019 um 12:10 Uhr schrieb Sun, Jing A : > > -Original Message- > From: ffmpeg-devel [mailto:ffmpeg-devel-boun...@ffmpeg.org] On Behalf Of Carl > Eugen Hoyos > Sent: Friday, April 26, 2019 11:28 PM > To: FFmpeg development discussions and patches > Subject: Re: [FFmpeg-devel

Re: [FFmpeg-devel] [PATCH v10 1/2] lavc/svt_hevc: add libsvt hevc encoder wrapper

2019-05-05 Thread Sun, Jing A
-Original Message- From: ffmpeg-devel [mailto:ffmpeg-devel-boun...@ffmpeg.org] On Behalf Of Carl Eugen Hoyos Sent: Friday, April 26, 2019 11:28 PM To: FFmpeg development discussions and patches Subject: Re: [FFmpeg-devel] [PATCH v10 1/2] lavc/svt_hevc: add libsvt hevc encoder wrapper 20

Re: [FFmpeg-devel] [PATCH 1/2] configure: print_in_columns: Replace pr with awk

2019-05-05 Thread Alexander Strasser
Am 5. Mai 2019 03:53:20 MESZ schrieb "Guo, Yejun" : > > >> -Original Message- >> From: ffmpeg-devel [mailto:ffmpeg-devel-boun...@ffmpeg.org] On Behalf >Of >> Alexander Strasser >> Sent: Thursday, May 02, 2019 12:08 AM >> To: ffmpeg-devel@ffmpeg.org >> Subject: [FFmpeg-devel] [PATCH 1/2] c

Re: [FFmpeg-devel] [PATCH V2 7/7] libavfilter/dnn: add more data type support for dnn model input

2019-05-05 Thread Guo, Yejun
> -Original Message- > From: Pedro Arthur [mailto:bygran...@gmail.com] > Sent: Tuesday, April 30, 2019 9:33 AM > To: Guo, Yejun > Cc: FFmpeg development discussions and patches > Subject: Re: [FFmpeg-devel] [PATCH V2 7/7] libavfilter/dnn: add more data type > support for dnn model input

Re: [FFmpeg-devel] [PATCH] avcodec/truehd_core: reset state when flushing

2019-05-05 Thread Paul B Mahol
On 5/5/19, James Almer wrote: > Signed-off-by: James Almer > --- > libavcodec/truehd_core_bsf.c | 7 +++ > 1 file changed, 7 insertions(+) > > diff --git a/libavcodec/truehd_core_bsf.c b/libavcodec/truehd_core_bsf.c > index 409e570eec..9e3ee07eed 100644 > --- a/libavcodec/truehd_core_bsf.c >

Re: [FFmpeg-devel] [PATCH] vf_tonemap.c: Support for slice thread for performance

2019-05-05 Thread Paul B Mahol
On 5/5/19, lance.lmw...@gmail.com wrote: > From: Limin Wang > > --- > libavfilter/vf_tonemap.c | 109 +-- > 1 file changed, 81 insertions(+), 28 deletions(-) > > diff --git a/libavfilter/vf_tonemap.c b/libavfilter/vf_tonemap.c > index efd4af5466..0b26dd5e7f 10

Re: [FFmpeg-devel] [PATCH] avfilter/f_interleave: switch to activate

2019-05-05 Thread Paul B Mahol
On 5/3/19, Paul B Mahol wrote: > Signed-off-by: Paul B Mahol > --- > libavfilter/f_interleave.c | 125 +++-- > 1 file changed, 51 insertions(+), 74 deletions(-) > Will apply. ___ ffmpeg-devel mailing list ffmpeg-devel@f

[FFmpeg-devel] [PATCH] vf_tonemap.c: Support for slice thread for performance

2019-05-05 Thread lance . lmwang
From: Limin Wang --- libavfilter/vf_tonemap.c | 109 +-- 1 file changed, 81 insertions(+), 28 deletions(-) diff --git a/libavfilter/vf_tonemap.c b/libavfilter/vf_tonemap.c index efd4af5466..0b26dd5e7f 100644 --- a/libavfilter/vf_tonemap.c +++ b/libavfilter/vf

Re: [FFmpeg-devel] [DECISION] Project policy on closed source components

2019-05-05 Thread Reimar Döffinger
On 03.05.2019, at 20:16, Michael Niedermayer wrote: > On Fri, May 03, 2019 at 11:08:35AM +0200, Carl Eugen Hoyos wrote: >> Am Fr., 3. Mai 2019 um 07:27 Uhr schrieb Jeyapal, Karthick >> : > >> And finally: What do you suggest to "punish the violator"? > > while this question wasnt directed at