[FFmpeg-devel] [PATCH v2] doc/filters: add the sr filter model generation scripts new repository link

2019-05-15 Thread Steven Liu
Hold on the old repository link and mention new repository link development continues Signed-off-by: Steven Liu --- doc/filters.texi | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/filters.texi b/doc/filters.texi index 38c70bf674..2e9db150f2 100644 ---

Re: [FFmpeg-devel] [PATCH] doc/filters: update the sr filter model generation scripts repository link

2019-05-15 Thread Liu Steven
> 在 2019年5月16日,下午1:15,Gyan 写道: > > > > On 16-05-2019 10:39 AM, Liu Steven wrote: >> >>> 在 2019年5月16日,下午12:40,Gyan 写道: >>> >>> >>> >>> On 16-05-2019 08:20 AM, Steven Liu wrote: The https://github.com/HighVoltageRocknRoll/sr.git looks have stop maintaince, so link it to new

Re: [FFmpeg-devel] [PATCH] doc/filters: update the sr filter model generation scripts repository link

2019-05-15 Thread Gyan
On 16-05-2019 10:39 AM, Liu Steven wrote: 在 2019年5月16日,下午12:40,Gyan 写道: On 16-05-2019 08:20 AM, Steven Liu wrote: The https://github.com/HighVoltageRocknRoll/sr.git looks have stop maintaince, so link it to new repository Signed-off-by: Steven Liu --- doc/filters.texi | 2 +- 1

Re: [FFmpeg-devel] [PATCH] avfilter/drawtext: stop resource leak

2019-05-15 Thread Gyan
On 15-05-2019 05:13 PM, Paul B Mahol wrote: On 5/15/19, Gyan wrote: See http://www.ffmpeg.org/pipermail/ffmpeg-devel/2019-May/244029.html Gyan probably ok Pushed as 8cf947ca4c603f14cdb016eff0c341cb37ec09cc Thanks, Gyan ___ ffmpeg-devel mailing

Re: [FFmpeg-devel] [PATCH] doc/filters: update the sr filter model generation scripts repository link

2019-05-15 Thread Liu Steven
> 在 2019年5月16日,下午12:40,Gyan 写道: > > > > On 16-05-2019 08:20 AM, Steven Liu wrote: >> The https://github.com/HighVoltageRocknRoll/sr.git looks have stop >> maintaince, so link it to new repository >> >> Signed-off-by: Steven Liu >> --- >> doc/filters.texi | 2 +- >> 1 file changed, 1

Re: [FFmpeg-devel] [PATCH] doc/filters: update the sr filter model generation scripts repository link

2019-05-15 Thread Gyan
On 16-05-2019 08:20 AM, Steven Liu wrote: The https://github.com/HighVoltageRocknRoll/sr.git looks have stop maintaince, so link it to new repository Signed-off-by: Steven Liu --- doc/filters.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/filters.texi

[FFmpeg-devel] [PATCH V2] avutil/tx: add check against (*ctx)

2019-05-15 Thread Ruiling Song
ctx is a pointer to pointer here. Signed-off-by: Ruiling Song --- libavutil/tx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavutil/tx.c b/libavutil/tx.c index 934ef27c81..1690604040 100644 --- a/libavutil/tx.c +++ b/libavutil/tx.c @@ -697,7 +697,7 @@ static int

Re: [FFmpeg-devel] [PATCH] avutil/tx: should check against (*ctx)

2019-05-15 Thread James Almer
On 5/16/2019 1:47 AM, Ruiling Song wrote: > ctx is a pointer to pointer here. > > Signed-off-by: Ruiling Song > --- > libavutil/tx.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/libavutil/tx.c b/libavutil/tx.c > index 934ef27c81..2bf4aa1c28 100644 > ---

[FFmpeg-devel] [PATCH] avutil/tx: should check against (*ctx)

2019-05-15 Thread Ruiling Song
ctx is a pointer to pointer here. Signed-off-by: Ruiling Song --- libavutil/tx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavutil/tx.c b/libavutil/tx.c index 934ef27c81..2bf4aa1c28 100644 --- a/libavutil/tx.c +++ b/libavutil/tx.c @@ -697,7 +697,7 @@ static int

