Re: [FFmpeg-devel] [PATCH] avformat/img2dec: Attempt to detect non-escaped glob patterns too (-pattern_type glob)

2014-10-04 Thread Michael Niedermayer
On Sun, Oct 05, 2014 at 03:42:32AM +0200, Alexander Strasser wrote: > Fixes ticket #3948 > > Based-on-patch-by: Michael Niedermayer > Signed-off-by: Alexander Strasser > --- > > - fixes the \0 typo in the string literal > - cosmetic change to the score comment > - remove the -pattern_type comme

[FFmpeg-devel] [PATCH] avformat/img2dec: Attempt to detect non-escaped glob patterns too (-pattern_type glob)

2014-10-04 Thread Alexander Strasser
Fixes ticket #3948 Based-on-patch-by: Michael Niedermayer Signed-off-by: Alexander Strasser --- - fixes the \0 typo in the string literal - cosmetic change to the score comment - remove the -pattern_type comment because as the options matching system works now it would not be the "ideal" so

[FFmpeg-devel] [PATCH v2] avformat/mxfdec: read reel_name and source timecode from physical source package

2014-10-04 Thread Mark Reid
Changes since v1: * remove unnecessary av_inv_q * fuzz tested (zzuf) the patch on a bunch more mxf files and nothing came up. Mark Reid (1): avformat/mxfdec: read reel_name and source timecode from physical source package libavformat/mxfdec.c | 120 +

[FFmpeg-devel] [PATCH v2] avformat/mxfdec: read reel_name and source timecode from physical source package

2014-10-04 Thread Mark Reid
--- libavformat/mxfdec.c | 120 ++- 1 file changed, 99 insertions(+), 21 deletions(-) diff --git a/libavformat/mxfdec.c b/libavformat/mxfdec.c index 7a4633f..ef4c4ec 100644 --- a/libavformat/mxfdec.c +++ b/libavformat/mxfdec.c @@ -188,6 +188,7 @@ ty

[FFmpeg-devel] [PATCH] avformat/img2dec: Fix detection of non escaped glob patterns (-pattern_type glob)

2014-10-04 Thread Michael Niedermayer
Fixes Ticket3948 Based on patch by Alexander Strasser Signed-off-by: Michael Niedermayer --- libavformat/img2dec.c |3 +++ 1 file changed, 3 insertions(+) diff --git a/libavformat/img2dec.c b/libavformat/img2dec.c index 7b3ba49..8822ac2 100644 --- a/libavformat/img2dec.c +++ b/libavformat/i

Re: [FFmpeg-devel] [PATCH 2/3] configure: Set large address aware.

2014-10-04 Thread Matt Oliver
> > Patch welcome. I don't want to add things I can't easily test Updated patch with additional flags set for msvc/icl aswell. Also set it so it is only explicitly enabled on 32 bit builds as it is used by default on 64bit anyway. Tested on both mingw and msvc (and obviously all works fine). 00

Re: [FFmpeg-devel] unable to decode png file.

2014-10-04 Thread Michael Niedermayer
On Sat, Oct 04, 2014 at 05:32:21PM +0900, UrdnotFirebug wrote: > hi all. i'm one of developer which using ffmpeg to write program. > > problem is that it always fails that try to decode png file. > > with few experience, i found some weird bug. i hope it it my mistake. > here's the code. cant re

Re: [FFmpeg-devel] Facebook page

2014-10-04 Thread Michael Niedermayer
On Sat, Oct 04, 2014 at 10:12:49PM +0200, Thomas Volkert wrote: > Hallo @ll, > > On Facebook, there is no official ffmpeg presence at the moment. > But maybe it would be interesting to have a page with announcements about: > * new releases > * API/ABI changes > * ffmpeg related events > * new boun

Re: [FFmpeg-devel] Facebook page

2014-10-04 Thread compn
On Sat, 04 Oct 2014 22:12:49 +0200 Thomas Volkert wrote: > On Facebook, there is no official ffmpeg presence at the moment. > But maybe it would be interesting to have a page with announcements maybe. i dont volunteer. theres a group wanting ffmpeg back in debian :) https://www.facebook.com/ffm

Re: [FFmpeg-devel] Facebook page

2014-10-04 Thread Clément Bœsch
On Sat, Oct 04, 2014 at 10:12:49PM +0200, Thomas Volkert wrote: > Hallo @ll, > > On Facebook, there is no official ffmpeg presence at the moment. > But maybe it would be interesting to have a page with announcements about: > * new releases > * API/ABI changes > * ffmpeg related events > * new boun

[FFmpeg-devel] Facebook page

