Re: [FFmpeg-devel] [PATCH] avfilter/vf_geq: add interpolation option

2016-08-15 Thread Paul B Mahol
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

Re: [FFmpeg-devel] [PATCH 1/5] lavc : yami : add libyami decoder/encoder

2016-08-15 Thread Jun Zhao
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

Re: [FFmpeg-devel] [PATCH 1/5] lavc : yami : add libyami decoder/encoder

2016-08-15 Thread Timothy Gu
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

Re: [FFmpeg-devel] [PATCH 1/5] lavc : yami : add libyami decoder/encoder

2016-08-15 Thread Jun Zhao
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

Re: [FFmpeg-devel] [PATCH 1/5] lavc : yami : add libyami decoder/encoder

2016-08-15 Thread Chao Liu
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

[FFmpeg-devel] [PATCH 4/4] lavf/mov: Add support for edit list parsing.

2016-08-15 Thread Sasi Inguva
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

Re: [FFmpeg-devel] [GSoC] Motion Interpolation

2016-08-15 Thread Davinder Singh
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?

Re: [FFmpeg-devel] [PATCH 3/4] lavc: Add a flag in AVPacket to discard packet after decoding. Discard frames after decoding based on the flag.

2016-08-15 Thread Sasi Inguva
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: > [...] >

[FFmpeg-devel] [PATCH 3/4] lavc: Add a flag in AVPacket to discard packet after decoding. Discard frames after decoding based on the flag.

2016-08-15 Thread Sasi Inguva
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

[FFmpeg-devel] (no subject)

2016-08-15 Thread Sasi Inguva
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

Re: [FFmpeg-devel] [PATCH 1/5] lavc : yami : add libyami decoder/encoder

2016-08-15 Thread Timothy Gu
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

Re: [FFmpeg-devel] [PATCH 1/5] lavc : yami : add libyami decoder/encoder

2016-08-15 Thread Jun Zhao
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

Re: [FFmpeg-devel] [PATCH] avfilter/vf_geq: add interpolation option

2016-08-15 Thread Michael Niedermayer
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

Re: [FFmpeg-devel] [PATCH v8 01/11] avformat: Add fifo pseudo-muxer

2016-08-15 Thread Jan Sebechlebsky
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) { +

Re: [FFmpeg-devel] [PATCH v8 01/11] avformat: Add fifo pseudo-muxer

2016-08-15 Thread Marton Balint
+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

Re: [FFmpeg-devel] [PATCH v8 01/11] avformat: Add fifo pseudo-muxer

2016-08-15 Thread Jan Sebechlebsky
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

Re: [FFmpeg-devel] [PATCH 4/4] v5 - Correct Indentation

2016-08-15 Thread Carlos Fernandez Sanz
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" __

Re: [FFmpeg-devel] [PATCH v8 01/11] avformat: Add fifo pseudo-muxer

2016-08-15 Thread Nicolas George
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

Re: [FFmpeg-devel] [PATCH 4/4] v5 - Correct Indentation

2016-08-15 Thread Steven Liu
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

[FFmpeg-devel] [PATCH] doc/APIchanges: Document addition of list BSF API in lavc

2016-08-15 Thread sebechlebskyjan
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

Re: [FFmpeg-devel] [GSoC] Motion Interpolation

2016-08-15 Thread Paul B Mahol
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

Re: [FFmpeg-devel] [GSoC] Motion Interpolation

2016-08-15 Thread Davinder Singh
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-devel] [PATCH 2/2] ffmpeg: copy trailing_padding when using -acodec copy

2016-08-15 Thread Jon Toohill
--- 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

[FFmpeg-devel] [PATCH 1/2] lavc: add trailing_padding to AVCodecContext to match AVCodecParameters.

2016-08-15 Thread Jon Toohill
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 -

[FFmpeg-devel] [PATCH 0/2] Minor fixes for encoder padding

2016-08-15 Thread Jon Toohill
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

Re: [FFmpeg-devel] [GSoC] Motion Interpolation

2016-08-15 Thread Davinder Singh
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

Re: [FFmpeg-devel] [PATCH] libavformat/mxfenc: add UID for unconstrained H.264 coded video in baseline profile

2016-08-15 Thread Matthias Hunstock
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

[FFmpeg-devel] [PATCH] avfilter/vf_geq: add interpolation option

2016-08-15 Thread Paul B Mahol
Hi, patch attached. ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

[FFmpeg-devel] [PATCH 2/4] v5 - SCTE-35 extraction from mpegts

