Re: [FFmpeg-devel] [PATCH 2/3] configure: Do not create/install versioned DLLs on OS/2.

2016-04-16 Thread KO Myung-Hun
Dmitriy Kuminov wrote: > On 2016-04-16 17:24:12 +, Dave Yeo said: > >> Actually I now get this at the beginning of the configure run, using a >> ramfs.ifs volume for $TMPDIR, >> >> [K:\usr\local\src\ffmpeg.obj]sh ../ffmpeg/configure --enable-gpl >> --disable-doc --samples=/usr/local/share/fa

Re: [FFmpeg-devel] [PATCH 1/3] configure: Support backslashes in TMPDIR on OS/2.

2016-04-16 Thread KO Myung-Hun
Dmitriy Kuminov wrote: > On 2016-04-16 04:39:44 +, KO Myung-Hun said: > >>> diff --git a/configure b/configure >>> index 0ff1b9d..ff80aee 100755 >>> --- a/configure >>> +++ b/configure >>> @@ -734,7 +734,12 @@ check_deps(){ >>> >>> print_config(){ >>> pfx=$1 >>> -files=$2 >>> +if tes

Re: [FFmpeg-devel] [PATCH 4/4] vc2enc: only warn on a non-standard base video format

2016-04-16 Thread Michael Niedermayer
On Wed, Mar 02, 2016 at 01:14:52PM +, Rostislav Pehlivanov wrote: > This commit is up for discussion. > > Requiring the user to reduce the strictness just to encode some random > file (which decodes fine in all implementations except 1) isn't helping > the encoder at all. The encoder needs to

Re: [FFmpeg-devel] [PATCH] lavf/matroskaenc.c: use metadata key/value to set mastering metadata

2016-04-16 Thread Michael Niedermayer
On Sun, Apr 03, 2016 at 03:38:33PM -0700, Neil Birkbeck wrote: > Use "master_display" key/value pair to specify mastering metadata in a > similar formatting as accepted by libx265 (unless there is some other > generic way to add side data to a stream from command line). > Currently, the packet side

Re: [FFmpeg-devel] [PATCH 1/3 v2] doc/examples: Add fffuzz example

2016-04-16 Thread Michael Niedermayer
Hi On Sat, Apr 16, 2016 at 12:12:41AM +0200, Pawel Golinski wrote: > There are some afl specific macros inside, > to make the example usable with afl fuzzer. > --- > doc/examples/fffuzz.c | 370 > ++ > 1 file changed, 370 insertions(+) > create mo

Re: [FFmpeg-devel] [PATCH 1/3] doc/examples: Add fffuzz example

2016-04-16 Thread Michael Niedermayer
On Thu, Apr 14, 2016 at 06:42:48PM +0200, Michael Niedermayer wrote: > On Thu, Apr 14, 2016 at 02:33:14PM +, Kieran Kunhya wrote: > > On Thu, 14 Apr 2016 at 15:07 Michael Niedermayer > > wrote: > > > > > On Mon, Apr 11, 2016 at 11:21:55PM +0200, Pawel Golinski wrote: > > > > There are some af

Re: [FFmpeg-devel] [PATCH] Fix for H.264 configuration parsing

2016-04-16 Thread Michael Niedermayer
On Tue, Apr 12, 2016 at 04:32:04PM -0400, Ivan wrote: > Sometimes video fails to decode if H.264 configuration changes mid stream. > The reason is that configuration parser assumes that nal_ref_idc is equal to > 11b while actually some codecs but 01b there. The H.264 spec is somewhat > vague abo

Re: [FFmpeg-devel] [PATCH] fate: add test for Ticket4816 (PNG decoding with alpha)

2016-04-16 Thread Michael Niedermayer
On Wed, Apr 13, 2016 at 06:38:21PM +0200, Michael Niedermayer wrote: > Signed-off-by: Michael Niedermayer > --- > tests/fate/video.mak|3 +++ > tests/ref/fate/rgbapng-4816 |2 ++ > 2 files changed, 5 insertions(+) > create mode 100644 tests/ref/fate/rgbapng-4816 applied [...] -

Re: [FFmpeg-devel] [PATCH 2/2 v2] fate: add readvitc filter test

2016-04-16 Thread Michael Niedermayer
On Fri, Apr 15, 2016 at 09:49:46AM +0200, Tobias Rapp wrote: > Attached an updated patch, rebased onto current git master. > > The sample file for the FATE test can be found at: > https://cerebrum.noa-archive.com/noacloud/public.php?service=filest=88eeb716819bba39584be03c2d1f053b > (1.4MB) wget

Re: [FFmpeg-devel] [PATCH] vp9: ignore frame_context_index field in key-/intraonly-frames.

2016-04-16 Thread Michael Niedermayer
On Sat, Apr 16, 2016 at 01:56:18PM -0400, Ronald S. Bultje wrote: > Reproduces a bug to remain consistent with libvpx' behaviour. > --- > libavcodec/vp9.c | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/libavcodec/vp9.c b/libavcodec/vp9.c > index 5c6f176..70d9c4b 100644 > --- a/libavco

Re: [FFmpeg-devel] [PATCH 11/11] fate/aac: add automatic bsf test

2016-04-16 Thread Hendrik Leppkes
On Fri, Apr 15, 2016 at 11:18 AM, Hendrik Leppkes wrote: > On Fri, Apr 15, 2016 at 10:37 AM, Rodger Combs wrote: >> --- >> tests/fate/aac.mak | 3 +++ >> tests/ref/fate/aac-autobsf-adtstoasc | 1 + >> 2 files changed, 4 insertions(+) >> create mode 100644 tests/ref/fate/aac-au

Re: [FFmpeg-devel] [PATCH 2/3] configure: Do not create/install versioned DLLs on OS/2.

2016-04-16 Thread Dmitriy Kuminov
On 2016-04-16 17:24:12 +, Dave Yeo said: Actually I now get this at the beginning of the configure run, using a ramfs.ifs volume for $TMPDIR, [K:\usr\local\src\ffmpeg.obj]sh ../ffmpeg/configure --enable-gpl --disable-doc --samples=/usr/local/share/fate-suite --cpu=i686 --extra-libs=-lpoll -

[FFmpeg-devel] [PATCH] vp9: ignore frame_context_index field in key-/intraonly-frames.

2016-04-16 Thread Ronald S. Bultje
Reproduces a bug to remain consistent with libvpx' behaviour. --- libavcodec/vp9.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libavcodec/vp9.c b/libavcodec/vp9.c index 5c6f176..70d9c4b 100644 --- a/libavcodec/vp9.c +++ b/libavcodec/vp9.c @@ -642,6 +642,8 @@ static int decode_frame_heade

Re: [FFmpeg-devel] [PATCH 2/3] configure: Do not create/install versioned DLLs on OS/2.

2016-04-16 Thread Dave Yeo
On 04/16/16 09:29 AM, Dmitriy Kuminov wrote: On 2016-04-16 04:52:23 +, KO Myung-Hun said: diff --git a/configure b/configure index ff80aee..36a23f4 100755 --- a/configure +++ b/configure @@ -4716,7 +4716,6 @@ case $target_os in ;; os/2*) strip="lxlite -CS" -ln_s="cp -f" Please do

Re: [FFmpeg-devel] [PATCH 1/3] configure: Support backslashes in TMPDIR on OS/2.

2016-04-16 Thread Dmitriy Kuminov
On 2016-04-16 04:39:44 +, KO Myung-Hun said: diff --git a/configure b/configure index 0ff1b9d..ff80aee 100755 --- a/configure +++ b/configure @@ -734,7 +734,12 @@ check_deps(){ print_config(){ pfx=$1 -files=$2 +if test "$host_os" = "os/2"; then +# awk treats \ as escape char

Re: [FFmpeg-devel] [PATCH 2/3] configure: Do not create/install versioned DLLs on OS/2.

2016-04-16 Thread Dmitriy Kuminov
On 2016-04-16 04:52:23 +, KO Myung-Hun said: diff --git a/configure b/configure index ff80aee..36a23f4 100755 --- a/configure +++ b/configure @@ -4716,7 +4716,6 @@ case $target_os in ;; os/2*) strip="lxlite -CS" -ln_s="cp -f" Please do not remove this. Copying is more compatible th

Re: [FFmpeg-devel] [PATCH 1/2 v5] avfilter: add readvitc filter

2016-04-16 Thread Paul B Mahol
On 4/15/16, Tobias Rapp wrote: > On 14.04.2016 22:29, Michael Niedermayer wrote: >> On Thu, Apr 14, 2016 at 08:49:58AM +0200, Tobias Rapp wrote: >>> On 08.04.2016 17:01, Tobias Rapp wrote: On 08.04.2016 15:24, Tobias Rapp wrote: > On 08.04.2016 14:54, Paul B Mahol wrote: >> On 4/8/16,

Re: [FFmpeg-devel] [PATCHv2] add signature filter for MPEG7 video signature

2016-04-16 Thread Hendrik Leppkes
On Sat, Apr 16, 2016 at 12:43 PM, Gerion Entrup wrote: >> >> ffmpeg -i matrixbench_mpeg2.mpg -vf signature=xml:filename=signature.xml -f >> null - > I have already fixed a bunch of this segfault. The reason is always the same. > init fails, the > framework calls uninit and uninit segfaults becau

Re: [FFmpeg-devel] [PATCHv2] add signature filter for MPEG7 video signature

2016-04-16 Thread Gerion Entrup
On Samstag, 16. April 2016 05:16:04 CEST Michael Niedermayer wrote: > On Sat, Apr 16, 2016 at 12:07:27AM +0200, Gerion Entrup wrote: > > On Donnerstag, 14. April 2016 19:52:46 CEST Michael Niedermayer wrote: > > > On Thu, Apr 14, 2016 at 07:06:29PM +0200, Gerion Entrup wrote: > > > > On Montag, 11.