Re: [FFmpeg-devel] [PATCH] lavc/vaapi_encode: give a debug message if attrs unsupported.

2017-12-18 Thread Jun Zhao
On 2017/12/19 14:29, 刘歧 wrote: >> On 19 Dec 2017, at 14:25, Jun Zhao wrote: >> >> <0001-lavc-vaapi_encode-give-a-debug-message-if-attrs-unsu.patch> > I saw you using AV_LOG_DEBUG, What about use AV_LOG_WARNING? Because that > message is tell user attrs unsupported. > >

Re: [FFmpeg-devel] [PATCH 3/4] avformat/hlsenc: use hlsenc_io_* APIs

2017-12-18 Thread Karthick Jeyapal
On 12/19/17 11:32 AM, 刘歧 wrote: On 19 Dec 2017, at 12:11, Karthick Jeyapal wrote: On 12/19/17 9:29 AM, 刘歧 wrote: On 19 Dec 2017, at 11:55, Karthick Jeyapal wrote: On 12/18/17 2:17 PM, Steven Liu wrote: Signed-off-by: Steven Liu

[FFmpeg-devel] [PATCH] avformat/hlsenc: Fix a memory leak when http_persistent is 1

2017-12-18 Thread Karthick J
From: Karthick Jeyapal --- libavformat/hlsenc.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libavformat/hlsenc.c b/libavformat/hlsenc.c index e3442c3..5ee28ea 100644 --- a/libavformat/hlsenc.c +++ b/libavformat/hlsenc.c @@ -1918,6 +1918,8 @@ static int

Re: [FFmpeg-devel] [PATCH] lavc/vaapi_encode: give a debug message if attrs unsupported.

2017-12-18 Thread 刘歧
> On 19 Dec 2017, at 14:25, Jun Zhao wrote: > > <0001-lavc-vaapi_encode-give-a-debug-message-if-attrs-unsu.patch> I saw you using AV_LOG_DEBUG, What about use AV_LOG_WARNING? Because that message is tell user attrs unsupported. Thanks

[FFmpeg-devel] [PATCH] lavc/vaapi_encode: give a debug message if attrs unsupported.

2017-12-18 Thread Jun Zhao
From 8400fa85b7af47c3cff6abd87fdc392ac7891e35 Mon Sep 17 00:00:00 2001 From: Jun Zhao Date: Tue, 19 Dec 2017 14:13:58 +0800 Subject: [PATCH] lavc/vaapi_encode: give a debug message if attrs unsupported. Give a debug message when query attribute get VA_ATTRIB_NOT_SUPPORTED,

Re: [FFmpeg-devel] [PATCH v8 1/3] avformat/hlsenc:addition of #EXT-X-MEDIA tag and AUDIO attribute

2017-12-18 Thread 刘歧
On 19 Dec 2017, at 14:09, vdi...@akamai.com wrote: > > From: Vishwanath Dixit > > --- > doc/muxers.texi | 12 + > libavformat/dashenc.c | 3 ++- > libavformat/hlsenc.c | 64 --- > libavformat/hlsplaylist.c |

[FFmpeg-devel] [PATCH v8 2/3] avcodec/libx264:setting profile and level in avcodec context

2017-12-18 Thread vdixit
From: Vishwanath Dixit --- libavcodec/libx264.c | 20 +++- 1 file changed, 15 insertions(+), 5 deletions(-) diff --git a/libavcodec/libx264.c b/libavcodec/libx264.c index e2455e1..0285213 100644 --- a/libavcodec/libx264.c +++ b/libavcodec/libx264.c @@ -19,11

[FFmpeg-devel] [PATCH v8 3/3] avformat/hlsenc:addition of CODECS attribute in the master playlist

2017-12-18 Thread vdixit
From: Vishwanath Dixit --- libavformat/Makefile | 2 +- libavformat/dashenc.c | 2 +- libavformat/hlsenc.c | 65 +-- libavformat/hlsplaylist.c | 5 +++- libavformat/hlsplaylist.h | 3 ++- libavformat/reverse.c

