Re: [FFmpeg-devel] [PATCH 3/4] configure: fix check for opencl

2018-06-01 Thread James Almer
On 6/2/2018 12:21 AM, Jun Zhao wrote: > add pkg-config support for opencl check. > > Signed-off-by: Jun Zhao > --- > configure | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/configure b/configure > index 22eeca2..69b8827 100755 > --- a/configure > +++ b/configure > @@ -6130,6 +6130,7

[FFmpeg-devel] [PATCH 4/4] configure: fix check for opencl_vaapi_intel_media.

2018-06-01 Thread Jun Zhao
opencl_vaapi_intel_media doesn't depend on libmfx, OpenCL™ Drivers and Runtimes for Intel® Architectureis is a standalone release, more information can be found in the link: https://software.intel.com/en-us/articles/opencl-drivers. Signed-off-by: Jun Zhao --- configure | 6 ++ 1 file

[FFmpeg-devel] [PATCH 3/4] configure: fix check for opencl

2018-06-01 Thread Jun Zhao
add pkg-config support for opencl check. Signed-off-by: Jun Zhao --- configure | 1 + 1 file changed, 1 insertion(+) diff --git a/configure b/configure index 22eeca2..69b8827 100755 --- a/configure +++ b/configure @@ -6130,6 +6130,7 @@ enabled openal&& { { for al_extralibs in

[FFmpeg-devel] [PATCH 2/4] lavfi/opencl: remove redundancy header.

2018-06-01 Thread Jun Zhao
remove redundancy header Signed-off-by: Jun Zhao --- libavfilter/opencl.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/libavfilter/opencl.c b/libavfilter/opencl.c index ae61667..ac5eec6 100644 --- a/libavfilter/opencl.c +++ b/libavfilter/opencl.c @@ -19,12 +19,9 @@ #include #include

[FFmpeg-devel] [PATCH 1/4] lavu/hwcontext_opecl: fix the build warning

2018-06-01 Thread Jun Zhao
fix the build warning when use Portable Computing Language (pocl). Signed-off-by: Jun Zhao --- libavutil/hwcontext_opencl.c | 8 1 file changed, 8 insertions(+) diff --git a/libavutil/hwcontext_opencl.c b/libavutil/hwcontext_opencl.c index 43b5c5a..9ecc361 100644 ---

Re: [FFmpeg-devel] [PATCH v2] avformat/movenc: properly handle cover image codecs

2018-06-01 Thread Timo Teras
On Sat, 2 Jun 2018 02:15:29 +0300 Timo Teras wrote: > On Sat, 2 Jun 2018 00:46:30 +0200 > Michael Niedermayer wrote: > > > input can be found here: > > https://guiltyfeminist.libsyn.com/97-repeal-the-eighth-with-helen-linehan > > This has been broken all time, I think. It'll work correct

Re: [FFmpeg-devel] [PATCH] libavformat/mov: Fix heap buffer overflow.

2018-06-01 Thread Michael Niedermayer
On Thu, May 31, 2018 at 10:41:29AM -0700, Jacob Trimble wrote: > Found by Chrome's ClusterFuzz: https://crbug.com/847060 > > Signed-off-by: Jacob Trimble > --- > libavformat/mov.c | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) will apply thanks [...] -- Michael GnuPG

Re: [FFmpeg-devel] [PATCH] libavutil/encryption_info: Add NULL checks.

2018-06-01 Thread Michael Niedermayer
On Thu, May 31, 2018 at 09:33:36AM -0700, Jacob Trimble wrote: > Found by Chrome's ClusterFuzz: http://crbug.com/846662. > > Signed-off-by: Jacob Trimble > --- > libavutil/encryption_info.c | 7 +-- > 1 file changed, 5 insertions(+), 2 deletions(-) > > diff --git

Re: [FFmpeg-devel] [PATCH v2] avformat/hlsenc: reimplement randomize of hls use av_get_random_seed

2018-06-01 Thread Michael Niedermayer
On Fri, Jun 01, 2018 at 10:56:56AM +0800, Steven Liu wrote: > --- > configure| 1 - > libavformat/hlsenc.c | 31 ++- > 2 files changed, 10 insertions(+), 22 deletions(-) > > diff --git a/configure b/configure > index 22eeca22a5..a3d0f5837a 100755 > ---

Re: [FFmpeg-devel] [PATCH v2] avformat/movenc: properly handle cover image codecs

2018-06-01 Thread Timo Teras
On Sat, 2 Jun 2018 00:46:30 +0200 Michael Niedermayer wrote: > On Fri, Jun 01, 2018 at 02:24:39AM +0300, Timo Teräs wrote: > > Find codec tag for attached images using appropriate list of > > supported image formats. > > > > This fixes writing the cover image to m4v/m4a and other container > >

Re: [FFmpeg-devel] [PATCH v2] avformat/movenc: properly handle cover image codecs

2018-06-01 Thread Michael Niedermayer
On Fri, Jun 01, 2018 at 02:24:39AM +0300, Timo Teräs wrote: > Find codec tag for attached images using appropriate list of > supported image formats. > > This fixes writing the cover image to m4v/m4a and other container > formats that do not allow these codecs as a track. > > Signed-off-by: Timo

Re: [FFmpeg-devel] [GSOC][PATCH] lavc/cfhd:IP frame decoding (inverse 3d transform) introduced

2018-06-01 Thread Michael Niedermayer
On Thu, May 31, 2018 at 04:55:22PM +0530, Gagandeep Singh wrote: > --- > libavcodec/cfhd.c | 462 > ++ > libavcodec/cfhd.h | 15 +- > 2 files changed, 411 insertions(+), 66 deletions(-) this causes some build warnings: CC

Re: [FFmpeg-devel] FFserver refactor and bugfixes

2018-06-01 Thread Stephan Holljes
On Fri, Jun 1, 2018 at 9:24 PM, Michael Niedermayer wrote: > On Fri, Jun 01, 2018 at 12:23:53AM +0200, Stephan Holljes wrote: >> This patch series got a bit larger than I hoped, but there were quite >> some more things to fix. Also a number of these commits are of cosmetic >> nature. > > btw,

Re: [FFmpeg-devel] [PATCH] libavutil/encryption_info: Add unit tests.

2018-06-01 Thread Jacob Trimble
On Fri, Jun 1, 2018 at 12:52 PM Jacob Trimble wrote: > > Signed-off-by: Jacob Trimble > --- > libavutil/Makefile| 1 + > libavutil/encryption_info.h | 2 +- > libavutil/tests/.gitignore| 2 + > libavutil/tests/encryption_info.c | 176

[FFmpeg-devel] [PATCH] libavutil/encryption_info: Add unit tests.

2018-06-01 Thread Jacob Trimble
Signed-off-by: Jacob Trimble --- libavutil/Makefile| 1 + libavutil/encryption_info.h | 2 +- libavutil/tests/.gitignore| 2 + libavutil/tests/encryption_info.c | 176 ++ tests/fate/libavutil.mak | 4 +

[FFmpeg-devel] Need FFmpeg consulting work - TV recording system project workflow with v4l2

2018-06-01 Thread Compn
Forwarding consulting job offer to mailing list with permission from sender. -Compn : Hi, we are a transcription company that does transcription of broadcast news. For that purpose, we need several TV stations constantly recorded in chunks. We have developed software to

Re: [FFmpeg-devel] [PATCH] lavc/libx265: allow users to set closed GOP via generic lavc flag

2018-06-01 Thread James Almer
On 6/1/2018 10:38 AM, Derek Buitenhuis wrote: > On Fri, Jun 1, 2018 at 2:25 PM, Gyan Doshi wrote: >> x265's default setting is open GOP. lavc's default is open as well. > > LGTM then. > > - Derek If bOpenGOP is now configurable, maybe the same should be done with keyframeMin and keyframeMax

Re: [FFmpeg-devel] FFserver refactor and bugfixes

2018-06-01 Thread Michael Niedermayer
On Fri, Jun 01, 2018 at 12:23:53AM +0200, Stephan Holljes wrote: > This patch series got a bit larger than I hoped, but there were quite > some more things to fix. Also a number of these commits are of cosmetic > nature. btw, what are the plans for selftests ? (similar to fate) for ffserver

Re: [FFmpeg-devel] [PATCH] lavc/libx265: allow users to set closed GOP via generic lavc flag

2018-06-01 Thread Gyan Doshi
On 01-06-2018 07:08 PM, Derek Buitenhuis wrote: On Fri, Jun 1, 2018 at 2:25 PM, Gyan Doshi wrote: x265's default setting is open GOP. lavc's default is open as well. LGTM then. - Derek Thanks. Will push soon. Gyan ___ ffmpeg-devel mailing

[FFmpeg-devel] Convert Raw RTP dump to H.264

2018-06-01 Thread Robert Clove
Hi FFMPEG people, i have a raw dump of RTP packets and want to convert it to .h264, can it be done via ffmpeg or needs some development ? Regards ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Re: [FFmpeg-devel] [PATCH] lavc/libx265: allow users to set closed GOP via generic lavc flag

2018-06-01 Thread Derek Buitenhuis
On Fri, Jun 1, 2018 at 2:25 PM, Gyan Doshi wrote: > x265's default setting is open GOP. lavc's default is open as well. LGTM then. - Derek ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Re: [FFmpeg-devel] [PATCH] lavc/libx265: allow users to set closed GOP via generic lavc flag

2018-06-01 Thread Gyan Doshi
On 01-06-2018 06:45 PM, Derek Buitenhuis wrote: What is the default setting? If it is setting open GOP by default, I think this is a bad idea. x265's default setting is open GOP. lavc's default is open as well. Regards, Gyan ___ ffmpeg-devel

Re: [FFmpeg-devel] [PATCH] lavc/libx265: allow users to set closed GOP via generic lavc flag

2018-06-01 Thread Derek Buitenhuis
On Fri, Jun 1, 2018 at 11:49 AM, Gyan Doshi wrote: [...] What is the default setting? If it is setting open GOP by default, I think this is a bad idea. - Derek ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org

Re: [FFmpeg-devel] [PATCH] lavf/mov.c: Fix timestamps to be strictly monotonic for video also.

2018-06-01 Thread Derek Buitenhuis
On Fri, Jun 1, 2018 at 12:23 AM, wrote: > From: Sasi Inguva > > Using same timestamp for multiple packets confuses clients like Ffms2 > while seeking to a packet with specific timestamp. > > Signed-off-by: Sasi Inguva > --- > libavformat/mov.c | 9 + > 1 file changed, 5 insertions(+),

Re: [FFmpeg-devel] [PATCH] Limited timecode support for lavd/decklink

2018-06-01 Thread Dave Rice
> On May 31, 2018, at 5:29 PM, Marton Balint wrote: > > On Thu, 31 May 2018, Jonathan Morley wrote: > >> Thank you for the clarification, Dave. It might be that the Blackmagic >> approach to collecting timecode doesn’t work for that one source because it >> is in the horizontal space (HANC)

Re: [FFmpeg-devel] [PATCH v3 1/3] lavc,doc: add avs2 codec

2018-06-01 Thread hwren
Hi, these samples may be helpful: https://gitee.com/hwren/avs2_samples . Best Wishes, hwren At 2018-05-31 05:43:56, "Jan Ekström" wrote: >On Wed, May 30, 2018 at 4:19 AM, hwren wrote: >> Signed-off-by: hwren >> --- >> doc/APIchanges | 3 +++ >> libavcodec/avcodec.h|

Re: [FFmpeg-devel] [GSOC] [PATCH] TensorFlow backend introduction for DNN module

2018-06-01 Thread Sergey Lavrushkin
2018-06-01 6:09 GMT+03:00 Guo, Yejun : > Did you try to build ffmpeg with TENSORFLOW_BACKEND enabled, and run it > without TF library? This case is possible when an end user install > pre-built package on a machine without TF library. > > In function init, the logic is to fall back to cpu path

[FFmpeg-devel] [PATCH] lavc/libx265: allow users to set closed GOP via generic lavc flag

2018-06-01 Thread Gyan Doshi
From 525f2422bc2b0544fce59031b8995c4e13fd813c Mon Sep 17 00:00:00 2001 From: Gyan Doshi Date: Fri, 1 Jun 2018 16:14:02 +0530 Subject: [PATCH] lavc/libx265: allow users to set closed GOP via generic lavc flag lavc flag 'cgop' can be used to set closed GOP. --- libavcodec/libx265.c | 1 +

Re: [FFmpeg-devel] avcodec/dpx: Support for RGBA 12-bit packed decoding

2018-06-01 Thread Paul B Mahol
On 6/1/18, Jerome Martinez wrote: > On 08/02/2018 11:28, Jerome Martinez wrote: >> Currently RGB and RGBA 12-bit are supported by DPX decoder only if >> component values are padded (packing "Filled to 32-bit words, method A"). >> This patch adds decoding of RGB and RGBA 12-bit with no padding >>

[FFmpeg-devel] avcodec/dpx: Support for RGBA 12-bit packed decoding

2018-06-01 Thread Jerome Martinez
On 08/02/2018 11:28, Jerome Martinez wrote: Currently RGB and RGBA 12-bit are supported by DPX decoder only if component values are padded (packing "Filled to 32-bit words, method A"). This patch adds decoding of RGB and RGBA 12-bit with no padding (packing "Packed into 32-bit words"). As I

Re: [FFmpeg-devel] [PATCH] doc/ffmpeg - rewrite Stream Selection chapter

2018-06-01 Thread Gyan Doshi
On 31-05-2018 11:57 PM, Lou Logan wrote: On Wed, May 30, 2018, at 9:56 PM, Gyan Doshi wrote: Can you run this on the server to check if subsubheadings are rendered? I'm fairly confident it will since @subheading also works online for developer.html, but not locally. However, this

Re: [FFmpeg-devel] qt-faststart bug near 4GB

2018-06-01 Thread Eran Kornblau
> On Thu, May 31, 2018 at 10:11:38AM +, Eran Kornblau wrote: > > > > > > -Original Message- > > > From: ffmpeg-devel [mailto:ffmpeg-devel-boun...@ffmpeg.org] On > > > Behalf Of Eran Kornblau > > > Sent: Friday, May 25, 2018 4:40 PM > > > To: FFmpeg development discussions and patches