[FFmpeg-devel] [PATCH] lavc/vp9_superframe_bsf: avoid error messages in one line

2019-05-15 Thread Fu Linjie
Add "\n" to avoid continuous error messages in one line. Signed-off-by: Fu Linjie --- libavcodec/vp9_superframe_bsf.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libavcodec/vp9_superframe_bsf.c b/libavcodec/vp9_superframe_bsf.c index ea67507..23933d4 100644 ---

[FFmpeg-devel] [PATCH] doc/filters: update the sr filter model generation scripts repository link

2019-05-15 Thread Steven Liu
The https://github.com/HighVoltageRocknRoll/sr.git looks have stop maintaince, so link it to new repository Signed-off-by: Steven Liu --- doc/filters.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/filters.texi b/doc/filters.texi index 38c70bf674..317c256079 100644

Re: [FFmpeg-devel] [PATCH v2 1/2] libavformat/utils: Interpolate missing timestamps in H264 and HEVC when no b-frames observed

2019-05-15 Thread Andriy Gelman
On Thu, 16. May 00:43, Michael Niedermayer wrote: > On Tue, May 14, 2019 at 05:54:21PM -0400, Andriy Gelman wrote: > > From: Andriy Gelman > > > > Fixes Ticket #7895. > > > > Currently, timestamp interpolation is disabled by default in H264 and > > HEVC. This creates playback issues when the

Re: [FFmpeg-devel] [PATCH v2 1/2] libavformat/utils: Interpolate missing timestamps in H264 and HEVC when no b-frames observed

2019-05-15 Thread Michael Niedermayer
On Tue, May 14, 2019 at 05:54:21PM -0400, Andriy Gelman wrote: > From: Andriy Gelman > > Fixes Ticket #7895. > > Currently, timestamp interpolation is disabled by default in H264 and > HEVC. This creates playback issues when the demuxer does not output a > valid timestamp. This patch allows

Re: [FFmpeg-devel] [PATCH v2 1/2] lavu/display: add av_display_rotation_hflip_get and bump version

2019-05-15 Thread Michael Niedermayer
On Tue, May 14, 2019 at 10:36:44PM -0700, Jun Li wrote: > Add av_display_rotation_hflip_get to get information whether the > matrix indicates horizontal flip. > --- > doc/APIchanges| 3 +++ > libavutil/display.c | 14 ++ > libavutil/display.h | 14

Re: [FFmpeg-devel] [PATCH] avcodec/qtrle: return last frame even if unchanged

2019-05-15 Thread Michael Niedermayer
On Wed, May 15, 2019 at 10:53:25PM +0200, Hendrik Leppkes wrote: > On Wed, May 15, 2019 at 8:41 PM Michael Niedermayer > wrote: > > > > Fixes: Ticket7880 > > > > Signed-off-by: Michael Niedermayer > > --- > > libavcodec/qtrle.c| 27 +-- > >

Re: [FFmpeg-devel] [PATCH]

2019-05-15 Thread Michael Niedermayer
On Wed, May 15, 2019 at 11:13:57PM +0200, Werner Robitza wrote: > On Wed, May 15, 2019 at 4:55 PM Gyan wrote: > > On 15-05-2019 05:06 PM, Werner Robitza wrote: > > > On Wed, May 15, 2019 at 11:36 AM Gyan wrote: > > >> Which lines in the CLI help? > > > SWScaler AVOptions: > > >-sws_flags

Re: [FFmpeg-devel] [PATCH 2/2] configure: log_file: Replace pr with awk invocation

2019-05-15 Thread Alexander Strasser
Dropped. Pushed Yejun's version instead: [PATCH V5 2/2] configure: replace 'pr' with printf since busybox does not support pr On 2019-05-01 18:08 +0200, Alexander Strasser wrote: > Fixes remaining part of ticket #5680 > > Signed-off-by: Alexander Strasser > --- > configure | 2 +- > 1

Re: [FFmpeg-devel] [PATCH]

2019-05-15 Thread Werner Robitza
On Wed, May 15, 2019 at 4:55 PM Gyan wrote: > On 15-05-2019 05:06 PM, Werner Robitza wrote: > > On Wed, May 15, 2019 at 11:36 AM Gyan wrote: > >> Which lines in the CLI help? > > SWScaler AVOptions: > >-sws_flags E..V. scaler flags (default bicubic) > > ... > >