[FFmpeg-devel] [PATCH v8 1/3] avformat/hlsenc:addition of #EXT-X-MEDIA tag and AUDIO attribute

2017-12-18 Thread vdixit
From: Vishwanath Dixit --- doc/muxers.texi | 12 + libavformat/dashenc.c | 3 ++- libavformat/hlsenc.c | 64 --- libavformat/hlsplaylist.c | 4 ++- libavformat/hlsplaylist.h | 2 +- 5 files changed, 79

Re: [FFmpeg-devel] [PATCH 3/4] avformat/hlsenc: use hlsenc_io_* APIs

2017-12-18 Thread 刘歧
> On 19 Dec 2017, at 12:11, Karthick Jeyapal wrote: > > > > On 12/19/17 9:29 AM, 刘歧 wrote: >> >>> On 19 Dec 2017, at 11:55, Karthick Jeyapal wrote: >>> >>> >>> >>> On 12/18/17 2:17 PM, Steven Liu wrote: Signed-off-by: Steven Liu

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

2017-12-18 Thread James Almer
On 12/8/2017 10:35 PM, Ronald S. Bultje wrote: > 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

Re: [FFmpeg-devel] [PATCH 3/4] avformat/hlsenc: use hlsenc_io_* APIs

2017-12-18 Thread Karthick Jeyapal
On 12/19/17 9:29 AM, 刘歧 wrote: On 19 Dec 2017, at 11:55, Karthick Jeyapal wrote: On 12/18/17 2:17 PM, Steven Liu wrote: Signed-off-by: Steven Liu --- libavformat/hlsenc.c | 23 --- 1 file changed, 12 insertions(+), 11

[FFmpeg-devel] Fwd: Re: [PATCH 4/4] avformat/hlsenc: add http options to m3u8 hlsenc

2017-12-18 Thread Karthick Jeyapal
On 12/18/17 2:17 PM, Steven Liu wrote: Signed-off-by: Steven Liu --- libavformat/hlsenc.c | 8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/libavformat/hlsenc.c b/libavformat/hlsenc.c index 0cb75ff198..636b7db183 100644 ---

Re: [FFmpeg-devel] [PATCH 3/4] avformat/hlsenc: use hlsenc_io_* APIs

2017-12-18 Thread 刘歧
> On 19 Dec 2017, at 11:55, Karthick Jeyapal wrote: > > > > On 12/18/17 2:17 PM, Steven Liu wrote: >> Signed-off-by: Steven Liu >> --- >> libavformat/hlsenc.c | 23 --- >> 1 file changed, 12 insertions(+), 11 deletions(-) >>

Re: [FFmpeg-devel] [PATCH 3/4] avformat/hlsenc: use hlsenc_io_* APIs

2017-12-18 Thread Karthick Jeyapal
On 12/18/17 2:17 PM, Steven Liu wrote: Signed-off-by: Steven Liu --- libavformat/hlsenc.c | 23 --- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/libavformat/hlsenc.c b/libavformat/hlsenc.c index 0eebcb4462..0cb75ff198 100644 ---

Re: [FFmpeg-devel] [PATCH v7 1/3] avformat/hlsenc:addition of #EXT-X-MEDIA tag and AUDIO attribute

2017-12-18 Thread 刘歧
> On 18 Dec 2017, at 20:52, vdi...@akamai.com wrote: > > From: Vishwanath Dixit > > --- > doc/muxers.texi | 12 + > libavformat/dashenc.c | 3 ++- > libavformat/hlsenc.c | 62 --- >

Re: [FFmpeg-devel] [PATCH 1/4] avformat/hlsenc: fix first fragment mp4 do not split bug

2017-12-18 Thread 刘歧
> On 19 Dec 2017, at 11:42, Karthick Jeyapal wrote: > > > > On 12/18/17 2:17 PM, Steven Liu wrote: >> fix ticket id: 6888 >> >> Signed-off-by: Steven Liu >> --- >> libavformat/hlsenc.c | 72 >>

