On 8/16/16, Michael Niedermayer wrote:
> On Mon, Aug 15, 2016 at 08:15:10PM +0200, Paul B Mahol wrote:
>> Hi,
>>
>> patch attached.
>
> this mail has no attachments
>
Sorry.
0001-avfilter-vf_geq-add-interpolation-option.patch
Description: Binary data
On 2016/8/16 11:07, Timothy Gu wrote:
> Hi
>
> On Mon, Aug 15, 2016 at 7:44 PM Jun Zhao wrote:
>
>>
>>
>> On 2016/8/16 10:14, Chao Liu wrote:
>>> Sorry for this little diversion: what are the differences between QSV and
>>> vaapi?
>>> My understanding is that QSV has better performance, while
Hi
On Mon, Aug 15, 2016 at 7:44 PM Jun Zhao wrote:
>
>
> On 2016/8/16 10:14, Chao Liu wrote:
> > Sorry for this little diversion: what are the differences between QSV and
> > vaapi?
> > My understanding is that QSV has better performance, while vaapi supports
> > more decoders / encoders. Is tha
On 2016/8/16 10:14, Chao Liu wrote:
> On Mon, Aug 15, 2016 at 6:00 PM, Jun Zhao wrote:
>
>>
>>
>> On 2016/8/16 1:48, Jean-Baptiste Kempf wrote:
>>> On 15 Aug, Hendrik Leppkes wrote :
> On Mon, Aug 15, 2016 at 10:22 AM, Jun Zhao
>> wrote:
>>> add libyami decoder/encoder/vpp in ffmpeg, a
On Mon, Aug 15, 2016 at 6:00 PM, Jun Zhao wrote:
>
>
> On 2016/8/16 1:48, Jean-Baptiste Kempf wrote:
> > On 15 Aug, Hendrik Leppkes wrote :
> >> > On Mon, Aug 15, 2016 at 10:22 AM, Jun Zhao
> wrote:
> >>> > > add libyami decoder/encoder/vpp in ffmpeg, about build step,
> >>> > > please refer to
Changes done. Also commented in the code about the differences between the
add_index_entry function and teh ff_add_index_entry function.
About stream copy, yes there will be a big behavior difference when doing "-c
copy" for files with edit lists.
Currently, ignoring edit lists we will copy all
On Tue, Aug 16, 2016, 1:47 AM Paul B Mahol wrote:
> On 8/15/16, Davinder Singh wrote:
> > On Tue, Aug 16, 2016 at 1:40 AM Davinder Singh
> wrote:
> >
> >> On Sat, Aug 13, 2016 at 8:05 PM Paul B Mahol wrote:
> >>
> >>> [...]
> >>
> >>
> >>> Also, why is there no code for scene change detection?
skip_samples shouldn't be negative. But it's not enforced because it is an
int field. Changed the condition to equality. Added an assert where
skip_samples is populated.
On Sun, Aug 14, 2016 at 5:40 AM, Clément Bœsch wrote:
> On Tue, Aug 09, 2016 at 06:48:21PM -0700, Sasi Inguva wrote:
> [...]
>
Signed-off-by: Sasi Inguva
---
libavcodec/avcodec.h | 6 ++
libavcodec/utils.c | 15 ++-
libavcodec/version.h | 2 +-
3 files changed, 21 insertions(+), 2 deletions(-)
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index 3b21537..d68da01 100644
--- a/libavcodec/avco
skip_samples shouldn't be negative. But it's not enforced because it is an int
field. Changed the condition to equality. Added an assert where skip_samples is
populated.
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/li
On Mon, Aug 15, 2016 at 6:00 PM Jun Zhao wrote:
> I know the worry after read the above thread.For Intel GPU HW accelerate
> decode/encode,
> now have 3 options in ffmpeg:
>
> 1. ffmpeg and QSV (Media SDK)
> 2. ffmpeg vaapi hw accelerate decoder/native vaapi encoder
> 3. ffmpeg and libyami
>
> An
On 2016/8/16 1:48, Jean-Baptiste Kempf wrote:
> On 15 Aug, Hendrik Leppkes wrote :
>> > On Mon, Aug 15, 2016 at 10:22 AM, Jun Zhao wrote:
>>> > > add libyami decoder/encoder/vpp in ffmpeg, about build step,
>>> > > please refer to the link:
>>> > > https://github.com/01org/ffmpeg_libyami/wiki/B
On Mon, Aug 15, 2016 at 08:15:10PM +0200, Paul B Mahol wrote:
> Hi,
>
> patch attached.
this mail has no attachments
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
The educated differ from the uneducated as much as the living from the
dead. -- Aristotle
sig
On 08/16/2016 01:05 AM, Jan Sebechlebsky wrote:
On 08/15/2016 11:50 PM, Nicolas George wrote:
+
+if (just_flushed)
+av_log(avf, AV_LOG_INFO, "FIFO queue flushed\n");
+
+ret = av_thread_message_queue_recv(queue, &msg, 0);
[...]
+if (ret < 0) {
+
+if (!fifo->overflow_flag)
+fifo->overflow_flag = overflow_set = 1;
+pthread_mutex_unlock(&fifo->overflow_flag_lock);
+
+if (overflow_set)
+av_log(avf, AV_LOG_WARNING, "FIFO queue full\n");
+ret = 0;
+goto fail;
Can you explain w
On 08/15/2016 11:50 PM, Nicolas George wrote:
L'octidi 28 thermidor, an CCXXIV, sebechlebsky...@gmail.com a écrit :
[...]
+s@item recovery_wait_streamtime @var{bool}
^
Strange.
Sorry, that is obviously a typo. Strange thing is it had not produced
any kind of warning/error.
[...]
+#def
On Mon, Aug 15, 2016 at 2:33 PM, Steven Liu wrote:
> What dose this patch do?
Addresses Michael's comment on the previous version:
"this reindention is inconsistent, also you can if you like keep
reindentions in a seperate patch. But if done they should be consistent"
__
L'octidi 28 thermidor, an CCXXIV, sebechlebsky...@gmail.com a écrit :
> From: Jan Sebechlebsky
>
> Signed-off-by: Jan Sebechlebsky
> ---
> Changes since the last version of the patch:
> - Fixed documentation (apart from the Marton's suggestions I've
>also changed example, since it used blo
Carlos Fernandez Sanz 于2016年8月16日 周二上午1:48写道:
> From: Carlos Fernandez
>
> Signed-off-by: Carlos Fernandez
> ---
> libavformat/hlsenc.c | 10 +-
> 1 file changed, 5 insertions(+), 5 deletions(-)
>
> diff --git a/libavformat/hlsenc.c b/libavformat/hlsenc.c
> index 7c90157..a73c50d 100644
From: Jan Sebechlebsky
Signed-off-by: Jan Sebechlebsky
---
doc/APIchanges | 7 +++
1 file changed, 7 insertions(+)
diff --git a/doc/APIchanges b/doc/APIchanges
index 209ab41..4868d58 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -15,6 +15,13 @@ libavutil: 2015-08-28
API change
On 8/15/16, Davinder Singh wrote:
> On Tue, Aug 16, 2016 at 1:40 AM Davinder Singh wrote:
>
>> On Sat, Aug 13, 2016 at 8:05 PM Paul B Mahol wrote:
>>
>>> [...]
>>
>>
>>> Also, why is there no code for scene change detection?
>>> If scene changes abruptly it will give bad frame.
>>>
>>
>> added s
On Tue, Aug 16, 2016 at 1:40 AM Davinder Singh wrote:
> On Sat, Aug 13, 2016 at 8:05 PM Paul B Mahol wrote:
>
>> [...]
>
>
>> Also, why is there no code for scene change detection?
>> If scene changes abruptly it will give bad frame.
>>
>
> added scene change detection from framerate filter:
>
>
---
ffmpeg.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/ffmpeg.c b/ffmpeg.c
index bae515d..49a1b03 100644
--- a/ffmpeg.c
+++ b/ffmpeg.c
@@ -3001,6 +3001,7 @@ static int transcode_init(void)
enc_ctx->audio_service_type = dec_ctx->audio_service_type;
enc_ct
Shows encoder delay/padding in the stream summary if they are set.
---
doc/APIchanges | 4
libavcodec/avcodec.h | 11 +++
libavcodec/utils.c | 40 +++-
libavcodec/version.h | 2 +-
4 files changed, 39 insertions(+), 18 deletions(-)
diff -
These patches backport the trailing_padding field to AVCodecContext,
add gapless information to the stream summary string, and fix some
cases where trailing_padding was being lost.
I'll continue working on supporting initial_padding and
trailing_padding for MP3 encoding/decoding in a separate patc
On Sat, Aug 13, 2016 at 8:05 PM Paul B Mahol wrote:
> [...]
> Also, why is there no code for scene change detection?
> If scene changes abruptly it will give bad frame.
>
added scene change detection from framerate filter:
https://github.com/dsmudhar/FFmpeg/commit/1ad01c530569dfa1f085a31b6435597
Am 12.08.2016 um 15:30 schrieb Carl Eugen Hoyos:
>>> How can I test this / for which command line does this patch make a
>>> difference?
>>
>> A POC should be something like:
>>
>> ffmpeg -filter_complex "testsrc ; anullsrc" \
>
>> -pix_fmt yuv420p -c:v libx264 -profile:v baseline \
>
> Thank y
Hi,
patch attached.
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
From: Carlos Fernandez
Signed-off-by: Carlos Fernandez
---
libavformat/mpegts.c | 43 ++-
1 file changed, 42 insertions(+), 1 deletion(-)
diff --git a/libavformat/mpegts.c b/libavformat/mpegts.c
index b31d233..4185af0 100644
--- a/libavformat/mpegts.c
++
* Corrected all (hopefully) issues pointed out for v4.
Carlos Fernandez (4):
Adding SCTE-35 CUI codec
SCTE-35 extraction from mpegts
SCTE-35 support in hlsenc
Correct Indentation
libavcodec/avcodec.h| 1 +
libavcodec/codec_desc.c | 6 +
libavcodec/version.h| 4 +-
libavfo
Le nonidi 29 thermidor, an CCXXIV, Rostislav Pehlivanov a écrit :
> The git master is fast changing and can happen API or setting
> wise every day. Deprecations, behavioral changes, etc. This is why users
> who need stability use the stable releases.
Actually, I think the consensus is that releas
On 15 August 2016 at 11:51, Robert Krüger wrote:
> On Sun, Aug 14, 2016 at 5:05 PM, Rostislav Pehlivanov >
> wrote:
>
> > On 10 April 2016 at 16:38, Kieran Kunhya wrote:
> >
> > > ---
> > > Changelog | 1 +
> > > configure | 6 --
> > > doc/encoders.texi | 10
From: Carlos Fernandez
Signed-off-by: Carlos Fernandez
---
libavformat/hlsenc.c | 10 +-
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/libavformat/hlsenc.c b/libavformat/hlsenc.c
index 7c90157..a73c50d 100644
--- a/libavformat/hlsenc.c
+++ b/libavformat/hlsenc.c
@@ -360,
On 15 Aug, Hendrik Leppkes wrote :
> On Mon, Aug 15, 2016 at 10:22 AM, Jun Zhao wrote:
> > add libyami decoder/encoder/vpp in ffmpeg, about build step,
> > please refer to the link: https://github.com/01org/ffmpeg_libyami/wiki/Build
> >
>
> We've had patches for yami before, and they were not app
From: Carlos Fernandez
Signed-off-by: Carlos Fernandez
---
libavformat/Makefile | 2 +-
libavformat/hlsenc.c | 107 --
libavformat/scte_35.c | 525 ++
libavformat/scte_35.h | 86 +
4 files changed, 698 insertions(+), 22 deleti
From: Carlos Fernandez
Signed-off-by: Carlos Fernandez
---
libavcodec/avcodec.h| 1 +
libavcodec/codec_desc.c | 6 ++
libavcodec/version.h| 4 ++--
3 files changed, 9 insertions(+), 2 deletions(-)
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index 06c2b89..a6b9a95 10064
Of the 3 functions that directly add to matroska->packets, 2 of them will
always return 0 afterwards, and the third (matroska_parse_rm_audio) will
only return something other than 0 in the case of AVERROR(ENOMEM) or
AVERROR(EINVAL). All 3 functions are called from matroska_parse_block,
which immedi
---
compat/avisynth/avisynth_c.h | 256 ---
1 file changed, 219 insertions(+), 37 deletions(-)
diff --git a/compat/avisynth/avisynth_c.h b/compat/avisynth/avisynth_c.h
index 0189dad..605b92a 100644
--- a/compat/avisynth/avisynth_c.h
+++ b/compat/avisynth/av
A number of new pix_fmts have been added to AviSynth+:
16-bit packed RGB and RGBA
10-, 12-, 14, and 16-bit YUV 4:2:0, 4:2:2, and 4:4:4
8-, 10-, 12-, 14-, and 16-bit Planar RGB
8-, 10-, 12-, 14-, and 16-bit Planar YUVA and Planar RGBA*
10-, 12-, 14-, and 16-bit GRAY variants*
32-bit floating point P
AviSynth+ has added a lot of new pix_fmts, add them to the
demuxer.
While the support for all of these is still fairly basic,
the planar RGB and discrete alpha pix_fmts are especially so.
Stephen Hutchinson (2):
compat/avisynth: update AviSynth+ header
avisynth: support pix_fmts added to AviS
On Mon, Aug 15, 2016 at 04:10:27PM +0200, Jan Sebechlebsky wrote:
>
>
> On 08/15/2016 02:08 PM, Michael Niedermayer wrote:
> >On Mon, Aug 15, 2016 at 02:05:43PM +0200, Michael Niedermayer wrote:
> >>On Mon, Aug 15, 2016 at 12:38:35PM +0200, sebechlebsky...@gmail.com wrote:
> >>>From: Jan Sebechle
On 08/15/2016 02:08 PM, Michael Niedermayer wrote:
On Mon, Aug 15, 2016 at 02:05:43PM +0200, Michael Niedermayer wrote:
On Mon, Aug 15, 2016 at 12:38:35PM +0200, sebechlebsky...@gmail.com wrote:
From: Jan Sebechlebsky
---
Changes since the last version of the patch:
- removed av_freep(&
On Mon, Aug 15, 2016 at 02:05:43PM +0200, Michael Niedermayer wrote:
> On Mon, Aug 15, 2016 at 12:38:35PM +0200, sebechlebsky...@gmail.com wrote:
> > From: Jan Sebechlebsky
> >
> > ---
> > Changes since the last version of the patch:
> > - removed av_freep(&bsf->item_name) from bsf_list_close s
On Mon, Aug 15, 2016 at 12:38:35PM +0200, sebechlebsky...@gmail.com wrote:
> From: Jan Sebechlebsky
>
> ---
> Changes since the last version of the patch:
> - removed av_freep(&bsf->item_name) from bsf_list_close since it belongs to
>next commit
>
> libavcodec/avcodec.h | 85
On 8/15/16, Nicolas George wrote:
> L'octidi 28 thermidor, an CCXXIV, Paul B Mahol a écrit :
>> Hi,
>>
>> patch attached.
>
>> From c8f147cff360a4b187e2cf7ef1d848e162a156a8 Mon Sep 17 00:00:00 2001
>> From: Paul B Mahol
>> Date: Sun, 14 Aug 2016 22:48:35 +0200
>> Subject: [PATCH] avcodec: wrapped
On Sun, Aug 14, 2016 at 5:05 PM, Rostislav Pehlivanov
wrote:
> On 10 April 2016 at 16:38, Kieran Kunhya wrote:
>
> > ---
> > Changelog | 1 +
> > configure | 6 --
> > doc/encoders.texi | 105 -
> > doc/ffserver.conf | 2 +-
> > doc/
From: Jan Sebechlebsky
---
Changes since the last version of the patch:
- removed av_freep(&bsf->item_name) from bsf_list_close since it belongs to
next commit
libavcodec/avcodec.h | 85
libavcodec/bsf.c | 278 +++
2 fil
From: Jan Sebechlebsky
Add custom item name function for bsf list, which will
construct string description of filter chain. This is
done using lazy-initialization, so there is no overhead
if item name is never accessed.
Signed-off-by: Jan Sebechlebsky
Conflicts:
libavcodec/bsf.c
---
C
L'octidi 28 thermidor, an CCXXIV, Paul B Mahol a écrit :
> Hi,
>
> patch attached.
> From c8f147cff360a4b187e2cf7ef1d848e162a156a8 Mon Sep 17 00:00:00 2001
> From: Paul B Mahol
> Date: Sun, 14 Aug 2016 22:48:35 +0200
> Subject: [PATCH] avcodec: wrapped avframe for audio
>
> ---
> libavcodec/ut
On 08/15/2016 03:40 AM, Michael Niedermayer wrote:
On Fri, Aug 05, 2016 at 02:00:25PM +0200, sebechlebsky...@gmail.com wrote:
From: Jan Sebechlebsky
---
Changes from last version:
- fixed doxygen comments
- added av_bsf_list_append2() function
- changed names of array and length fiel
On Mon, Aug 15, 2016 at 10:22 AM, Jun Zhao wrote:
> add libyami decoder/encoder/vpp in ffmpeg, about build step,
> please refer to the link: https://github.com/01org/ffmpeg_libyami/wiki/Build
>
We've had patches for yami before, and they were not applied because
many developers did not agree with
Hi!
> Am 14.08.2016 um 18:20 schrieb Rostislav Pehlivanov :
>
>> On 14 August 2016 at 16:10, Carl Eugen Hoyos wrote:
>>
>> Needs a corresponding news entry imo.
>
> As in the changelog or the website news?
Both are necessary imo:
I'd really like to point the users asking to the news entry.
T
From df32ce14924f733401ee78c7b88d714481b64161 Mon Sep 17 00:00:00 2001
From: Jun Zhao
Date: Mon, 15 Aug 2016 16:04:58 +0800
Subject: [[PATCH] 5/5] Changelog : add libyami changelog entry.
Signed-off-by: Jun Zhao
---
Changelog | 3 +++
1 file changed, 3 insertions(+)
diff --git a/Changelog b/Ch
From 2a5725766835fb049f6391b0580e5320252b93db Mon Sep 17 00:00:00 2001
From: Jun Zhao
Date: Mon, 15 Aug 2016 15:53:52 +0800
Subject: [[PATCH] 3/5] lavf : yamivpp : add yami vpp support.
add the yami vpp support, supported scale/de-noise/de-interlance/
sharpless.
Signed-off-by: Jun Zhao
---
lib
From 5f72c65d6e33397a64770dca2cedc02d43589236 Mon Sep 17 00:00:00 2001
From: Jun Zhao
Date: Mon, 15 Aug 2016 15:51:09 +0800
Subject: [[PATCH] 2/5] utils : fix yami decoder carsh issue.
when used the external yami h264 decoder lib, can't used
sps from external yami h264 decoder lib.
Signed-off-by
add libyami decoder/encoder/vpp in ffmpeg, about build step,
please refer to the link: https://github.com/01org/ffmpeg_libyami/wiki/Build
From 7147fdb375cb7241d69823d8b9b6e94f66df3a32 Mon Sep 17 00:00:00 2001
From: Jun Zhao
Date: Mon, 15 Aug 2016 15:36:14 +0800
Subject: [[PATCH] 1/5] lavc : yami
56 matches
Mail list logo