Re: [FFmpeg-devel] [PATCH 2/4] lavu/opt: document av_opt_copy function

2014-11-08 Thread wm4
On Sat, 8 Nov 2014 18:13:51 +0100 Lukasz Marek wrote: > --- > libavutil/opt.h | 10 ++ > 1 file changed, 10 insertions(+) > > diff --git a/libavutil/opt.h b/libavutil/opt.h > index b9ac932..b78810c 100644 > --- a/libavutil/opt.h > +++ b/libavutil/opt.h > @@ -815,6 +815,16 @@ void av_op

Re: [FFmpeg-devel] [PATCH] ffserver_config: report not closed last tag

2014-11-08 Thread Reynaldo H. Verdejo Pinochet
Looks good. Thanks. Feel free to push. -- Reynaldo H. Verdejo Pinochet Open Source Group Samsung Research America / Silicon Valley ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Re: [FFmpeg-devel] [PATCH] swscale: Enable yuv2planeX_8 assembly that had been disabled for some reason

2014-11-08 Thread James Almer
On 09/11/14 12:06 AM, James Almer wrote: > On 08/11/14 11:37 PM, Kieran Kunhya wrote: >> From 196dd0d9eb40ca18e3bba993f5198bd1bde536ce Mon Sep 17 00:00:00 2001 >> From: Kieran Kunhya >> Date: Sat, 8 Nov 2014 20:34:25 -0600 >> Subject: [PATCH] swscale: Enable yuv2planeX_8 assembly that had been dis

Re: [FFmpeg-devel] [PATCH] swscale: Enable yuv2planeX_8 assembly that had been disabled for some reason

2014-11-08 Thread James Almer
On 08/11/14 11:37 PM, Kieran Kunhya wrote: > From 196dd0d9eb40ca18e3bba993f5198bd1bde536ce Mon Sep 17 00:00:00 2001 > From: Kieran Kunhya > Date: Sat, 8 Nov 2014 20:34:25 -0600 > Subject: [PATCH] swscale: Enable yuv2planeX_8 assembly that had been disabled > for some reason > > --- > libswscale

[FFmpeg-devel] [PATCH] swscale: Enable yuv2planeX_8 assembly that had been disabled for some reason

2014-11-08 Thread Kieran Kunhya
>From 196dd0d9eb40ca18e3bba993f5198bd1bde536ce Mon Sep 17 00:00:00 2001 From: Kieran Kunhya Date: Sat, 8 Nov 2014 20:34:25 -0600 Subject: [PATCH] swscale: Enable yuv2planeX_8 assembly that had been disabled for some reason --- libswscale/x86/swscale.c |2 +- 1 file changed, 1 insertion(+),

Re: [FFmpeg-devel] Fwd: [PATCH] lavfi: add xbr filter

2014-11-08 Thread Michael Niedermayer
On Sun, Nov 09, 2014 at 01:13:18AM +0100, Stefano Sabatini wrote: > On date Sunday 2014-11-09 00:59:36 +0530, arwa arif encoded: [...] > > > +#define pg_lbmask0x00FEFEFE > > +#define pg_red_blue_mask 0x00FF00FF > > +#define pg_green_mask0xFF00 > > pg stands for? Also usually macros

[FFmpeg-devel] [RFC] cinedec: report white balance gain coefficients using metadata

2014-11-08 Thread Peter Ross
For cehoyos: The PhantomCINE file format stores unprocessed sensor data from the camera CFA, and reports image processing coefficients in the file header. To make meaningful use of this file format with FFmpeg, additional filtering is required. R/B gain: -vf 'lutrgb=r=WBRGAIN*val:b=WBBGAIN_*v

Re: [FFmpeg-devel] Fwd: [PATCH] lavfi: add xbr filter

2014-11-08 Thread Stefano Sabatini
On date Sunday 2014-11-09 00:59:36 +0530, arwa arif encoded: [...] > From 1a55477c392e481d3ee6c80696e925046ff5385f Mon Sep 17 00:00:00 2001 > From: Arwa Arif > Date: Thu, 30 Oct 2014 22:06:20 +0530 > Subject: [PATCH] [PATCH]lavfi: add xbr filter xBR Repeated [PATCH] > > --- > configure

