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

2017-02-22 Thread wm4
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 insignificant. > Is it preferred

Re: [FFmpeg-devel] [PATCH] avcodec/h264_ps: Check chroma_qp_index_offset

2017-02-22 Thread Paul B Mahol
On 2/23/17, Michael Niedermayer wrote: > On Wed, Feb 22, 2017 at 07:40:24PM +0100, Paul B Mahol wrote: >> On 2/22/17, Michael Niedermayer wrote: >> > On Wed, Feb 22, 2017 at 04:41:43PM +0100, Paul B Mahol wrote: >> >> On 2/22/17, Michael

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

2017-02-22 Thread Paul B Mahol
On 2/23/17, Carl Eugen Hoyos wrote: > Hi! > > Attached patch adds gray10 and gray12 native endian encoding support > to libx265. > > Please comment, Carl Eugen > Does this get decoded with native hevc? ___ ffmpeg-devel mailing list

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

2017-02-22 Thread Paul B Mahol
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] | >> committer: Paul B Mahol

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

2017-02-22 Thread 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

Re: [FFmpeg-devel] [PATCH] avdevice/decklink: Remove pthread dependency

2017-02-22 Thread wm4
On Wed, 22 Feb 2017 14:55:23 -0800 Kyle Schwarz wrote: > DeckLink depends on pthread, and is silently disabled if pthread is missing. > > Also fixes w32pthreads to support C++. > --- > > -sem_post(>semaphore); > +pthread_mutex_unlock(>mutex); > >

Re: [FFmpeg-devel] [PATCH] mjpegenc: make optimal huffman coding the default

2017-02-22 Thread Michael Niedermayer
On Wed, Feb 22, 2017 at 10:47:13PM +, Rostislav Pehlivanov wrote: > Its been extensively tested and it gives gain for practically free, so > make it enabled by default. > > Signed-off-by: Rostislav Pehlivanov > --- > libavcodec/mjpegenc.c | 2 +- > 1 file changed, 1

Re: [FFmpeg-devel] [PATCH] mjpegenc: make optimal huffman coding the default

2017-02-22 Thread Michael Niedermayer
On Wed, Feb 22, 2017 at 11:03:58PM -0300, James Almer wrote: > On 2/22/2017 10:56 PM, Michael Niedermayer wrote: > > On Wed, Feb 22, 2017 at 10:47:13PM +, Rostislav Pehlivanov wrote: > >> Its been extensively tested and it gives gain for practically free, so > >> make it enabled by default. >

Re: [FFmpeg-devel] [PATCH] mjpegenc: make optimal huffman coding the default

2017-02-22 Thread James Almer
On 2/22/2017 10:56 PM, Michael Niedermayer wrote: > On Wed, Feb 22, 2017 at 10:47:13PM +, Rostislav Pehlivanov wrote: >> Its been extensively tested and it gives gain for practically free, so >> make it enabled by default. >> >> Signed-off-by: Rostislav Pehlivanov >> ---

Re: [FFmpeg-devel] [PATCH] mjpegenc: make optimal huffman coding the default

2017-02-22 Thread Michael Niedermayer
On Wed, Feb 22, 2017 at 10:47:13PM +, Rostislav Pehlivanov wrote: > Its been extensively tested and it gives gain for practically free, so > make it enabled by default. > > Signed-off-by: Rostislav Pehlivanov > --- > libavcodec/mjpegenc.c | 2 +- > 1 file changed, 1

Re: [FFmpeg-devel] [PATCH] fixup! avcodec/mips: version 1 of vc1dsp optimizations for loongson mmi

2017-02-22 Thread Michael Niedermayer
On Wed, Feb 22, 2017 at 03:48:35PM +0100, Jacek Manko wrote: > --- > libavcodec/mips/Makefile | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) applied thx [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB It is dangerous to be right in matters on which

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

2017-02-22 Thread Michael Niedermayer
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] | committer: > Paul B Mahol > > avcodec/qdrw: add support for 0x0001 code > > Fixes decoding

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

2017-02-22 Thread Michael Niedermayer
On Wed, Feb 22, 2017 at 11:15:45PM +, Stefan _ wrote: > The rtmpdh patch was kinda (completly) broken, fixed patch is attached. > > Concerning LibreSSL: > They use OPENSSL_VERSION_NUMBER = 0x2050200fL which breaks the other > openssl code in tls_openssl.c anyway, > so LibreSSL support should

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

2017-02-22 Thread Jun Zhao
Ping? I know the commit "eefa4b" give a fix, but I think this one more better for this issue :) On 2017/2/8 15:39, Jun Zhao wrote: ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

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

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