Re: [FFmpeg-devel] [PATCH V5 2/2] configure: replace 'pr' with printf since busybox does not support pr

2019-05-15 Thread Alexander Strasser
On 2019-05-05 01:38 +, Guo, Yejun wrote: > > > -Original Message- > > Alexander Strasser > > Sent: Sunday, May 05, 2019 3:42 AM > > > > On 2019-04-28 00:38 +, Guo, Yejun wrote: > > > > From: avih [mailto:avih...@yahoo.com] > > > > Sent: Wednesday, April 24, 2019 9:23 PM > > > > To:

Re: [FFmpeg-devel] [PATCH] "assert(a && b)" --> "assert(a); assert(b)" for more precise diagnostics, except for libformat

2019-05-15 Thread Hendrik Leppkes
On Wed, May 15, 2019 at 9:21 PM Adam Richter wrote: > > On Tue, May 14, 2019 at 6:48 PM myp...@gmail.com wrote: > > > > On Wed, May 15, 2019 at 7:01 AM Hendrik Leppkes wrote: > > > > > > On Tue, May 14, 2019 at 11:25 PM Adam Richter > > > wrote: > > > > > > > > Consider, for example, if you

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

2019-05-15 Thread Swaraj Hota
Fixes ticket #2956. Signed-off-by: Swaraj Hota --- Revised patch based on previous discussions. Some of the changes are: - using AVIndexEntry now - demuxer is totally index based (removed linear search) - added seeking functionality with timestamps There are some timing issues though, due to

Re: [FFmpeg-devel] [PATCH] avcodec/qtrle: return last frame even if unchanged

2019-05-15 Thread Hendrik Leppkes
On Wed, May 15, 2019 at 8:41 PM Michael Niedermayer wrote: > > Fixes: Ticket7880 > > Signed-off-by: Michael Niedermayer > --- > libavcodec/qtrle.c| 27 +-- > tests/ref/fate/qtrle-8bit | 1 + > 2 files changed, 26 insertions(+), 2 deletions(-) > > diff --git

Re: [FFmpeg-devel] [PATCH v2 2/2] fftools/ffmpeg: add support for per frame rotation and flip

2019-05-15 Thread Andriy Gelman
On Wed, 15. May 11:57, Jun Li wrote: > On Wed, May 15, 2019 at 11:45 AM Andriy Gelman > wrote: > > > On Tue, 14. May 22:36, Jun Li wrote: > > > Fix #6945 > > > Current implementaion for autorotate works fine for stream > > > level rotataion but no support for frame level operation > > > and

Re: [FFmpeg-devel] [PATCH] libavformat/qsvenc: fix mpeg2 missing headers

2019-05-15 Thread Andreas Rheinhardt
Reimar Döffinger: > On Wed, May 15, 2019 at 09:39:00AM +, Andreas Rheinhardt wrote: >>> This problem really needs to be solved. The bitstream generated breaks the >>> standard! >>> >> If I am not mistaken, then the bitstream generated doesn't break the >> standard; it is just inconvenient for

Re: [FFmpeg-devel] [PATCH] "assert(a && b)" --> "assert(a); assert(b)" for more precise diagnostics, except for libformat

2019-05-15 Thread Adam Richter
On Tue, May 14, 2019 at 6:48 PM myp...@gmail.com wrote: > > On Wed, May 15, 2019 at 7:01 AM Hendrik Leppkes wrote: > > > > On Tue, May 14, 2019 at 11:25 PM Adam Richter > > wrote: > > > > > > Consider, for example, if you agree that columnization makes this range > > > check > > > more

Re: [FFmpeg-devel] [PATCH v2 2/2] fftools/ffmpeg: add support for per frame rotation and flip

2019-05-15 Thread Jun Li
On Wed, May 15, 2019 at 11:45 AM Andriy Gelman wrote: > On Tue, 14. May 22:36, Jun Li wrote: > > Fix #6945 > > Current implementaion for autorotate works fine for stream > > level rotataion but no support for frame level operation > > and frame flip. This patch is for adding flip support and > >

Re: [FFmpeg-devel] [PATCH v2 2/2] fftools/ffmpeg: add support for per frame rotation and flip

