Re: [FFmpeg-devel] [PATCH v1 1/2] codec: vrawdepay: add decoder for RFC4175

2017-02-23 Thread Rostislav Pehlivanov
On 23 February 2017 at 17:12, Damien Riegel < damien.rie...@savoirfairelinux.com> wrote: > On Wed, Feb 22, 2017 at 09:33:03PM +, Rostislav Pehlivanov wrote: > > On 22 February 2017 at 20:18, Damien Riegel < > > damien.rie...@savoirfairelinux.com> wrote: > > > > > On Fri, Feb 17, 2017 at 03:01:

Re: [FFmpeg-devel] [PATCH]lavc/utils: Fix a compilation warning, make a parameter const

2017-02-23 Thread Michael Niedermayer
On Fri, Feb 24, 2017 at 02:21:06AM +0100, Carl Eugen Hoyos wrote: > Hi! > > Attached patch fixes two warnings here. > > Please comment, Carl Eugen > utils.c |2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > 9fc49d14374b7fbfdbb6828fa8a439e884a563e8 > 0001-lavc-utils-Make-second-para

Re: [FFmpeg-devel] [PATCH] add locale month names to av_small_strptime

2017-02-23 Thread Micah Galizia
Hello, Is someone able to take a look at this and accept or reject it -- its been a few days since I submitted. Sorry to pester -- thanks in advance. On Mon, Feb 20, 2017 at 7:48 PM, Micah Galizia wrote: > Signed-off-by: Micah Galizia > --- > libavutil/parseutils.c | 28

Re: [FFmpeg-devel] [PATCH] Remove qmin and qmax constraints for nvenc vbr

2017-02-23 Thread Ganapathy Raman Kasi
Sorry, typo below: Change -preset medium to -preset slow in ii) Ganapathy -Original Message- From: ffmpeg-devel [mailto:ffmpeg-devel-boun...@ffmpeg.org] On Behalf Of Ganapathy Raman Kasi Sent: Thursday, February 23, 2017 6:01 PM To: FFmpeg development discussions and patches Subject: Re

Re: [FFmpeg-devel] [PATCH] Remove qmin and qmax constraints for nvenc vbr

2017-02-23 Thread Ganapathy Raman Kasi
Adding on to the previous mail, To test this patch, please try : i) ffmpeg -y -i $INPUT -vcodec h264_nvenc -preset medium $OUT_medium.mp4 ii) ffmpeg -y -i $INPUT -vcodec h264_nvenc -preset medium $OUT_slow.mp4 Without patch : $OUT_medium and $OUT_slow will be binary identical since both use NV_E

[FFmpeg-devel] [PATCH] Remove qmin and qmax constraints for nvenc vbr

2017-02-23 Thread Ganapathy Raman Kasi
Hi, qmin and qmax are not necessary for nvenc vbr. Enforcing this constraint, doesn't allow user to use vbr 2 pass mode ( NV_ENC_PARAMS_RC_2_PASS_VBR) without explicity setting the qmin and qmax options and reverts to the default vbr mode ( NV_ENC_PARAMS_RC_VBR). If needed user can still set

Re: [FFmpeg-devel] [PATCH 3/4] avutil/frame: Reimplement av_frame_new_side_data() without size=0 special case

2017-02-23 Thread Carl Eugen Hoyos
2017-02-24 1:19 GMT+01:00 Michael Niedermayer : > The problem is that functions like memcpy dont allow NULL even with > a size of 0 > > i can add checks for every memcpy() and any other function that ubsan > finds if thats preferred or add a av_memcpy() that does allow NULL No, it's preferable to

[FFmpeg-devel] [PATCH]lavc/utils: Fix a compilation warning, make a parameter const

2017-02-23 Thread Carl Eugen Hoyos
Hi! Attached patch fixes two warnings here. Please comment, Carl Eugen From 14a80e57463f43bcdc1ef5d87d2e95dc1bf420bc Mon Sep 17 00:00:00 2001 From: Carl Eugen Hoyos Date: Fri, 24 Feb 2017 02:18:23 +0100 Subject: [PATCH] lavc/utils: Make second parameter to apply_param_change() const. MIME-Versi

