On Fri, Jun 3, 2016 at 6:28 PM, Muhammad Faiz wrote:
> and let ffmpeg scaler scale it
> this impoves quality
>
> Signed-off-by: Muhammad Faiz
> ---
> libavfilter/avf_showcqt.c | 43 ---
> 1 file changed, 24 insertions(+), 19 deletions(-)
>
applied
thank'
benchmark on x86_64
cqt_time:
plain = 3.292 s
SSE = 1.640 s
SSE3 = 1.631 s
AVX = 1.395 s
FMA3 = 1.271 s
FMA4 = not available
untested on x86_32
Signed-off-by: Muhammad Faiz
---
libavfilter/avf_showcqt.c | 7 ++
libavfilter/avf_showcqt.h | 3 +
libavfilter/x86/Makefi
On Sat, Jun 4, 2016 at 9:47 AM, Hendrik Leppkes wrote:
> On Sat, Jun 4, 2016 at 4:55 AM, Michael Niedermayer
> wrote:
>> Fixes lost codec delayy
>> Should fix Ticket5509
>>
>> Signed-off-by: Michael Niedermayer
>> ---
>> libavcodec/utils.c |1 +
>> 1 file changed, 1 insertion(+)
>>
>> diff
On Sat, Jun 4, 2016 at 4:55 AM, Michael Niedermayer
wrote:
> Fixes lost codec delayy
> Should fix Ticket5509
>
> Signed-off-by: Michael Niedermayer
> ---
> libavcodec/utils.c |1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/libavcodec/utils.c b/libavcodec/utils.c
> index 7b99526..4016
Hi,
The problem with this project is that it has not enough active developers. It
looks like most of the devs swiched into "stand-by" mode or something
and sadly no new people are joining in to push development forward ;)
Regards
___
ffmpeg-devel mail
On Sat, Jun 04, 2016 at 09:47:47AM +0200, Hendrik Leppkes wrote:
> On Sat, Jun 4, 2016 at 4:55 AM, Michael Niedermayer
> wrote:
> > Fixes lost codec delayy
> > Should fix Ticket5509
> >
> > Signed-off-by: Michael Niedermayer
> > ---
> > libavcodec/utils.c |1 +
> > 1 file changed, 1 insertio
On Sat, Jun 4, 2016 at 12:09 PM, Michael Niedermayer
wrote:
> On Sat, Jun 04, 2016 at 09:47:47AM +0200, Hendrik Leppkes wrote:
>> On Sat, Jun 4, 2016 at 4:55 AM, Michael Niedermayer
>> wrote:
>> > Fixes lost codec delayy
>> > Should fix Ticket5509
>> >
>> > Signed-off-by: Michael Niedermayer
>>
On Sat, Jun 04, 2016 at 10:30:32AM +0200, Piotr Bandurski wrote:
> Hi,
>
> The problem with this project is that it has not enough active developers. It
> looks like most of the devs swiched into "stand-by" mode or something
> and sadly no new people are joining in to push development forward ;)
On Fri, Jun 03, 2016 at 10:19:29PM -0400, compn wrote:
> On Fri, 3 Jun 2016 21:13:09 +0200
> Michael Niedermayer wrote:
>
> > On Fri, Jun 03, 2016 at 08:32:51PM +0200, Christophe Gisquet wrote:
> > i want some assistent to help with dayly server admin duties
> > most root admins we have help and
On Sat, Jun 04, 2016 at 12:15:50PM +0200, Hendrik Leppkes wrote:
> On Sat, Jun 4, 2016 at 12:09 PM, Michael Niedermayer
> wrote:
> > On Sat, Jun 04, 2016 at 09:47:47AM +0200, Hendrik Leppkes wrote:
> >> On Sat, Jun 4, 2016 at 4:55 AM, Michael Niedermayer
> >> wrote:
> >> > Fixes lost codec delayy
On 06/03/2016 07:55 PM, Michael Niedermayer wrote:
On Fri, Jun 03, 2016 at 02:04:00PM +0200, sebechlebsky...@gmail.com wrote:
From: Jan Sebechlebsky
Fifo was reallocating always to twice of the requested size.
This fixes it to reallocate to requested size, or twice of the
original size - whi
Hi,
On Sat, Jun 4, 2016 at 7:27 AM, Michael Niedermayer
wrote:
> On Sat, Jun 04, 2016 at 12:15:50PM +0200, Hendrik Leppkes wrote:
> > On Sat, Jun 4, 2016 at 12:09 PM, Michael Niedermayer
> > wrote:
> > > On Sat, Jun 04, 2016 at 09:47:47AM +0200, Hendrik Leppkes wrote:
> > >> On Sat, Jun 4, 2016
Hello,
In attach patchs to fix decoding error, when all channels doesn't have the
same pixel type.
001 : Fix tile, and simplify the tile support (remove unneed reorganisation
of pixel).
002 : remove scanline_size var, is now replace by the same calc for tile
and scanline
003 : Fix PXR24 uncompres
Hello,
in attach patch to fix decoding B44 exr, when there is several pixel_type.
Theses patch need to be apply after the 3 patch of mail :
libavcodec/exr : fix tile and pxr24 when all channels doesn't have the same
type
004 : Move channel_line_size to thread data, in order to be use by
b44_unc
Hi,
patch attached.
This is initial version as only 8bit RGB(A) is supported.
Can those tables be converted to something better?
0001-avcodec-add-BitJazz-SheerVideo-decoder.patch.bz2
Description: BZip2 compressed data
___
ffmpeg-devel mailing list
ff
On 6/4/2016 7:33 AM, Michael Niedermayer wrote:
> On Sat, Jun 04, 2016 at 10:30:32AM +0200, Piotr Bandurski wrote:
>> Hi,
>>
>> The problem with this project is that it has not enough active developers.
>> It looks like most of the devs swiched into "stand-by" mode or something
>> and sadly no new
On Sat, 4 Jun 2016 13:03:47 +0200
Michael Niedermayer wrote:
> On Fri, Jun 03, 2016 at 10:19:29PM -0400, compn wrote:
> > On Fri, 3 Jun 2016 21:13:09 +0200
> > Michael Niedermayer wrote:
> >
> > > On Fri, Jun 03, 2016 at 08:32:51PM +0200, Christophe Gisquet
> > > wrote: i want some assistent to
Hello,
In attach patch to fix layer detection inside exr file.
Only search a channel match, if the layer name also match. If no layer name
is set, doesn't change the previous behaviour.
Avoid to automatically mix channel from several layer. And when layer
doesn't have the same pixel type, avoid a
It mimics same options in libx264 and qsv_h264 encoders
---
libavcodec/internal.h| 15 +
libavcodec/libx264.c | 49 ++---
libavcodec/nvenc.c | 28 +++--
libavcodec/nvenc.h | 1 +
libavcodec/nvenc_h264.c | 1 +
libavcodec/nvenc_hev
On Sat, Jun 4, 2016 at 5:48 PM, Andrey Turkin wrote:
>
> It mimics same options in libx264 and qsv_h264 encoders
> ---
> libavcodec/internal.h| 15 +
> libavcodec/libx264.c | 49 ++---
> libavcodec/nvenc.c | 28 +++--
> libavcodec/nvenc.h
nvenc part of this LGTM
signature.asc
Description: OpenPGP digital signature
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
CCing lukasz and ganesh ...
so they can correct what we misremember if they want, also dont want
to speak about people behind their back ...
On Sat, Jun 04, 2016 at 12:26:22PM -0300, James Almer wrote:
> On 6/4/2016 7:33 AM, Michael Niedermayer wrote:
> > On Sat, Jun 04, 2016 at 10:30:32AM +0200,
On Sat, Jun 04, 2016 at 11:28:03AM -0400, compn wrote:
> On Sat, 4 Jun 2016 13:03:47 +0200
> Michael Niedermayer wrote:
>
> > On Fri, Jun 03, 2016 at 10:19:29PM -0400, compn wrote:
> > > On Fri, 3 Jun 2016 21:13:09 +0200
> > > Michael Niedermayer wrote:
> > >
> > > > On Fri, Jun 03, 2016 at 08:
On Sat, Jun 04, 2016 at 09:16:09AM -0400, Ronald S. Bultje wrote:
> Hi,
>
> On Sat, Jun 4, 2016 at 7:27 AM, Michael Niedermayer
> wrote:
>
> > On Sat, Jun 04, 2016 at 12:15:50PM +0200, Hendrik Leppkes wrote:
> > > On Sat, Jun 4, 2016 at 12:09 PM, Michael Niedermayer
> > > wrote:
> > > > On Sat,
Hi,
On Sat, Jun 4, 2016 at 1:09 PM, Michael Niedermayer
wrote:
> On Sat, Jun 04, 2016 at 09:16:09AM -0400, Ronald S. Bultje wrote:
> > Hi,
> >
> > On Sat, Jun 4, 2016 at 7:27 AM, Michael Niedermayer
>
> > wrote:
> >
> > > On Sat, Jun 04, 2016 at 12:15:50PM +0200, Hendrik Leppkes wrote:
> > > >
On Thu, Jun 02, 2016 at 03:32:49PM +0700, Muhammad Faiz wrote:
> On Thu, May 5, 2016 at 2:21 PM, Muhammad Faiz wrote:
> > this allow a filter to be written like this:
> > aformat =
> > sample_fmts = fltp|flt:
> > sample_rates = 44100|44800
> >
> > Signed-off-by: Muhammad Faiz
> > ---
> >
On Sat, Jun 4, 2016 at 7:30 PM, Ronald S. Bultje wrote:
> Hi,
>
> On Sat, Jun 4, 2016 at 1:09 PM, Michael Niedermayer
> wrote:
>
>> On Sat, Jun 04, 2016 at 09:16:09AM -0400, Ronald S. Bultje wrote:
>> > Hi,
>> >
>> > On Sat, Jun 4, 2016 at 7:27 AM, Michael Niedermayer
>>
>> > wrote:
>> >
>> > >
On Sat, Jun 04, 2016 at 01:30:20PM -0400, Ronald S. Bultje wrote:
> Hi,
>
> On Sat, Jun 4, 2016 at 1:09 PM, Michael Niedermayer
> wrote:
>
> > On Sat, Jun 04, 2016 at 09:16:09AM -0400, Ronald S. Bultje wrote:
> > > Hi,
> > >
> > > On Sat, Jun 4, 2016 at 7:27 AM, Michael Niedermayer
> >
> > > wr
---
libavcodec/internal.h| 15 +
libavcodec/libx264.c | 49 ++---
libavcodec/qsvenc.c | 4 +--
libavcodec/qsvenc_h264.c | 82 +++-
libavcodec/utils.c | 43 +
5 files changed, 101
It mimics same options in libx264 and qsv_h264 encoders
---
libavcodec/nvenc.c | 28 ++--
libavcodec/nvenc.h | 1 +
libavcodec/nvenc_h264.c | 1 +
libavcodec/nvenc_hevc.c | 1 +
4 files changed, 29 insertions(+), 2 deletions(-)
diff --git a/libavcodec/nvenc.c
From: Jan Sebechlebsky
Signed-off-by: Jan Sebechlebsky
---
I've rewritten the patch rapidly. Instead of using recursion it
accumulates bitstream filtered packets in fifo buffer and
dynamic array is used instead of linked list to store chain of
bitstream filters.
libavformat/tee.c | 301 +++
Nicolas, Marton just pointed me to the code you referenced, so I know this is
not what you wanted. So please ignore this patch, I'll send another.
Regards,
Jan
4. června 2016 20:24:40 CEST, sebechlebsky...@gmail.com napsal:
>From: Jan Sebechlebsky
>
>Signed-off-by: Jan Sebechlebsky
>---
> I've
All HE-AAC samples with an LFE channel make this warning get spammed on
every frame. Turning off SBR for LFE channels makes sense (since it has
much less coefficients than normal channels do), so this error print is
of no value in this case.
It makes sense to keep the error in other cases, hence wh
On Sat, Jun 04, 2016 at 03:35:34AM +0200, Michael Niedermayer wrote:
> On Fri, Jun 03, 2016 at 09:48:02PM -0300, James Almer wrote:
> > On 6/3/2016 7:12 PM, Michael Niedermayer wrote:
> > > Fixes regression of av_dump_format()
> > > Fixes part of Ticket 5444
> > >
> > > Signed-off-by: Michael Nied
On Sat, Jun 04, 2016 at 02:42:57PM +0200, Jan Sebechlebsky wrote:
>
>
> On 06/03/2016 07:55 PM, Michael Niedermayer wrote:
> >On Fri, Jun 03, 2016 at 02:04:00PM +0200, sebechlebsky...@gmail.com wrote:
> >>From: Jan Sebechlebsky
> >>
> >>Fifo was reallocating always to twice of the requested size
This fixes a API regression
Probably fixes Ticket5451
Signed-off-by: Michael Niedermayer
---
libavformat/utils.c |4 ++--
libavformat/version.h |2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/libavformat/utils.c b/libavformat/utils.c
index ac056c4..7ca0a12 100644
Signed-off-by: Michael Niedermayer
---
libavformat/dump.c |2 ++
1 file changed, 2 insertions(+)
diff --git a/libavformat/dump.c b/libavformat/dump.c
index 126b624..8e97197 100644
--- a/libavformat/dump.c
+++ b/libavformat/dump.c
@@ -458,6 +458,8 @@ static void dump_stream_format(AVFormatCon
I'm getting this echoing in my console at the end of a fate session
/home/fate/mongo-experiments/process/node_modules/mongodb/lib/server.js:236
process.nextTick(function() { throw err; })
^
Error: connect ECONNREFUSED 127.0.0.1:27017
at Object.exp
Hi,
On Sat, Jun 4, 2016 at 10:41 PM Dave Yeo wrote:
> I'm getting this echoing in my console at the end of a fate session
>
> /home/fate/mongo-experiments/process/node_modules/mongodb/lib/server.js:236
> process.nextTick(function() { throw err; })
>
39 matches
Mail list logo