Re: [FFmpeg-devel] [PATCH] avcodec/wrapped_avframe: allocate a buffer with padding

2017-02-22 Thread Marton Balint
On Wed, 22 Feb 2017, wm4 wrote: > > Patch looks good, and I like it better than checking the codec ID. Ok, will apply soon. OK Thanks, pushed. Regards, Marton ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org

Re: [FFmpeg-devel] [PATCH] avcodec/h264_ps: Check chroma_qp_index_offset

2017-02-22 Thread Michael Niedermayer
On Wed, Feb 22, 2017 at 07:40:24PM +0100, Paul B Mahol wrote: > On 2/22/17, Michael Niedermayer wrote: > > On Wed, Feb 22, 2017 at 04:41:43PM +0100, Paul B Mahol wrote: > >> On 2/22/17, Michael Niedermayer wrote: > >> > On Wed, Feb 22, 2017 at

Re: [FFmpeg-devel] [PATCH] avdevice/decklink: Remove pthread dependency

2017-02-22 Thread Kyle Schwarz
On Wed, Feb 22, 2017 at 6:55 PM, Marton Balint wrote: > > On Wed, 22 Feb 2017, Kyle Schwarz wrote: > >> DeckLink depends on pthread, and is silently disabled if pthread is >> missing. >> >> Also fixes w32pthreads to support C++. > > > You should split this into two patches, one

Re: [FFmpeg-devel] [PATCH 0/1] Add ETC1 encoder/decoder

2017-02-22 Thread Carl Eugen Hoyos
2017-02-22 18:38 GMT+01:00 Devin Heitmueller : > This patch adds support for encoding and decoding the Ericsson Texture > Compression 1 (ETC1) format. This includes support for the PKM file > format. > > Note the actual codec uses Google's ETC1 implementation from

Re: [FFmpeg-devel] [PATCH] avdevice/decklink: Remove pthread dependency

2017-02-22 Thread Marton Balint
On Wed, 22 Feb 2017, Kyle Schwarz wrote: DeckLink depends on pthread, and is silently disabled if pthread is missing. Also fixes w32pthreads to support C++. You should split this into two patches, one the w32pthreads C++ support, other the decklink patch. Also, I checked the decklink

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

2017-02-22 Thread Carl Eugen Hoyos
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(-) >> >> diff --git a/libavcodec/dnxhddec.c

Re: [FFmpeg-devel] [PATCH] avdevice/decklink: Remove pthread dependency

2017-02-22 Thread Kyle Schwarz
Indeed, an unintended change. 644 is preferred. On Wed, Feb 22, 2017 at 6:26 PM, Ricardo Constantino wrote: > On 22 February 2017 at 22:55, Kyle Schwarz wrote: > > > DeckLink depends on pthread, and is silently disabled if pthread is > > missing. > > > >

Re: [FFmpeg-devel] [PATCH] avdevice/decklink: Remove pthread dependency

2017-02-22 Thread Carl Eugen Hoyos
2017-02-22 23:55 GMT+01:00 Kyle Schwarz : > DeckLink depends on pthread, and is silently disabled if pthread is missing. > Also fixes w32pthreads to support C++. Please make this a separate patch. Thank you, Carl Eugen ___

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

2017-02-22 Thread Carl Eugen Hoyos
Hi! Attached patch adds gray10 and gray12 native endian encoding support to libx265. Please comment, Carl Eugen From f3ce6a1bfc6a5d3201541d51fc4547b1b0b555f8 Mon Sep 17 00:00:00 2001 From: Carl Eugen Hoyos Date: Thu, 23 Feb 2017 00:28:22 +0100 Subject: [PATCH] lavc/libx265:

Re: [FFmpeg-devel] [PATCH] avdevice/decklink: Remove pthread dependency

2017-02-22 Thread Ricardo Constantino
On 22 February 2017 at 22:55, Kyle Schwarz wrote: > DeckLink depends on pthread, and is silently disabled if pthread is > missing. > > Also fixes w32pthreads to support C++. > --- > compat/w32pthreads.h| 31 +++ > configure

[FFmpeg-devel] [PATCH] avdevice/decklink: Remove pthread dependency

2017-02-22 Thread Kyle Schwarz
DeckLink depends on pthread, and is silently disabled if pthread is missing. Also fixes w32pthreads to support C++. --- compat/w32pthreads.h| 31 +++ configure | 4 ++-- libavdevice/decklink_common.cpp | 3 ---

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