Re: [FFmpeg-devel] [PATCH]Set -scan_all_pmts 1 in ffmpeg, ffplay and ffprobe

2014-11-08 Thread Carl Eugen Hoyos
On Saturday 08 November 2014 11:35:04 pm Carl Eugen Hoyos wrote: > Hi! > > Attached patch fixes ticket #3762 for me. Working version attached. Please comment, Carl Eugen diff --git a/ffmpeg_opt.c b/ffmpeg_opt.c index 454da98..77ef0c4 100644 --- a/ffmpeg_opt.c +++ b/ffmpeg_opt.c @@ -794,6 +794,7 @

[FFmpeg-devel] [PATCH]Set -scan_all_pmts 1 in ffmpeg, ffplay and ffprobe

2014-11-08 Thread Carl Eugen Hoyos
Hi! Attached patch fixes ticket #3762 for me. Please comment, Carl Eugen diff --git a/ffmpeg_opt.c b/ffmpeg_opt.c index 454da98..7551cc3 100644 --- a/ffmpeg_opt.c +++ b/ffmpeg_opt.c @@ -843,6 +843,8 @@ static int open_input_file(OptionsContext *o, const char *filename) if (o->nb_frame_pix_f

Re: [FFmpeg-devel] [PATCH] avformat/mpegts: add scan_all_pmts option

2014-11-08 Thread Michael Niedermayer
On Tue, Nov 04, 2014 at 01:59:04AM +0100, Michael Niedermayer wrote: > This allows selecting if the demuxer should consider all streams to be > found after the first PMT and add further streams during decoding or if it > rather > should scan all that are within the analyze-duration and other limit

Re: [FFmpeg-devel] [PATCH 4/4] lavu/opt: copy dict in av_opt_copy

2014-11-08 Thread Michael Niedermayer
On Sat, Nov 08, 2014 at 08:19:09PM +0100, Lukasz Marek wrote: > On 08.11.2014 19:36, Michael Niedermayer wrote: > >On Sat, Nov 08, 2014 at 06:13:53PM +0100, Lukasz Marek wrote: > >>Signed-off-by: Lukasz Marek > >>--- > >> libavutil/opt.c | 7 +++ > >> 1 file changed, 7 insertions(+) > >> > >>

Re: [FFmpeg-devel] Fwd: [PATCH] lavfi: add xbr filter

2014-11-08 Thread arwa arif
On Sun, Nov 9, 2014 at 12:36 AM, Michael Niedermayer wrote: > On Sat, Nov 08, 2014 at 11:30:44PM +0530, arwa arif wrote: > > On Sat, Nov 8, 2014 at 11:09 PM, Michael Niedermayer > > wrote: > > > > > On Sat, Nov 08, 2014 at 10:29:45PM +0530, arwa arif wrote: > > > > On Sat, Nov 8, 2014 at 8:56 PM

Re: [FFmpeg-devel] [PATCH 4/4] lavu/opt: copy dict in av_opt_copy

2014-11-08 Thread Lukasz Marek
On 08.11.2014 19:36, Michael Niedermayer wrote: On Sat, Nov 08, 2014 at 06:13:53PM +0100, Lukasz Marek wrote: Signed-off-by: Lukasz Marek --- libavutil/opt.c | 7 +++ 1 file changed, 7 insertions(+) diff --git a/libavutil/opt.c b/libavutil/opt.c index 0692393..86d3ddf 100644 --- a/libav

Re: [FFmpeg-devel] Fwd: [PATCH] lavfi: add xbr filter

2014-11-08 Thread Michael Niedermayer
On Sat, Nov 08, 2014 at 11:30:44PM +0530, arwa arif wrote: > On Sat, Nov 8, 2014 at 11:09 PM, Michael Niedermayer > wrote: > > > On Sat, Nov 08, 2014 at 10:29:45PM +0530, arwa arif wrote: > > > On Sat, Nov 8, 2014 at 8:56 PM, Michael Niedermayer > > > wrote: > > > > > > > Hi > > > > > > > > On S

