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
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
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
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
>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(+),
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
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
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
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 @
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
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
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(+)
> >>
> >>
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
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
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
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
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
>
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
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
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 ?
[...]
--
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
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
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
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
>
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/
---
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
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*)(
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
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
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
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
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
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
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
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
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
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
37 matches
Mail list logo