Re: [FFmpeg-devel] Invitation to VDD and registration

2014-08-15 Thread Michael Niedermayer
On Sat, Aug 16, 2014 at 03:48:53AM +0200, Jean-Baptiste Kempf wrote: > On 16 Aug, Michael Niedermayer wrote : > > I had not intended to come to VDD and reading this > > https://lists.debian.org/debian-devel/2014/08/msg00478.html > > > > I definitively will not come to VDD, as it would just be wast

Re: [FFmpeg-devel] Invitation to VDD and registration

2014-08-15 Thread Jean-Baptiste Kempf
On 16 Aug, Michael Niedermayer wrote : > I had not intended to come to VDD and reading this > https://lists.debian.org/debian-devel/2014/08/msg00478.html > > I definitively will not come to VDD, as it would just be wasted time, That's an easy excuse. -- Jean-Baptiste Kempf http://www.jbkempf.co

Re: [FFmpeg-devel] Invitation to VDD and registration

2014-08-15 Thread Michael Niedermayer
On Wed, Aug 13, 2014 at 06:42:39PM +0200, Stefano Sabatini wrote: > On date Sunday 2014-07-20 18:16:52 +0200, Jean-Baptiste Kempf encoded: > > My dear friends of the FFmpeg community, > > > > I'd like to invite you to the VideoLAN Dev Days 2014, the 3rd week-end > > of September, in Dublin, Irelan

Re: [FFmpeg-devel] [PATCH 1/7] doc/examples: remove unneeded NULL checks

2014-08-15 Thread wm4
On Sat, 16 Aug 2014 01:44:59 +0200 Michael Niedermayer wrote: > On Sat, Aug 16, 2014 at 01:30:44AM +0200, wm4 wrote: > > On Sat, 16 Aug 2014 01:15:42 +0200 > > Michael Niedermayer wrote: > > > > > Signed-off-by: Michael Niedermayer > > > --- > > > doc/examples/resampling_audio.c |3 +-- >

Re: [FFmpeg-devel] [PATCH 1/7] doc/examples: remove unneeded NULL checks

2014-08-15 Thread Michael Niedermayer
On Sat, Aug 16, 2014 at 01:30:44AM +0200, wm4 wrote: > On Sat, 16 Aug 2014 01:15:42 +0200 > Michael Niedermayer wrote: > > > Signed-off-by: Michael Niedermayer > > --- > > doc/examples/resampling_audio.c |3 +-- > > doc/examples/scaling_video.c|3 +-- > > 2 files changed, 2 insertio

Re: [FFmpeg-devel] Small patch for someone to push please

2014-08-15 Thread Michael Niedermayer
On Fri, Aug 15, 2014 at 11:26:40AM +0100, JULIAN GARDNER wrote: > In libavfilter/lavfutils.c around line 77 the code is > >     if (ret < 0 || !frame_decoded) { >     av_log(log_ctx, AV_LOG_ERROR, "Failed to decode image from file\n"); >     goto end; >     } >     ret = 0; > > Now this c

Re: [FFmpeg-devel] Reintroducing FFmpeg to Debian

2014-08-15 Thread Bálint Réczey
Hi, 2014-08-15 14:20 GMT+02:00 Michael Niedermayer : > On Fri, Aug 15, 2014 at 02:53:09PM +0800, Thomas Goirand wrote: >> On 08/14/2014 11:59 PM, The Wanderer wrote: >> > On 08/14/2014 11:27 AM, Thomas Goirand wrote: >> > >> >> On 08/13/2014 07:53 AM, Kieran Kunhya wrote: >> > >> >> On 08/13/2014

Re: [FFmpeg-devel] [PATCH 1/7] doc/examples: remove unneeded NULL checks

2014-08-15 Thread wm4
On Sat, 16 Aug 2014 01:15:42 +0200 Michael Niedermayer wrote: > Signed-off-by: Michael Niedermayer > --- > doc/examples/resampling_audio.c |3 +-- > doc/examples/scaling_video.c|3 +-- > 2 files changed, 2 insertions(+), 4 deletions(-) > > diff --git a/doc/examples/resampling_audio

Re: [FFmpeg-devel] Reintroducing FFmpeg to Debian