Re: [FFmpeg-devel] [PATCH 1/4] ffserver_config: drop requirement video size being multiple of 16

2014-11-08 Thread Michael Niedermayer
On Sat, Nov 08, 2014 at 06:17:07PM +0100, Lukasz Marek wrote: > On 1 November 2014 22:20, Reynaldo H. Verdejo Pinochet < > reyna...@osg.samsung.com> wrote: > > > Hi > > > > On 10/31/2014 11:00 PM, Lukasz Marek wrote: > > > [..] > > > diff --git a/ffserver_config.c b/ffserver_config.c > > > index d

Re: [FFmpeg-devel] [PATCH 4/4] lavu/opt: copy dict in av_opt_copy

2014-11-08 Thread Michael Niedermayer
On Sat, Nov 08, 2014 at 06:13:53PM +0100, Lukasz Marek wrote: > Signed-off-by: Lukasz Marek > --- > libavutil/opt.c | 7 +++ > 1 file changed, 7 insertions(+) > > diff --git a/libavutil/opt.c b/libavutil/opt.c > index 0692393..86d3ddf 100644 > --- a/libavutil/opt.c > +++ b/libavutil/opt.c >

Re: [FFmpeg-devel] [PATCH 3/4] lavu/opt: explicity set NULL as dict/binary defaults

2014-11-08 Thread Lukasz Marek
On 08.11.2014 19:18, Michael Niedermayer wrote: On Sat, Nov 08, 2014 at 06:13:52PM +0100, Lukasz Marek wrote: Unless user clears context manually during creation, binary and dict pointer may contain random values. wouldnt the string type in that case free random pointers ? Strings are set to

[FFmpeg-devel] [PATCH] ffserver_config: report not closed last tag

