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 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 included in

[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 @@ ty

[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

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 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 were higher than la

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/

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

2015-04-10 Thread Thomas Volkert
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 blocks. Maybe this is a clearer term: "This fixes the calculation of the n

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 Gnu

Re: [FFmpeg-devel] [PATCH] texi2pod: Handle @verbatim

2015-04-10 Thread Michael Niedermayer
On Fri, Apr 10, 2015 at 10:47:55AM -0700, Timothy Gu wrote: > --- > doc/texi2pod.pl | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) applied thanks [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB Let us carefully observe those good qualities wherein

Re: [FFmpeg-devel] [PATCH] avformat/rtsp: Fix dereference after null check

2015-04-10 Thread Michael Niedermayer
On Fri, Apr 10, 2015 at 07:25:48PM +0530, Himangi Saraogi wrote: > --- > This fixes CID 732219. > > libavformat/rtsp.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/libavformat/rtsp.c b/libavformat/rtsp.c > index 42dbe96..251fdda 100644 > --- a/libavformat/rtsp.c >

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

2015-04-10 Thread Andrey Utkin
2015-04-11 0:47 GMT+03:00 Michael Niedermayer : > can be simplified with FF_CEIL_RSHIFT Thanks. -- Andrey Utkin ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

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

2015-04-10 Thread 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 blocks. Signed-off-by: Andrey Utkin --- libavformat/rtpenc_jpeg.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(

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 12:14:00AM +0300, Andrey Utkin wrote: > 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 blocks. > > Signed-off-by: Andrey Utkin > --- > libav

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

2015-04-10 Thread Michael Niedermayer
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 changed, 50 insertions(+) > create mode 100644 tests/ref/fate/avrn fail

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

2015-04-10 Thread Michael Niedermayer
On Fri, Apr 10, 2015 at 01:25:26PM -0700, Timothy Gu wrote: > On Fri, Apr 10, 2015 at 1:24 PM, Timothy Gu wrote: > > --- > > > > $ du -h * > > 656Kat3p_sample1.oma > > 3.6Mat3p_sample1.pcm > > 1.9Msonateno14op27-2.aa3 > > 100Ksonateno14op27-2-cut.aa3 > > 2.9Msonateno14op27-2-cu

[FFmpeg-devel] [PATCH] tests: Add ATRAC3plus tests

2015-04-10 Thread Timothy Gu
--- The official name is ATRAC3plus, so that is used. - at3p_sample1.oma is from samples.libav.org - at3p_sample1.pcm is in incoming. - sonateno14op27-2-cut.aa3 is a smaller version of sonateno14op27-2.aa3 in samples.libav.org, and is in incoming. - sonateno14op27-2-cut.pcm is in incoming. te

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

2015-04-10 Thread 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 blocks. Signed-off-by: Andrey Utkin --- libavformat/rtpenc_jpeg.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(

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

2015-04-10 Thread wm4
On Fri, 10 Apr 2015 22:45:47 +0200 Gilles Chanteperdrix wrote: > 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 wrote: > > >>Agreed, this belongs in a higher layer. I think it'd be reasonable

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 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 chang

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

2015-04-10 Thread 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 blocks. Signed-off-by: Andrey Utkin --- libavformat/rtpenc_jpeg.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(

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 wrote: > >>Agreed, this belongs in a higher layer. I think it'd be reasonable for > >>FFmpeg to have a higher-layer library handling things like play

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: 9FF2128B

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

2015-04-10 Thread Timothy Gu
On Fri, Apr 10, 2015 at 1:24 PM, Timothy Gu 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 _

[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 b/tests/

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

2015-04-10 Thread Michael Niedermayer
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 changed, 50 insertions(+) > create mode 100644 tests/ref/fate/avrn > >

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

2015-04-10 Thread Michael Niedermayer
On Fri, Apr 10, 2015 at 10:27:36AM -0700, Timothy Gu wrote: > --- > > Samples are from https://samples.ffmpeg.org/A-codecs/ATRAC3%2b/ > > Should I upload the .pcm files to somewhere? They are easy enough to > reproduce. please do, but if possible use a subset / part of the file 50+mb is quite la

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

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 03:36:29PM -0300, James Almer wrote: > On 10/04/15 2:27 PM, Timothy Gu wrote: > > --- > > libavcodec/cabac.c | 16 +++- > > 1 file changed, 11 insertions(+), 5 deletions(-) > > > > diff --git a/libavcodec/cabac.c b/libavcodec/cabac.c > > index 81a75dd..c755d7f

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

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 l