Re: [FFmpeg-devel] [PATCH] avformat/hlsenc: fix segfault when using -hls_segment_type fmp4 with -hls_segment_filename

2017-09-15 Thread Steven Liu
2017-09-16 8:37 GMT+08:00 Steven Liu : > 2017-09-16 7:16 GMT+08:00 Aman Gupta : >> From: Aman Gupta >> >> previously, specifying -hls_segment_filename meant >> s->base_output_dirname was never set, causing a segfault: >> >> (lldb) bt >> * thread #1, queue = 'com.apple.main-thread', stop reason = E

Re: [FFmpeg-devel] [PATCH] avformat/hlsenc: fix segfault when using -hls_segment_type fmp4 with -hls_segment_filename

2017-09-15 Thread Steven Liu
2017-09-16 7:16 GMT+08:00 Aman Gupta : > From: Aman Gupta > > previously, specifying -hls_segment_filename meant > s->base_output_dirname was never set, causing a segfault: > > (lldb) bt > * thread #1, queue = 'com.apple.main-thread', stop reason = EXC_BAD_ACCESS > (code=1, address=0x0) > * fra

[FFmpeg-devel] [PATCH] MAINTAINERS: add myself for bwdif and (t)interlace

2017-09-15 Thread Thomas Mundt
Requested by Michael 0001-MAINTAINERS-add-myself-for-bwdif-and-t-interlace.patch Description: Binary data ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Re: [FFmpeg-devel] [PATCH 3/3] avfilter/interlace: add support for 10 and 12 bit

2017-09-15 Thread Thomas Mundt
2017-09-15 22:15 GMT+02:00 Michael Niedermayer : > On Thu, Sep 14, 2017 at 10:58:01PM +0200, Thomas Mundt wrote: > > > Patch attached > > > > > libavfilter/interlace.h|4 - > > > libavfilter/tinterlace.h |4 - > > > libavfilter/vf_interlace.c

[FFmpeg-devel] [PATCH] avformat/hlsenc: fix segfault when using -hls_segment_type fmp4 with -hls_segment_filename

2017-09-15 Thread Aman Gupta
From: Aman Gupta previously, specifying -hls_segment_filename meant s->base_output_dirname was never set, causing a segfault: (lldb) bt * thread #1, queue = 'com.apple.main-thread', stop reason = EXC_BAD_ACCESS (code=1, address=0x0) * frame #0: 0x7fffbf7d82d0 libsystem_platform.dylib`_pla

Re: [FFmpeg-devel] [PATCH] avfilter/interlace: prevent over-sharpening with the complex low-pass filter

2017-09-15 Thread Michael Niedermayer
On Sat, Sep 16, 2017 at 12:34:13AM +0200, Thomas Mundt wrote: > 2017-09-15 22:26 GMT+02:00 Michael Niedermayer : > > > On Fri, Sep 15, 2017 at 04:38:16PM +0200, Thomas Mundt wrote: > > > > Michael, is it possible for you to push this? > > > > will push > > > > Thanks! > > also i see noone listed

Re: [FFmpeg-devel] [PATCH] avfilter/interlace: prevent over-sharpening with the complex low-pass filter

2017-09-15 Thread Thomas Mundt
2017-09-15 22:26 GMT+02:00 Michael Niedermayer : > On Fri, Sep 15, 2017 at 04:38:16PM +0200, Thomas Mundt wrote: > > > Michael, is it possible for you to push this? > > will push > Thanks! also i see noone listed in MAINTAINERS for vf_(t)interlace > if noone objects, you might want to send a pat

Re: [FFmpeg-devel] [PATCH 1/4] kmsgrab: Fix 32-bit RGB DRM format definitions

2017-09-15 Thread Carl Eugen Hoyos
2017-09-16 0:03 GMT+02:00 Mark Thompson : > On 15/09/17 22:49, Carl Eugen Hoyos wrote: >> 2017-09-15 23:44 GMT+02:00 Mark Thompson : >>> On 15/09/17 22:40, Carl Eugen Hoyos wrote: 2017-09-15 22:51 GMT+02:00 Mark Thompson : > The 32-bit DRM formats are defined in terms of little-endian word

Re: [FFmpeg-devel] [PATCH 2/4] kmsgrab: Remove multiple-plane formats

2017-09-15 Thread Mark Thompson
On 15/09/17 22:56, Carl Eugen Hoyos wrote: > 2017-09-15 23:53 GMT+02:00 Mark Thompson : >> On 15/09/17 22:50, Carl Eugen Hoyos wrote: >>> 2017-09-15 23:44 GMT+02:00 Mark Thompson : On 15/09/17 22:43, Carl Eugen Hoyos wrote: > 2017-09-15 22:51 GMT+02:00 Mark Thompson : >> The planes hav

