Re: [FFmpeg-devel] [PATCH] libavcodec/makefile: prevent from installing disabled headers.

2014-10-20 Thread Reimar Döffinger
On 20.10.2014, at 10:40, Matt Oliver wrote: > FYI VDA and VDPAU etc. wont compile with mingw as the system headers > (vdpau.h etc) are missing by default. Which is why these headers error on > Windows as they include other headers that just are not available on that > platform. vdpau.h is not a s

[FFmpeg-devel] [PATCH] lavd/v4l2: don't use avpriv_ prefix for internal functions

2014-10-20 Thread James Almer
No need to keep the old symbols around until a major bump since lavd functions with the avpriv_ prefix were never exposed. Signed-off-by: James Almer --- "avpriv_*;" can be added to libavdevice.v after this patch, but personally I'd say to wait until it's needed rather than adding it right now

Re: [FFmpeg-devel] [PATCH] matroskadec: execute seekheads recursively

2014-10-20 Thread Rodger Combs
> On Oct 19, 2014, at 23:34, Rodger Combs wrote: > > >> On Oct 17, 2014, at 17:40, Michael Niedermayer > > wrote: >> >> On Fri, Oct 17, 2014 at 03:27:49PM +0200, Michael Niedermayer wrote: >>> On Fri, Oct 17, 2014 at 01:55:35AM -0500, Rodger Combs wrote: > On

Re: [FFmpeg-devel] PATCH: Make -copyts a tri-state

2014-10-20 Thread Rodger Combs
> On Oct 20, 2014, at 20:42, Michael Niedermayer wrote: > > On Mon, Oct 20, 2014 at 06:50:12PM -0500, Rodger Combs wrote: >> >>> On Oct 17, 2014, at 03:19, Rodger Combs wrote: >>> On Oct 15, 2014, at 06:00, Rodger Combs >>> > wrote: >

Re: [FFmpeg-devel] [PATCH] tools/crypto_bench: add CAST5 support

2014-10-20 Thread supraja reddy
Glad to hear that !! :) Supraja ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Re: [FFmpeg-devel] [PATCH 4/5] Introduce ff_rtsp_averror()

