Re: [FFmpeg-devel] [PATCH] lavc/hevcdec: add ONLY_IF_THREADS_ENABLED where it is missing.

2018-08-09 Thread myp...@gmail.com
On Fri, Aug 10, 2018 at 3:06 AM James Almer wrote: > > On 8/9/2018 4:06 AM, Jun Zhao wrote: > > add add ONLY_IF_THREADS_ENABLED where it is missing. > > > > Signed-off-by: Jun Zhao > > --- > > libavcodec/hevcdec.c |8 ++-- > > 1 files changed, 6 insertions(+), 2 deletions(-) > > > >

Re: [FFmpeg-devel] [PATCH 1/2] avcodec/vp9: Check in decode_tiles() if there is data remaining

2018-08-09 Thread Michael Niedermayer
On Wed, Aug 08, 2018 at 10:00:42PM -0300, James Almer wrote: > On 8/8/2018 9:30 PM, Michael Niedermayer wrote: > > On Tue, Aug 07, 2018 at 09:07:11PM -0400, Ronald S. Bultje wrote: > >> Hi, > >> > >> On Tue, Aug 7, 2018 at 7:15 PM, Michael Niedermayer > >> > >> wrote: > >> > >>> On Mon, Aug 06,

Re: [FFmpeg-devel] [PATCH] lavc/hevcdec: add ONLY_IF_THREADS_ENABLED where it is missing.

2018-08-09 Thread James Almer
On 8/9/2018 4:06 AM, Jun Zhao wrote: > add add ONLY_IF_THREADS_ENABLED where it is missing. > > Signed-off-by: Jun Zhao > --- > libavcodec/hevcdec.c |8 ++-- > 1 files changed, 6 insertions(+), 2 deletions(-) > > diff --git a/libavcodec/hevcdec.c b/libavcodec/hevcdec.c > index

Re: [FFmpeg-devel] [PATCH] Documentation for sr filter

2018-08-09 Thread Sergey Lavrushkin
2018-08-07 13:14 GMT+03:00 Moritz Barsnick : > On Tue, Aug 07, 2018 at 00:24:29 +0300, Sergey Lavrushkin wrote: > > +@table @option > > +@item model > > +Specify what super-resolution model to use. This option accepts the > following values: >^ nit: which > > > +Specify what DNN

Re: [FFmpeg-devel] [PATCH] lavfi/vf_libvmaf: update to use libvmaf v1.3.9

2018-08-09 Thread Kyle Swanson
Hi, On Tue, Aug 7, 2018 at 3:37 PM, Kyle Swanson wrote: > From: Kyle Swanson > > Signed-off-by: Kyle Swanson > --- > configure| 2 +- > libavfilter/vf_libvmaf.c | 9 - > 2 files changed, 9 insertions(+), 2 deletions(-) > > I'll update docs and push this sometime in

Re: [FFmpeg-devel] [PATCH 4/7] Adds gray floating-point pixel formats.

2018-08-09 Thread Sergey Lavrushkin
Here are updated patches with fixes. I updated conversion functions, so they should properly work with format for different endianness. 2018-08-08 1:47 GMT+03:00 Michael Niedermayer : > On Tue, Aug 07, 2018 at 12:17:58AM +0300, Sergey Lavrushkin wrote: > > I split patch to one for libavutil and

Re: [FFmpeg-devel] [PATCH] avformat/matroskadec: Parse encryption init info from streams.

2018-08-09 Thread Jacob Trimble
On Wed, Aug 1, 2018 at 1:46 PM Jacob Trimble wrote: > > On Mon, Jul 23, 2018 at 2:01 PM Jacob Trimble wrote: > > > > On Thu, Jul 12, 2018 at 5:05 PM Jacob Trimble wrote: > > > > > > Signed-off-by: Jacob Trimble > > > --- > > > libavformat/matroskadec.c | 43

Re: [FFmpeg-devel] [PATCH] avformat/matroska: Parse generic encryption info from packets.

2018-08-09 Thread Jacob Trimble
On Wed, Aug 1, 2018 at 1:45 PM Jacob Trimble wrote: > > On Mon, Jul 23, 2018 at 1:59 PM Jacob Trimble wrote: > > > > On Thu, Jul 12, 2018 at 4:45 PM Jacob Trimble wrote: > > > > > > The attached patch adds parsing for WebM encryption info into the > > > AVEncryptionInfo side-data. The