Re: [FFmpeg-devel] [PATCH 2/4] avformat/hlsenc: reindent after previous commits

2017-12-18 Thread Karthick Jeyapal
On 12/18/17 2:17 PM, Steven Liu wrote: Signed-off-by: Steven Liu --- libavformat/hlsenc.c | 24 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/libavformat/hlsenc.c b/libavformat/hlsenc.c index f51fec1030..0eebcb4462 100644 ---

Re: [FFmpeg-devel] [PATCH 1/4] avformat/hlsenc: fix first fragment mp4 do not split bug

2017-12-18 Thread Karthick Jeyapal
On 12/18/17 2:17 PM, Steven Liu wrote: fix ticket id: 6888 Signed-off-by: Steven Liu --- libavformat/hlsenc.c | 72 1 file changed, 62 insertions(+), 10 deletions(-) diff --git a/libavformat/hlsenc.c

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

2017-12-18 Thread Michael Niedermayer
On Mon, Dec 18, 2017 at 06:29:14PM -0500, Ronald S. Bultje wrote: > Hi, > > On Mon, Dec 18, 2017 at 6:00 PM, Michael Niedermayer > wrote: > > > If you decode this again you need the side data in the format of the > > platform > > the decoder runs on. This is very very

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

2017-12-18 Thread wm4
On Tue, 19 Dec 2017 01:14:37 +0100 Michael Niedermayer wrote: > On Tue, Dec 19, 2017 at 12:17:11AM +0100, wm4 wrote: > > On Tue, 19 Dec 2017 00:00:15 +0100 > > Michael Niedermayer wrote: > > > > > On Mon, Dec 18, 2017 at 10:28:14PM +0100, wm4

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

2017-12-18 Thread Michael Niedermayer
On Tue, Dec 19, 2017 at 12:17:11AM +0100, wm4 wrote: > On Tue, 19 Dec 2017 00:00:15 +0100 > Michael Niedermayer wrote: > > > On Mon, Dec 18, 2017 at 10:28:14PM +0100, wm4 wrote: > > > On Mon, 18 Dec 2017 22:17:14 +0100 > > > Michael Niedermayer

Re: [FFmpeg-devel] [PATCH] tests/fate/mov: Disable fate-mov-invalid-elst-entry-count, the test does not work reliable currently

2017-12-18 Thread Sasi Inguva
i was on vacation so I missed this. sorry for the trouble and thanks for fixing the test. This test was fixed once before http://git.videolan.org/?p=ffmpeg.git;a=commitdiff;h=4ccc1ef2a3b1a22d849861423df830e110c9a4ab . I've no idea why only this test needs to have the "-flags +bitexact -idct

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

2017-12-18 Thread Carl Eugen Hoyos
2017-12-19 0:49 GMT+01:00 Ronald S. Bultje : > Hi, > > On Mon, Dec 18, 2017 at 6:31 PM, Carl Eugen Hoyos > wrote: > >> 2017-12-18 14:00 GMT+01:00 Ronald S. Bultje : >> > Hi, >> > >> > On Mon, Dec 18, 2017 at 12:28 AM, Gyan Doshi wrote:

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

2017-12-18 Thread Ronald S. Bultje
Hi, On Mon, Dec 18, 2017 at 6:31 PM, Carl Eugen Hoyos wrote: > 2017-12-18 14:00 GMT+01:00 Ronald S. Bultje : > > Hi, > > > > On Mon, Dec 18, 2017 at 12:28 AM, Gyan Doshi wrote: > > > >> Hi Ronald, > >> > >> When do you expect to apply this? > > > Oops,

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

2017-12-18 Thread wm4
On Tue, 19 Dec 2017 00:36:36 +0100 Carl Eugen Hoyos wrote: > 2017-12-19 0:17 GMT+01:00 wm4 : > > [...] > > Instead of sending random insults, could you just go away? Why don't you follow your own advice? At this point you're acting like a miserable