2019-05-15 Thread Jun Li
On Wed, May 15, 2019 at 5:18 AM Andriy Gelman wrote: > On Tue, 14. May 22:36, Jun Li wrote: > > Fix #6945 > > Current implementaion for autorotate works fine for stream > > level rotataion but no support for frame level operation > > and frame flip. This patch is for adding flip support and > >

Re: [FFmpeg-devel] [PATCH v2 2/2] fftools/ffmpeg: add support for per frame rotation and flip

2019-05-15 Thread Andriy Gelman
On Tue, 14. May 22:36, Jun Li wrote: > Fix #6945 > Current implementaion for autorotate works fine for stream > level rotataion but no support for frame level operation > and frame flip. This patch is for adding flip support and > per frame operations. > --- > fftools/cmdutils.c | 9 ++--- >

[FFmpeg-devel] [PATCH] avcodec/qtrle: return last frame even if unchanged

2019-05-15 Thread Michael Niedermayer
Fixes: Ticket7880 Signed-off-by: Michael Niedermayer --- libavcodec/qtrle.c| 27 +-- tests/ref/fate/qtrle-8bit | 1 + 2 files changed, 26 insertions(+), 2 deletions(-) diff --git a/libavcodec/qtrle.c b/libavcodec/qtrle.c index 2c29547e5a..11226cb842 100644 ---

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

2019-05-15 Thread Reimar Döffinger
On Tue, May 14, 2019 at 08:41:02PM +0200, Lynne wrote: > May 14, 2019, 7:12 PM by one...@gmail.com: > > On 5/14/19, Carl Eugen Hoyos <> ceffm...@gmail.com > > > > wrote: > >>> Am 14.05.2019 um 19:17 schrieb Lynne <>>> d...@lynne.ee > >>> : >

Re: [FFmpeg-devel] [PATCH] libavformat/qsvenc: fix mpeg2 missing headers

2019-05-15 Thread Reimar Döffinger
On Wed, May 15, 2019 at 09:39:00AM +, Andreas Rheinhardt wrote: > > This problem really needs to be solved. The bitstream generated breaks the > > standard! > > > If I am not mistaken, then the bitstream generated doesn't break the > standard; it is just inconvenient for streaming purposes.

Re: [FFmpeg-devel] [PATCH] Populate MPEG2TS codec_tag using ff_codec_movvideo_tags/ff_codec_movaudio_tags (av4cc) rather than the PES stream_type. For MPEG2TS files containing h264, ffprobe currently

2019-05-15 Thread Hendrik Leppkes
On Wed, May 15, 2019 at 6:15 PM Damien Levin wrote: > > --- > libavformat/mpegts.c | 9 +++-- > tests/ref/fate/concat-demuxer-simple2-lavf-ts | 4 ++-- > 2 files changed, 9 insertions(+), 4 deletions(-) > > diff --git a/libavformat/mpegts.c b/libavformat/mpegts.c >

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

2019-05-15 Thread Michael Niedermayer
On Tue, May 14, 2019 at 10:31:00PM +0200, Marton Balint wrote: > > > On Wed, 8 May 2019, Michael Niedermayer wrote: > > >On Tue, May 07, 2019 at 02:03:22AM +0200, Marton Balint wrote: > >> > >> > >>On Tue, 7 May 2019, Michael Niedermayer wrote: > >> > >>>On Sun, May 05, 2019 at 08:51:08PM

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

2019-05-15 Thread James Almer
On 5/15/2019 2:57 PM, Lynne wrote: > May 14, 2019, 7:41 PM by d...@lynne.ee: > >> May 14, 2019, 7:12 PM by > one...@gmail.com > : >> >>> On 5/14/19, Carl Eugen Hoyos <> >> ceffm...@gmail.com >>> >> > ceffm...@gmail.com >>>

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

2019-05-15 Thread Lynne
May 14, 2019, 7:41 PM by d...@lynne.ee: > May 14, 2019, 7:12 PM by > one...@gmail.com > : > >> On 5/14/19, Carl Eugen Hoyos <> >> ceffm...@gmail.com >> >> > ceffm...@gmail.com >> >> >> > wrote: >> >>> >>> >>>