2014-10-20 Thread Michael Niedermayer
On Sat, Oct 18, 2014 at 12:24:02AM +0400, Andrey Utkin wrote: > Currently this is another name for ff_http_averror() > --- > libavformat/rtspcodes.h | 7 +++ > 1 file changed, 7 insertions(+) applied thanks [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB R

Re: [FFmpeg-devel] [PATCH 5/5] Use ff_rtsp_averror()

2014-10-20 Thread Michael Niedermayer
On Sat, Oct 18, 2014 at 12:24:03AM +0400, Andrey Utkin wrote: > --- > libavformat/rtsp.c| 4 ++-- > libavformat/rtspdec.c | 27 ++- > libavformat/rtspenc.c | 4 ++-- > 3 files changed, 18 insertions(+), 17 deletions(-) applied thanks [...] -- Michael GnuPG fin

Re: [FFmpeg-devel] PATCH: Make -copyts a tri-state

2014-10-20 Thread Michael Niedermayer
On Mon, Oct 20, 2014 at 06:50:12PM -0500, Rodger Combs wrote: > > > On Oct 17, 2014, at 03:19, Rodger Combs wrote: > > > >> > >> On Oct 15, 2014, at 06:00, Rodger Combs >> > wrote: > >> > >> > >>> On Oct 15, 2014, at 05:37, Nicolas George wrote: > >>> > >>> L

Re: [FFmpeg-devel] [PATCH 1/2] avcodec/libutvideodec: print extradata size if unsupported

2014-10-20 Thread Michael Niedermayer
On Sun, Oct 19, 2014 at 08:21:34PM +0200, Benoit Fouet wrote: > Hi, > > On 19 October 2014 14:52:16 CEST, Michael Niedermayer > wrote: > >Signed-off-by: Michael Niedermayer > >--- > > libavcodec/libutvideodec.cpp |2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > >diff --git a/li

Re: [FFmpeg-devel] PATCH: Make -copyts a tri-state

2014-10-20 Thread Rodger Combs
> On Oct 17, 2014, at 03:19, Rodger Combs wrote: > >> >> On Oct 15, 2014, at 06:00, Rodger Combs > > wrote: >> >> >>> On Oct 15, 2014, at 05:37, Nicolas George wrote: >>> >>> Le quartidi 24 vendémiaire, an CCXXIII, Rodger Combs a écrit : Discussed this br

Re: [FFmpeg-devel] [PATCH] configure: add build tree's directories to rpath

2014-10-20 Thread Lukasz Marek
W dniu wtorek, 21 października 2014 Carl Eugen Hoyos napisał(a): > Lukasz Marek gmail.com> writes: > > > This commit allows to run programs linked > > dynamically in build dir without installing. > > Sorry if I misunderstand: > Doesn't this patch change the properties of the > installed binaries

Re: [FFmpeg-devel] [PATCH] configure: add build tree's directories to rpath

2014-10-20 Thread Carl Eugen Hoyos
Lukasz Marek gmail.com> writes: > This commit allows to run programs linked > dynamically in build dir without installing. Sorry if I misunderstand: Doesn't this patch change the properties of the installed binaries? Carl Eugen ___ ffmpeg-devel mai

Re: [FFmpeg-devel] [PATCH 4/4] ffserver_config: postpone codec context creation

2014-10-20 Thread Lukasz Marek
On 20.10.2014 23:57, Lukasz Marek wrote: So far AVCodecContext was created without codec specified. This causes internal data to not be initialized to defaults. This commit postpone context creation until all information are gathered. Partially fixes #1275 --- ffserver.c| 8 +- ffs

[FFmpeg-devel] [PATCH 3/4] ffserver_conf: factorize parse function per config tag

2014-10-20 Thread Lukasz Marek
Signed-off-by: Lukasz Marek --- ffserver.c|6 + ffserver_config.c | 1138 ++--- ffserver_config.h |7 + 3 files changed, 566 insertions(+), 585 deletions(-) diff --git a/ffserver.c b/ffserver.c index af6e8e1..22560ce 100644 --- a/ff

[FFmpeg-devel] [PATCH 2/4] ffserver_config: clean up variable initialization

2014-10-20 Thread Lukasz Marek
Signed-off-by: Lukasz Marek --- ffserver_config.c | 16 +--- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git a/ffserver_config.c b/ffserver_config.c index 927b6fe..351c4e9 100644 --- a/ffserver_config.c +++ b/ffserver_config.c @@ -341,11 +341,11 @@ int ffserver_parse_ffco

[FFmpeg-devel] [PATCH 4/4] ffserver_config: postpone codec context creation

2014-10-20 Thread Lukasz Marek
So far AVCodecContext was created without codec specified. This causes internal data to not be initialized to defaults. This commit postpone context creation until all information are gathered. Partially fixes #1275 --- ffserver.c| 8 +- ffserver_config.c | 286

[FFmpeg-devel] [PATCH 1/4] ffserver: move configuration code to separate file

2014-10-20 Thread Lukasz Marek
This commit doesn't change any existing logic. It moves ffserver configuration related code to separate file. It intends to make maintaining easier. Signed-off-by: Lukasz Marek --- Makefile |1 + ffserver.c| 1214 + ffserve

[FFmpeg-devel] [PATCH 0/4] FFserver configuration

2014-10-20 Thread Lukasz Marek
Some time ago I wanted to setup internet camera streaming via ffserver and I faced the same probalem as #1275. It was over a year ago, so I don't remember correctly, but a conclusion from debugging was that codec's private data are not initialized to their defaults. As I remember I was cased by all

[FFmpeg-devel] [PATCH] configure: add build tree's directories to rpath

2014-10-20 Thread Lukasz Marek
This commit allows to run programs linked dynamically in build dir without installing. Signed-off-by: Lukasz Marek --- configure | 1 + 1 file changed, 1 insertion(+) diff --git a/configure b/configure index 3e181aa..5cef407 100755 --- a/configure +++ b/configure @@ -5076,6 +5076,7 @@ check_di

Re: [FFmpeg-devel] Help with writing an RMS-LMS decoder

2014-10-20 Thread Juliet Fru
Hello, I was of the impression that even though the time for submitting patches is running out, any propective OPW applicant could still continue working on her tasks even after the application period is over right up to the selections are announced for the OPW? Thanks, Juliet __

Re: [FFmpeg-devel] [PATCH] Added STL demuxer and decoder

2014-10-20 Thread Eejya Singh
Updated sample test after rebasing. Please find the patch attached. On Tue, Oct 21, 2014 at 12:26 AM, Eejya Singh wrote: > Added reference file for sample stl file. I've also fixed the indentation > errors. > > On Fri, Oct 17, 2014 at 7:06 PM, Eejya Singh > wrote: > >> Please find the revised p

Re: [FFmpeg-devel] [PATCH] lavd: export all symbols with av prefix

2014-10-20 Thread Lukasz Marek
On 20.10.2014 21:29, James Almer wrote: On 20/10/14 7:14 AM, Lukasz Marek wrote: diff --git a/libavdevice/libavdevice.v b/libavdevice/libavdevice.v index 663af85..de7278c 100644 --- a/libavdevice/libavdevice.v +++ b/libavdevice/libavdevice.v @@ -1,4 +1,4 @@ LIBAVDEVICE_$MAJOR { -global

Re: [FFmpeg-devel] [PATCH] lavd: export all symbols with av prefix

2014-10-20 Thread Lukasz Marek
On 20.10.2014 14:55, Michael Niedermayer wrote: On Mon, Oct 20, 2014 at 12:14:14PM +0200, Lukasz Marek wrote: On 20 October 2014 08:47, Reimar Döffinger wrote: On 19.10.2014, at 13:39, Lukasz Marek wrote: Signed-off-by: Lukasz Marek --- libavdevice/libavdevice.v | 2 +- 1 file changed, 1 i

Re: [FFmpeg-devel] [PATCH] lavd: export all symbols with av prefix

2014-10-20 Thread James Almer
On 20/10/14 7:14 AM, Lukasz Marek wrote: > diff --git a/libavdevice/libavdevice.v b/libavdevice/libavdevice.v > index 663af85..de7278c 100644 > --- a/libavdevice/libavdevice.v > +++ b/libavdevice/libavdevice.v > @@ -1,4 +1,4 @@ > LIBAVDEVICE_$MAJOR { > -global: avdevice_*; > +globa

Re: [FFmpeg-devel] [PATCH] Added STL demuxer and decoder

2014-10-20 Thread Eejya Singh
Added reference file for sample stl file. I've also fixed the indentation errors. On Fri, Oct 17, 2014 at 7:06 PM, Eejya Singh wrote: > Please find the revised patch for the STL demuxer and decoder attached. I > am experiencing some network problems while rsyncing from the fate-server > so I cou

Re: [FFmpeg-devel] patch: fix buf in configure to ensure the HAVE_VSX is only enabled when HAVE_ALTIVECT is enabled

2014-10-20 Thread Michael Niedermayer
On Mon, Oct 13, 2014 at 03:04:42PM +0800, rongyan wrote: > Hi, > We present this patch to fix the bug in 'configure' file to make sure that > the HAVE_VSX is only enabled when HAVE_ALTIVEC is enabled on POWER LE, and > disabled when HAVE_ALTIVEC is disabled. > The fate test result is attached h

Re: [FFmpeg-devel] [PATCH] lavf/mov.c: Allocate buffer in case of long metadata entries.

2014-10-20 Thread Michael Niedermayer
On Mon, Oct 20, 2014 at 01:43:32PM +0200, Thilo Borgmann wrote: > Am 17.10.14 17:03, schrieb Michael Niedermayer: > > [...] > > > > i think it would be simpler to always allocate with no str_small > > local buffer case. > > Also always allocating 2x the size should avoid the macro > > Done & atta

Re: [FFmpeg-devel] Help with writing an RMS-LMS decoder

2014-10-20 Thread wm4
On Mon, 20 Oct 2014 13:25:21 +0200 Thilo Borgmann wrote: > Am 20.10.14 13:00, schrieb Michael Niedermayer: > > On Mon, Oct 20, 2014 at 06:32:59AM -0400, Ngassa Finjap wrote: > >> Hi, > >> > >> On Mon, Oct 20, 2014 at 6:20 AM, Michael Niedermayer > >> wrote: > >> > >> > >>> I see this has somewha

Re: [FFmpeg-devel] [PATCH] v4l2: Make use of the VIDIOC_ENUM_FRAMESIZES ioctl on OpenBSD

2014-10-20 Thread Michael Niedermayer
On Mon, Oct 20, 2014 at 12:09:55AM -0400, Brad Smith wrote: > Make use of the V4L2 VIDIOC_ENUM_FRAMESIZES ioctl on OpenBSD. > > > diff --git a/configure b/configure > index 5b16af9..790a5eb 100755 > --- a/configure > +++ b/configure > @@ -4967,6 +4967,7 @@ check_header linux/videodev2.h > check_

Re: [FFmpeg-devel] [PATCH] add both single and mutiple frame detection metadata in vf_idet

2014-10-20 Thread Clément Bœsch
On Sun, Oct 19, 2014 at 05:22:05PM -0700, Kevin Mitchell wrote: > I've bumped the minor (not micro) version. I hope that's what was > wanted. I also added the requested documentation of the metadata > fields. Sorry I guess I was following the bad convention that most of > the filter metadata isn't

Re: [FFmpeg-devel] [PATCH] lavd: export all symbols with av prefix

2014-10-20 Thread Michael Niedermayer
On Mon, Oct 20, 2014 at 12:14:14PM +0200, Lukasz Marek wrote: > On 20 October 2014 08:47, Reimar Döffinger wrote: > > > On 19.10.2014, at 13:39, Lukasz Marek wrote: > > > > > Signed-off-by: Lukasz Marek > > > --- > > > libavdevice/libavdevice.v | 2 +- > > > 1 file changed, 1 insertion(+), 1 del

Re: [FFmpeg-devel] [PATCH] add both single and mutiple frame detection metadata in vf_idet

2014-10-20 Thread Michael Niedermayer
On Sun, Oct 19, 2014 at 05:22:05PM -0700, Kevin Mitchell wrote: > I've bumped the minor (not micro) version. I hope that's what was > wanted. I also added the requested documentation of the metadata > fields. Sorry I guess I was following the bad convention that most of > the filter metadata isn't

Re: [FFmpeg-devel] [PATCH] lavf/mov.c: Allocate buffer in case of long metadata entries.

2014-10-20 Thread Thilo Borgmann
Am 17.10.14 17:03, schrieb Michael Niedermayer: > [...] > > i think it would be simpler to always allocate with no str_small > local buffer case. > Also always allocating 2x the size should avoid the macro Done & attached. -Thilo >From e374fd065392f7e68fd3d951712a13008dc6fb2f Mon Sep 17 00:00:0

Re: [FFmpeg-devel] Help with writing an RMS-LMS decoder

2014-10-20 Thread Ngassa Finjap
Thilo, Please can we have an IRC chat about this. I can still implement the RLS-LMS decoder On Mon, Oct 20, 2014 at 7:25 AM, Thilo Borgmann wrote: > Am 20.10.14 13:00, schrieb Michael Niedermayer: > > On Mon, Oct 20, 2014 at 06:32:59AM -0400, Ngassa Finjap wrote: > >> Hi, > >> > >> On Mon, Oct 2

Re: [FFmpeg-devel] Help with writing an RMS-LMS decoder

2014-10-20 Thread Thilo Borgmann
Am 20.10.14 13:00, schrieb Michael Niedermayer: > On Mon, Oct 20, 2014 at 06:32:59AM -0400, Ngassa Finjap wrote: >> Hi, >> >> On Mon, Oct 20, 2014 at 6:20 AM, Michael Niedermayer >> wrote: >> >> >>> I see this has somewhat been awnsered on IRC >>> maybe thilo can elabrate on this, though I do not

Re: [FFmpeg-devel] Help with writing an RMS-LMS decoder

2014-10-20 Thread Michael Niedermayer
On Mon, Oct 20, 2014 at 06:32:59AM -0400, Ngassa Finjap wrote: > Hi, > > On Mon, Oct 20, 2014 at 6:20 AM, Michael Niedermayer > wrote: > > > > I see this has somewhat been awnsered on IRC > > maybe thilo can elabrate on this, though I do not think its possible > > to write such decoder in the r

Re: [FFmpeg-devel] Help with writing an RMS-LMS decoder

2014-10-20 Thread Ngassa Finjap
Hi, On Mon, Oct 20, 2014 at 6:20 AM, Michael Niedermayer wrote: > I see this has somewhat been awnsered on IRC > maybe thilo can elabrate on this, though I do not think its possible > to write such decoder in the remaining time before Wednesday unless > one knows what to do already and is quick

Re: [FFmpeg-devel] Misc Libavfilter extension

2014-10-20 Thread Michael Niedermayer
On Wed, Oct 15, 2014 at 11:35:10PM +0530, Jeet Deol wrote: > Hello Stefano Sabatini sir,I am Prabhjeet Kaur,I want to the Qualification > task of "Misc Libavfilter extension " project. Sir I want to know that is > their anyone else who is working on this task,kindly do reply me so that i > can wor

Re: [FFmpeg-devel] Help with writing an RMS-LMS decoder

2014-10-20 Thread Michael Niedermayer
Hi On Mon, Oct 20, 2014 at 04:24:33AM -0400, Ngassa Finjap wrote: > Hello, > > I am Ngassa Amalia (amalia on irc), an student interested in > contributin to the ffmpeg project unde the OPW program.I have already > created an account on githug(@Ngassa) and compiled ffmpeg from source. > I have bee

Re: [FFmpeg-devel] [PATCH] lavd: export all symbols with av prefix

2014-10-20 Thread Lukasz Marek
On 20 October 2014 08:47, Reimar Döffinger wrote: > On 19.10.2014, at 13:39, Lukasz Marek wrote: > > > Signed-off-by: Lukasz Marek > > --- > > libavdevice/libavdevice.v | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git a/libavdevice/libavdevice.v b/libavdevice/libavdev

Re: [FFmpeg-devel] [PATCH] libavcodec/makefile: prevent from installing disabled headers.

2014-10-20 Thread Matt Oliver
On 20 October 2014 17:57, Reimar Döffinger wrote: > On 19.10.2014, at 20:53, Matt Oliver wrote: > > This stops headers based on disabled functionality from being installed. > > Things like VDA and VDPAU dont work on windows etc. So any attempt to use > > these headers will result in compilation

[FFmpeg-devel] Help with writing an RMS-LMS decoder

2014-10-20 Thread Ngassa Finjap
Hello, I am Ngassa Amalia (amalia on irc), an student interested in contributin to the ffmpeg project unde the OPW program.I have already created an account on githug(@Ngassa) and compiled ffmpeg from source. I have been asked to write an RMS-LMS decoder before Wednesday and I don't have a faint i

[FFmpeg-devel] [PATCH]Print an error if both -r and -vsync 0 are used

2014-10-20 Thread Carl Eugen Hoyos
Hi! I don't think these options are meant to be used together. Related to ticket #4041. Please comment, Carl Eugen diff --git a/ffmpeg_opt.c b/ffmpeg_opt.c index c518ae1..00eee9f 100644 --- a/ffmpeg_opt.c +++ b/ffmpeg_opt.c @@ -1276,6 +1276,8 @@ static OutputStream *new_video_stream(OptionsContex