[FFmpeg-devel] [PATCH] lavf/mov.c: Guess video codec delay based on PTS while parsing MOV header.

2017-12-18 Thread Sasi Inguva
Signed-off-by: Sasi Inguva --- libavformat/mov.c| 56 tests/fate/mov.mak | 7 + tests/ref/fate/mov-guess-delay-1 | 3 +++ tests/ref/fate/mov-guess-delay-2 | 3 +++ tests/ref/fate/mov-guess-delay-3 |

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

2017-12-18 Thread Carl Eugen Hoyos
2017-12-19 0:17 GMT+01:00 wm4 : [...] Instead of sending random insults, could you just go away? Carl Eugen ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

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

2017-12-18 Thread Ronald S. Bultje
Hi, On Mon, Dec 18, 2017 at 6:00 PM, Michael Niedermayer wrote: > If you decode this again you need the side data in the format of the > platform > the decoder runs on. This is very very basic logic. Something must convert > it Right, this concept is typically called

Re: [FFmpeg-devel] [PATCH] lavf/mov.c: Guess video codec delay based on PTS while parsing MOV header.

2017-12-18 Thread Sasi Inguva
Sorry for getting back so late as I was on vacation. Submitting the patch again. This time I compute the delay exactly using a 17 element circular buffer to sort the timestamps. PTAL. On Wed, Nov 22, 2017 at 4:43 AM, Michael Niedermayer wrote: > On Wed, Nov 22, 2017 at

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

2017-12-18 Thread wm4
On Tue, 19 Dec 2017 00:00:15 +0100 Michael Niedermayer wrote: > On Mon, Dec 18, 2017 at 10:28:14PM +0100, wm4 wrote: > > On Mon, 18 Dec 2017 22:17:14 +0100 > > Michael Niedermayer wrote: > > > > > On Mon, Dec 18, 2017 at 10:02:52PM +0100, wm4

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

2017-12-18 Thread Michael Niedermayer
On Mon, Dec 18, 2017 at 10:28:14PM +0100, wm4 wrote: > On Mon, 18 Dec 2017 22:17:14 +0100 > Michael Niedermayer wrote: > > > On Mon, Dec 18, 2017 at 10:02:52PM +0100, wm4 wrote: > > > On Mon, 18 Dec 2017 21:38:24 +0100 > > > Michael Niedermayer

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

2017-12-18 Thread wm4
On Mon, 18 Dec 2017 22:17:14 +0100 Michael Niedermayer wrote: > On Mon, Dec 18, 2017 at 10:02:52PM +0100, wm4 wrote: > > On Mon, 18 Dec 2017 21:38:24 +0100 > > Michael Niedermayer wrote: > > > > > On Mon, Dec 18, 2017 at 04:56:08PM -0300, James

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

2017-12-18 Thread Michael Niedermayer
On Mon, Dec 18, 2017 at 10:02:52PM +0100, wm4 wrote: > On Mon, 18 Dec 2017 21:38:24 +0100 > Michael Niedermayer wrote: > > > On Mon, Dec 18, 2017 at 04:56:08PM -0300, James Almer wrote: > > > On 12/18/2017 4:52 PM, wm4 wrote: > > > > On Fri, 15 Dec 2017 14:24:17 -0800 >

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

2017-12-18 Thread wm4
On Mon, 18 Dec 2017 21:38:24 +0100 Michael Niedermayer wrote: > On Mon, Dec 18, 2017 at 04:56:08PM -0300, James Almer wrote: > > On 12/18/2017 4:52 PM, wm4 wrote: > > > On Fri, 15 Dec 2017 14:24:17 -0800 > > > Jacob Trimble wrote: > >

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

2017-12-18 Thread wm4
On Mon, 18 Dec 2017 16:56:08 -0300 James Almer wrote: > On 12/18/2017 4:52 PM, wm4 wrote: > > On Fri, 15 Dec 2017 14:24:17 -0800 > > Jacob Trimble wrote: > > > >> From a1b2cbcb7da4da69685f8f1299b70b672ce448e3 Mon Sep 17 00:00:00 2001 > >>

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

