Re: [FFmpeg-devel] [PATCH] lavd/vfwcap: Fix compilation under windows.

2015-04-10 Thread Matt Oliver
On 11 April 2015 at 03:05, Michael Niedermayer michae...@gmx.at wrote: On Fri, Apr 10, 2015 at 11:48:11PM +1000, Matt Oliver wrote: Recent merge fe25194c5870f21ba10f615f036b64d0c84fca48 broke compilation under windows by changing the inclusion order of winsock.h and windows.h (winsock is

Re: [FFmpeg-devel] [PATCH] avcodec/libx265: print supported presets and tunes on error

2015-04-10 Thread James Almer
On 10/04/15 4:24 PM, Derek Buitenhuis wrote: On 4/10/2015 5:16 PM, James Almer wrote: Where do you want the extra newlines? After each colon? I meant the code ;) - Derek Right, my bad :P Done and pushed. Thanks. ___ ffmpeg-devel mailing list

Re: [FFmpeg-devel] [PATCH 2/4] Add cabac test into fate

2015-04-10 Thread Michael Niedermayer
On Fri, Apr 10, 2015 at 10:27:35AM -0700, Timothy Gu wrote: --- tests/fate/libavcodec.mak | 5 + 1 file changed, 5 insertions(+) applied thanks [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB The bravest are surely those who have the clearest vision of

Re: [FFmpeg-devel] [PATCH 1/4] cabac-test: Return 1 if there are any errors

2015-04-10 Thread Michael Niedermayer
On Fri, Apr 10, 2015 at 10:27:34AM -0700, Timothy Gu wrote: --- libavcodec/cabac.c | 16 +++- 1 file changed, 11 insertions(+), 5 deletions(-) applied thanks [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB Good people do not need laws to tell

[FFmpeg-devel] [PATCH] Add atrac3+ tests

2015-04-10 Thread Timothy Gu
--- $ du -h * 656Kat3p_sample1.oma 3.6Mat3p_sample1.pcm 1.9Msonateno14op27-2.aa3 100Ksonateno14op27-2-cut.aa3 2.9Msonateno14op27-2-cut.pcm tests/fate/atrac.mak | 17 ++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/tests/fate/atrac.mak

Re: [FFmpeg-devel] [PATCH] Add atrac3+ tests

2015-04-10 Thread Timothy Gu
On Fri, Apr 10, 2015 at 1:24 PM, Timothy Gu timothyg...@gmail.com wrote: --- $ du -h * 656Kat3p_sample1.oma 3.6Mat3p_sample1.pcm 1.9Msonateno14op27-2.aa3 100Ksonateno14op27-2-cut.aa3 2.9Msonateno14op27-2-cut.pcm Samples in incoming. Timothy

Re: [FFmpeg-devel] [PATCH] tests: Do not include stdout/stderr or diff if the test passed

2015-04-10 Thread Michael Niedermayer
On Fri, Apr 10, 2015 at 10:51:11AM -0700, Timothy Gu wrote: FATE currently discards this information anyway, so why waste the disk space? --- tests/fate-run.sh | 8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) applied thanks [...] -- Michael GnuPG fingerprint:

Re: [FFmpeg-devel] [PATCH 3/3] avformat: add youtube-dl based demuxer

2015-04-10 Thread Gilles Chanteperdrix
On Thu, Apr 09, 2015 at 10:59:24PM +0200, Lukasz Marek wrote: On 09.04.2015 13:50, Kieran Kunhya wrote: On 9 April 2015 at 12:17, Rodger Combs rodger.co...@gmail.com wrote: Agreed, this belongs in a higher layer. I think it'd be reasonable for FFmpeg to have a higher-layer library handling

Re: [FFmpeg-devel] [PATCH 4/4] Add simple avrn test

2015-04-10 Thread Timothy Gu
On Fri, Apr 10, 2015 at 1:19 PM, Michael Niedermayer michae...@gmx.at wrote: On Fri, Apr 10, 2015 at 10:27:37AM -0700, Timothy Gu wrote: Couldn't find any non-mjpeg samples. --- tests/fate/video.mak | 3 +++ tests/ref/fate/avrn | 47 +++ 2 files

Re: [FFmpeg-devel] [PATCH 2/5] Use @verbatim instead of @example for ASCII arts

2015-04-10 Thread Michael Niedermayer
On Sun, Mar 22, 2015 at 08:47:17PM -0700, Timothy Gu wrote: Partially fixes #3869. --- doc/ffmpeg.texi | 20 ++-- doc/ffserver.texi | 6 -- doc/filters.texi | 4 ++-- 3 files changed, 16 insertions(+), 14 deletions(-) applied thanks [...] -- Michael GnuPG

Re: [FFmpeg-devel] [PATCH] rtpenc_jpeg: handle case of picture dimensions not dividing by 8

2015-04-10 Thread Michael Niedermayer
On Sat, Apr 11, 2015 at 02:02:39AM +0200, Thomas Volkert wrote: Am 10.04.2015 um 23:54 schrieb Andrey Utkin: If width or height doesn't divide by 8, there are non-full blocks with the remaining of pixels; but before this commit, RTP encoding procedure assumed there's just w/8 by h/8

Re: [FFmpeg-devel] Refund request for Chemnitzer Linux Tage 2015

2015-04-10 Thread compn
On Fri, 10 Apr 2015 20:58:13 +0200 Thilo Borgmann thilo.borgm...@mail.de wrote: Hi! I'd like to request refunds for merchandise expenses at the Chemnitzer Linux Tage 2015, where we had manned a booth for FFmpeg. I wonder why there seems to be nothing else on the list because expenses

[FFmpeg-devel] [PATCH v2] libavformat/mxfenc: added support mxf opatom audio muxing

2015-04-10 Thread Mark Reid
changes since v1: *rename mxf_audio_tcr to mxf_audio_edit_rate Mark Reid (1): libavformat/mxfenc: added support mxf opatom audio muxing libavformat/mxfenc.c | 102 ++- 1 file changed, 85 insertions(+), 17 deletions(-) -- 2.2.1

[FFmpeg-devel] [PATCH v2] libavformat/mxfenc: added support mxf opatom audio muxing

2015-04-10 Thread Mark Reid
--- libavformat/mxfenc.c | 102 ++- 1 file changed, 85 insertions(+), 17 deletions(-) diff --git a/libavformat/mxfenc.c b/libavformat/mxfenc.c index 7b400b3..38772b7 100644 --- a/libavformat/mxfenc.c +++ b/libavformat/mxfenc.c @@ -313,6 +313,7 @@