Re: [FFmpeg-devel] [CLOSED] movie Filter reload Option

2019-05-15 Thread TalkVideo
This is marked tested now, per below. On Wed, May 15, 2019 at 01:35:24PM -0400, talkvi...@talkvideo.net wrote: > The ultimate goal that was the source of the question for this email thread > was to enable spontaneous, and random injection of media into an existing RTMP > stream. It has been

Re: [FFmpeg-devel] [SOLVED] movie Filter reload Option

2019-05-15 Thread TalkVideo
The ultimate goal that was the source of the question for this email thread was to enable spontaneous, and random injection of media into an existing RTMP stream. It has been accomplished. It is generally referred to as "Media Play" on YouTube, and other sites, and it allows the Audience to

Re: [FFmpeg-devel] [PATCH] avfilter: add apitch filter

2019-05-15 Thread Paul B Mahol
On 5/12/19, Paul B Mahol wrote: > On 5/12/19, Michael Niedermayer wrote: >> On Sun, May 12, 2019 at 11:00:51PM +0200, Nicolas George wrote: >>> Marton Balint (12019-05-12): >>> > Yeah, you are right, what I had in mind was this: >>> > >>> > apitch === asetrate,aresample,atempo >>> >>> Exactly.

Re: [FFmpeg-devel] [PATCH 0/3] avfilter/vf_scale_cuda: Various improvements

2019-05-15 Thread Timo Rothenpieler
On 14.05.2019 05:12, Philip Langdale wrote: After Sergey's bug report, I went and fixed a couple of other things I noticed while I was looking at the filter. Philip Langdale (3): avfilter/vf_scale_cuda: Fix incorrect scaling of > 8bit content avfilter/vf_scale_cuda: Add support for

[FFmpeg-devel] [PATCH] Populate MPEG2TS codec_tag using ff_codec_movvideo_tags/ff_codec_movaudio_tags (av4cc) rather than the PES stream_type. For MPEG2TS files containing h264, ffprobe currently retu

2019-05-15 Thread Damien Levin
--- libavformat/mpegts.c | 9 +++-- tests/ref/fate/concat-demuxer-simple2-lavf-ts | 4 ++-- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/libavformat/mpegts.c b/libavformat/mpegts.c index 8a84e5cc19..79c0b78b1f 100644 --- a/libavformat/mpegts.c +++

Re: [FFmpeg-devel] [PATCH] avcodec/pngdec: Check input space

2019-05-15 Thread Michael Niedermayer
On Tue, May 14, 2019 at 08:52:27PM +0100, Kieran Kunhya wrote: > On Tue, 14 May 2019 at 20:42, Michael Niedermayer > wrote: > > > Fixes: Timeout (33sec -> 78ms) > > Fixes: > > 14668/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_LSCR_fuzzer-5767073352908800 > > > > Found-by: continuous

Re: [FFmpeg-devel] [PATCH] libavcodec/qsvenc: fix mpeg2 encoding

2019-05-15 Thread Andreas Håkon
> > > > > > It is closer to be merged, but need to confirm which exact line of code > > > make difference. > > > (Your verification on Windows was appreciated.) > > > > As I pointed, the QSV_RUNTIME_VERSION_ATLEAST(q->ver, 1, 11) check fails > > in Windows. > > This version runs without problems

Re: [FFmpeg-devel] [PATCH] libavcodec/qsvenc: fix mpeg2 encoding

2019-05-15 Thread Li, Zhong
> -Original Message- > From: ffmpeg-devel [mailto:ffmpeg-devel-boun...@ffmpeg.org] On Behalf > Of Andreas Håkon > Sent: Wednesday, May 15, 2019 8:55 PM > To: FFmpeg development discussions and patches > > Subject: Re: [FFmpeg-devel] [PATCH] libavcodec/qsvenc: fix mpeg2 encoding > > Hi, >

Re: [FFmpeg-devel] [PATCH]

2019-05-15 Thread Gyan
On 15-05-2019 05:06 PM, Werner Robitza wrote: On Wed, May 15, 2019 at 11:36 AM Gyan wrote: Which lines in the CLI help? SWScaler AVOptions: -sws_flags E..V. scaler flags (default bicubic) ... -src_formatE..V. source format (default yuv420p)