2017-12-18 Thread Michael Niedermayer
On Mon, Dec 18, 2017 at 04:56:08PM -0300, James Almer wrote: > On 12/18/2017 4:52 PM, wm4 wrote: > > On Fri, 15 Dec 2017 14:24:17 -0800 > > Jacob Trimble wrote: > > > >> From a1b2cbcb7da4da69685f8f1299b70b672ce448e3 Mon Sep 17 00:00:00 2001 > >> From: Jacob

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

2017-12-18 Thread James Almer
On 12/18/2017 4:52 PM, wm4 wrote: > On Fri, 15 Dec 2017 14:24:17 -0800 > Jacob Trimble wrote: > >> From a1b2cbcb7da4da69685f8f1299b70b672ce448e3 Mon Sep 17 00:00:00 2001 >> From: Jacob Trimble >> Date: Tue, 5 Dec 2017 14:52:22 -0800 >>

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

2017-12-18 Thread wm4
On Fri, 15 Dec 2017 14:24:17 -0800 Jacob Trimble wrote: > From a1b2cbcb7da4da69685f8f1299b70b672ce448e3 Mon Sep 17 00:00:00 2001 > From: Jacob Trimble > Date: Tue, 5 Dec 2017 14:52:22 -0800 > Subject: [PATCH] avcodec/avcodec.h: Add

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

