[FFmpeg-devel] [PATCH] fate/source: Attempt to fix BSD sed

2016-02-11 Thread Timothy Gu
I apparently used a GNU extension in the !{} syntax. Remove that rule and the cause of it. --- cmdutils.h | 4 ++-- tests/fate/source-check.sh | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/cmdutils.h b/cmdutils.h index 7f3db2a..83ea4ad 100644 --- a/cmdutils.

[FFmpeg-devel] [PATCH v2 2/2] libavcodec/dnxhd_parser: add parser and probe support raw 444 and dnxhr formats

2016-02-11 Thread Mark Reid
--- libavcodec/dnxhd_parser.c | 11 +++ libavformat/dnxhddec.c| 7 --- 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/libavcodec/dnxhd_parser.c b/libavcodec/dnxhd_parser.c index fffb98f..96f6eff 100644 --- a/libavcodec/dnxhd_parser.c +++ b/libavcodec/dnxhd_parser.

[FFmpeg-devel] [PATCH v2 0/2] libavcodec/dnxhd_parser: add parser and probe support raw 444 and dnxhr formats

2016-02-11 Thread Mark Reid
changes since v1: broke into 2 patches, parser and probe now source header prefixes values from dnxhddata.c Mark Reid (2): libavcodec/dnxhddec: refactor header prefix parsing libavcodec/dnxhd_parser: add parser and probe support raw 444 and dnxhr formats libavcodec/dnxhd_parser.c | 11 ++

[FFmpeg-devel] [PATCH v2 1/2] libavcodec/dnxhddec: refactor header prefix parsing

2016-02-11 Thread Mark Reid
--- libavcodec/dnxhddata.c | 17 + libavcodec/dnxhddata.h | 11 +++ libavcodec/dnxhddec.c | 11 --- 3 files changed, 32 insertions(+), 7 deletions(-) diff --git a/libavcodec/dnxhddata.c b/libavcodec/dnxhddata.c index 82fbfdf..5b909b6 100644 --- a/libavcodec/dnxhdd

[FFmpeg-devel] [PATCH 1/2] x86: add some more helper macros to check for slow cpuflags

2016-02-11 Thread James Almer
Signed-off-by: James Almer --- libavutil/cpu_internal.h | 11 +++ libavutil/x86/cpu.h | 4 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/libavutil/cpu_internal.h b/libavutil/cpu_internal.h index 2105298..6c352ab 100644 --- a/libavutil/cpu_internal.h +++ b/liba

[FFmpeg-devel] [PATCH 2/2] x86: use the new helper macros where useful

2016-02-11 Thread James Almer
Signed-off-by: James Almer --- libavcodec/x86/hevcdsp_init.c | 11 ++- libavcodec/x86/huffyuvencdsp_mmx.c | 2 +- libavcodec/x86/jpeg2000dsp_init.c | 2 +- libavcodec/x86/mlpdsp_init.c| 2 +- libavcodec/x86/synth_filter_init.c |

Re: [FFmpeg-devel] [PATCH] avcodec/cfhd: Fix errors with valid files.