2017-02-22 Thread Stefan _
The rtmpdh patch was kinda (completly) broken, fixed patch is attached. Concerning LibreSSL: They use OPENSSL_VERSION_NUMBER = 0x2050200fL which breaks the other openssl code in tls_openssl.c anyway, so LibreSSL support should probably be worried about in a different patch. From

[FFmpeg-devel] [PATCH] mjpegenc: make optimal huffman coding the default

2017-02-22 Thread Rostislav Pehlivanov
Its been extensively tested and it gives gain for practically free, so make it enabled by default. Signed-off-by: Rostislav Pehlivanov --- libavcodec/mjpegenc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/mjpegenc.c b/libavcodec/mjpegenc.c

[FFmpeg-devel] [PATCH 4/4] avdevice/decklink_dec: remove AVFMT_RAWPICTURE

2017-02-22 Thread Marton Balint
It has no effect for input devices. Signed-off-by: Marton Balint --- libavdevice/decklink_dec_c.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavdevice/decklink_dec_c.c b/libavdevice/decklink_dec_c.c index 543d16b..31818d2 100644 ---

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

2017-02-22 Thread Kieran Kunhya
On Wed, 22 Feb 2017, 21:39 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

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

2017-02-22 Thread Marton Balint
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(+), 44 deletions(-) diff --git

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

2017-02-22 Thread Marton Balint
Signed-off-by: Marton Balint --- doc/outdevs.texi| 4 ++-- libavdevice/decklink_common.cpp | 29 +++-- libavdevice/decklink_common.h | 2 +- libavdevice/decklink_enc.cpp| 4 ++-- libavdevice/version.h | 2 +- 5 files

[FFmpeg-devel] [PATCH 1/4] avdevice/decklink_enc: convert to codecpar

2017-02-22 Thread Marton Balint
Signed-off-by: Marton Balint --- libavdevice/decklink_enc.cpp | 20 ++-- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/libavdevice/decklink_enc.cpp b/libavdevice/decklink_enc.cpp index ad00224..944e9d3 100644 --- a/libavdevice/decklink_enc.cpp

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

2017-02-22 Thread Ricardo Constantino
On 22 February 2017 at 15:17, Stefan _ wrote: > 1) configure only looks for OPENSSL_init_ssl using pkg-config, this > breaks in case pkg-config is not available (cross-compiling) > > > 2) The rtmpdh code uses the DH struct from OpenSSL which was made > private in the 1.1 series >

Re: [FFmpeg-devel] [PATCH] avutil/tests/lfg.c: added proper normality test

2017-02-22 Thread Michael Niedermayer
oops forgot to reply to all, this one went only to thomas by mistake On Tue, Feb 21, 2017 at 08:12:57PM -0800, Thomas Turner wrote: > > > On 02/17/2017 02:15 PM, Michael Niedermayer wrote: > > On Thu, Feb 16, 2017 at 08:29:38PM -0800, Thomas Turner wrote: > >> The Chen-Shapiro(CS) test was used

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

2017-02-22 Thread Rostislav Pehlivanov
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 +, Rostislav Pehlivanov wrote: > > > > > > > > No, do this in libavfilter and do not

Re: [FFmpeg-devel] [PATCH] avcodec/wrapped_avframe: allocate a buffer with padding

2017-02-22 Thread wm4
On Wed, 22 Feb 2017 21:00:31 +0100 (CET) Marton Balint wrote: > On Wed, 22 Feb 2017, wm4 wrote: > > > On Wed, 22 Feb 2017 00:14:32 +0100 > > Marton Balint wrote: > > > >> This ensures that the wrapped avframe will not get reallocated later, which > >> would

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

2017-02-22 Thread Damien Riegel
On Fri, Feb 17, 2017 at 03:01:05PM -0500, Damien Riegel wrote: > Hi, > > On Thu, Feb 16, 2017 at 06:19:00PM +, Rostislav Pehlivanov wrote: > > > > > > No, do this in libavfilter and do not introduce another useless pseudo > > > codec > > > > > > > *libavformat, sorry > > The advantage of

Re: [FFmpeg-devel] [PATCH] avcodec/wrapped_avframe: allocate a buffer with padding

2017-02-22 Thread Marton Balint
On Wed, 22 Feb 2017, wm4 wrote: On Wed, 22 Feb 2017 00:14:32 +0100 Marton Balint wrote: This ensures that the wrapped avframe will not get reallocated later, which would invalidate internal references such as extended data. Signed-off-by: Marton Balint ---

Re: [FFmpeg-devel] [PATCH] doc: drawtext options update