Re: [FFmpeg-devel] [PATCH] avcodec/dnxhddec: fix decoding of DNxHR HQX 10-bit

2017-02-23 Thread Carl Eugen Hoyos
2017-02-24 1:55 GMT+01:00 Paul B Mahol : >> What I meant was: >> How can I create a mov file with FFmpeg that fails without ignore_editlist? >> The sample you provided was made with FFmpeg / libavformat. > > The sample was only trimmed with FFmpeg. For full samples buy certain > software. I unde

Re: [FFmpeg-devel] [PATCH] avcodec/dnxhddec: fix decoding of DNxHR HQX 10-bit

2017-02-23 Thread Paul B Mahol
On 2/24/17, Carl Eugen Hoyos wrote: > 2017-02-23 15:18 GMT+01:00 Paul B Mahol : >> On 2/23/17, Carl Eugen Hoyos wrote: >>> 2017-02-23 8:00 GMT+01:00 Paul B Mahol : On 2/23/17, Carl Eugen Hoyos wrote: > 2017-02-22 14:51 GMT+01:00 Paul B Mahol : >> On 2/22/17, Paul B Mahol wrote: >>>

Re: [FFmpeg-devel] [PATCH] avcodec/dnxhddec: fix decoding of DNxHR HQX 10-bit

2017-02-23 Thread Carl Eugen Hoyos
2017-02-23 15:18 GMT+01:00 Paul B Mahol : > On 2/23/17, Carl Eugen Hoyos wrote: >> 2017-02-23 8:00 GMT+01:00 Paul B Mahol : >>> On 2/23/17, Carl Eugen Hoyos wrote: 2017-02-22 14:51 GMT+01:00 Paul B Mahol : > On 2/22/17, Paul B Mahol wrote: >> Signed-off-by: Paul B Mahol >> ---

Re: [FFmpeg-devel] [PATCH 3/4] avutil/frame: Reimplement av_frame_new_side_data() without size=0 special case

2017-02-23 Thread Michael Niedermayer
On Thu, Feb 23, 2017 at 05:53:27PM +0100, wm4 wrote: > On Thu, 23 Feb 2017 17:12:35 +0100 > Michael Niedermayer wrote: > > > On Thu, Feb 23, 2017 at 03:26:22PM +0100, wm4 wrote: > > > On Thu, 23 Feb 2017 15:19:31 +0100 > > > Michael Niedermayer wrote: > > > > > > > The size 0 special case cau

Re: [FFmpeg-devel] [PATCH 2/4] avdevice/decklink_enc: add support to specify field order

2017-02-23 Thread Marton Balint
On Thu, 23 Feb 2017, Matthias Hunstock wrote: Am 23.02.2017 um 17:24 schrieb Marton Balint: The "@mode" syntax does not work for output devices. Let me add a patch, I will send it tonight. Please don't. The @mode syntax is insane. You need a different @mode for different hardware to get the

Re: [FFmpeg-devel] [PATCH 4/4] lavfi: Add VAAPI deinterlacer

2017-02-23 Thread Mark Thompson
On 19/02/17 17:23, Mark Thompson wrote: > (cherry picked from commit ade370a4d7eab1866b6023c91c135d27c77ca465) > (cherry picked from commit 2d518aec4c781316092be65893b47922c8f71b67) > --- > configure | 1 + > libavfilter/Makefile | 1 + > libavfilter/allf

Re: [FFmpeg-devel] [PATCH 3/4] avdevice/decklink_enc: convert AVFMT_RAWPICTURE to AV_CODEC_ID_WRAPPED_AVFRAME