2014-08-15 Thread Thomas Goirand
On 08/15/2014 08:20 PM, Michael Niedermayer wrote: > Yes, the tricky part in FFmpeg and Libav in relation to this is that > theres quite a bit of code that is only well understood by a single > person even if you would combine both projects together. Hum... Hang on here then! Does this mean that,

Re: [FFmpeg-devel] Reintroducing FFmpeg to Debian

2014-08-15 Thread Thomas Goirand
On 08/14/2014 11:59 PM, The Wanderer wrote: > On 08/14/2014 11:27 AM, Thomas Goirand wrote: > >> On 08/13/2014 07:53 AM, Kieran Kunhya wrote: > >> On 08/13/2014 06:30 AM, Michael Niedermayer wrote: > >>> Also ive offered my resignation in the past. I do still offer to >>> resign from the FFmpeg

Re: [FFmpeg-devel] Reintroducing FFmpeg to Debian

2014-08-15 Thread Paul Wise
On Fri, Aug 15, 2014 at 2:53 PM, Thomas Goirand wrote: > Hum... Well, to me, what's important is that the code gets > peer-reviewed. ... by both humans and by automatically by computers; compiler warnings, static analysis tools, fuzz testers etc. -- bye, pabs https://wiki.debian.org/PaulWise _

Re: [FFmpeg-devel] Reintroducing FFmpeg to Debian

2014-08-15 Thread Bálint Réczey
2014-08-14 13:58 GMT+02:00 Stefano Sabatini : > On date Wednesday 2014-08-13 16:27:20 +0200, Attila Kinali encoded: >> On Wed, 13 Aug 2014 00:30:05 +0200 >> Michael Niedermayer wrote: >> >> > I never understood why people who once where friends >> > became mutually so hostile >> >> You should know

Re: [FFmpeg-devel] Reintroducing FFmpeg to Debian