2014-10-04 Thread Thomas Volkert
Hallo @ll, On Facebook, there is no official ffmpeg presence at the moment. But maybe it would be interesting to have a page with announcements about: * new releases * API/ABI changes * ffmpeg related events * new bounties ...what is your opinion about this idea? (If you are convinced of the idea

Re: [FFmpeg-devel] [PATCH 2/5] x86: hevc_mc: correct unneeded use of SSE4 code

2014-10-04 Thread Michael Niedermayer
On Mon, Aug 25, 2014 at 10:06:00AM +0200, Mickaël Raulet wrote: > this commit might help to solve the issue with SSE4 > https://github.com/OpenHEVC/FFmpeg/commit/df8ebe304df453f26c28ff8f11d607f49b90a4c2 applied this is not just fr ssse3, it also fixes a out of array read (compared to the C code)

[FFmpeg-devel] unable to decode png file.

2014-10-04 Thread UrdnotFirebug
hi all. i'm one of developer which using ffmpeg to write program. problem is that it always fails that try to decode png file. with few experience, i found some weird bug. i hope it it my mistake. here's the code. --

Re: [FFmpeg-devel] [PATCH]Continue supporting one year old x264 intallations

2014-10-04 Thread Carl Eugen Hoyos
Michael Niedermayer gmx.at> writes: > > libx264.c |5 + > > 1 file changed, 5 insertions(+) > > da31ba01f2977f5d0cf740fbdb137316c0cd08e3 patchx264avci.diff > > LGTM Patch applied. Thank you, Carl Eugen ___ ffmpeg-devel mailing list ffmpeg-

Re: [FFmpeg-devel] FFmpeg IRC meeting October 4th 2014, UTC 16

2014-10-04 Thread Stefano Sabatini
On date Thursday 2014-10-02 16:16:09 +0200, Stefano Sabatini encoded: > On date Thursday 2014-10-02 07:14:08 -0700, Timothy Gu encoded: > > On Thu, Oct 2, 2014 at 7:12 AM, Stefano Sabatini wrote: > > > On date Wednesday 2014-10-01 10:18:58 +0200, Stefano Sabatini encoded: > > > [...] > > >> So, si

Re: [FFmpeg-devel] [PATCH]Continue supporting one year old x264 intallations

2014-10-04 Thread Michael Niedermayer
On Sat, Oct 04, 2014 at 01:17:24PM +0200, Carl Eugen Hoyos wrote: > Hi! > > I have absolutely no problem with the trivial alternative (somebody > has to commit it though) since I usually don't compile with x264 > support, but I fear it will make users unhappy. > > x264 version 142 was committed

[FFmpeg-devel] [PATCH]Continue supporting one year old x264 intallations

2014-10-04 Thread Carl Eugen Hoyos
Hi! I have absolutely no problem with the trivial alternative (somebody has to commit it though) since I usually don't compile with x264 support, but I fear it will make users unhappy. x264 version 142 was committed January 21st: git.videolan.org/?p=x264.git;a=commitdiff;h=dd6a3034 Please comm

[FFmpeg-devel] [PATCH 2/2] avcodec/libx264: Fix build with older than 142 X264_BUILD

2014-10-04 Thread Michael Niedermayer
untested Signed-off-by: Michael Niedermayer --- libavcodec/libx264.c |4 1 file changed, 4 insertions(+) diff --git a/libavcodec/libx264.c b/libavcodec/libx264.c index 7839248..842a066 100644 --- a/libavcodec/libx264.c +++ b/libavcodec/libx264.c @@ -532,8 +532,10 @@ static av_cold int

[FFmpeg-devel] [PATCH 1/2] configure: add -lrt to libavutil when needed for nanosleep

2014-10-04 Thread Michael Niedermayer
This is similar to 7d97511e13ef30cd99bae0e36400de055b72918d Signed-off-by: Michael Niedermayer --- configure |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 71a0d59..ea51170 100755 --- a/configure +++ b/configure @@ -4694,7 +4694,7 @@ check_func

Re: [FFmpeg-devel] Compile broken

2014-10-04 Thread Michael Niedermayer
On Fri, Oct 03, 2014 at 06:54:12PM -0700, Timothy Gu wrote: > Hi, > > On Fri, Oct 3, 2014 at 6:17 PM, Ramit Bhalla wrote: > > With the current git head I'm getting the following error in libx264.c, > > x264_param_t has no member named i_avcintra_class > > Please rebuild with x264 git HEAD. > >

Re: [FFmpeg-devel] [PATCH 0/2] x86: hevc_mc: use proxy functions

2014-10-04 Thread Christophe Gisquet
Hi, 2014-10-04 1:19 GMT+02:00 James Almer : > Or how everything is declared as sse4 even though less than half the code > actually uses sse4 instructions. The incorrect insn patch actually caught another issue in qpel_hv (where packusdw is required) , which made me the macros mess even more messi