2017-02-22 Thread Lou Logan
On Tue, 21 Feb 2017 21:24:55 -0900, Lou Logan wrote: > This can occur if the patch itself is directly edited, but I can fix it > and apply within 24 hours. Pushed, thanks. ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org

Re: [FFmpeg-devel] minterpolate filter

2017-02-22 Thread Michael Niedermayer
On Wed, Feb 22, 2017 at 08:02:00AM +, Ural wrote: > Hello all. First, thanks for doing great and hard work. I can't imagine > any video-(pre/post)processing exist without ffmpeg. > I am posting my question in devel, because I am not asking how to do > something. What I am trying to do works,

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

2017-02-22 Thread Stefan _
1) configure only looks for OPENSSL_init_ssl using pkg-config, this breaks in case pkg-config is not available (cross-compiling) 2) The rtmpdh code uses the DH struct from OpenSSL which was made private in the 1.1 series From 5cc140f85d8d7551ac0a2c51d5023bd8ba75ba4b Mon Sep 17 00:00:00 2001

Re: [FFmpeg-devel] [PATCH] avcodec/h264_ps: Check chroma_qp_index_offset

2017-02-22 Thread Paul B Mahol
On 2/22/17, Michael Niedermayer wrote: > On Wed, Feb 22, 2017 at 04:41:43PM +0100, Paul B Mahol wrote: >> On 2/22/17, Michael Niedermayer wrote: >> > On Wed, Feb 22, 2017 at 02:29:00PM +0100, Paul B Mahol wrote: >> >> On 2/22/17, Michael

Re: [FFmpeg-devel] [PATCH 1/1] Add support for Ericsson Texture Compression 1 (ETC1)

2017-02-22 Thread Paul B Mahol
On 2/22/17, Devin Heitmueller wrote: > This patch adds support for encoding/decoding ETC1 compressed > textures. This includes support for the PKM file format. > > Example usage: > > ./ffmpeg -i input_image.jpg new.pkm > ./ffmpeg -i new.pkm foo.jpg > > Signed-off-by:

Re: [FFmpeg-devel] [PATCH] avcodec/h264_ps: Check chroma_qp_index_offset

2017-02-22 Thread Michael Niedermayer
On Wed, Feb 22, 2017 at 04:41:43PM +0100, Paul B Mahol wrote: > On 2/22/17, Michael Niedermayer wrote: > > On Wed, Feb 22, 2017 at 02:29:00PM +0100, Paul B Mahol wrote: > >> On 2/22/17, Michael Niedermayer wrote: > >> > Fixes:

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

2017-02-22 Thread Michael Niedermayer
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 insignificant. Is it preferred to have a separate switch for ff_elog() so it doesnt depend on DEBUG/assertion level ? Signed-off-by:

[FFmpeg-devel] [PATCH 2/2] avcodec/h264_ps: Check chroma_qp_index_offset

2017-02-22 Thread Michael Niedermayer
Fixes: 647/clusterfuzz-testcase-5195745823031296 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/targets/ffmpeg Signed-off-by: Michael Niedermayer --- libavcodec/h264_ps.c | 11 +++ 1 file changed, 11 insertions(+) diff --git

[FFmpeg-devel] [PATCH 1/1] Add support for Ericsson Texture Compression 1 (ETC1)

2017-02-22 Thread Devin Heitmueller
This patch adds support for encoding/decoding ETC1 compressed textures. This includes support for the PKM file format. Example usage: ./ffmpeg -i input_image.jpg new.pkm ./ffmpeg -i new.pkm foo.jpg Signed-off-by: Devin Heitmueller --- libavcodec/Makefile |

[FFmpeg-devel] [PATCH 0/1] Add ETC1 encoder/decoder

2017-02-22 Thread Devin Heitmueller
This patch adds support for encoding and decoding the Ericsson Texture Compression 1 (ETC1) format. This includes support for the PKM file format. Note the actual codec uses Google's ETC1 implementation from Android (Apache 2 licensed). The only changes I made were a couple of very shallow

Re: [FFmpeg-devel] [PATCHv3 3/3] mkv: Export bounds and padding from spherical metadata

2017-02-22 Thread James Almer
On 2/21/2017 7:35 PM, Vittorio Giovara wrote: > --- > libavformat/matroskadec.c | 64 > -- > tests/ref/fate/matroska-spherical-mono | 6 +++- > 2 files changed, 66 insertions(+), 4 deletions(-) > > diff --git a/libavformat/matroskadec.c

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

2017-02-22 Thread Przemysław Sobala
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-by: Przemysław Sobala ---