2017-12-18 Thread Jacob Trimble
>> @@ -1327,6 +1384,19 @@ enum AVPacketSideDataType { >> */ >> AV_PKT_DATA_A53_CC, >> >> +/** >> + * This side data is encryption "initialization data". >> + * For MP4 this is the entire 'pssh' box. >> + * For WebM this is the key ID. >> + */ >> +

Re: [FFmpeg-devel] order T-shirts

2017-12-18 Thread Thilo Borgmann
Am 18.12.17 um 16:31 schrieb Paul B Mahol: > On 12/18/17, Compn wrote: >> On Mon, 18 Dec 2017 14:29:51 +0100, Timo Rothenpieler >> wrote: >> >>> Forgot to mention it here, but I got my shirt a while ago and it fits >>> perfectly. >>> Thank you very much!

Re: [FFmpeg-devel] [PATCH 1/7] fate: add 12 bit framerate filter tests

2017-12-18 Thread Paul B Mahol
On 12/10/17, Marton Balint wrote: > Signed-off-by: Marton Balint > --- > tests/fate/filter-video.mak| 4 ++ > tests/ref/fate/filter-framerate-12bit-down | 55 + > tests/ref/fate/filter-framerate-12bit-up | 64 >

Re: [FFmpeg-devel] [PATCH 6/7] avfilter/vf_framerate: do not calculate scene change score multiple times for the same frame

2017-12-18 Thread Paul B Mahol
On 12/10/17, Marton Balint wrote: > This speeds up the filter, and also fixes scene change detection score which > is > reduced based on the difference of the current MAFD to the preivous MAFD. > Obviously if we compare two frames twice, the difference will be 0... > >

Re: [FFmpeg-devel] order T-shirts

2017-12-18 Thread Paul B Mahol
On 12/18/17, Compn wrote: > On Mon, 18 Dec 2017 14:29:51 +0100, Timo Rothenpieler > wrote: > >> Forgot to mention it here, but I got my shirt a while ago and it fits >> perfectly. >> Thank you very much! >> > > ditto, much thanks. > > although Deutsche

Re: [FFmpeg-devel] order T-shirts

2017-12-18 Thread Compn
On Mon, 18 Dec 2017 14:29:51 +0100, Timo Rothenpieler wrote: > Forgot to mention it here, but I got my shirt a while ago and it fits > perfectly. > Thank you very much! > ditto, much thanks. although Deutsche Post decided it did not like your envelope so they put it in

Re: [FFmpeg-devel] order T-shirts

2017-12-18 Thread Timo Rothenpieler
Forgot to mention it here, but I got my shirt a while ago and it fits perfectly. Thank you very much! smime.p7s Description: S/MIME Cryptographic Signature ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org

Re: [FFmpeg-devel] [PATCH v6 3/3] avformat/hlsenc:addition of CODECS attribute in the master playlist

2017-12-18 Thread Dixit, Vishwanath
>On 12/15/17, 8:19 PM, "Steven Liu" wrote: > >2017-12-15 16:21 GMT+08:00 Jeyapal, Karthick : >> >> >>>On 12/15/17, 4:45 AM, "Liu Steven" wrote: >>> >>> 在 2017年12月15日,上午6:28,Liu Steven 写道: >

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

2017-12-18 Thread Ronald S. Bultje
Hi, On Mon, Dec 18, 2017 at 12:28 AM, Gyan Doshi wrote: > Hi Ronald, > > When do you expect to apply this? Oops, forgot; pushed. Nicolas makes a good point that we may want to add a version check for libvmaf, but that can be done separately... Ronald

Re: [FFmpeg-devel] avfilter/vf_interlace : add checkasm for lowpass_line and AVX2 version

2017-12-18 Thread Thomas Mundt
2017-12-18 11:34 GMT+01:00 Martin Vignali : > > > > > > > Please also add the changes you made in patch 1 and avx2 to > vf_tinterlace. > > > > > > > > For patch 1, IMHO, it's not necessary (the modification is mainly to make > checkasm test easier to write, and like

[FFmpeg-devel] [PATCH v7 1/3] avformat/hlsenc:addition of #EXT-X-MEDIA tag and AUDIO attribute

2017-12-18 Thread vdixit
From: Vishwanath Dixit --- doc/muxers.texi | 12 + libavformat/dashenc.c | 3 ++- libavformat/hlsenc.c | 62 --- libavformat/hlsplaylist.c | 4 ++- libavformat/hlsplaylist.h | 2 +- 5 files changed, 77

[FFmpeg-devel] [PATCH v7 2/3] avcodec/libx264:setting profile and level in avcodec context

2017-12-18 Thread vdixit
From: Vishwanath Dixit --- libavcodec/libx264.c | 20 +++- 1 file changed, 15 insertions(+), 5 deletions(-) diff --git a/libavcodec/libx264.c b/libavcodec/libx264.c index e2455e1..0285213 100644 --- a/libavcodec/libx264.c +++ b/libavcodec/libx264.c @@ -19,11

[FFmpeg-devel] [PATCH v7 3/3] avformat/hlsenc:addition of CODECS attribute in the master playlist

2017-12-18 Thread vdixit
From: Vishwanath Dixit --- libavformat/Makefile | 2 +- libavformat/dashenc.c | 2 +- libavformat/hlsenc.c | 65 +-- libavformat/hlsplaylist.c | 5 +++- libavformat/hlsplaylist.h | 3 ++- libavformat/reverse.c

[FFmpeg-devel] [PATCH] lavc/libx265: support all color parameters that x265 does

2017-12-18 Thread Rodger Combs
--- libavcodec/libx265.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libavcodec/libx265.c b/libavcodec/libx265.c index 25ccb02fcb..14710f8de0 100644 --- a/libavcodec/libx265.c +++ b/libavcodec/libx265.c @@ -115,11 +115,11 @@ static av_cold int

Re: [FFmpeg-devel] [PATCH 4/8] sbc: implement SBC encoder (low-complexity subband codec)

2017-12-18 Thread Michael Niedermayer
On Sun, Dec 17, 2017 at 10:47:16PM +0100, Aurelien Jacobs wrote: > This was originally based on libsbc, and was fully integrated into ffmpeg. > --- [...] > +static inline void sbc_analyze_4b_4s_simd(SBCDSPContext *s, > + int16_t *x, int32_t *out, int >

Re: [FFmpeg-devel] avfilter/vf_interlace : add checkasm for lowpass_line and AVX2 version

2017-12-18 Thread Martin Vignali
> > > > Please also add the changes you made in patch 1 and avx2 to vf_tinterlace. > > > > For patch 1, IMHO, it's not necessary (the modification is mainly to make checkasm test easier to write, and like vf_interlace and vf_tinterlace use the same asm only one is useful for checkasm) In attach

Re: [FFmpeg-devel] avfilter/x86/vf_blend : add avx2 version for 8b func (WIP)

2017-12-18 Thread Martin Vignali
2017-12-17 19:41 GMT+01:00 Henrik Gramner : > On Thu, Dec 14, 2017 at 11:16 AM, Martin Vignali > wrote: > > 2017-12-13 17:37 GMT+01:00 Henrik Gramner : > >> You could also do vextracti128 + 128-bit packuswb instead of 256-bit > >>

Re: [FFmpeg-devel] avfilter/vf_interlace and vf_tinterlace : remove avx version

2017-12-18 Thread Martin Vignali
> when running checkasm several times sse2 is mostly faster here, not always. > But the difference is quite small. > Since I´m not an SIMD expert I´m fine with this patch as long as no one > with more expertise objects. > > > Seems like Paul B Mahol is against. And I don't have strong opinion on

[FFmpeg-devel] [PATCH] avformat/hls: update specification link of comments

2017-12-18 Thread Steven Liu
Signed-off-by: Steven Liu --- libavformat/hls.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavformat/hls.c b/libavformat/hls.c index ab6ff187a6..786b19ab5d 100644 --- a/libavformat/hls.c +++ b/libavformat/hls.c @@ -23,7 +23,7 @@ /** * @file *

[FFmpeg-devel] [PATCH 1/4] avformat/hlsenc: fix first fragment mp4 do not split bug

2017-12-18 Thread Steven Liu
fix ticket id: 6888 Signed-off-by: Steven Liu --- libavformat/hlsenc.c | 72 1 file changed, 62 insertions(+), 10 deletions(-) diff --git a/libavformat/hlsenc.c b/libavformat/hlsenc.c index e3442c368f..f51fec1030 100644

Re: [FFmpeg-devel] [PATCH] avfilter/vf_overlay: fix packed_rgb case

2017-12-18 Thread Paul B Mahol
On 12/18/17, Mateusz wrote: > Signed-off-by: Mateusz Brzostek > --- > libavfilter/vf_overlay.c | 17 ++--- > 1 file changed, 10 insertions(+), 7 deletions(-) > > diff --git a/libavfilter/vf_overlay.c b/libavfilter/vf_overlay.c >

[FFmpeg-devel] [PATCH 4/4] avformat/hlsenc: add http options to m3u8 hlsenc

2017-12-18 Thread Steven Liu
Signed-off-by: Steven Liu --- libavformat/hlsenc.c | 8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/libavformat/hlsenc.c b/libavformat/hlsenc.c index 0cb75ff198..636b7db183 100644 --- a/libavformat/hlsenc.c +++ b/libavformat/hlsenc.c @@ -1723,6

[FFmpeg-devel] [PATCH 3/4] avformat/hlsenc: use hlsenc_io_* APIs

2017-12-18 Thread Steven Liu
Signed-off-by: Steven Liu --- libavformat/hlsenc.c | 23 --- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/libavformat/hlsenc.c b/libavformat/hlsenc.c index 0eebcb4462..0cb75ff198 100644 --- a/libavformat/hlsenc.c +++

[FFmpeg-devel] [PATCH 2/4] avformat/hlsenc: reindent after previous commits

2017-12-18 Thread Steven Liu
Signed-off-by: Steven Liu --- libavformat/hlsenc.c | 24 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/libavformat/hlsenc.c b/libavformat/hlsenc.c index f51fec1030..0eebcb4462 100644 --- a/libavformat/hlsenc.c +++