Re: [FFmpeg-devel] [PATCH] avcodec/dnxhdenc: fix DNxHR 444 encoding crashes see https://trac.ffmpeg.org/ticket/6649

2017-09-15 Thread Michael Niedermayer
On Fri, Sep 15, 2017 at 01:48:11PM +0200, Carl Eugen Hoyos wrote: > Ping? i think its ok but i thought paul would review/apply as he commented in the ticket and the author stated in it "but this should be reviewed by Paul B Mahol" [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF13

Re: [FFmpeg-devel] [PATCH 1/4] kmsgrab: Fix 32-bit RGB DRM format definitions

2017-09-15 Thread Mark Thompson
On 15/09/17 22:49, Carl Eugen Hoyos wrote: > 2017-09-15 23:44 GMT+02:00 Mark Thompson : >> On 15/09/17 22:40, Carl Eugen Hoyos wrote: >>> 2017-09-15 22:51 GMT+02:00 Mark Thompson : The 32-bit DRM formats are defined in terms of little-endian words, so 32-bit RGB formats like XRGB actually

Re: [FFmpeg-devel] [PATCH 2/4] kmsgrab: Remove multiple-plane formats

2017-09-15 Thread Carl Eugen Hoyos
2017-09-15 23:53 GMT+02:00 Mark Thompson : > On 15/09/17 22:50, Carl Eugen Hoyos wrote: >> 2017-09-15 23:44 GMT+02:00 Mark Thompson : >>> On 15/09/17 22:43, Carl Eugen Hoyos wrote: 2017-09-15 22:51 GMT+02:00 Mark Thompson : > The planes have no reason to be contiguous, assuming they >

[FFmpeg-devel] [PATCH] fate/fits: add missing png & gif dependencies

2017-09-15 Thread Paras Chadha
Signed-off-by: Paras Chadha --- tests/fate/demux.mak | 2 +- tests/fate/fits.mak | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/fate/demux.mak b/tests/fate/demux.mak index 261b004..68d4b6a 100644 --- a/tests/fate/demux.mak +++ b/tests/fate/demux.mak @@ -36,7 +36

Re: [FFmpeg-devel] [PATCH 2/4] kmsgrab: Remove multiple-plane formats

2017-09-15 Thread Mark Thompson
On 15/09/17 22:50, Carl Eugen Hoyos wrote: > 2017-09-15 23:44 GMT+02:00 Mark Thompson : >> On 15/09/17 22:43, Carl Eugen Hoyos wrote: >>> 2017-09-15 22:51 GMT+02:00 Mark Thompson : The planes have no reason to be contiguous, assuming they are results in very broken output. >>> >>> Is bein

Re: [FFmpeg-devel] [PATCH 2/4] kmsgrab: Remove multiple-plane formats

2017-09-15 Thread Carl Eugen Hoyos
2017-09-15 23:44 GMT+02:00 Mark Thompson : > On 15/09/17 22:43, Carl Eugen Hoyos wrote: >> 2017-09-15 22:51 GMT+02:00 Mark Thompson : >>> The planes have no reason to be contiguous, assuming they >>> are results in very broken output. >> >> Is being contiguous a requirement of DRM? > > For multiple

Re: [FFmpeg-devel] [PATCH 1/4] kmsgrab: Fix 32-bit RGB DRM format definitions

2017-09-15 Thread Carl Eugen Hoyos
2017-09-15 23:44 GMT+02:00 Mark Thompson : > On 15/09/17 22:40, Carl Eugen Hoyos wrote: >> 2017-09-15 22:51 GMT+02:00 Mark Thompson : >>> The 32-bit DRM formats are defined in terms of little-endian words, so >>> 32-bit RGB formats like XRGB actually have the elements in the opposite >>> order in m

Re: [FFmpeg-devel] [PATCH 2/4] kmsgrab: Remove multiple-plane formats

2017-09-15 Thread Mark Thompson
On 15/09/17 22:43, Carl Eugen Hoyos wrote: > 2017-09-15 22:51 GMT+02:00 Mark Thompson : >> The planes have no reason to be contiguous, assuming they >> are results in very broken output. > > Is being contiguous a requirement of DRM? For multiple-plane formats, no. Hence the change. - Mark _

Re: [FFmpeg-devel] [PATCH 1/2] avcodec/fitsdec: change to be pixel formats

2017-09-15 Thread Carl Eugen Hoyos
2017-09-15 23:37 GMT+02:00 James Almer : > On 9/15/2017 6:34 PM, Carl Eugen Hoyos wrote: >> 2017-09-15 22:30 GMT+02:00 Paras Chadha : >> >>> -*dst++ = (type) t; \ >>> +write(dst, (type) t); \ >> >> Is the cast still necessary? >> >> Is the new code faster on

Re: [FFmpeg-devel] [PATCH 1/4] kmsgrab: Fix 32-bit RGB DRM format definitions

2017-09-15 Thread Mark Thompson
On 15/09/17 22:40, Carl Eugen Hoyos wrote: > 2017-09-15 22:51 GMT+02:00 Mark Thompson : >> The 32-bit DRM formats are defined in terms of little-endian words, so >> 32-bit RGB formats like XRGB actually have the elements in the opposite >> order in memory to the order they are in the name. >> >> Th

Re: [FFmpeg-devel] [PATCH 2/4] kmsgrab: Remove multiple-plane formats

2017-09-15 Thread Carl Eugen Hoyos
2017-09-15 22:51 GMT+02:00 Mark Thompson : > The planes have no reason to be contiguous, assuming they > are results in very broken output. Is being contiguous a requirement of DRM? Carl Eugen ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http:/

Re: [FFmpeg-devel] [PATCH 1/4] kmsgrab: Fix 32-bit RGB DRM format definitions

2017-09-15 Thread Carl Eugen Hoyos
2017-09-15 22:51 GMT+02:00 Mark Thompson : > The 32-bit DRM formats are defined in terms of little-endian words, so > 32-bit RGB formats like XRGB actually have the elements in the opposite > order in memory to the order they are in the name. > > This does not affect YUYV and similar YUV 4:2:2 form

Re: [FFmpeg-devel] [PATCH 1/2] avcodec/fitsdec: change to be pixel formats

2017-09-15 Thread James Almer
On 9/15/2017 6:34 PM, Carl Eugen Hoyos wrote: > 2017-09-15 22:30 GMT+02:00 Paras Chadha : > >> -*dst++ = (type) t; \ >> +write(dst, (type) t); \ > > Is the cast still necessary? > > Is the new code faster on any platform? It fixes the fate tests on big en

Re: [FFmpeg-devel] [PATCH 1/2] avcodec/fitsdec: change to be pixel formats

2017-09-15 Thread Carl Eugen Hoyos
2017-09-15 22:30 GMT+02:00 Paras Chadha : > -*dst++ = (type) t; \ > +write(dst, (type) t); \ Is the cast still necessary? Is the new code faster on any platform? Carl Eugen ___ ffmpeg-devel mailing list ffmpeg-d

Re: [FFmpeg-devel] [PATCH 2/2] fate/fits: add missing png & gif dependencies

2017-09-15 Thread James Almer
On 9/15/2017 5:30 PM, Paras Chadha wrote: > Signed-off-by: Paras Chadha > --- > tests/fate/fits.mak | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/tests/fate/fits.mak b/tests/fate/fits.mak > index bc1b771..704f655 100644 > --- a/tests/fate/fits.mak > +++ b/tests/fate/fits.mak > @@ -1

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

2017-09-15 Thread Ashish Pratap Singh
From: Ashish Singh Hi, this patch addresses the previous issues and changes it to a single input filter. Signed-off-by: Ashish Singh --- Changelog | 1 + doc/filters.texi| 14 ++ libavfilter/Makefile| 1 + libavfilter/allfilters.c| 1 + libavfil

[FFmpeg-devel] [PATCH 2/4] kmsgrab: Remove multiple-plane formats

2017-09-15 Thread Mark Thompson
The planes have no reason to be contiguous, assuming they are results in very broken output. --- libavdevice/kmsgrab.c | 4 1 file changed, 4 deletions(-) diff --git a/libavdevice/kmsgrab.c b/libavdevice/kmsgrab.c index bcb6865f60..e54534006e 100644 --- a/libavdevice/kmsgrab.c +++ b/libavdev

[FFmpeg-devel] [PATCH 1/4] kmsgrab: Fix 32-bit RGB DRM format definitions

2017-09-15 Thread Mark Thompson
The 32-bit DRM formats are defined in terms of little-endian words, so 32-bit RGB formats like XRGB actually have the elements in the opposite order in memory to the order they are in the name. This does not affect YUYV and similar YUV 4:2:2 formats, which are in the expected order. --- libavdevi

[FFmpeg-devel] [PATCH 3/4] hwcontext_vaapi: Fix DRM format mapping

2017-09-15 Thread Mark Thompson
--- libavutil/hwcontext_vaapi.c | 16 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/libavutil/hwcontext_vaapi.c b/libavutil/hwcontext_vaapi.c index 852f0abda2..c4473a229f 100644 --- a/libavutil/hwcontext_vaapi.c +++ b/libavutil/hwcontext_vaapi.c @@ -925,16 +925,16

[FFmpeg-devel] [PATCH 4/4] kmsgrab: Add more DRM plane formats

2017-09-15 Thread Mark Thompson
From: Carl Eugen Hoyos --- libavdevice/kmsgrab.c | 11 +++ 1 file changed, 11 insertions(+) diff --git a/libavdevice/kmsgrab.c b/libavdevice/kmsgrab.c index e54534006e..11f23d8af7 100644 --- a/libavdevice/kmsgrab.c +++ b/libavdevice/kmsgrab.c @@ -207,7 +207,18 @@ static const struct {

Re: [FFmpeg-devel] [PATCH 5/5] lavd: Add KMS frame grabber

2017-09-15 Thread Mark Thompson
On 15/09/17 17:19, Mark Thompson wrote: > On 15/09/17 16:11, Carl Eugen Hoyos wrote: >> 2017-09-15 16:37 GMT+02:00 Mark Thompson : >>> On 15/09/17 13:09, Carl Eugen Hoyos wrote: 2017-09-15 0:37 GMT+02:00 Mark Thompson : > On 14/09/17 22:30, Carl Eugen Hoyos wrote: >> 2017-09-07 23:56 G

Re: [FFmpeg-devel] [PATCH 2/2] fate: add mxf_dv25/dvcpro50 regression tests

2017-09-15 Thread Michael Niedermayer
On Thu, Sep 14, 2017 at 03:44:42PM +0200, Tobias Rapp wrote: > Signed-off-by: Tobias Rapp > --- > tests/fate/avformat.mak | 2 ++ > tests/fate/seek.mak | 4 +++ > tests/lavf-regression.sh | 8 ++ > tests/ref/lavf/mxf_dv25 | 3 +++ > tests/ref/lavf/mx

Re: [FFmpeg-devel] [PATCH 2/2] fate/fits: add missing png & gif dependencies

2017-09-15 Thread Michael Niedermayer
On Sat, Sep 16, 2017 at 02:00:28AM +0530, Paras Chadha wrote: > Signed-off-by: Paras Chadha > --- > tests/fate/fits.mak | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/tests/fate/fits.mak b/tests/fate/fits.mak > index bc1b771..704f655 100644 > --- a/tests/fate/fits.mak > +++ b/tests/f

Re: [FFmpeg-devel] [PATCH 2/2] vf_fps: Fix memory leak introduced by eea64ef4

2017-09-15 Thread Michael Niedermayer
On Fri, Sep 15, 2017 at 08:49:54AM -0700, Thierry Foucu wrote: > --- > libavfilter/vf_fps.c | 1 + > 1 file changed, 1 insertion(+) will apply thank [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB Concerning the gods, I have no means of knowing whether they ex

[FFmpeg-devel] [PATCH 2/2] fate/fits: add missing png & gif dependencies

2017-09-15 Thread Paras Chadha
Signed-off-by: Paras Chadha --- tests/fate/fits.mak | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/fate/fits.mak b/tests/fate/fits.mak index bc1b771..704f655 100644 --- a/tests/fate/fits.mak +++ b/tests/fate/fits.mak @@ -1,3 +1,4 @@ +tests/data/fits-multi.fits: $(TARGET_SAMPLES)/gif/

[FFmpeg-devel] [PATCH 1/2] avcodec/fitsdec: change to be pixel formats

2017-09-15 Thread Paras Chadha
Signed-off-by: Paras Chadha --- libavcodec/fitsdec.c | 34 ++ 1 file changed, 18 insertions(+), 16 deletions(-) diff --git a/libavcodec/fitsdec.c b/libavcodec/fitsdec.c index b075381..c72415f 100644 --- a/libavcodec/fitsdec.c +++ b/libavcodec/fitsdec.c @@ -205,9 +

Re: [FFmpeg-devel] [PATCH] avcodec/mips: Improve hevc sao band filter msa functions

2017-09-15 Thread Michael Niedermayer
On Fri, Sep 15, 2017 at 12:44:03PM +, Manojkumar Bhosale wrote: > LGTM will apply [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB In fact, the RIAA has been known to suggest that students drop out of college or go to community college in order to be able to

Re: [FFmpeg-devel] [PATCH] avcodec/mips: Improve avc mc copy msa functions

2017-09-15 Thread Michael Niedermayer
On Fri, Sep 15, 2017 at 12:04:58PM +, Manojkumar Bhosale wrote: > LGTM will apply thx [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB No human being will ever know the Truth, for even if they happen to say it by chance, they would not even known they had do

Re: [FFmpeg-devel] [PATCH] avcodec/mips: Improve avc lpf msa functions

2017-09-15 Thread Michael Niedermayer
On Fri, Sep 15, 2017 at 12:04:46PM +, Manojkumar Bhosale wrote: > LGTM tested will apply thanks [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB Concerning the gods, I have no means of knowing whether they exist or not or of what sort they may be, because o

Re: [FFmpeg-devel] [PATCHv3] avformat/mpegts: opus muxing & demuxing for mapping family 255

2017-09-15 Thread Michael Niedermayer
On Wed, Sep 13, 2017 at 09:36:25PM +0200, pkv.stream wrote: > Le 08/09/2017 à 1:46 AM, pkv.stream a écrit : > >Hi, > > > >I've removed inline declarations in the patch since they're not > >accepted in ffmpeg. > > > >Thanks for any more comments or reviews. > > > >Regards > > > > > bump, initial sub

Re: [FFmpeg-devel] [PATCH 1/3] avfilter/interlace: simplify code

2017-09-15 Thread Michael Niedermayer
On Thu, Sep 14, 2017 at 10:56:48PM +0200, Thomas Mundt wrote: > Patch attached > vf_interlace.c | 31 +-- > vf_tinterlace.c | 29 + > 2 files changed, 18 insertions(+), 42 deletions(-) > c7bc60f2afc0b803b0aaf54beffd514c76211976 > 0001

Re: [FFmpeg-devel] [PATCH] avfilter/interlace: prevent over-sharpening with the complex low-pass filter

2017-09-15 Thread Michael Niedermayer
On Fri, Sep 15, 2017 at 04:38:16PM +0200, Thomas Mundt wrote: > 2017-09-13 23:35 GMT+02:00 Thomas Mundt : > > > 2017-09-06 22:15 GMT+02:00 Thomas Mundt : > > > >> 2017-09-01 1:55 GMT+02:00 Thomas Mundt : > >> > >>> 2017-09-01 1:22 GMT+02:00 Michael Niedermayer : > >>> > On Fri, Sep 01, 2017 a

Re: [FFmpeg-devel] [PATCH 3/3] avfilter/interlace: add support for 10 and 12 bit

2017-09-15 Thread Michael Niedermayer
On Thu, Sep 14, 2017 at 10:58:01PM +0200, Thomas Mundt wrote: > Patch attached > libavfilter/interlace.h|4 - > libavfilter/tinterlace.h |4 - > libavfilter/vf_interlace.c | 89 > + > libavfilter/

Re: [FFmpeg-devel] [PATCH] avcodec/fitsdec: change to le pixel formats

2017-09-15 Thread Paras Chadha
On Fri, Sep 15, 2017 at 10:59 PM, James Almer wrote: > On 9/12/2017 9:56 PM, James Almer wrote: > > On 9/3/2017 12:05 PM, Paras Chadha wrote: > >> Signed-off-by: Paras Chadha > >> --- > >> This fixes the failed fate tests on ppc64be: > >> http://fate.ffmpeg.org/report.cgi?time=20170903050743&slo

Re: [FFmpeg-devel] [PATCH 1/2] avformat/mxfenc: fix aspect ratio when writing 16:9 DV frames

2017-09-15 Thread Michael Niedermayer
On Thu, Sep 14, 2017 at 03:44:41PM +0200, Tobias Rapp wrote: > Signed-off-by: Tobias Rapp > --- > libavformat/mxfenc.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/libavformat/mxfenc.c b/libavformat/mxfenc.c > index 7289e0b..da4d7b4 100644 > --- a/libavformat/mxfenc.c

Re: [FFmpeg-devel] [PATCH] avcodec/fitsdec: change to le pixel formats

2017-09-15 Thread James Almer
On 9/12/2017 9:56 PM, James Almer wrote: > On 9/3/2017 12:05 PM, Paras Chadha wrote: >> Signed-off-by: Paras Chadha >> --- >> This fixes the failed fate tests on ppc64be: >> http://fate.ffmpeg.org/report.cgi?time=20170903050743&slot=ppc64be-RHEL7.0-gcc-4.8.5-ibmcrl >> >> libavcodec/fitsdec.c | 6

Re: [FFmpeg-devel] [PATCH]lavf/http: Reset encoding on redirect

2017-09-15 Thread Carl Eugen Hoyos
2017-09-15 18:32 GMT+02:00 Michael Niedermayer : > On Thu, Sep 14, 2017 at 11:27:15PM +0200, Carl Eugen Hoyos wrote: >> Hi! >> >> Attached patch fixes ticket #. >> >> Please comment, Carl Eugen > >> http.c |1 + >> 1 file changed, 1 insertion(+) >> 204665a4354f6df3d79f81535a6cef92d8720992

Re: [FFmpeg-devel] [PATCH]lavf/http: Reset encoding on redirect

2017-09-15 Thread Michael Niedermayer
On Thu, Sep 14, 2017 at 11:27:15PM +0200, Carl Eugen Hoyos wrote: > Hi! > > Attached patch fixes ticket #. > > Please comment, Carl Eugen > http.c |1 + > 1 file changed, 1 insertion(+) > 204665a4354f6df3d79f81535a6cef92d8720992 > 0001-lavf-http-Reset-encoding-on-redirect.patch > From

Re: [FFmpeg-devel] [PATCH 5/5] lavd: Add KMS frame grabber

2017-09-15 Thread Carl Eugen Hoyos
2017-09-15 18:19 GMT+02:00 Mark Thompson : > On 15/09/17 16:11, Carl Eugen Hoyos wrote: >> May I commit? > > Are you able to test at all? No, I am sorry if I gave a wrong impression! Carl Eugen ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http

Re: [FFmpeg-devel] [PATCH 5/5] lavd: Add KMS frame grabber

2017-09-15 Thread Mark Thompson
On 15/09/17 16:11, Carl Eugen Hoyos wrote: > 2017-09-15 16:37 GMT+02:00 Mark Thompson : >> On 15/09/17 13:09, Carl Eugen Hoyos wrote: >>> 2017-09-15 0:37 GMT+02:00 Mark Thompson : On 14/09/17 22:30, Carl Eugen Hoyos wrote: > 2017-09-07 23:56 GMT+02:00 Mark Thompson : > >> +static c

Re: [FFmpeg-devel] [PATCH] vf_fps: when reading EOF, using current_pts to duplicate the last frame if needed.

2017-09-15 Thread Michael Niedermayer
On Fri, Sep 15, 2017 at 08:35:25AM -0700, Thierry Foucu wrote: > On Fri, Sep 15, 2017 at 8:24 AM, Carl Eugen Hoyos > wrote: > > > 2017-09-15 17:13 GMT+02:00 Thierry Foucu : > > > > >> Too fast to reply again, my bad. It's indeed a GCC bug. > > > > > > Sorry about it. I'm glad you found the proble

[FFmpeg-devel] [PATCH 2/2] vf_fps: Fix memory leak introduced by eea64ef4

2017-09-15 Thread Thierry Foucu
--- libavfilter/vf_fps.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libavfilter/vf_fps.c b/libavfilter/vf_fps.c index 09fc66a73c..1e5d07e31c 100644 --- a/libavfilter/vf_fps.c +++ b/libavfilter/vf_fps.c @@ -171,6 +171,7 @@ static int request_frame(AVFilterLink *outlink)

Re: [FFmpeg-devel] [PATCH] vf_fps: when reading EOF, using current_pts to duplicate the last frame if needed.

2017-09-15 Thread Thierry Foucu
On Fri, Sep 15, 2017 at 8:24 AM, Carl Eugen Hoyos wrote: > 2017-09-15 17:13 GMT+02:00 Thierry Foucu : > > >> Too fast to reply again, my bad. It's indeed a GCC bug. > > > > Sorry about it. I'm glad you found the problem. > > I suspect the comment above only applies to the asan hang, > a valgrind

Re: [FFmpeg-devel] [PATCH] vf_fps: when reading EOF, using current_pts to duplicate the last frame if needed.

2017-09-15 Thread Carl Eugen Hoyos
2017-09-15 17:13 GMT+02:00 Thierry Foucu : >> Too fast to reply again, my bad. It's indeed a GCC bug. > > Sorry about it. I'm glad you found the problem. I suspect the comment above only applies to the asan hang, a valgrind issue was also mentioned in this thread. Carl Eugen

Re: [FFmpeg-devel] [PATCH] vf_fps: when reading EOF, using current_pts to duplicate the last frame if needed.

2017-09-15 Thread Thierry Foucu
HI Clement On Fri, Sep 15, 2017 at 7:55 AM, Clément Bœsch wrote: > On Fri, Sep 15, 2017 at 04:53:45PM +0200, Clément Bœsch wrote: > > On Fri, Sep 15, 2017 at 11:15:14AM -0300, James Almer wrote: > > > On 9/15/2017 10:15 AM, Clément Bœsch wrote: > > > > On Fri, Sep 15, 2017 at 02:44:59AM +0200, M

Re: [FFmpeg-devel] [PATCH 5/5] lavd: Add KMS frame grabber

2017-09-15 Thread Carl Eugen Hoyos
2017-09-15 16:37 GMT+02:00 Mark Thompson : > On 15/09/17 13:09, Carl Eugen Hoyos wrote: >> 2017-09-15 0:37 GMT+02:00 Mark Thompson : >>> On 14/09/17 22:30, Carl Eugen Hoyos wrote: 2017-09-07 23:56 GMT+02:00 Mark Thompson : > +static const struct { > +enum AVPixelFormat pixfmt;

Re: [FFmpeg-devel] [PATCH] GnuTLS: eat PREMATURE_TERMINATION error

2017-09-15 Thread Jan Ekstrom
Hi, On Fri, Sep 15, 2017 at 11:04 AM, Tatsuyuki Ishi wrote: > Subject: [PATCH] GnuTLS: eat PREMATURE_TERMINATION error > > GnuTLS is too strict on the SSL shutdown alert, and it's neither > mandatory in the spec or critical. As it's ignored in OpenSSL, we > should also suppress it in GnuTLS as we

Re: [FFmpeg-devel] [PATCH] vf_fps: when reading EOF, using current_pts to duplicate the last frame if needed.

2017-09-15 Thread Clément Bœsch
On Fri, Sep 15, 2017 at 04:53:45PM +0200, Clément Bœsch wrote: > On Fri, Sep 15, 2017 at 11:15:14AM -0300, James Almer wrote: > > On 9/15/2017 10:15 AM, Clément Bœsch wrote: > > > On Fri, Sep 15, 2017 at 02:44:59AM +0200, Michael Niedermayer wrote: > > >> On Tue, Sep 12, 2017 at 06:45:57PM -0700, T

Re: [FFmpeg-devel] [PATCH] vf_fps: when reading EOF, using current_pts to duplicate the last frame if needed.

2017-09-15 Thread Clément Bœsch
On Fri, Sep 15, 2017 at 11:15:14AM -0300, James Almer wrote: > On 9/15/2017 10:15 AM, Clément Bœsch wrote: > > On Fri, Sep 15, 2017 at 02:44:59AM +0200, Michael Niedermayer wrote: > >> On Tue, Sep 12, 2017 at 06:45:57PM -0700, Thierry Foucu wrote: > >>> Fix ticket #2674 > >>> Tested with examples f

Re: [FFmpeg-devel] [PATCH 5/5] lavd: Add KMS frame grabber

2017-09-15 Thread Mark Thompson
On 15/09/17 13:09, Carl Eugen Hoyos wrote: > 2017-09-15 0:37 GMT+02:00 Mark Thompson : >> On 14/09/17 22:30, Carl Eugen Hoyos wrote: >>> 2017-09-07 23:56 GMT+02:00 Mark Thompson : >>> +static const struct { +enum AVPixelFormat pixfmt; +uint32_t drm_format; +} kmsgrab_for

Re: [FFmpeg-devel] [PATCH] avfilter/interlace: prevent over-sharpening with the complex low-pass filter

2017-09-15 Thread Thomas Mundt
2017-09-13 23:35 GMT+02:00 Thomas Mundt : > 2017-09-06 22:15 GMT+02:00 Thomas Mundt : > >> 2017-09-01 1:55 GMT+02:00 Thomas Mundt : >> >>> 2017-09-01 1:22 GMT+02:00 Michael Niedermayer : >>> On Fri, Sep 01, 2017 at 01:18:11AM +0200, Michael Niedermayer wrote: > On Thu, Aug 31, 2017 at 10

Re: [FFmpeg-devel] [PATCH] vf_fps: when reading EOF, using current_pts to duplicate the last frame if needed.

2017-09-15 Thread James Almer
On 9/15/2017 10:15 AM, Clément Bœsch wrote: > On Fri, Sep 15, 2017 at 02:44:59AM +0200, Michael Niedermayer wrote: >> On Tue, Sep 12, 2017 at 06:45:57PM -0700, Thierry Foucu wrote: >>> Fix ticket #2674 >>> Tested with examples from ticket 2674. >>> --- >>> Sorry Michael, I forgot to configure using

Re: [FFmpeg-devel] [PATCH] vf_fps: when reading EOF, using current_pts to duplicate the last frame if needed.

2017-09-15 Thread Clément Bœsch
On Fri, Sep 15, 2017 at 02:44:59AM +0200, Michael Niedermayer wrote: > On Tue, Sep 12, 2017 at 06:45:57PM -0700, Thierry Foucu wrote: > > Fix ticket #2674 > > Tested with examples from ticket 2674. > > --- > > Sorry Michael, I forgot to configure using --enable-gpl. > > Please find new patch. > >

Re: [FFmpeg-devel] [PATCH] avcodec/mips: Improve hevc sao band filter msa functions

2017-09-15 Thread Manojkumar Bhosale
LGTM -Original Message- From: ffmpeg-devel [mailto:ffmpeg-devel-boun...@ffmpeg.org] On Behalf Of kaustubh.ra...@imgtec.com Sent: Friday, September 15, 2017 5:07 PM To: ffmpeg-devel@ffmpeg.org Cc: Kaustubh Raste Subject: [FFmpeg-devel] [PATCH] avcodec/mips: Improve hevc sao band filter msa

Re: [FFmpeg-devel] [PATCH 5/5] lavd: Add KMS frame grabber

2017-09-15 Thread Carl Eugen Hoyos
2017-09-15 0:37 GMT+02:00 Mark Thompson : > On 14/09/17 22:30, Carl Eugen Hoyos wrote: >> 2017-09-07 23:56 GMT+02:00 Mark Thompson : >> >>> +static const struct { >>> +enum AVPixelFormat pixfmt; >>> +uint32_t drm_format; >>> +} kmsgrab_formats[] = { >>> +{ AV_PIX_FMT_GRAY8,DRM_FORMA

Re: [FFmpeg-devel] [PATCH] avcodec/mips: Improve avc mc copy msa functions

2017-09-15 Thread Manojkumar Bhosale
LGTM -Original Message- From: ffmpeg-devel [mailto:ffmpeg-devel-boun...@ffmpeg.org] On Behalf Of kaustubh.ra...@imgtec.com Sent: Friday, September 15, 2017 11:43 AM To: ffmpeg-devel@ffmpeg.org Cc: Kaustubh Raste Subject: [FFmpeg-devel] [PATCH] avcodec/mips: Improve avc mc copy msa functio

Re: [FFmpeg-devel] [PATCH] avcodec/mips: Improve avc lpf msa functions

2017-09-15 Thread Manojkumar Bhosale
LGTM -Original Message- From: ffmpeg-devel [mailto:ffmpeg-devel-boun...@ffmpeg.org] On Behalf Of kaustubh.ra...@imgtec.com Sent: Friday, September 15, 2017 11:28 AM To: ffmpeg-devel@ffmpeg.org Cc: Kaustubh Raste Subject: [FFmpeg-devel] [PATCH] avcodec/mips: Improve avc lpf msa functions

Re: [FFmpeg-devel] [PATCH] avcodec/dnxhdenc: fix DNxHR 444 encoding crashes see https://trac.ffmpeg.org/ticket/6649

2017-09-15 Thread Carl Eugen Hoyos
Ping? Carl Eugen ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Re: [FFmpeg-devel] [PATCH] fix http 302 not compressed request , Ticket #6404

2017-09-15 Thread Carl Eugen Hoyos
2017-07-20 16:33 GMT+02:00 : > This fixt for me redirect error: > > [http @ 0x65ac50] inflate return value: -3, unknown compression method > > after : > > [http @ 0x65ac50] header='HTTP/1.1 302 Moved Temporarily' Patch applied. Thank you, Carl Eugen _

[FFmpeg-devel] [PATCH] avcodec/mips: Improve hevc sao band filter msa functions

2017-09-15 Thread kaustubh.raste
From: Kaustubh Raste Preload data in band filter 0-8 for better pipeline parallelization. Signed-off-by: Kaustubh Raste --- libavcodec/mips/hevc_lpf_sao_msa.c | 174 ++- libavutil/mips/generic_macros_msa.h |1 + 2 files changed, 112 insertions(+), 63 delet

Re: [FFmpeg-devel] [PATCH 5/5] lavd: Add KMS frame grabber

2017-09-15 Thread Andy Furniss
Mark Thompson wrote: On 15/09/17 00:15, Andy Furniss wrote: Andy Furniss wrote: Mark Thompson wrote: --- Now sets the trusted packet flag; otherwise unchanged. configure| 1 + libavdevice/Makefile | 1 + libavdevice/alldevices.c | 1 + libavdevice/kmsgrab.c

Re: [FFmpeg-devel] [PATCH 3/4] avdevice/decklink_dec: Added Closed caption decode from VANC

2017-09-15 Thread Jeyapal, Karthick
>Shoot, then the original code was incorrect :). > >I will take a final look at your patches next week. > >Regards, >Marton Thanks. And I forgot to mention a thing. Some parts of that code in this patch was started from VLC’s source code. Source link here https://fossies.org/linux/vlc/modules/ac

[FFmpeg-devel] [PATCH] GnuTLS: eat PREMATURE_TERMINATION error

2017-09-15 Thread Tatsuyuki Ishi
Subject: [PATCH] GnuTLS: eat PREMATURE_TERMINATION error GnuTLS is too strict on the SSL shutdown alert, and it's neither mandatory in the spec or critical. As it's ignored in OpenSSL, we should also suppress it in GnuTLS as well. Ticket: #6667 --- libavformat/tls_gnutls.c | 1 + 1 file changed