Re: [FFmpeg-devel] [PATCH v2] Add multiple padding method in dnn native

2019-05-15 Thread Pedro Arthur
Em qua, 15 de mai de 2019 às 04:44, Steven Liu escreveu: > > Xuewei Meng 于2019年5月11日周六 上午11:11写道: > > > > --- > > libavfilter/dnn_backend_native.c | 52 > > libavfilter/dnn_backend_native.h | 3 ++ > > 2 files changed, 43 insertions(+), 12 deletions(-) > > > >

[FFmpeg-devel] [PATCH] libavformat/mpegtsenc: Add minimal support for ATSC PSIP tables

2019-05-15 Thread Phillip Burr
Minimal support for ATSC PSIP tables. Does not support STT or EIT tables and so is not compliant with terrestrial ATSC. ATSC tables are not created by default, and will only be transmitted if either "atsc_name" or "atsc_channel" metadata is supplied. Signed-off-by: Phillip Burr ---

Re: [FFmpeg-devel] [PATCH] libavcodec/qsvenc: fix mpeg2 encoding

2019-05-15 Thread Andreas Håkon
Hi, > > The difference? > > In addition to a few extra little checks, It seems that the > > QSV_RUNTIME_VERSION_ATLEAST(q->ver, 1, 11) check fails every time in > > Windows (almost in my environment). > > If QSV_RUNTIME_VERSION_ATLEAST(q->ver, 1, 11) always equal to zero, then co3 > won't be

Re: [FFmpeg-devel] [PATCH v2 2/2] fftools/ffmpeg: add support for per frame rotation and flip

2019-05-15 Thread Andriy Gelman
On Tue, 14. May 22:36, Jun Li wrote: > Fix #6945 > Current implementaion for autorotate works fine for stream > level rotataion but no support for frame level operation > and frame flip. This patch is for adding flip support and > per frame operations. > --- > fftools/cmdutils.c | 9 ++--- >

Re: [FFmpeg-devel] [PATCH] avfilter/drawtext: stop resource leak

2019-05-15 Thread Paul B Mahol
On 5/15/19, Gyan wrote: > > See http://www.ffmpeg.org/pipermail/ffmpeg-devel/2019-May/244029.html > > Gyan > probably ok ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link

Re: [FFmpeg-devel] [PATCH]

2019-05-15 Thread Werner Robitza
On Wed, May 15, 2019 at 11:36 AM Gyan wrote: > Which lines in the CLI help? SWScaler AVOptions: -sws_flags E..V. scaler flags (default bicubic) ... -src_formatE..V. source format (default yuv420p) -dst_formatE..V. destination format

Re: [FFmpeg-devel] [PATCH] libavcodec/qsvenc: fix mpeg2 encoding

2019-05-15 Thread Li, Zhong
> > > Subject: [FFmpeg-devel] [PATCH] libavcodec/qsvenc: fix mpeg2 > > > encoding Fixes bug #7839 > > > https://trac.ffmpeg.org/ticket/7839 > > > Supersedes: > > > #12935 - https://patchwork.ffmpeg.org/patch/12935/ > > > #12872 - https://patchwork.ffmpeg.org/patch/12872/ > > > Regards. > > > A.H.

Re: [FFmpeg-devel] [PATCH v2] Add multiple padding method in dnn native

2019-05-15 Thread Guo, Yejun
> > > From: Xuewei Meng [mailto:xwmen...@gmail.com] > Sent: Wednesday, May 15, 2019 4:41 PM > To: Guo, Yejun > Cc: FFmpeg development discussions and patches > Subject: Re: [FFmpeg-devel] [PATCH v2] Add multiple padding method in dnn > native > > > > Guo, Yejun 于2019年5月15日周三 下午2:21写道: >

Re: [FFmpeg-devel] [PATCH] libavcodec/qsvenc: fix mpeg2 encoding

2019-05-15 Thread Andreas Håkon
Hi, > > Subject: [FFmpeg-devel] [PATCH] libavcodec/qsvenc: fix mpeg2 encoding > > Fixes bug #7839 > > https://trac.ffmpeg.org/ticket/7839 > > Supersedes: > > #12935 - https://patchwork.ffmpeg.org/patch/12935/ > > #12872 - https://patchwork.ffmpeg.org/patch/12872/ > > Regards. > > A.H. > > It was