2014-11-08 Thread Lukasz Marek
Signed-off-by: Lukasz Marek --- ffserver_config.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ffserver_config.c b/ffserver_config.c index c05c942..2ca484f 100644 --- a/ffserver_config.c +++ b/ffserver_config.c @@ -1303,6 +1303,8 @@ int ffserver_parse_ffconfig(const char *filename, FFSe

Re: [FFmpeg-devel] [PATCH 3/4] lavu/opt: explicity set NULL as dict/binary defaults

2014-11-08 Thread Michael Niedermayer
On Sat, Nov 08, 2014 at 06:13:52PM +0100, Lukasz Marek wrote: > Unless user clears context manually during creation, > binary and dict pointer may contain random values. wouldnt the string type in that case free random pointers ? and wouldnt it be inconsistent not to free dict/binary ? [...] --

Re: [FFmpeg-devel] [PATCH 2/4] lavu/opt: document av_opt_copy function

2014-11-08 Thread Michael Niedermayer
On Sat, Nov 08, 2014 at 06:13:51PM +0100, Lukasz Marek wrote: > --- > libavutil/opt.h | 10 ++ > 1 file changed, 10 insertions(+) LGTM thx [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB The real ebay dictionary, page 1 "Used only once"- "Some unsp

Re: [FFmpeg-devel] Fwd: [PATCH] lavfi: add xbr filter

2014-11-08 Thread arwa arif
On Sat, Nov 8, 2014 at 11:09 PM, Michael Niedermayer wrote: > On Sat, Nov 08, 2014 at 10:29:45PM +0530, arwa arif wrote: > > On Sat, Nov 8, 2014 at 8:56 PM, Michael Niedermayer > > wrote: > > > > > Hi > > > > > > On Sat, Nov 08, 2014 at 08:27:18PM +0530, arwa arif wrote: > > > > On Sat, Nov 8, 2

Re: [FFmpeg-devel] Fwd: [PATCH] lavfi: add xbr filter

2014-11-08 Thread Michael Niedermayer
On Sat, Nov 08, 2014 at 10:29:45PM +0530, arwa arif wrote: > On Sat, Nov 8, 2014 at 8:56 PM, Michael Niedermayer > wrote: > > > Hi > > > > On Sat, Nov 08, 2014 at 08:27:18PM +0530, arwa arif wrote: > > > On Sat, Nov 8, 2014 at 6:21 PM, Michael Niedermayer > > > wrote: > > > > > > > On Sat, Nov 0

Re: [FFmpeg-devel] [PATCH 1/4] ffserver_config: drop requirement video size being multiple of 16

2014-11-08 Thread Lukasz Marek
On 1 November 2014 22:20, Reynaldo H. Verdejo Pinochet < reyna...@osg.samsung.com> wrote: > Hi > > On 10/31/2014 11:00 PM, Lukasz Marek wrote: > > [..] > > diff --git a/ffserver_config.c b/ffserver_config.c > > index d589ff2..f11db03 100644 > > --- a/ffserver_config.c > > +++ b/ffserver_config.c >

[FFmpeg-devel] [PATCH 3/4] lavu/opt: explicity set NULL as dict/binary defaults

2014-11-08 Thread Lukasz Marek
Unless user clears context manually during creation, binary and dict pointer may contain random values. Signed-off-by: Lukasz Marek --- libavutil/opt.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libavutil/opt.c b/libavutil/opt.c index 4116f96..0692393 100644 --- a/libavutil/opt.c +++ b/

[FFmpeg-devel] [PATCH 2/4] lavu/opt: document av_opt_copy function

2014-11-08 Thread Lukasz Marek
--- libavutil/opt.h | 10 ++ 1 file changed, 10 insertions(+) diff --git a/libavutil/opt.h b/libavutil/opt.h index b9ac932..b78810c 100644 --- a/libavutil/opt.h +++ b/libavutil/opt.h @@ -815,6 +815,16 @@ void av_opt_freep_ranges(AVOptionRanges **ranges); */ int av_opt_query_ranges(AVOp

[FFmpeg-devel] [PATCH 4/4] lavu/opt: copy dict in av_opt_copy

2014-11-08 Thread Lukasz Marek
Signed-off-by: Lukasz Marek --- libavutil/opt.c | 7 +++ 1 file changed, 7 insertions(+) diff --git a/libavutil/opt.c b/libavutil/opt.c index 0692393..86d3ddf 100644 --- a/libavutil/opt.c +++ b/libavutil/opt.c @@ -1596,6 +1596,13 @@ int av_opt_copy(void *dst, void *src) *(int*)(

Re: [FFmpeg-devel] Fwd: [PATCH] lavfi: add xbr filter

2014-11-08 Thread arwa arif
On Sat, Nov 8, 2014 at 8:56 PM, Michael Niedermayer wrote: > Hi > > On Sat, Nov 08, 2014 at 08:27:18PM +0530, arwa arif wrote: > > On Sat, Nov 8, 2014 at 6:21 PM, Michael Niedermayer > > wrote: > > > > > On Sat, Nov 08, 2014 at 05:12:13PM +0530, arwa arif wrote: > > > [...] > > > > > > > +static

Re: [FFmpeg-devel] Fwd: [PATCH] lavfi: add xbr filter

2014-11-08 Thread Michael Niedermayer
Hi On Sat, Nov 08, 2014 at 08:27:18PM +0530, arwa arif wrote: > On Sat, Nov 8, 2014 at 6:21 PM, Michael Niedermayer > wrote: > > > On Sat, Nov 08, 2014 at 05:12:13PM +0530, arwa arif wrote: > > [...] > > > > > +static int df(uint32_t x, uint32_t y, const uint32_t *r2y) > > > +{ > > > + > > > +#d

Re: [FFmpeg-devel] [PATCH 02/15] libavutil: Implementation of AAC_fixed_decoder (LC-module) [2/5]

2014-11-08 Thread Michael Niedermayer
On Fri, Nov 07, 2014 at 04:08:06PM +0100, Nedeljko Babic wrote: > From: Djordje Pesut > > Make changes in softfloat. > > Functions for sqrt and sincos are added. > > Div function is improved. > > Some changes are made in order for code in softfloat to be usable in fixed aac > decoder code. > F

Re: [FFmpeg-devel] [PATCH 02/15] libavutil: Implementation of AAC_fixed_decoder (LC-module) [2/5]

2014-11-08 Thread Michael Niedermayer
On Fri, Nov 07, 2014 at 04:08:06PM +0100, Nedeljko Babic wrote: > From: Djordje Pesut > > Make changes in softfloat. > > Functions for sqrt and sincos are added. > > Div function is improved. > > Some changes are made in order for code in softfloat to be usable in fixed aac > decoder code. > F

Re: [FFmpeg-devel] Fwd: [PATCH] lavfi: add xbr filter

2014-11-08 Thread Michael Niedermayer
On Sat, Nov 08, 2014 at 05:12:13PM +0530, arwa arif wrote: [...] > +static int df(uint32_t x, uint32_t y, const uint32_t *r2y) > +{ > + > +#define YMASK 0xff > +#define UMASK 0x00ff00 > +#define VMASK 0xff > + > +uint32_t yuv1 = r2y[x & 0xff]; > +uint32_t yuv2 = r2y[y & 0xf

Re: [FFmpeg-devel] Fwd: [PATCH] lavfi: add xbr filter

2014-11-08 Thread Michael Niedermayer
On Sat, Nov 08, 2014 at 05:12:13PM +0530, arwa arif wrote: > On Sat, Nov 8, 2014 at 2:56 AM, Michael Niedermayer > wrote: > > > On Fri, Nov 07, 2014 at 11:08:54PM +0530, arwa arif wrote: > > > On Fri, Nov 7, 2014 at 10:53 PM, Michael Niedermayer > > > wrote: > > > > > > > On Tue, Nov 04, 2014 at

Re: [FFmpeg-devel] Fwd: [PATCH] lavfi: add xbr filter

2014-11-08 Thread Carl Eugen Hoyos
arwa arif gmail.com> writes: > How is RGB32 stored? It is BGRA for little endian and ARGB for big endian. Use a colourspace with "A" if your filter correctly deals with transparency, "0" if your filter does not output the same alpha information as the input has. You can allow both if the fil

Re: [FFmpeg-devel] [PATCH] v4l2: setting device parameters early

2014-11-08 Thread Michael Niedermayer
On Sat, Nov 08, 2014 at 11:52:13AM +0100, Giorgio Vazzana wrote: > 2014-11-06 12:47 GMT+01:00 Giorgio Vazzana : > > Hi, > > > > 2014-11-05 21:54 GMT+01:00 Michael Niedermayer : > >> On Wed, Oct 22, 2014 at 04:12:31PM +0200, Giorgio Vazzana wrote: > >>> Hello, > >>> > >>> this was probably wrong and

Re: [FFmpeg-devel] Fwd: [PATCH] lavfi: add xbr filter

2014-11-08 Thread arwa arif
On Sat, Nov 8, 2014 at 2:56 AM, Michael Niedermayer wrote: > On Fri, Nov 07, 2014 at 11:08:54PM +0530, arwa arif wrote: > > On Fri, Nov 7, 2014 at 10:53 PM, Michael Niedermayer > > wrote: > > > > > On Tue, Nov 04, 2014 at 12:26:27AM +0530, arwa arif wrote: > > > > Okay. I would try to complete i

Re: [FFmpeg-devel] [PATCH] v4l2: setting device parameters early

2014-11-08 Thread Giorgio Vazzana
2014-11-06 12:47 GMT+01:00 Giorgio Vazzana : > Hi, > > 2014-11-05 21:54 GMT+01:00 Michael Niedermayer : >> On Wed, Oct 22, 2014 at 04:12:31PM +0200, Giorgio Vazzana wrote: >>> Hello, >>> >>> this was probably wrong and has caused >> >> i can revert it if you want ? > > I will sent a patch for testi