2016-02-11 Thread Michael Niedermayer
On Fri, Feb 12, 2016 at 12:26:48AM +, Kieran Kunhya wrote: > --- > libavcodec/cfhd.c | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) if thats what valid files use then this pretty much must be correct [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B

[FFmpeg-devel] [PATCH] doc/filters: add geq diagonal split screen example

2016-02-11 Thread Lou Logan
Signed-off-by: Lou Logan --- doc/filters.texi | 7 +++ 1 file changed, 7 insertions(+) diff --git a/doc/filters.texi b/doc/filters.texi index 35f5050..4e34b98 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -7485,6 +7485,13 @@ by the linear gradient: @example ffmpeg -i input.mp4 -f

Re: [FFmpeg-devel] [PATCH] avcodec/cfhd: Check the number of tag/value pairs

2016-02-11 Thread Michael Niedermayer
On Fri, Feb 12, 2016 at 12:01:16AM +, Kieran Kunhya wrote: > On Thu, 11 Feb 2016 at 21:12 Michael Niedermayer > wrote: > > > Fixes potentially long loop > > Fixes: CID1351382/11 > > > > Signed-off-by: Michael Niedermayer > > --- > > libavcodec/cfhd.c |5 + > > 1 file changed, 5 inse

[FFmpeg-devel] [PATCH] avcodec/cfhd: Fix errors with valid files.

2016-02-11 Thread Kieran Kunhya
--- libavcodec/cfhd.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libavcodec/cfhd.c b/libavcodec/cfhd.c index 0773ffa..6dc22ca 100644 --- a/libavcodec/cfhd.c +++ b/libavcodec/cfhd.c @@ -313,7 +313,7 @@ static int cfhd_decode(AVCodecContext *avctx, void *data, int *go

Re: [FFmpeg-devel] [patch] gdigrab-mouse-dpi-awareness

2016-02-11 Thread James Darnley
On 2016-02-11 23:19, Γιώργος Μεταξάκης wrote: > Subject: [PATCH] mouse dpi awareness > > --- > libavdevice/gdigrab.c | 28 +++- > 1 file changed, 15 insertions(+), 13 deletions(-) > > diff --git a/libavdevice/gdigrab.c b/libavdevice/gdigrab.c > index 4428a34..60f184e 1006

Re: [FFmpeg-devel] [PATCH] avcodec/cfhd: Check the number of tag/value pairs

2016-02-11 Thread Kieran Kunhya
On Thu, 11 Feb 2016 at 21:12 Michael Niedermayer wrote: > Fixes potentially long loop > Fixes: CID1351382/11 > > Signed-off-by: Michael Niedermayer > --- > libavcodec/cfhd.c |5 + > 1 file changed, 5 insertions(+) > > diff --git a/libavcodec/cfhd.c b/libavcodec/cfhd.c > index 2436aae..5

[FFmpeg-devel] [PATCH] avfilter/af_anequalizer: Avoid loss of precision when calculating nyquist frequency

2016-02-11 Thread Michael Niedermayer
Fixes: CID1351398 Fixes: CID1351400 Signed-off-by: Michael Niedermayer --- libavfilter/af_anequalizer.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libavfilter/af_anequalizer.c b/libavfilter/af_anequalizer.c index b646814..a344c77 100644 --- a/libavfilter/af_anequa

Re: [FFmpeg-devel] [patch] gdigrab-mouse-dpi-awareness

2016-02-11 Thread Hendrik Leppkes
On Thu, Feb 11, 2016 at 11:19 PM, Γιώργος Μεταξάκης wrote: > Hello I have tried to send that email with git send-email but failed, so i > will send the patch here, i hope it is okay. > > I am an engineer at Jumpshare (https://jumpshare.com) working on the native > file sharing app for Windows. We

[FFmpeg-devel] [PATCH 1/2] avfilter/vf_zoompan: Fix use of uninitialized variables

2016-02-11 Thread Michael Niedermayer
Fixes: CID1351392 Fixes: CID1351393 Fixes: CID1351395 Signed-off-by: Michael Niedermayer --- libavfilter/vf_zoompan.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavfilter/vf_zoompan.c b/libavfilter/vf_zoompan.c index 8d640e7..8d0103b 100644 --- a/libavfilter/vf_zoom

[FFmpeg-devel] [PATCH 2/2] avfilter/vf_zoompan: Initialize ret

2016-02-11 Thread Michael Niedermayer
Silences: CID1351394 Signed-off-by: Michael Niedermayer --- libavfilter/vf_zoompan.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavfilter/vf_zoompan.c b/libavfilter/vf_zoompan.c index 8d0103b..99a1a34 100644 --- a/libavfilter/vf_zoompan.c +++ b/libavfilter/vf_zoompa

Re: [FFmpeg-devel] [PATCH] avcodec: only warn about hwaccel with frame threads

2016-02-11 Thread Michael Niedermayer
On Mon, Feb 08, 2016 at 04:35:05PM -0500, Ronald S. Bultje wrote: > Hi, > > On Tue, Jan 26, 2016 at 5:23 PM, Andreas Cadhalpun < > andreas.cadhal...@googlemail.com> wrote: > > > On 25.01.2016 00:53, Hendrik Leppkes wrote: > > > On Sat, Jan 23, 2016 at 3:52 PM, Andreas Cadhalpun > > > wrote: > >

[FFmpeg-devel] [patch] gdigrab-mouse-dpi-awareness

2016-02-11 Thread Γιώργος Μεταξάκης
Hello I have tried to send that email with git send-email but failed, so i will send the patch here, i hope it is okay. I am an engineer at Jumpshare (https://jumpshare.com) working on the native file sharing app for Windows. We were using gdigrab device for screen capture, we played around a bit

[FFmpeg-devel] [PATCH] avfilter: add loop filters

2016-02-11 Thread Paul B Mahol
Hi, patch attached. From 1fd9636e9040b2a6b321cdd16ebd392c8db2de1b Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Thu, 11 Feb 2016 22:05:54 +0100 Subject: [PATCH] avfilter: add loop filters Signed-off-by: Paul B Mahol --- libavfilter/Makefile | 2 + libavfilter/allfilters.c | 2 + li

[FFmpeg-devel] [PATCH] avcodec/cfhd: Check the number of tag/value pairs

2016-02-11 Thread Michael Niedermayer
Fixes potentially long loop Fixes: CID1351382/11 Signed-off-by: Michael Niedermayer --- libavcodec/cfhd.c |5 + 1 file changed, 5 insertions(+) diff --git a/libavcodec/cfhd.c b/libavcodec/cfhd.c index 2436aae..5ecfcef 100644 --- a/libavcodec/cfhd.c +++ b/libavcodec/cfhd.c @@ -344,6 +344

Re: [FFmpeg-devel] FFplay with 2 video streams in concurrent time

2016-02-11 Thread Lou Logan
On Thu, 11 Feb 2016 07:56:48 +, Chau Pham wrote: > Anyway, I have found the way to play 2 video streams.. Thank you for sharing your solution. ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

[FFmpeg-devel] [PATCH] avutil/avstring: add a "ALL" entry and the possibility to negate matches to av_match_name()

2016-02-11 Thread Michael Niedermayer
This will extend the whitelist features to allow blacklisting individual protocols and to explicitly force everything to be enabled. Signed-off-by: Michael Niedermayer --- libavutil/avstring.c | 15 ++- libavutil/avstring.h |5 + 2 files changed, 15 insertions(+), 5 deleti

Re: [FFmpeg-devel] [PATCH] options_table: update maximum bitrate limit

2016-02-11 Thread Paul B Mahol
On 2/10/16, Derek Buitenhuis wrote: > On 2/10/2016 3:26 PM, Rostislav Pehlivanov wrote: >> The type of the option has been changed but the limit was apparently >> forgotten. >> Some video codes can handle bitrates of over ~2.2 Gbps (like VC-2). >> >> Signed-off-by: Rostislav Pehlivanov >> --- >>

[FFmpeg-devel] [PATCH v2] avfilter/f_metadata: rename "string" into "same_str"

2016-02-11 Thread Tobias Rapp
Rename function option value "string" into "same_str". Remove obsolete "length" option. Signed-off-by: Tobias Rapp --- doc/filters.texi | 10 +++--- libavfilter/f_metadata.c | 32 +++- 2 files changed, 18 insertions(+), 24 deletions(-) diff --git a/doc/fi

Re: [FFmpeg-devel] [PATCH] avcodec: Remove libutvideo support

2016-02-11 Thread wm4
On Wed, 10 Feb 2016 15:47:52 + Derek Buitenhuis wrote: > * Upstream libutvideo doesn't build as a lib, and Linux is not supported. > It has no API. > * The fork that was used as an argument to keep support is *also* broken and > unmaintained now, and it's maintainer/author is fine with re

Re: [FFmpeg-devel] [PATCH] avfilter/f_metadata: rename "string" into "same_str"

2016-02-11 Thread Tobias Rapp
On 11.02.2016 15:39, Tobias Rapp wrote: Rename function option value "string" into "same_str". Remove obsolete "length" option. Signed-off-by: Tobias Rapp --- libavfilter/f_metadata.c | 32 +++- 1 file changed, 15 insertions(+), 17 deletions(-) diff --git a/libav

Re: [FFmpeg-devel] [PATCH] avcodec: Remove libutvideo support

2016-02-11 Thread Derek Buitenhuis
On 2/10/2016 4:33 PM, Paul B Mahol wrote: > I'm fine by this, but it would be nice to have SIMD and 10 bit support > in decoder. I agree with the latter. I'd argue, however, we don't actually support 10-bit via the wrapper anyway, since you can't even build the library. ;) - Derek __

[FFmpeg-devel] [PATCH] avfilter/f_metadata: rename "string" into "same_str"

2016-02-11 Thread Tobias Rapp
Rename function option value "string" into "same_str". Remove obsolete "length" option. Signed-off-by: Tobias Rapp --- libavfilter/f_metadata.c | 32 +++- 1 file changed, 15 insertions(+), 17 deletions(-) diff --git a/libavfilter/f_metadata.c b/libavfilter/f_metadata

Re: [FFmpeg-devel] [PATCH] doc/protocols: document protocol_whitelist

2016-02-11 Thread wm4
On Thu, 11 Feb 2016 13:12:14 +0100 Michael Niedermayer wrote: > Signed-off-by: Michael Niedermayer > --- > doc/protocols.texi | 16 > 1 file changed, 16 insertions(+) > > diff --git a/doc/protocols.texi b/doc/protocols.texi > index 05c4bdb..f790351 100644 > --- a/doc/protoco

Re: [FFmpeg-devel] [PATCH 4/4] avfilter/f_metadata: whitespace clean-up

2016-02-11 Thread Paul B Mahol
On 2/11/16, Tobias Rapp wrote: > On 11.02.2016 15:00, Paul B Mahol wrote: >> On 2/11/16, Tobias Rapp wrote: >>> On 11.02.2016 14:12, Paul B Mahol wrote: On 2/11/16, Tobias Rapp wrote: > Signed-off-by: Tobias Rapp > --- >libavfilter/f_metadata.c | 16 >

Re: [FFmpeg-devel] [PATCH 4/4] avfilter/f_metadata: whitespace clean-up

2016-02-11 Thread Tobias Rapp
On 11.02.2016 15:00, Paul B Mahol wrote: On 2/11/16, Tobias Rapp wrote: On 11.02.2016 14:12, Paul B Mahol wrote: On 2/11/16, Tobias Rapp wrote: Signed-off-by: Tobias Rapp --- libavfilter/f_metadata.c | 16 1 file changed, 8 insertions(+), 8 deletions(-) Patches LGTM

Re: [FFmpeg-devel] [PATCH 4/4] avfilter/f_metadata: whitespace clean-up

2016-02-11 Thread Paul B Mahol
On 2/11/16, Tobias Rapp wrote: > On 11.02.2016 14:12, Paul B Mahol wrote: >> On 2/11/16, Tobias Rapp wrote: >>> Signed-off-by: Tobias Rapp >>> --- >>> libavfilter/f_metadata.c | 16 >>> 1 file changed, 8 insertions(+), 8 deletions(-) >>> >> >> Patches LGTM. >> >> Removed tabs

Re: [FFmpeg-devel] [PATCH 4/4] avfilter/f_metadata: whitespace clean-up

2016-02-11 Thread Tobias Rapp
On 11.02.2016 14:12, Paul B Mahol wrote: On 2/11/16, Tobias Rapp wrote: Signed-off-by: Tobias Rapp --- libavfilter/f_metadata.c | 16 1 file changed, 8 insertions(+), 8 deletions(-) Patches LGTM. Removed tabs from patches, gonna apply it soon. Sorry for the tabs, I fo

Re: [FFmpeg-devel] [PATCH 4/4] avfilter/f_metadata: whitespace clean-up

2016-02-11 Thread Paul B Mahol
On 2/11/16, Tobias Rapp wrote: > Signed-off-by: Tobias Rapp > --- > libavfilter/f_metadata.c | 16 > 1 file changed, 8 insertions(+), 8 deletions(-) > Patches LGTM. Removed tabs from patches, gonna apply it soon. ___ ffmpeg-devel mai

[FFmpeg-devel] [PATCH 3/4] avfilter/f_metadata: add support for file output

2016-02-11 Thread Tobias Rapp
Signed-off-by: Tobias Rapp --- doc/filters.texi | 6 + libavfilter/f_metadata.c | 66 2 files changed, 67 insertions(+), 5 deletions(-) diff --git a/doc/filters.texi b/doc/filters.texi index 0b874b2..8264498 100644 --- a/doc/filters.t

[FFmpeg-devel] [PATCH 4/4] avfilter/f_metadata: whitespace clean-up

2016-02-11 Thread Tobias Rapp
Signed-off-by: Tobias Rapp --- libavfilter/f_metadata.c | 16 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/libavfilter/f_metadata.c b/libavfilter/f_metadata.c index 2cfe29b..957c534 100644 --- a/libavfilter/f_metadata.c +++ b/libavfilter/f_metadata.c @@ -91,8 +91

[FFmpeg-devel] [PATCH 1/4] avfilter/f_metadata: avoid float rounding problems

2016-02-11 Thread Tobias Rapp
Signed-off-by: Tobias Rapp --- libavfilter/f_metadata.c | 8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/libavfilter/f_metadata.c b/libavfilter/f_metadata.c index 40ab6bb..e0ea30b 100644 --- a/libavfilter/f_metadata.c +++ b/libavfilter/f_metadata.c @@ -23,6 +23,8 @@ *

[FFmpeg-devel] [PATCH 2/4] avfilter/f_metadata: add starts_with string function

2016-02-11 Thread Tobias Rapp
Signed-off-by: Tobias Rapp --- doc/filters.texi | 4 libavfilter/f_metadata.c | 10 ++ 2 files changed, 14 insertions(+) diff --git a/doc/filters.texi b/doc/filters.texi index 6c5003f..0b874b2 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -8500,6 +8500,10 @@ Can b

[FFmpeg-devel] [PATCH] doc/protocols: document protocol_whitelist

2016-02-11 Thread Michael Niedermayer
Signed-off-by: Michael Niedermayer --- doc/protocols.texi | 16 1 file changed, 16 insertions(+) diff --git a/doc/protocols.texi b/doc/protocols.texi index 05c4bdb..f790351 100644 --- a/doc/protocols.texi +++ b/doc/protocols.texi @@ -1,3 +1,19 @@ +@chapter Protocol Options +@c

Re: [FFmpeg-devel] List of FFmpeg API changes

2016-02-11 Thread Ponomarenko Andrey
10.02.2016, 21:21, "Nicolas George" : > Le nonidi 19 pluviôse, an CCXXIV, Ponomarenko Andrey a écrit : >>  I continue maintaining list of API changes in FFmpeg here: >>  http://abi-laboratory.pro/tracker/timeline/ffmpeg/ > > Interesting. Out of curiosity, is it automated? If so, how do you handle >

Re: [FFmpeg-devel] /libavcodec/h264_slice.c: selectively discard MB to be decoded

2016-02-11 Thread Moritz Barsnick
On Thu, Feb 11, 2016 at 01:20:52 -0800, Mehdi Hosseini wrote: > I want to discard some MBs of a B-FRAME from decoding. In fact, I want to > avoid some special MBs to be decoded and instead copying MBs of one of its > parents. Note that no B-Frame is encoded as a reference frame. The best > function

Re: [FFmpeg-devel] /libavcodec/h264_slice.c: selectively discard MB to be decoded

2016-02-11 Thread Mehdi Hosseini
Hi all, I want to discard some MBs of a B-FRAME from decoding. In fact, I want to avoid some special MBs to be decoded and instead copying MBs of one of its parents. Note that no B-Frame is encoded as a reference frame. The best function for me to discard a list of MB is: (/libavcodec/h264_slice.

Re: [FFmpeg-devel] [PATCH 2/2] lavc/ccaption_dec: implement special and extended character sets

2016-02-11 Thread Moritz Barsnick
On Wed, Feb 10, 2016 at 22:21:10 -0800, Aman Gupta wrote: > +enum cc_charset { > +CCSET_BASIC_AMERICAN, > +CCSET_SPECIAL_AMERICAN, > +CCSET_EXTENDED_SPANISH_FRENCH, > +CCSET_EXTENDED_PORTUGUESE_GERMAN, > +}; Do these correspond to these from EIA-608?: https://en.wikipedia.org/wiki/

[FFmpeg-devel] /libavcodec/h264_slice.c: selectively discard MB to be decoded

2016-02-11 Thread Mehdi Hosseini
Hi all, I want to discard some MBs of a B-FRAME from decoding. In fact, I want to avoid some special MB to be decoded and instead copy the MB of one of its parents. Note that no B-Frame is reference. The best function for me to discard a list of MB is: (/libavcodec/h264_slice.c) static int decode