Re: [FFmpeg-devel] [PATCH] libvmaf: exit gracefully if the library fails.

2017-12-08 Thread Gyan Doshi
On 12/9/2017 7:05 AM, Ronald S. Bultje wrote: Fixes trac issue #6884 and Netflix/vmaf issue #124. static void *call_vmaf(void *ctx) { > ... pthread_exit(NULL); } Fails to build unless I add 'return NULL;' in call_vmaf. Pre-existing issue. Open ticket is #6878. Is it

Re: [FFmpeg-devel] [PATCH 2/3] lavf/utils: add flag to discard timestamps on corrupted frames

2017-12-08 Thread Rodger Combs
> On Dec 8, 2017, at 11:06, Michael Niedermayer wrote: > > On Thu, Dec 07, 2017 at 10:23:15PM -0600, Rodger Combs wrote: >> --- >> libavformat/avformat.h | 1 + >> libavformat/options_table.h | 1 + >> libavformat/utils.c | 8 >> 3 files changed, 10

[FFmpeg-devel] [PATCH 1/3] lavf/matroskadec: resync if cluster parsing fails while seeking

2017-12-08 Thread Rodger Combs
--- libavformat/matroskadec.c | 8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/libavformat/matroskadec.c b/libavformat/matroskadec.c index 496499b553..b51f67af00 100644 --- a/libavformat/matroskadec.c +++ b/libavformat/matroskadec.c @@ -3528,9 +3528,13 @@ static int

[FFmpeg-devel] [PATCH 2/3] lavf/matroskadec: fallback to generic seeking if resyncing fails while seeking

2017-12-08 Thread Rodger Combs
--- libavformat/matroskadec.c | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/libavformat/matroskadec.c b/libavformat/matroskadec.c index b51f67af00..944ed795d5 100644 --- a/libavformat/matroskadec.c +++ b/libavformat/matroskadec.c @@ -3532,8 +3532,12 @@ static int

[FFmpeg-devel] [PATCH 3/3] lavf/matroskadec: log when falling back to generic seeking

2017-12-08 Thread Rodger Combs
--- libavformat/matroskadec.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libavformat/matroskadec.c b/libavformat/matroskadec.c index 944ed795d5..fb1a27f4a8 100644 --- a/libavformat/matroskadec.c +++ b/libavformat/matroskadec.c @@ -3570,6 +3570,7 @@ static int

Re: [FFmpeg-devel] [PATCH 1/2] avfilter: steps to ditch YUVJ formats

2017-12-08 Thread Rostislav Pehlivanov
On 8 December 2017 at 20:48, Michael Niedermayer wrote: > On Fri, Dec 08, 2017 at 12:12:57PM +0100, Paul B Mahol wrote: > > Signed-off-by: Paul B Mahol > > --- > > fftools/ffmpeg.c | 1 + > > fftools/ffmpeg.h | 2 ++ > >

[FFmpeg-devel] [PATCH] libvmaf: exit gracefully if the library fails.

2017-12-08 Thread Ronald S. Bultje
Fixes trac issue #6884 and Netflix/vmaf issue #124. --- libavfilter/vf_libvmaf.c | 28 ++-- 1 file changed, 22 insertions(+), 6 deletions(-) diff --git a/libavfilter/vf_libvmaf.c b/libavfilter/vf_libvmaf.c index 7670c51..d628b95 100644 --- a/libavfilter/vf_libvmaf.c +++

Re: [FFmpeg-devel] [PATCH 2/3] lavf/matroskadec: fallback to generic seeking if resyncing fails while seeking