Re: [FFmpeg-devel] [PATCH] libavcodec/qsvenc: fix mpeg2 encoding

2019-05-15 Thread Li, Zhong
> From: ffmpeg-devel [mailto:ffmpeg-devel-boun...@ffmpeg.org] On Behalf > Of Andreas Håkon > Sent: Wednesday, May 15, 2019 12:00 AM > To: FFmpeg development discussions and patches > > Subject: [FFmpeg-devel] [PATCH] libavcodec/qsvenc: fix mpeg2 encoding > > Fixes bug #7839 >

Re: [FFmpeg-devel] [PATCH] libavformat/qsvenc: fix mpeg2 missing headers

2019-05-15 Thread Andreas Rheinhardt
Hello, Andreas Håkon: > > Hi Andreas, > > >> I know nothing about QSV, but I know a bit about MPEG-2 and have >> therefore taken a quick look at this: > > I'm running a lot of tests with QSV. So I know a little bit about that. > > >> 1. >> >>> + if ((p_buf[7] & 0x1)

Re: [FFmpeg-devel] [PATCH]

2019-05-15 Thread Gyan
On 15-05-2019 02:28 PM, Werner Robitza wrote: This fixes documentation for swscaler which is not reflecting what is shown when running ffmpeg -h full. Best regards, Werner From a460bae885499cb7782c096336cb351dfe6652ad Mon Sep 17 00:00:00 2001 From: Werner Robitza Date: Wed, 15 May 2019

Re: [FFmpeg-devel] [PATCH] ffplay: added option always on top for video window

2019-05-15 Thread Daniel Kučera
> > Ping. > > -- > > S pozdravom / Best regards > Daniel Kucera. Ping. -- S pozdravom / Best regards Daniel Kucera. ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link

[FFmpeg-devel] [PATCH]

2019-05-15 Thread Werner Robitza
This fixes documentation for swscaler which is not reflecting what is shown when running ffmpeg -h full. Best regards, Werner 0001-doc-swscaler-fix-documentation-of-pixel-format-and-r.patch Description: Binary data ___ ffmpeg-devel mailing list

Re: [FFmpeg-devel] [PATCH v2] Add multiple padding method in dnn native

2019-05-15 Thread Xuewei Meng
Guo, Yejun 于2019年5月15日周三 下午2:21写道: > > > > -Original Message- > > From: ffmpeg-devel [mailto:ffmpeg-devel-boun...@ffmpeg.org] On Behalf Of > > Steven Liu > > Sent: Wednesday, May 15, 2019 10:38 AM > > To: FFmpeg development discussions and patches > > Cc: Xuewei Meng > > Subject: Re:

Re: [FFmpeg-devel] [PATCH] libavformat/qsvenc: fix mpeg2 missing headers

2019-05-15 Thread Andreas Håkon
Hi Andreas, > I know nothing about QSV, but I know a bit about MPEG-2 and have > therefore taken a quick look at this: I'm running a lot of tests with QSV. So I know a little bit about that. > 1. > > > + if ((p_buf[7] & 0x1) == 1) { > > +

[FFmpeg-devel] [PATCH] avfilter/drawtext: stop resource leak

2019-05-15 Thread Gyan
See http://www.ffmpeg.org/pipermail/ffmpeg-devel/2019-May/244029.html Gyan From 22f3b816e8da13877872a2e6ac408fc32de7d561 Mon Sep 17 00:00:00 2001 From: Gyan Doshi Date: Wed, 15 May 2019 12:36:05 +0530 Subject: [PATCH] avfilter/drawtext: stop resource leak Fixes Coverity CID 1445099 ---

Re: [FFmpeg-devel] [PATCH v2] Add multiple padding method in dnn native

2019-05-15 Thread Guo, Yejun
> -Original Message- > From: ffmpeg-devel [mailto:ffmpeg-devel-boun...@ffmpeg.org] On Behalf Of > Steven Liu > Sent: Wednesday, May 15, 2019 10:38 AM > To: FFmpeg development discussions and patches > Cc: Xuewei Meng > Subject: Re: [FFmpeg-devel] [PATCH v2] Add multiple padding method