2017-02-23 Thread Matthias Hunstock
Am 23.02.2017 um 21:58 schrieb wm4: >> +virtual ULONG STDMETHODCALLTYPE AddRef(void) >> +virtual ULONG STDMETHODCALLTYPE Release(void) >> +{ >> +int ret = avpriv_atomic_int_add_and_fetch(&_refs, -1); >> +if (!ret) { >> +av_frame_free(&_avframe); > Wouldn'

Re: [FFmpeg-devel] [PATCH 3/4] avdevice/decklink_enc: convert AVFMT_RAWPICTURE to AV_CODEC_ID_WRAPPED_AVFRAME

2017-02-23 Thread wm4
On Wed, 22 Feb 2017 23:46:51 +0100 Marton Balint wrote: > Signed-off-by: Marton Balint > --- > libavdevice/decklink_enc.cpp | 78 > +--- > libavdevice/decklink_enc_c.c | 4 +-- > libavdevice/version.h| 4 +-- > 3 files changed, 42 insertions(+)

Re: [FFmpeg-devel] [PATCH 2/4] avdevice/decklink_enc: add support to specify field order

2017-02-23 Thread Matthias Hunstock
Am 23.02.2017 um 17:24 schrieb Marton Balint: >> The "@mode" syntax does not work for output devices. Let me add a patch, >> I will send it tonight. > > Please don't. The @mode syntax is insane. You need a different @mode for > different hardware to get the same output format. @mode may even be >

Re: [FFmpeg-devel] [PATCH v7] - Added Turing codec interface for ffmpeg

2017-02-23 Thread Mark Thompson
On 21/02/17 17:15, Saverio Blasi wrote: > Hi all, > > We have recently circulated this new iteration (see below) of our work > towards integrating our HEVC Turing codec within FFMpeg. Assuming that there > are no more requests for changes, we would like to understand what is the > timeline for

Re: [FFmpeg-devel] [PATCH] lavf/dashenc: update bitrates on dash_write_trailer

2017-02-23 Thread Przemysław Sobala
On Wednesday, February 22, 2017, Przemysław Sobala < przemyslaw.sob...@gmail.com> wrote: > From: Przemysław Sobala > > > Provides a way to change bandwidth (bitrate) parameter after CRF H.264 > encoding (details: http://ffmpeg.org/pipermail/libav-user/2017-February/ > 010141.html) > > Signed-off-b

Re: [FFmpeg-devel] Refund request for Customs fees of donations

2017-02-23 Thread Thilo Borgmann
Am 23.02.17 um 21:00 schrieb Lou Logan: > On Thu, 23 Feb 2017 20:35:21 +0100, Thilo Borgmann wrote: > >> Hi, >> >> in the aftermath of ELCE 2016 we recieved a donation of 5 displays >> from a company. > > Forgive my ignorance, but what is a "display"? I'm guessing it's what > we 'Mericans call a

Re: [FFmpeg-devel] Refund request for Customs fees of donations

2017-02-23 Thread Paul B Mahol
On 2/23/17, Lou Logan wrote: > On Thu, 23 Feb 2017 20:35:21 +0100, Thilo Borgmann wrote: > >> Hi, >> >> in the aftermath of ELCE 2016 we recieved a donation of 5 displays >> from a company. > > Forgive my ignorance, but what is a "display"? I'm guessing it's what > we 'Mericans call a computer mon

Re: [FFmpeg-devel] [PATCH] omx: Add support for specifying H.264 profile [v4]

2017-02-23 Thread Mark Thompson
On 11/02/17 22:56, Takayuki 'January June' Suwa wrote: > From: Takayuki 'January June' Suwa > > This adds "-profile[:v] profile_name"-style option. > --- > libavcodec/omx.c | 31 +++ > 1 file changed, 31 insertions(+) > > diff --git a/libavcodec/omx.c b/libavcodec/om

Re: [FFmpeg-devel] Refund request for Customs fees of donations

2017-02-23 Thread Lou Logan
On Thu, 23 Feb 2017 20:35:21 +0100, Thilo Borgmann wrote: > Hi, > > in the aftermath of ELCE 2016 we recieved a donation of 5 displays > from a company. Forgive my ignorance, but what is a "display"? I'm guessing it's what we 'Mericans call a computer monitor. ___

[FFmpeg-devel] Refund request for Customs fees of donations

2017-02-23 Thread Thilo Borgmann
Hi, in the aftermath of ELCE 2016 we recieved a donation of 5 displays from a company. These went to Michael Niedermayer, Carl Eugen Hoyos, Ronald Bultje, Clement Boesch and myself. Unfortunately, due to lack of experience with that, I had to pay customs for 4 of 5 of these displays which had

Re: [FFmpeg-devel] [PATCH 3/3] MAINTAINERS: Add Rodger Combs to ffmpeg-security

2017-02-23 Thread Michael Niedermayer
On Thu, Feb 23, 2017 at 05:55:15PM +0100, wm4 wrote: > On Thu, 23 Feb 2017 17:34:42 +0100 > Michael Niedermayer wrote: > > > Rodger Combs will be added to the ffmpeg-security alias when this patch is > > applied > > > > Signed-off-by: Michael Niedermayer > > --- > > MAINTAINERS | 2 +- > > 1

Re: [FFmpeg-devel] [PATCH v1 1/2] codec: vrawdepay: add decoder for RFC4175

2017-02-23 Thread Damien Riegel
On Wed, Feb 22, 2017 at 09:33:03PM +, Rostislav Pehlivanov wrote: > On 22 February 2017 at 20:18, Damien Riegel < > damien.rie...@savoirfairelinux.com> wrote: > > > On Fri, Feb 17, 2017 at 03:01:05PM -0500, Damien Riegel wrote: > > > Hi, > > > > > > On Thu, Feb 16, 2017 at 06:19:00PM +, Ro

Re: [FFmpeg-devel] [PATCH 3/3] MAINTAINERS: Add Rodger Combs to ffmpeg-security

2017-02-23 Thread wm4
On Thu, 23 Feb 2017 17:34:42 +0100 Michael Niedermayer wrote: > Rodger Combs will be added to the ffmpeg-security alias when this patch is > applied > > Signed-off-by: Michael Niedermayer > --- > MAINTAINERS | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/MAINTAINERS

Re: [FFmpeg-devel] [PATCH 3/4] avutil/frame: Reimplement av_frame_new_side_data() without size=0 special case

2017-02-23 Thread wm4
On Thu, 23 Feb 2017 17:12:35 +0100 Michael Niedermayer wrote: > On Thu, Feb 23, 2017 at 03:26:22PM +0100, wm4 wrote: > > On Thu, 23 Feb 2017 15:19:31 +0100 > > Michael Niedermayer wrote: > > > > > The size 0 special case causes side data to be created which is > > > different and a special ca

Re: [FFmpeg-devel] [PATCH 2/3] MAINTAINERS: add wm4 to ffmpeg-security

2017-02-23 Thread Paul B Mahol
On 2/23/17, Michael Niedermayer wrote: > wm4 will be added to the ffmpeg-security alias when this patch is applied > > Signed-off-by: Michael Niedermayer > --- > MAINTAINERS | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > wm4 certainly have real name, lgtm anyway _

Re: [FFmpeg-devel] [PATCH 3/3] MAINTAINERS: Add Rodger Combs to ffmpeg-security

2017-02-23 Thread Paul B Mahol
On 2/23/17, Michael Niedermayer wrote: > Rodger Combs will be added to the ffmpeg-security alias when this patch is > applied > > Signed-off-by: Michael Niedermayer > --- > MAINTAINERS | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > ok ___ f

Re: [FFmpeg-devel] [PATCH 1/3] MAINTAINERS: Make formating of ffmpeg-security entry the same as others

2017-02-23 Thread Paul B Mahol
On 2/23/17, Michael Niedermayer wrote: > Signed-off-by: Michael Niedermayer > --- > MAINTAINERS | 6 +- > 1 file changed, 1 insertion(+), 5 deletions(-) > lgtm ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinf

[FFmpeg-devel] [PATCH 2/3] MAINTAINERS: add wm4 to ffmpeg-security

2017-02-23 Thread Michael Niedermayer
wm4 will be added to the ffmpeg-security alias when this patch is applied Signed-off-by: Michael Niedermayer --- MAINTAINERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index db5534639b..e39cf88798 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -6

[FFmpeg-devel] [PATCH 1/3] MAINTAINERS: Make formating of ffmpeg-security entry the same as others

2017-02-23 Thread Michael Niedermayer
Signed-off-by: Michael Niedermayer --- MAINTAINERS | 6 +- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index 9c12fecce2..db5534639b 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -60,11 +60,7 @@ mailing lists Baptiste Couduri

[FFmpeg-devel] [PATCH 3/3] MAINTAINERS: Add Rodger Combs to ffmpeg-security

2017-02-23 Thread Michael Niedermayer
Rodger Combs will be added to the ffmpeg-security alias when this patch is applied Signed-off-by: Michael Niedermayer --- MAINTAINERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index e39cf88798..6b17b13187 100644 --- a/MAINTAINERS +++ b/MAINTAI

Re: [FFmpeg-devel] [PATCH 2/4] avdevice/decklink_enc: add support to specify field order

2017-02-23 Thread Marton Balint
On Thu, 23 Feb 2017, Matthias Hunstock wrote: Am 22.02.2017 um 23:46 schrieb Marton Balint: diff --git a/doc/outdevs.texi b/doc/outdevs.texi index e68653f..df41cc8 100644 --- a/doc/outdevs.texi +++ b/doc/outdevs.texi @@ -131,8 +131,8 @@ and @code{--extra-ldflags}. On Windows, you need to run

Re: [FFmpeg-devel] [PATCH 3/4] avutil/frame: Reimplement av_frame_new_side_data() without size=0 special case

2017-02-23 Thread Michael Niedermayer
On Thu, Feb 23, 2017 at 03:26:22PM +0100, wm4 wrote: > On Thu, 23 Feb 2017 15:19:31 +0100 > Michael Niedermayer wrote: > > > The size 0 special case causes side data to be created which is > > different and a special case if for any reasons size = 0 is passed > > > > Fixes: multiple runtime erro

Re: [FFmpeg-devel] [PATCH 2/4] avdevice/decklink_enc: add support to specify field order

2017-02-23 Thread Matthias Hunstock
Am 22.02.2017 um 23:46 schrieb Marton Balint: > diff --git a/doc/outdevs.texi b/doc/outdevs.texi > index e68653f..df41cc8 100644 > --- a/doc/outdevs.texi > +++ b/doc/outdevs.texi > @@ -131,8 +131,8 @@ and @code{--extra-ldflags}. > On Windows, you need to run the IDL files through @command{widl}.

[FFmpeg-devel] [PATCH 1/2] lavc/aarch64: add ff_simple_idct{, _add, _put}_neon functions

2017-02-23 Thread Matthieu Bouron
--- libavcodec/aarch64/Makefile | 2 + libavcodec/aarch64/idct.h | 28 +++ libavcodec/aarch64/idctdsp_init_aarch64.c | 40 libavcodec/aarch64/simple_idct_neon.S | 362 ++ libavcodec/idctdsp.c | 2 + libav

[FFmpeg-devel] lavc/aarch64: add simple idct neon functions

2017-02-23 Thread Matthieu Bouron
Hello, The following patchset add the ff_simple_idct function neon functions for the aarch64 platform. It's ported from armv7 simple_idct_neon with some improvements: * the source idct blocks are now loaded once and kept in v24-v31 * the source idct blocks are no longer overriden in idct_col4_t

[FFmpeg-devel] [PATCH 2/2] lavc/tests/dct/aarch64: add ff_simple_idct_neon test

2017-02-23 Thread Matthieu Bouron
--- libavcodec/tests/aarch64/dct.c | 30 ++ libavcodec/tests/dct.c | 4 +++- 2 files changed, 33 insertions(+), 1 deletion(-) create mode 100644 libavcodec/tests/aarch64/dct.c diff --git a/libavcodec/tests/aarch64/dct.c b/libavcodec/tests/aarch64/dct.c new fi

Re: [FFmpeg-devel] [PATCH 1/2] avutil/internal: Add ff_elog()

2017-02-23 Thread Michael Niedermayer
On Thu, Feb 23, 2017 at 07:57:41AM -0500, Ronald S. Bultje wrote: > Hi, > > On Thu, Feb 23, 2017 at 2:19 AM, wm4 wrote: > > > On Wed, 22 Feb 2017 19:16:46 +0100 > > Michael Niedermayer wrote: > > > > > This enables the extra error messages in case of DEBUG or high assrtion > > levels. > > > Hig

Re: [FFmpeg-devel] [PATCH 3/4] avutil/frame: Reimplement av_frame_new_side_data() without size=0 special case

2017-02-23 Thread wm4
On Thu, 23 Feb 2017 15:19:31 +0100 Michael Niedermayer wrote: > The size 0 special case causes side data to be created which is > different and a special case if for any reasons size = 0 is passed > > Fixes: multiple runtime error: null pointer passed as argument 1, which is > declared to never

[FFmpeg-devel] [PATCH 1/4] avcodec/wavpack: Check post_shift

2017-02-23 Thread Michael Niedermayer
Fixes: runtime error: shift exponent 34 is too large for 32-bit type 'int' Fixes: 653/clusterfuzz-testcase-5773837415219200 Signed-off-by: Michael Niedermayer --- libavcodec/wavpack.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libavcodec/wavpack.c b/libavcodec/wavpack.c index 24d57f

[FFmpeg-devel] [PATCH 4/4] avutil/frame: Disallow zero sized frame side data

2017-02-23 Thread Michael Niedermayer
There should be no case that needs this and its a potential for creating corner cases Signed-off-by: Michael Niedermayer --- libavutil/frame.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libavutil/frame.c b/libavutil/frame.c index 8811dcdcfe..69ee240758 100644 --- a/libavutil/frame.c +

[FFmpeg-devel] [PATCH 3/4] avutil/frame: Reimplement av_frame_new_side_data() without size=0 special case

2017-02-23 Thread Michael Niedermayer
The size 0 special case causes side data to be created which is different and a special case if for any reasons size = 0 is passed Fixes: multiple runtime error: null pointer passed as argument 1, which is declared to never be null Fixes: 653/clusterfuzz-testcase-5773837415219200 Found-by: conti

[FFmpeg-devel] [PATCH 2/4] avcodec/wavpack: Fix 280:22: runtime error: left shift of negative value -1

2017-02-23 Thread Michael Niedermayer
Fixes: 653/clusterfuzz-testcase-5773837415219200 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/targets/ffmpeg Signed-off-by: Michael Niedermayer --- libavcodec/wavpack.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/wavpack.c

Re: [FFmpeg-devel] [PATCH] avcodec/dnxhddec: fix decoding of DNxHR HQX 10-bit

2017-02-23 Thread Paul B Mahol
On 2/23/17, Carl Eugen Hoyos wrote: > 2017-02-23 8:00 GMT+01:00 Paul B Mahol : >> On 2/23/17, Carl Eugen Hoyos wrote: >>> 2017-02-22 14:51 GMT+01:00 Paul B Mahol : On 2/22/17, Paul B Mahol wrote: > Signed-off-by: Paul B Mahol > --- > libavcodec/dnxhddec.c | 2 +- > 1 file

Re: [FFmpeg-devel] [PATCH] avcodec/dnxhddec: fix decoding of DNxHR HQX 10-bit

2017-02-23 Thread Carl Eugen Hoyos
2017-02-23 8:00 GMT+01:00 Paul B Mahol : > On 2/23/17, Carl Eugen Hoyos wrote: >> 2017-02-22 14:51 GMT+01:00 Paul B Mahol : >>> On 2/22/17, Paul B Mahol wrote: Signed-off-by: Paul B Mahol --- libavcodec/dnxhddec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) >>

Re: [FFmpeg-devel] [PATCH]lavc/libx265: Add gray10 and gray12 encoding support

2017-02-23 Thread Paul B Mahol
On 2/23/17, Carl Eugen Hoyos wrote: > 2017-02-23 8:06 GMT+01:00 Paul B Mahol : >> On 2/23/17, Carl Eugen Hoyos wrote: > >>> Attached patch adds gray10 and gray12 native endian >>> encoding support to libx265. > >> Does this get decoded with native hevc? > > Yes, which sample fails for you? I hav

Re: [FFmpeg-devel] [PATCH]lavc/libx265: Add gray10 and gray12 encoding support

2017-02-23 Thread Carl Eugen Hoyos
2017-02-23 8:06 GMT+01:00 Paul B Mahol : > On 2/23/17, Carl Eugen Hoyos wrote: >> Attached patch adds gray10 and gray12 native endian >> encoding support to libx265. > Does this get decoded with native hevc? Yes, which sample fails for you? Carl Eugen __

Re: [FFmpeg-devel] [PATCH 1/2] avutil/internal: Add ff_elog()

2017-02-23 Thread wm4
On Thu, 23 Feb 2017 07:57:41 -0500 "Ronald S. Bultje" wrote: > Hi, > > On Thu, Feb 23, 2017 at 2:19 AM, wm4 wrote: > > > On Wed, 22 Feb 2017 19:16:46 +0100 > > Michael Niedermayer wrote: > > > > > This enables the extra error messages in case of DEBUG or high assrtion > > levels. > > >

Re: [FFmpeg-devel] [PATCH 1/2] avutil/internal: Add ff_elog()

2017-02-23 Thread Ronald S. Bultje
Hi, On Thu, Feb 23, 2017 at 2:19 AM, wm4 wrote: > On Wed, 22 Feb 2017 19:16:46 +0100 > Michael Niedermayer wrote: > > > This enables the extra error messages in case of DEBUG or high assrtion > levels. > > High assertion levels imply slow checks in inner loops so any extra > error should > > be

Re: [FFmpeg-devel] [FFmpeg-cvslog] avcodec/qdrw: add support for 0x0001 code

2017-02-23 Thread Michael Niedermayer
On Thu, Feb 23, 2017 at 08:05:24AM +0100, Paul B Mahol wrote: > On 2/23/17, Michael Niedermayer wrote: > > On Wed, Feb 22, 2017 at 09:25:04PM +0100, Paul B Mahol wrote: > >> ffmpeg | branch: master | Paul B Mahol | Wed Feb 22 > >> 15:32:26 2017 +0100| [fb5c9be82ea870fd0a7643214ebf8728d8e29991] |

Re: [FFmpeg-devel] [PATCH] configure/rtmpdh: Fix OpenSSL 1.1.0 support

2017-02-23 Thread Stefan _
Am 23.02.2017 um 02:07 schrieb Michael Niedermayer: > On Wed, Feb 22, 2017 at 11:15:45PM +, Stefan _ wrote: > >> From: sfan5 > Is it intended that theres no full name in the git author field ? > > [...] Yes that's intended. ___ ffmpeg-devel mailing

Re: [FFmpeg-devel] [PATCH] lavc/vaapi_encode: fix PoC negative issue

2017-02-23 Thread Mark Thompson
On 23/02/17 00:44, Jun Zhao wrote: > Ping? I know the commit "eefa4b" give a fix, but I think this one more > better for this issue :) Would you care to offer any reasoning for why you think this is better? > On 2017/2/8 15:39, Jun Zhao wrote: >> From e37b2598d372b790c0a496c7b750802a1aa102be M

[FFmpeg-devel] [PATCH] Handle build environment where both posix_malloc and _aligned_alloc are available

2017-02-23 Thread Andrey Turkin
av_malloc prefers posix_malloc over _aligned_alloc so realloc and free functions must be used when posix_malloc is available. This fixes mingw32 builds when using custom allocators. --- libavutil/mem.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libavutil/mem.c b/liba