Re: [FFmpeg-devel] [PATCH] lavf/mov.c: Set start_time for all sterams (in case of edit lists).

2018-08-09 Thread Sasi Inguva
Thanks. Attaching the corrected patch On Thu, Aug 9, 2018 at 5:59 AM Moritz Barsnick wrote: > > [PATCH] lavf/mov.c: Set start_time for all sterams (in case of edit > lists). > ^ streams > > Moritz > ___ >

Re: [FFmpeg-devel] [PATCH] lavf/mov.c: Set start_time for audio too (in case of edit lists).

2018-08-09 Thread Sasi Inguva
Pls find attached, the corrected patch. On Wed, Aug 8, 2018 at 5:24 PM Sasi Inguva wrote: > Ok. i'll correct the commit message. > > On Wed, Aug 8, 2018 at 4:25 PM Michael Niedermayer > wrote: > >> On Wed, Aug 08, 2018 at 12:20:34PM -0700, Sasi Inguva wrote: >> > i intended it only for audio,

Re: [FFmpeg-devel] [PATCH] lavf/mov.c: Set start_time for all sterams (in case of edit lists).

2018-08-09 Thread Moritz Barsnick
> [PATCH] lavf/mov.c: Set start_time for all sterams (in case of edit lists). ^ streams Moritz ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Re: [FFmpeg-devel] [GSoC] FFserver libmicrohttpd interface

2018-08-09 Thread Stephan Holljes
On Thu, Aug 2, 2018 at 1:00 AM, Stephan Holljes wrote: > After fighting for a bit too long, I am finally submitting this patch series > that adds the more mature libmicrohttpd library. Client disconnect detection > is not really taken care of as of now, clients will be disconnected once >

[FFmpeg-devel] [PATCH] lavc/videotoolboxenc: Fix compilation on osx 10.10.5 Yosemite

2018-08-09 Thread Thilo Borgmann
$Subject -Thilo From 07ad940ffe051319591a204463b44f29699a5a4b Mon Sep 17 00:00:00 2001 From: Thilo Borgmann Date: Thu, 9 Aug 2018 12:47:35 +0200 Subject: [PATCH] lavc/videotoolboxenc: Fix compilation on osx 10.10.5 Yosemite --- libavcodec/videotoolboxenc.c | 2 +- 1 file changed, 1

[FFmpeg-devel] [PATCH V3] lavc/hevcdec: add ONLY_IF_THREADS_ENABLED where it is missing.

2018-08-09 Thread Jun Zhao
add ONLY_IF_THREADS_ENABLED where it is missing. Signed-off-by: Jun Zhao --- libavcodec/hevcdec.c |8 ++-- 1 files changed, 6 insertions(+), 2 deletions(-) diff --git a/libavcodec/hevcdec.c b/libavcodec/hevcdec.c index 409e77f..a3b5c8c 100644 --- a/libavcodec/hevcdec.c +++

[FFmpeg-devel] [PATCH V3] add ONLY_IF_THREADS_ENABLED where it is missing in hevcdec

2018-08-09 Thread Jun Zhao
V3: - clean the commit message. V2: - wrap the two functions with HAVE_THREADS as James Almer's review. Jun Zhao (1): lavc/hevcdec: add ONLY_IF_THREADS_ENABLED where it is missing. libavcodec/hevcdec.c |8 ++-- 1 files changed, 6 insertions(+), 2 deletions(-)

[FFmpeg-devel] [PATCH] lavc/hevcdec: add ONLY_IF_THREADS_ENABLED where it is missing.

2018-08-09 Thread Jun Zhao
add add ONLY_IF_THREADS_ENABLED where it is missing. Signed-off-by: Jun Zhao --- libavcodec/hevcdec.c |8 ++-- 1 files changed, 6 insertions(+), 2 deletions(-) diff --git a/libavcodec/hevcdec.c b/libavcodec/hevcdec.c index 409e77f..a3b5c8c 100644 --- a/libavcodec/hevcdec.c +++

[FFmpeg-devel] [PATCH] libavcodec/vp8dec: fix the multi-thread HWAccel decode error

2018-08-09 Thread Jun Zhao
the root cause is update_dimentions call get_pixel_format will trigger the hwaccel_uninit/hwaccel_init , in current context, there are 3 situations in the update_dimentions(): 1. First time calling. No matter single thread or multithread, get_pixel_format() should be called after dimentions