2016-08-15 Thread Carlos Fernandez Sanz
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 ++

[FFmpeg-devel] [PATCH 0/4] v5 - SCTE-35 support

2016-08-15 Thread Carlos Fernandez Sanz
* 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

Re: [FFmpeg-devel] [PATCH] avcodec: Remove libfaac, the internal AAC encoder is better

2016-08-15 Thread Nicolas George
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

Re: [FFmpeg-devel] [PATCH] avcodec: Remove libfaac, the internal AAC encoder is better

2016-08-15 Thread Rostislav Pehlivanov
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

[FFmpeg-devel] [PATCH 4/4] v5 - Correct Indentation

2016-08-15 Thread Carlos Fernandez Sanz
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,

Re: [FFmpeg-devel] [PATCH 1/5] lavc : yami : add libyami decoder/encoder

2016-08-15 Thread Jean-Baptiste Kempf
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

[FFmpeg-devel] [PATCH 3/4] v5 - SCTE-35 support in hlsenc

2016-08-15 Thread Carlos Fernandez Sanz
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

[FFmpeg-devel] [PATCH 1/4] v5 - Adding SCTE-35 CUI codec

2016-08-15 Thread Carlos Fernandez Sanz
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

Re: [FFmpeg-devel] [PATCH] avformat/matroskadec: retain error codes in matroska_resync() and matroska_read_packet()

2016-08-15 Thread Sophia Wang
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

[FFmpeg-devel] [PATCH 1/2] compat/avisynth: update AviSynth+ header

2016-08-15 Thread Stephen Hutchinson
--- 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

[FFmpeg-devel] [PATCH 2/2] avisynth: support pix_fmts added to AviSynth+

2016-08-15 Thread Stephen Hutchinson
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

[FFmpeg-devel] [PATCH 0/2] avisynth: support new AviSynth+ pix_fmts

2016-08-15 Thread Stephen Hutchinson
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

Re: [FFmpeg-devel] [PATCH v3 2/5] avcodec/bsf: Add list BSF API

2016-08-15 Thread Michael Niedermayer
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

Re: [FFmpeg-devel] [PATCH v3 2/5] avcodec/bsf: Add list BSF API

2016-08-15 Thread Jan Sebechlebsky
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(&

Re: [FFmpeg-devel] [PATCH v3 2/5] avcodec/bsf: Add list BSF API

2016-08-15 Thread Michael Niedermayer
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

Re: [FFmpeg-devel] [PATCH v3 2/5] avcodec/bsf: Add list BSF API

2016-08-15 Thread Michael Niedermayer
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

Re: [FFmpeg-devel] [PATCH] avcodec: wrapped avframe for audio

2016-08-15 Thread Paul B Mahol
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

Re: [FFmpeg-devel] [PATCH] avcodec: Remove libfaac, the internal AAC encoder is better

2016-08-15 Thread Robert Krüger
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/

[FFmpeg-devel] [PATCH v3 2/5] avcodec/bsf: Add list BSF API

2016-08-15 Thread sebechlebskyjan
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

[FFmpeg-devel] [PATCH v3 4/5] avcodec/bsf: Add custom item name func for BSF list

2016-08-15 Thread sebechlebskyjan
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

Re: [FFmpeg-devel] [PATCH] avcodec: wrapped avframe for audio

2016-08-15 Thread Nicolas George
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

Re: [FFmpeg-devel] [PATCH v2 3/5] avcodec/bsf: Add list BSF API

2016-08-15 Thread Jan Sebechlebsky
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

Re: [FFmpeg-devel] [PATCH 1/5] lavc : yami : add libyami decoder/encoder

2016-08-15 Thread Hendrik Leppkes
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

Re: [FFmpeg-devel] [PATCH] avcodec: Remove libfaac, the internal AAC encoder is better

2016-08-15 Thread Carl Eugen Hoyos
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

[FFmpeg-devel] [PATCH 5/5] Changelog : add libyami changelog entries.

2016-08-15 Thread Jun Zhao
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

[FFmpeg-devel] [PATCH 3/5] lavf : yamivpp : add libyami vpp support

2016-08-15 Thread Jun Zhao
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

[FFmpeg-devel] [PATCH 2/5] utils : yami : fix yami decoder issue

2016-08-15 Thread Jun Zhao
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

[FFmpeg-devel] [PATCH 1/5] lavc : yami : add libyami decoder/encoder

2016-08-15 Thread Jun Zhao
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