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 were
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
+++ b/libavco
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(-)
_
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
+++ b/libavcodec/
$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 insertion(+)
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
> av_inter
> [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
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, b
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
> ___
> f
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 AVEncrypt
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 +---
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 a
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 the
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 backen
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 409e77f..
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, 2
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(-)
> >
> > diff
Hi Michael,
On Thu, Aug 9, 2018 at 8:49 PM, Michael Niedermayer
wrote:
> On Wed, Aug 08, 2018 at 10:00:42PM -0300, James Almer wrote:
>
> Apply this patch with changes to allow that specific condition and lets
> > not waste more time on this.
>
> this is the only change the patch does. Without i
18 matches
Mail list logo