2017-12-08 Thread Michael Niedermayer
On Fri, Dec 08, 2017 at 06:45:35AM -0600, Rodger Combs wrote: > --- > libavformat/matroskadec.c | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) breaks fate-seek-mkv-codec-delay [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB Republics decline into

[FFmpeg-devel] [PATCH] arm/hevc_idct: fix compilation on Android

2017-12-08 Thread James Almer
Compilation error "out of range" fixed for armeabi-v7a. Compilation failed trying to build libvlc.aar for ARM7 android on ubuntu 16.04 host. Error messages is "Offset out of range". The reason of the error is assembler LDR directives in function "ff_hevc_transform_luma_4x4_neon_8" need local

Re: [FFmpeg-devel] [PATCH 1/2] avfilter: steps to ditch YUVJ formats

2017-12-08 Thread Michael Niedermayer
On Fri, Dec 08, 2017 at 12:12:57PM +0100, Paul B Mahol wrote: > Signed-off-by: Paul B Mahol > --- > fftools/ffmpeg.c | 1 + > fftools/ffmpeg.h | 2 ++ > fftools/ffmpeg_filter.c | 18 +++--- > libavcodec/avcodec.h | 1 + > libavcodec/utils.c

Re: [FFmpeg-devel] [PATCH 1/2] avfilter: steps to ditch YUVJ formats

2017-12-08 Thread Michael Niedermayer
On Fri, Dec 08, 2017 at 12:12:57PM +0100, Paul B Mahol wrote: > Signed-off-by: Paul B Mahol > --- > fftools/ffmpeg.c | 1 + > fftools/ffmpeg.h | 2 ++ > fftools/ffmpeg_filter.c | 18 +++--- > libavcodec/avcodec.h | 1 + > libavcodec/utils.c

Re: [FFmpeg-devel] [PATCH 2/2] libavcodec/mjpeg: remove YUVJ mentions

2017-12-08 Thread Michael Niedermayer
On Fri, Dec 08, 2017 at 12:12:58PM +0100, Paul B Mahol wrote: > Signed-off-by: Paul B Mahol > --- > libavcodec/mjpegdec.c| 18 +- > libavcodec/mjpegenc.c| 6 -- > libavcodec/mjpegenc_common.c | 5 + > tests/fate/vcodec.mak| 21

Re: [FFmpeg-devel] FFmpeg 3.4.1

2017-12-08 Thread Michael Niedermayer
On Fri, Dec 08, 2017 at 01:25:16PM +0100, Marton Balint wrote: > > > On Fri, 8 Dec 2017, wm4 wrote: > > >On Fri, 8 Dec 2017 06:52:20 +0100 > >Michael Niedermayer wrote: > > > >>On Fri, Dec 08, 2017 at 01:09:50AM -0300, James Almer wrote: > >>> On 12/8/2017 12:26 AM, wm4

Re: [FFmpeg-devel] [PATCH] avfilter/video: pick sar from link

2017-12-08 Thread Paul B Mahol
On 12/7/17, Paul B Mahol wrote: > On 12/7/17, Nicolas George wrote: >> Paul B Mahol (2017-12-07): >>> Signed-off-by: Paul B Mahol >>> --- >>> libavfilter/video.c | 9 - >>> 1 file changed, 8 insertions(+), 1 deletion(-) >> >> Please

Re: [FFmpeg-devel] [PATCH] lavf/mov: atom box parsing return eofcause play fail

2017-12-08 Thread Michael Niedermayer
On Sat, Dec 09, 2017 at 12:06:47AM +0800, Tiejun.Peng wrote: > yes, i have checked this case and i have done a lot of tests with .mp4 file > and fate Please correct me if iam wrong there are many different atoms/boxes and many functions parsing them If any of these return EOF, it has

Re: [FFmpeg-devel] [PATCH] avcodec/Makefile: Fix opus parser dependency.

2017-12-08 Thread Jacob Trimble
On Fri, Dec 8, 2017 at 10:39 AM, Michael Niedermayer wrote: > On Thu, Dec 07, 2017 at 11:30:13AM -0800, Jacob Trimble wrote: >> The opus.c file uses variables that are defined in opustab.c. The >> opus parser needs to include that file to avoid linker errors when >> not

[FFmpeg-devel] [PATCH] amf: fix wrong profile level after auto-correction in H264 and HEVC

2017-12-08 Thread Mironov, Mikhail
Moved bitrate parameters set before Init() call because bitrate is used in profile level correction code inside Init(). Signed-off-by: Mikhail Mironov --- libavcodec/amfenc_h264.c | 10 +- libavcodec/amfenc_hevc.c | 8 2 files changed, 9

Re: [FFmpeg-devel] [PATCH] libavcodec/hevcdsp: compilation error fixed for ARM

2017-12-08 Thread Michael Niedermayer
On Fri, Dec 08, 2017 at 02:32:33PM -0300, James Almer wrote: > On 12/7/2017 8:57 AM, Ihor Bobalo wrote: > > > > > > There's (what i assume is) an alternative fix here > https://git.videolan.org/?p=vlc.git;a=commitdiff;h=d14c813b19b9f40e3c1de93f2d750ced41f0e7f1 that may be better, yes [...] --

Re: [FFmpeg-devel] checkasm/vf_hflip : add test for vf_hflip SIMD

2017-12-08 Thread Michael Niedermayer
On Fri, Dec 08, 2017 at 06:05:27PM +0100, Martin Vignali wrote: > > > > issue still happens with both reverted > > > > checkasm: using random seed 1616253308 > > SSSE3: > >hflip_byte_ssse3 (vf_hflip.c:63) > > - vf_hflip.hflip_byte [FAILED] > >hflip_short_ssse3 (vf_hflip.c:63) > > -

Re: [FFmpeg-devel] [PATCH v3 1/2] libavcodec/hevc_filter: move AVDISCARD_NONREF switch-case into function

2017-12-08 Thread Michael Niedermayer
On Thu, Dec 07, 2017 at 07:56:11PM +, Stefan _ wrote: > On 07.12.2017 at 17:41 Michael Niedermayer wrote: > > The move and the functional change should be in seperate patches > > that keeps changes easy to read and understand > > > > [...] > > > hevc_filter.c | 20 +++- >

Re: [FFmpeg-devel] [PATCH v3 2/3] avformat/mxfenc: write reel_name if metadata key is present

2017-12-08 Thread Michael Niedermayer
On Fri, Dec 08, 2017 at 12:19:21AM +0100, Tomas Härdin wrote: > On Thu, 2017-12-07 at 14:45 -0800, Mark Reid wrote: > > On Dec 7, 2017 7:45 AM, "Tomas Härdin" wrote: > > > > On 2017-12-05 05:46, Mark Reid wrote: > > > > > --- > > > libavformat/mxf.h| 1 + > > >

Re: [FFmpeg-devel] [PATCH] fix MSVC compilation errors

2017-12-08 Thread Michael Niedermayer
On Fri, Dec 08, 2017 at 08:46:52AM +0100, Mateusz wrote: > After commit 3701d49 'error_resilience: remove avpriv_atomic usage' > we have included windows.h in much more files and we should > avoid conflicts with defines/function declarations. > > Signed-off-by: Mateusz Brzostek

Re: [FFmpeg-devel] [PATCH] avcodec/Makefile: Fix opus parser dependency.

2017-12-08 Thread Michael Niedermayer
On Thu, Dec 07, 2017 at 11:30:13AM -0800, Jacob Trimble wrote: > The opus.c file uses variables that are defined in opustab.c. The > opus parser needs to include that file to avoid linker errors when > not including the opus encoder/decoder. please list the symbols needed or the error message in

Re: [FFmpeg-devel] avfilter/x86/vf_threshold : add SSE4 and AVX2 for threshold 16

2017-12-08 Thread Michael Niedermayer
On Thu, Dec 07, 2017 at 10:08:56PM +0100, Martin Vignali wrote: > > > > You should also change the cglobal line for x86_32, right below this else > > > > > new patch in attach tested, works on arm/mips/x86-32/64 linux & x86-32/64 mingw [...] -- Michael GnuPG fingerprint:

Re: [FFmpeg-devel] [RFC] avcodec/avcodec.h: Add encryption info side data

2017-12-08 Thread Jacob Trimble
On Tue, Dec 5, 2017 at 5:22 PM, Derek Buitenhuis wrote: > On 12/6/2017 12:36 AM, Jacob Trimble wrote: >> Would a 0-length array work? Otherwise I would need to have it be a >> 1-length array and have to account for that when calculating the size >> to allocate; it

Re: [FFmpeg-devel] [PATCH] lavf/mp3dec: fix mp3 file probe fail

2017-12-08 Thread Carl Eugen Hoyos
2017-12-08 18:45 GMT+01:00 Tiejun.Peng : > i agree with you. too much experience value in condition of Judgement like > this: > "else if(max_frames>=4 && max_frames >= p->buf_size/1)". > why it is the value ? it is hard to known. > maybe the work of cleaned up

Re: [FFmpeg-devel] [PATCH] lavf/mp3dec: fix mp3 file probe fail

2017-12-08 Thread Tiejun.Peng
i agree with you. too much experience value in condition of Judgement like this: "else if(max_frames>=4 && max_frames >= p->buf_size/1)". why it is the value ? it is hard to known. maybe the work of cleaned up need a few days, so i just repair of the probe. --

Re: [FFmpeg-devel] [PATCH] libavcodec/hevcdsp: compilation error fixed for ARM

2017-12-08 Thread James Almer
On 12/7/2017 8:57 AM, Ihor Bobalo wrote: > > There's (what i assume is) an alternative fix here https://git.videolan.org/?p=vlc.git;a=commitdiff;h=d14c813b19b9f40e3c1de93f2d750ced41f0e7f1 ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org

Re: [FFmpeg-devel] [PATCH] libavcodec/hevcdsp: compilation error fixed for ARM

2017-12-08 Thread Jan Ekström
On Fri, Dec 8, 2017 at 7:18 PM, Michael Niedermayer wrote: > please provide the uncut error message and compiler/assembler version > affected in the commit message as reference otherwise its hard to > understand what/where exactly the issue was Hi, I noticed this

Re: [FFmpeg-devel] [PATCH] lavf/mp3dec: fix mp3 file probe fail

2017-12-08 Thread Tiejun.Peng
sorry , i can't produce the output file of pcm with vlc . below link is the vlc record file, maybe it is useful for you. i try to play it with ffmpeg is ok. https://trac.ffmpeg.org/attachment/ticket/6895/vlc-record-2017-12-09-01h02m32s-music_mp3-.mp3 -- Original

Re: [FFmpeg-devel] [PATCH] libavcodec/hevcdsp: compilation error fixed for ARM

2017-12-08 Thread Michael Niedermayer
On Thu, Dec 07, 2017 at 11:57:51AM +, Ihor Bobalo wrote: > > > > > This e-mail may contain privileged and confidential information. If you are > not the intended recipient, be aware that any use, disclosure, copying or > distribution of this e-mail or any

Re: [FFmpeg-devel] [PATCH v2] libavcodec/mpegvideo_parser: improve detection of progressive mpeg2

2017-12-08 Thread Michael Niedermayer
On Thu, Dec 07, 2017 at 04:05:15PM -0800, Aman Gupta wrote: > From: Aman Gupta > > Previously many progressive mpeg2video samples were detected as interlaced > by ffmpeg/ffprobe. For example, https://tmm1.s3.amazonaws.com/720p.ts > > Before: > > Input #0, mpegts, from

Re: [FFmpeg-devel] [PATCH 2/3] lavf/utils: add flag to discard timestamps on corrupted frames

2017-12-08 Thread Michael Niedermayer
On Thu, Dec 07, 2017 at 10:23:15PM -0600, Rodger Combs wrote: > --- > libavformat/avformat.h | 1 + > libavformat/options_table.h | 1 + > libavformat/utils.c | 8 > 3 files changed, 10 insertions(+) > > diff --git a/libavformat/avformat.h b/libavformat/avformat.h > index

Re: [FFmpeg-devel] checkasm/vf_hflip : add test for vf_hflip SIMD

2017-12-08 Thread Martin Vignali
> > issue still happens with both reverted > > checkasm: using random seed 1616253308 > SSSE3: >hflip_byte_ssse3 (vf_hflip.c:63) > - vf_hflip.hflip_byte [FAILED] >hflip_short_ssse3 (vf_hflip.c:63) > - vf_hflip.hflip_short [FAILED] > checkasm: 2 of 2 tests have failed > > Thanks for

[FFmpeg-devel] [PATCH V2] lavf/mov: atom box parsing return eof cause play fail

2017-12-08 Thread tiejun.peng
fix eof lead to play fail. Signed-off-by: tiejun.peng --- libavformat/mov.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/libavformat/mov.c b/libavformat/mov.c index 180b6f4..870fdd6 100644 --- a/libavformat/mov.c +++ b/libavformat/mov.c @@

[FFmpeg-devel] [PATCH] lavf/mov: modify code indentation

2017-12-08 Thread tiejun.peng
Signed-off-by: tiejun.peng --- libavformat/mov.c | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/libavformat/mov.c b/libavformat/mov.c index 9982204..180b6f4 100644 --- a/libavformat/mov.c +++ b/libavformat/mov.c @@ -6630,13 +6630,13 @@

[FFmpeg-devel] [PATCH] lavf/mov: add some useful warning log of eof

2017-12-08 Thread tiejun.peng
Signed-off-by: tiejun.peng --- libavformat/mov.c | 43 +-- 1 file changed, 33 insertions(+), 10 deletions(-) diff --git a/libavformat/mov.c b/libavformat/mov.c index c901859..9982204 100644 --- a/libavformat/mov.c +++

Re: [FFmpeg-devel] FFmpeg 3.4.1

2017-12-08 Thread Carl Eugen Hoyos
2017-12-08 5:42 GMT+01:00 James Almer : > On 12/8/2017 1:33 AM, Carl Eugen Hoyos wrote: >> 2017-12-08 5:09 GMT+01:00 James Almer : >> >>> When the old decode API was turned into a wrapper for the >>> new, some applications using said API this way started to

Re: [FFmpeg-devel] [PATCH 3/3] lavf/matroskadec: log when falling back to generic seeking

2017-12-08 Thread Carl Eugen Hoyos
2017-12-08 13:45 GMT+01:00 Rodger Combs : > --- > libavformat/matroskadec.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/libavformat/matroskadec.c b/libavformat/matroskadec.c > index 2d23f2ee84..f023e94e70 100644 > --- a/libavformat/matroskadec.c > +++

[FFmpeg-devel] [PATCH] lavc: Make hardware config method support more explicit for hwaccels

2017-12-08 Thread Mark Thompson
From: Thomas Guillem This fixes the use of old ad-hoc methods which are still supported by some hwaccels which also support newer methods (DXVA2, VAAPI, VDPAU, videotoolbox) - without the method being visible here, ff_get_format() would refuse to use it. Signed-off-by: Mark

Re: [FFmpeg-devel] [PATCH] lavc: Make hardware config method support more explicit for hwaccels

2017-12-08 Thread Thomas Guillem
On Fri, Dec 8, 2017, at 17:15, Mark Thompson wrote: > From: Thomas Guillem > > This fixes the use of old ad-hoc methods which are still supported by > some > hwaccels which also support newer methods (DXVA2, VAAPI, VDPAU, > videotoolbox) - without the method being visible here,

Re: [FFmpeg-devel] [PATCH] lavf/mp3dec: fix mp3 file probe fail

2017-12-08 Thread Carl Eugen Hoyos
2017-12-08 17:13 GMT+01:00 Tiejun.Peng : > can this commit be merged into master? Given that it would introduce a regression, I guess not. More important though: I cannot reproduce successful playback with vlc - can you provide the output file that vlc produces for you?

Re: [FFmpeg-devel] [PATCH] lavf/mp3dec: fix mp3 file probe fail

2017-12-08 Thread Tiejun.Peng
can this commit be merged into master? -- Original -- From: "Tiejun.Peng";; Send time: Thursday, Dec 7, 2017 5:32 PM To: "FFmpeg development discussions and patches"; Subject: Re: [FFmpeg-devel] [PATCH]

Re: [FFmpeg-devel] checkasm/vf_hflip : add test for vf_hflip SIMD

2017-12-08 Thread Michael Niedermayer
On Fri, Dec 08, 2017 at 12:34:07PM +0100, Martin Vignali wrote: > > > > maybe iam missing something > > but my box doesnt like your test: > > > > > > Is there a link to these recent commit : > https://github.com/FFmpeg/FFmpeg/commit/dc33fe1d0080e932faa9fe3c7fb4850dfde161a8 >

Re: [FFmpeg-devel] [PATCH] lavf/mov: atom box parsing return eofcause play fail

2017-12-08 Thread Tiejun.Peng
yes, i have checked this case and i have done a lot of tests with .mp4 file and fate -- Original -- From: "Michael Niedermayer";; Send time: Friday, Dec 8, 2017 4:42 AM To: "FFmpeg development discussions and

Re: [FFmpeg-devel] [PATCH 2/2] libavcodec/mjpeg: remove YUVJ mentions

2017-12-08 Thread Paul B Mahol
On 12/8/17, Paul B Mahol wrote: > On 12/8/17, Vittorio Giovara wrote: >>> On 12/8/17, Paul B Mahole *>> >* wrote: >>>*> This will basically break everyone encoding mjpeg right now, since it >> *>*>

Re: [FFmpeg-devel] [PATCH 2/2] libavcodec/mjpeg: remove YUVJ mentions

2017-12-08 Thread Paul B Mahol
On 12/8/17, Vittorio Giovara wrote: >> On 12/8/17, Paul B Mahole *> >* wrote: >>*> This will basically break everyone encoding mjpeg right now, since it > *>*> suddenly only accepts different formats without any

Re: [FFmpeg-devel] [PATCH 2/2] libavcodec/mjpeg: remove YUVJ mentions

2017-12-08 Thread Vittorio Giovara
> On 12/8/17, Paul B Mahole * >* wrote: >*> This will basically break everyone encoding mjpeg right now, since it *>*> suddenly only accepts different formats without any common-ground *>*> before/after. *>*> Furthermore, there is no replacement for

Re: [FFmpeg-devel] [PATCH] configure: Allow users to disable all hwaccel libraries

2017-12-08 Thread Gyan Doshi
On 12/8/2017 4:56 PM, Tobias Rapp wrote: includes autodetected hwaccels, but that's just my personal opinion. I leave it to the maintainer of the file to decide what to push. Speaking of which, who is the maintainer of configure? Neither the file nor MAINTAINERS has a name. Regards, Gyan

[FFmpeg-devel] [PATCH 3/3] lavf/matroskadec: log when falling back to generic seeking

2017-12-08 Thread Rodger Combs
--- libavformat/matroskadec.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libavformat/matroskadec.c b/libavformat/matroskadec.c index 2d23f2ee84..f023e94e70 100644 --- a/libavformat/matroskadec.c +++ b/libavformat/matroskadec.c @@ -3567,6 +3567,7 @@ static int

[FFmpeg-devel] [PATCH 2/3] lavf/matroskadec: fallback to generic seeking if resyncing fails while seeking

2017-12-08 Thread Rodger Combs
--- libavformat/matroskadec.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/libavformat/matroskadec.c b/libavformat/matroskadec.c index 93a3ec4a07..2d23f2ee84 100644 --- a/libavformat/matroskadec.c +++ b/libavformat/matroskadec.c @@ -3531,8 +3531,10 @@ static int

[FFmpeg-devel] [PATCH 1/3] lavf/matroskadec: resync if cluster parsing fails while seeking

2017-12-08 Thread Rodger Combs
--- libavformat/matroskadec.c | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/libavformat/matroskadec.c b/libavformat/matroskadec.c index 496499b553..93a3ec4a07 100644 --- a/libavformat/matroskadec.c +++ b/libavformat/matroskadec.c @@ -3528,9 +3528,12 @@ static int

Re: [FFmpeg-devel] FFmpeg 3.4.1

2017-12-08 Thread Marton Balint
On Fri, 8 Dec 2017, wm4 wrote: On Fri, 8 Dec 2017 06:52:20 +0100 Michael Niedermayer wrote: On Fri, Dec 08, 2017 at 01:09:50AM -0300, James Almer wrote: > On 12/8/2017 12:26 AM, wm4 wrote: > > On Thu, 7 Dec 2017 23:23:51 +0100 > > Michael Niedermayer

Re: [FFmpeg-devel] checkasm/vf_hflip : add test for vf_hflip SIMD

2017-12-08 Thread Martin Vignali
> > maybe iam missing something > but my box doesnt like your test: > > > Is there a link to these recent commit : https://github.com/FFmpeg/FFmpeg/commit/dc33fe1d0080e932faa9fe3c7fb4850dfde161a8 https://github.com/FFmpeg/FFmpeg/commit/f2aa0ce5a059cf02ee4cbd68111dd2ad622edc85 ? Martin

Re: [FFmpeg-devel] [PATCH] configure: Allow users to disable all hwaccel libraries

2017-12-08 Thread Tobias Rapp
On 07.12.2017 10:31, Gyan Doshi wrote: On 12/7/2017 12:59 PM, Tobias Rapp wrote: Why not add the HWACCEL_AUTODETECT_LIBRARY_LIST to --disable-hwaccels? That is a better choice but there wasn't a bespoke case for '--disable-hwaccels', so originally ignored that possibility. Added it in

[FFmpeg-devel] [PATCH 1/2] avfilter: steps to ditch YUVJ formats

2017-12-08 Thread Paul B Mahol
Signed-off-by: Paul B Mahol --- fftools/ffmpeg.c | 1 + fftools/ffmpeg.h | 2 ++ fftools/ffmpeg_filter.c | 18 +++--- libavcodec/avcodec.h | 1 + libavcodec/utils.c | 2 ++ libavfilter/avfilter.c | 2 ++ libavfilter/avfilter.h |

[FFmpeg-devel] [PATCH 2/2] libavcodec/mjpeg: remove YUVJ mentions

2017-12-08 Thread Paul B Mahol
Signed-off-by: Paul B Mahol --- libavcodec/mjpegdec.c| 18 +- libavcodec/mjpegenc.c| 6 -- libavcodec/mjpegenc_common.c | 5 + tests/fate/vcodec.mak| 21 ++--- 4 files changed, 28 insertions(+), 22 deletions(-)

Re: [FFmpeg-devel] checkasm/vf_hflip : add test for vf_hflip SIMD

2017-12-08 Thread Michael Niedermayer
On Thu, Dec 07, 2017 at 09:40:41PM +0100, Martin Vignali wrote: > Hello, > > Patch in attach add a checkasm test for vf_hflip (byte and short) > > Martin > hflip.h|1 + > vf_hflip.c | 14 ++ > 2 files changed, 11 insertions(+), 4 deletions(-) >

Re: [FFmpeg-devel] [PATCH] lavc/utils: remove unnecessary locking

2017-12-08 Thread Michael Niedermayer
On Fri, Dec 08, 2017 at 09:49:25AM +0100, Hendrik Leppkes wrote: > On Fri, Dec 8, 2017 at 6:09 AM, Rostislav Pehlivanov > wrote: > > Its already done by lockmgr. > > > > Signed-off-by: Rostislav Pehlivanov > > --- > > libavcodec/utils.c | 6 -- > >

Re: [FFmpeg-devel] [PATCH 2/2] libavcodec/mjpeg: remove YUVJ mentions

2017-12-08 Thread Paul B Mahol
On 12/8/17, Hendrik Leppkes wrote: > On Fri, Dec 8, 2017 at 10:46 AM, Paul B Mahol wrote: >> Signed-off-by: Paul B Mahol >> --- >> libavcodec/mjpegdec.c| 18 +- >> libavcodec/mjpegenc.c| 4 ++-- >>

Re: [FFmpeg-devel] [PATCH 2/2] libavcodec/mjpeg: remove YUVJ mentions

2017-12-08 Thread Hendrik Leppkes
On Fri, Dec 8, 2017 at 10:46 AM, Paul B Mahol wrote: > Signed-off-by: Paul B Mahol > --- > libavcodec/mjpegdec.c| 18 +- > libavcodec/mjpegenc.c| 4 ++-- > libavcodec/mjpegenc_common.c | 5 + > tests/fate/vcodec.mak

Re: [FFmpeg-devel] [PATCH] Add android_capture indev

2017-12-08 Thread Felix Matouschek
Am 30.11.2017 17:40, schrieb Michael Niedermayer: yes, if you dont set it, it will be computet but it would give some latency on startup as it needs a few frames first to base the computation on. This latency may or may not be a bigger problem than slightly incorrect values. I dont know, its

[FFmpeg-devel] [PATCH 2/2] libavcodec/mjpeg: remove YUVJ mentions

2017-12-08 Thread Paul B Mahol
Signed-off-by: Paul B Mahol --- libavcodec/mjpegdec.c| 18 +- libavcodec/mjpegenc.c| 4 ++-- libavcodec/mjpegenc_common.c | 5 + tests/fate/vcodec.mak| 21 ++--- 4 files changed, 26 insertions(+), 22 deletions(-)

[FFmpeg-devel] [PATCH 1/2] avfilter: steps to ditch YUVJ formats

2017-12-08 Thread Paul B Mahol
Signed-off-by: Paul B Mahol --- Now with fate passing for mjpeg. Are all these changes OK? --- fftools/ffmpeg.c | 1 + fftools/ffmpeg.h | 2 ++ fftools/ffmpeg_filter.c | 16 +--- libavfilter/avfilter.c | 2 ++ libavfilter/avfilter.h | 2 ++

Re: [FFmpeg-devel] [PATCH] avcodec/nvdec: Fix capability check with old drivers.

2017-12-08 Thread Timo Rothenpieler
lgtm, feel free to push or remind me to do so if I forget smime.p7s Description: S/MIME Cryptographic Signature ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

[FFmpeg-devel] [PATCH 3/3] avformat/hlsenc: creation of variant streams in subdirectories

2017-12-08 Thread vdixit
From: Vishwanath Dixit --- doc/muxers.texi | 33 - libavformat/hlsenc.c | 68 +--- 2 files changed, 92 insertions(+), 9 deletions(-) diff --git a/doc/muxers.texi b/doc/muxers.texi index

[FFmpeg-devel] [PATCH 1/3] avformat/hlsenc: revamped master playlist url creation logic

2017-12-08 Thread vdixit
From: Vishwanath Dixit --- libavformat/hlsenc.c | 34 ++ 1 file changed, 18 insertions(+), 16 deletions(-) diff --git a/libavformat/hlsenc.c b/libavformat/hlsenc.c index 7dc8f42..fa44760 100644 --- a/libavformat/hlsenc.c +++

[FFmpeg-devel] [PATCH 2/3] avformat/hlsenc: configurable variant stream index position in filenames

2017-12-08 Thread vdixit
From: Vishwanath Dixit --- doc/muxers.texi | 29 -- libavformat/hlsenc.c | 154 ++- 2 files changed, 126 insertions(+), 57 deletions(-) diff --git a/doc/muxers.texi b/doc/muxers.texi index 3d0c7bf..f53cc10 100644

Re: [FFmpeg-devel] [PATCH] lavc/utils: remove unnecessary locking

2017-12-08 Thread Hendrik Leppkes
On Fri, Dec 8, 2017 at 6:09 AM, Rostislav Pehlivanov wrote: > Its already done by lockmgr. > > Signed-off-by: Rostislav Pehlivanov > --- > libavcodec/utils.c | 6 -- > 1 file changed, 6 deletions(-) > > diff --git a/libavcodec/utils.c

Re: [FFmpeg-devel] [PATCH] vf_zscale: Fix alpha destination graph for floating point pixel formats

2017-12-08 Thread Paul B Mahol
On 12/7/17, Vittorio Giovara wrote: > This was setting the input pixel type instead of the output one, > leading to incorrect data being fed to the library. > > Signed-off-by: Vittorio Giovara > --- > libavfilter/vf_zscale.c | 2 +- > 1