Re: [FFmpeg-devel] [PATCH] avcodec/h264_ps: Check chroma_qp_index_offset

2017-02-22 Thread Paul B Mahol
On 2/22/17, Michael Niedermayer wrote: > On Wed, Feb 22, 2017 at 02:29:00PM +0100, Paul B Mahol wrote: >> On 2/22/17, Michael Niedermayer wrote: >> > Fixes: 647/clusterfuzz-testcase-5195745823031296 >> > >> > Found-by: continuous fuzzing process >>

Re: [FFmpeg-devel] [PATCH] avcodec/h264_ps: Check chroma_qp_index_offset

2017-02-22 Thread Michael Niedermayer
On Wed, Feb 22, 2017 at 02:29:00PM +0100, Paul B Mahol wrote: > On 2/22/17, Michael Niedermayer wrote: > > Fixes: 647/clusterfuzz-testcase-5195745823031296 > > > > Found-by: continuous fuzzing process > > https://github.com/google/oss-fuzz/tree/master/targets/ffmpeg > >

[FFmpeg-devel] [PATCH] fixup! avcodec/mips: version 1 of vc1dsp optimizations for loongson mmi

2017-02-22 Thread Jacek Manko
--- libavcodec/mips/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/mips/Makefile b/libavcodec/mips/Makefile index b118558..797df09 100644 --- a/libavcodec/mips/Makefile +++ b/libavcodec/mips/Makefile @@ -36,7 +36,7 @@ OBJS-$(CONFIG_MPEGVIDEO)

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

2017-02-22 Thread Paul B Mahol
Fixes decoding of files which sets frame width/height this way. Signed-off-by: Paul B Mahol --- libavcodec/qdrw.c | 13 - 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/libavcodec/qdrw.c b/libavcodec/qdrw.c index e3d69c2..2462e2f 100644 ---

Re: [FFmpeg-devel] minterpolate filter

2017-02-22 Thread Paul B Mahol
On 2/22/17, Ural wrote: > Hello all. First, thanks for doing great and hard work. I can't imagine > any video-(pre/post)processing exist without ffmpeg. > I am posting my question in devel, because I am not asking how to do > something. What I am trying to do works, but

Re: [FFmpeg-devel] Using avfilter to watermark a video stream

2017-02-22 Thread Jesse Liu
Hello, Can anyone tell me where I can get the patch? Thanks a lot! ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

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

2017-02-22 Thread Paul B Mahol
Signed-off-by: Paul B Mahol --- libavcodec/dnxhddec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/dnxhddec.c b/libavcodec/dnxhddec.c index 70ce264..cdbc0bc 100644 --- a/libavcodec/dnxhddec.c +++ b/libavcodec/dnxhddec.c @@ -435,7 +435,7 @@

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

2017-02-22 Thread 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(-) > > diff --git a/libavcodec/dnxhddec.c b/libavcodec/dnxhddec.c > index 70ce264..cdbc0bc 100644 > ---

Re: [FFmpeg-devel] [PATCH] avcodec/h264_ps: Check chroma_qp_index_offset

2017-02-22 Thread Paul B Mahol
On 2/22/17, Michael Niedermayer wrote: > Fixes: 647/clusterfuzz-testcase-5195745823031296 > > Found-by: continuous fuzzing process > https://github.com/google/oss-fuzz/tree/master/targets/ffmpeg > Signed-off-by: Michael Niedermayer > --- >

Re: [FFmpeg-devel] [PATCH] MAINTAINERS: Add ffmpeg-security alias members

2017-02-22 Thread Michael Niedermayer
On Fri, Feb 10, 2017 at 08:55:26PM +0100, Michael Niedermayer wrote: > Iam listing the reason for each, this is mostly my oppinion and i didnt ask > most > if they agree with the listed reason to be listed with their name, so its > largly > my oppinion. Which is why i will remove the reasons

[FFmpeg-devel] [PATCH] avcodec/h264_ps: Check chroma_qp_index_offset

2017-02-22 Thread Michael Niedermayer
Fixes: 647/clusterfuzz-testcase-5195745823031296 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/targets/ffmpeg Signed-off-by: Michael Niedermayer --- libavcodec/h264_ps.c | 11 +++ 1 file changed, 11 insertions(+) diff --git

[FFmpeg-devel] minterpolate filter

2017-02-22 Thread Ural
Hello all. First, thanks for doing great and hard work. I can't imagine any video-(pre/post)processing exist without ffmpeg. I am posting my question in devel, because I am not asking how to do something. What I am trying to do works, but bad. I create videos from pictures and need to make them