2014-08-15 Thread Thomas Goirand
On 08/13/2014 07:53 AM, Kieran Kunhya wrote: > Whatever, people can work on their own code happily but the rest of > the world (cf this thread) has to deal with this annoying FFmpeg/libav > madness. Right! Not only a core of a few upstream authors are affected, but also downstream distributions (w

[FFmpeg-devel] [PATCH 7/7] avcodec/mips/compute_antialias_float: remove unused variable

2014-08-15 Thread Michael Niedermayer
Signed-off-by: Michael Niedermayer --- libavcodec/mips/compute_antialias_float.h |3 --- 1 file changed, 3 deletions(-) diff --git a/libavcodec/mips/compute_antialias_float.h b/libavcodec/mips/compute_antialias_float.h index 0f6f03f..e84abda 100644 --- a/libavcodec/mips/compute_antialias_fl

[FFmpeg-devel] [PATCH 1/7] doc/examples: remove unneeded NULL checks

2014-08-15 Thread Michael Niedermayer
Signed-off-by: Michael Niedermayer --- doc/examples/resampling_audio.c |3 +-- doc/examples/scaling_video.c|3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/doc/examples/resampling_audio.c b/doc/examples/resampling_audio.c index 8a43b09..f35e7e1 100644 --- a/doc/e

[FFmpeg-devel] [PATCH 3/7] avcodec/dvbsubdec: dont mix integers with pointers

2014-08-15 Thread Michael Niedermayer
Signed-off-by: Michael Niedermayer --- libavcodec/dvbsubdec.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libavcodec/dvbsubdec.c b/libavcodec/dvbsubdec.c index a40da76..4cf5b02 100644 --- a/libavcodec/dvbsubdec.c +++ b/libavcodec/dvbsubdec.c @@ -888,7 +888,7 @@ stat

[FFmpeg-devel] [PATCH 4/7] avformat/thp: dont mix integers with pointers

2014-08-15 Thread Michael Niedermayer
Signed-off-by: Michael Niedermayer --- libavformat/thp.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavformat/thp.c b/libavformat/thp.c index bc4f0daf..714cec6 100644 --- a/libavformat/thp.c +++ b/libavformat/thp.c @@ -98,7 +98,7 @@ static int thp_read_header(AVForma

[FFmpeg-devel] [PATCH 6/7] avcodec/hevc_mvs: dont redundantly initialize ref_idx_curr

2014-08-15 Thread Michael Niedermayer
Signed-off-by: Michael Niedermayer --- libavcodec/hevc_mvs.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/hevc_mvs.c b/libavcodec/hevc_mvs.c index fffae88..3bc982b 100644 --- a/libavcodec/hevc_mvs.c +++ b/libavcodec/hevc_mvs.c @@ -607,7 +607,7 @@ void ff_hevc_

[FFmpeg-devel] [PATCH 5/7] avformat/udp: dont mix integers with pointers

2014-08-15 Thread Michael Niedermayer
Signed-off-by: Michael Niedermayer --- libavformat/udp.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libavformat/udp.c b/libavformat/udp.c index a8baa5b..8412eeb 100644 --- a/libavformat/udp.c +++ b/libavformat/udp.c @@ -313,7 +313,7 @@ static int udp_set_url(struct

[FFmpeg-devel] [PATCH 2/7] avcodec/dvdsubdec: Dont mix integers with pointers

2014-08-15 Thread Michael Niedermayer
Signed-off-by: Michael Niedermayer --- libavcodec/dvdsubdec.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libavcodec/dvdsubdec.c b/libavcodec/dvdsubdec.c index e198a6c..7355c03 100644 --- a/libavcodec/dvdsubdec.c +++ b/libavcodec/dvdsubdec.c @@ -213,7 +213,7 @@ stat

Re: [FFmpeg-devel] [PATCH] ffmpeg: look for encoding options in both avcodec and avformat

2014-08-15 Thread Clément Bœsch
On Fri, Aug 15, 2014 at 10:15:48PM +0200, Michael Niedermayer wrote: > On Fri, Aug 15, 2014 at 09:14:26PM +0200, Clément Bœsch wrote: > > This patch is the same as 8a1714ad85dd5defdf1fb2baba9ababebfa47d01 but > > applied to encoding. It fixes the current clash of the -password option > > between tt

Re: [FFmpeg-devel] [PATCH] Drop remaining unneeded != NULL

2014-08-15 Thread Michael Niedermayer
On Fri, Aug 15, 2014 at 10:06:28PM +0200, Clément Bœsch wrote: > On Fri, Aug 15, 2014 at 09:47:12PM +0200, Michael Niedermayer wrote: > > Signed-off-by: Michael Niedermayer > > --- > > cmdutils.c |2 +- > > ffmpeg.c |2 +- > > ffplay.c

Re: [FFmpeg-devel] [PATCH] ffmpeg: look for encoding options in both avcodec and avformat

2014-08-15 Thread Michael Niedermayer
On Fri, Aug 15, 2014 at 09:14:26PM +0200, Clément Bœsch wrote: > This patch is the same as 8a1714ad85dd5defdf1fb2baba9ababebfa47d01 but > applied to encoding. It fixes the current clash of the -password option > between tta decoder and the icecast protocol. > --- > ffmpeg_opt.c | 7 ++- > 1 fi

Re: [FFmpeg-devel] [PATCH] Drop remaining unneeded != NULL

2014-08-15 Thread Clément Bœsch
On Fri, Aug 15, 2014 at 09:47:12PM +0200, Michael Niedermayer wrote: > Signed-off-by: Michael Niedermayer > --- > cmdutils.c |2 +- > ffmpeg.c |2 +- > ffplay.c |2 +- > ffserver.c |

[FFmpeg-devel] [PATCH] Drop remaining unneeded != NULL

2014-08-15 Thread Michael Niedermayer
Signed-off-by: Michael Niedermayer --- cmdutils.c |2 +- ffmpeg.c |2 +- ffplay.c |2 +- ffserver.c | 42 ++-- libavcodec/libx264.c |

[FFmpeg-devel] [PATCH] ffmpeg: look for encoding options in both avcodec and avformat

2014-08-15 Thread Clément Bœsch
This patch is the same as 8a1714ad85dd5defdf1fb2baba9ababebfa47d01 but applied to encoding. It fixes the current clash of the -password option between tta decoder and the icecast protocol. --- ffmpeg_opt.c | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/ffmpeg_opt.c b/ffm

Re: [FFmpeg-devel] 0001-Fix-packet_buffer-memory-leak-in-avformat_free_conte.patch

2014-08-15 Thread Michael Niedermayer
On Fri, Aug 15, 2014 at 05:46:37PM +0300, Andrey Myznikov wrote: > Hello, > > Attached path fixes potential memory leak in output format > context when av_interleaved_write_frame() is used. > This function can use AVFormatContext.packet_buffer for packet > ordering, but this buffer is not feed

[FFmpeg-devel] Patching Libavformat RTP networking stack for packet-loss concealment

2014-08-15 Thread SanJose_kid
I’m working on patching libavformat in the RTP networking stack in order to be able to: a) get info on package loss and RTP Header Info b) optimize and reduce package loss and error concealment Some issues that have been mentioned by community members include: - whether to use RTP but specify it

Re: [FFmpeg-devel] Reintroducing FFmpeg to Debian

2014-08-15 Thread The Wanderer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 On 08/15/2014 11:23 AM, Thomas Goirand wrote: > On 08/15/2014 08:20 PM, Michael Niedermayer wrote: >>> Absolutely everyone should *always* be able to leave comments, be >>> it positive or negative. >> >> yes, i fully agree and this also was always

[FFmpeg-devel] 0001-Fix-packet_buffer-memory-leak-in-avformat_free_conte.patch

2014-08-15 Thread Andrey Myznikov
Hello, Attached path fixes potential memory leak in output format context when av_interleaved_write_frame() is used. This function can use AVFormatContext.packet_buffer for packet ordering, but this buffer is not feed later in avformat_free_context(). The Valgrind utiluty clearly shows thi

Re: [FFmpeg-devel] [PATCH] lavd/avfoundation: Add device category.

2014-08-15 Thread David Favor
Thilo Borgmann wrote: Hi, as reported by David Favor, the AVFoundation device is not yet listed by "ffmpeg -devices". This patch fixes that. Please Apply. -Thilo Many thanks for the patch... ffmpeg -devices looks to be working now... David-Favor-iMac> ffmpeg -devices ffmpeg version 2.3.2-20

Re: [FFmpeg-devel] Reintroducing FFmpeg to Debian

2014-08-15 Thread Michael Niedermayer
On Fri, Aug 15, 2014 at 02:53:09PM +0800, Thomas Goirand wrote: > On 08/14/2014 11:59 PM, The Wanderer wrote: > > On 08/14/2014 11:27 AM, Thomas Goirand wrote: > > > >> On 08/13/2014 07:53 AM, Kieran Kunhya wrote: > > > >> On 08/13/2014 06:30 AM, Michael Niedermayer wrote: > > > >>> Also ive off

Re: [FFmpeg-devel] [PATCH 1/5] avutil/pixelutils: add av_pixelutils_bdiff()

2014-08-15 Thread Clément Bœsch
On Fri, Aug 15, 2014 at 10:30:38AM +0200, Hendrik Leppkes wrote: > On Fri, Aug 15, 2014 at 7:56 AM, Clément Bœsch wrote: > > On Fri, Aug 15, 2014 at 01:23:59AM +0200, Michael Niedermayer wrote: > >> On Thu, Aug 14, 2014 at 11:05:11PM +0200, Clément Bœsch wrote: > >> > --- > >> > doc/APIchanges

[FFmpeg-devel] Small patch for someone to push please

2014-08-15 Thread JULIAN GARDNER
In libavfilter/lavfutils.c around line 77 the code is     if (ret < 0 || !frame_decoded) {     av_log(log_ctx, AV_LOG_ERROR, "Failed to decode image from file\n");     goto end;     }     ret = 0; Now this causes a problem if ret>=0 and frame_decoded==0 as you get dropped out of the rout

Re: [FFmpeg-devel] [PATCH 1/5] avutil/pixelutils: add av_pixelutils_bdiff()

2014-08-15 Thread Hendrik Leppkes
On Fri, Aug 15, 2014 at 7:56 AM, Clément Bœsch wrote: > On Fri, Aug 15, 2014 at 01:23:59AM +0200, Michael Niedermayer wrote: >> On Thu, Aug 14, 2014 at 11:05:11PM +0200, Clément Bœsch wrote: >> > --- >> > doc/APIchanges | 3 +++ >> > libavutil/pixelutils.c | 21 + >> >