>
>
> > --- a/libavfilter/allfilters.c
> > +++ b/libavfilter/allfilters.c
> > @@ -141,6 +141,7 @@ void avfilter_register_all(void)
> > REGISTER_FILTER(FRAMEPACK, framepack, vf);
> > REGISTER_FILTER(FRAMESTEP, framestep, vf);
> > REGISTER_FILTER(FREI0R, fre
Hello,
2014-12-17 19:53 GMT+01:00 supraja reddy :
> I hope this fixes all the issues .
> From 16c8db86ebf92f68a8a750dcbe5e3598a8bd69b5 Mon Sep 17 00:00:00 2001
> From: Supraja Meedinti
> Date: Thu, 18 Dec 2014 00:17:45 +0530
> Subject: [PATCH] libavutil: Added cbc mode to cast128
>
> Signed-off-
On Thu, Dec 18, 2014 at 01:29:39AM +0100, Lukasz Marek wrote:
> On 18.12.2014 01:09, Michael Niedermayer wrote:
> >On Wed, Dec 17, 2014 at 10:59:37PM +0100, Lukasz Marek wrote:
> >>On 15.12.2014 14:18, Michael Niedermayer wrote:
> cmdutils.c |8 ++--
> 1 file changed, 6 insertion
Hi!
Attached patch fixes ticket #4194 for me, I did not look into
any specification.
Please review, Carl Eugen
diff --git a/libavformat/mpegtsenc.c b/libavformat/mpegtsenc.c
index a32c6d6..ff15d16 100644
--- a/libavformat/mpegtsenc.c
+++ b/libavformat/mpegtsenc.c
@@ -1207,7 +1207,7 @@ int ff_che
Sorry for the mistake . I seem to have got cbc completely wrong.
I have made the changes . Please let me know if there is anything missing.
Supraja
On Thu, Dec 18, 2014 at 2:57 PM, Giorgio Vazzana wrote:
>
> Hello,
>
> 2014-12-17 19:53 GMT+01:00 supraja reddy :
> > I hope this fixes all the issu
On Wed, Dec 17, 2014 at 11:53:10PM +0530, Anshul wrote:
> Hi
>
> I was doing development of scte-35 message cue in ffmpeg.
>
> I have attached a draft patch.
>
> I would like to have some comments of this community.
> -Anshul
> libavcodec/Makefile |2 ++
> libavcodec/allcodecs.c |
On Thu, Dec 18, 2014 at 12:14:52AM +, Titov, Alexey wrote:
> Hi, here is a patch for optimized OpenCL implementation for
> libavfilter/unsharpen filter.
> This implementation leverages hardware acceleration where possible.
patch corrupted
try attaching the patch if you dont know what caused
On Thu, Dec 18, 2014 at 01:35:05PM +0800, ahu wrote:
[...]
> configure| 11
> doc/examples/Makefile|1
> doc/examples/libnvenc.c | 198 +
> ffmpeg.c |2
> libavcodec/Makefile |1
> libavcodec/allcodecs.c
2014-12-18 8:14 GMT+08:00 Titov, Alexey :
>
> Hi, here is a patch for optimized OpenCL implementation for
> libavfilter/unsharpen filter.
> This implementation leverages hardware acceleration where possible.
>
> Regards,
> Alexey
>
> ---
> libavfilter/unsharp.h | 4 ++
> libavfilter/
From: Thomas Volkert
---
libavformat/wavdec.c | 32 ++--
1 file changed, 22 insertions(+), 10 deletions(-)
diff --git a/libavformat/wavdec.c b/libavformat/wavdec.c
index 8a7f84b..8651372 100644
--- a/libavformat/wavdec.c
+++ b/libavformat/wavdec.c
@@ -248,7 +248,7 @@
2014-12-18 8:14 GMT+08:00 Titov, Alexey :
>
> Hi, here is a patch for optimized OpenCL implementation for
> libavfilter/unsharpen filter.
> This implementation leverages hardware acceleration where possible.
>
> Regards,
> Alexey
>
> ---
> libavfilter/unsharp.h | 4 ++
> libavfilter/
On Thu, 18 Dec 2014 12:50:25 +0100
Thomas Volkert wrote:
> From: Thomas Volkert
>
The commit message subject line should be at most 72 (or was it 60?)
characters long. The rest should go into the body of the commit message
(in raw git, the first line of the commit message is the subject, then
On 18.12.2014 14:17, wm4 wrote:
The commit message subject line should be at most 72 (or was it 60?)
characters long. The rest should go into the body of the commit message
(in raw git, the first line of the commit message is the subject, then
comes an empty line, and the rest is the body of the
On 18 December 2014 at 10:41, Michael Niedermayer wrote:
>
> On Thu, Dec 18, 2014 at 01:29:39AM +0100, Lukasz Marek wrote:
> > On 18.12.2014 01:09, Michael Niedermayer wrote:
> > >On Wed, Dec 17, 2014 at 10:59:37PM +0100, Lukasz Marek wrote:
> > >>On 15.12.2014 14:18, Michael Niedermayer wrote:
>
Hi,
Could you take a look at https://trac.ffmpeg.org/ticket/4196 ?
Patch is included in this e-mail too.
Thank you.
--- FFmpeg Security.html.orig 2014-12-19 01:14:53.0 +0900
+++ FFmpeg Security.html2014-12-19 01:15:58.0 +0900
@@ -72,7 +72,7 @@
FFmpeg 2.5
-2.5
+2.5
For rgb, with a 1080p source, 69 to 74fps on core i5(2 core, 1.8GHz),
and 136 to 160 fps on an core i7(4770R, 3.2Ghz)
Changed the yuv code for consistency, even though the performance
increase is not as obvious as rgb
---
libavfilter/vf_lut.c | 29 ++---
1 file changed, 18
On Fri, Dec 19, 2014 at 02:10:55AM +0900, Ryo ONODERA wrote:
> Hi,
>
> Could you take a look at https://trac.ffmpeg.org/ticket/4196 ?
> Patch is included in this e-mail too.
>
> Thank you.
applied
thanks
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
I have
On Thu, Dec 18, 2014 at 12:08:54AM -0800, Yayoi wrote:
> For rgb, with a 1080p source, 69 to 74fps on core i5(2 core, 1.8GHz),
> and 136 to 160 fps on an core i7(4770R, 3.2Ghz)
> Changed the yuv code for consistency, even though the performance
> increase is not as obvious as rgb
> ---
> libavfilt
2014-12-18 11:09 GMT+01:00 supraja reddy :
> Sorry for the mistake . I seem to have got cbc completely wrong.
> I have made the changes . Please let me know if there is anything missing.
> From 0bf794bc43ed7055f83bcd07cb5c1e2f4445e813 Mon Sep 17 00:00:00 2001
> From: Supraja Meedinti
> Date: Thu,
On Thu, Dec 18, 2014 at 01:57:27PM +0530, arwa arif wrote:
> >
> >
> > > --- a/libavfilter/allfilters.c
> > > +++ b/libavfilter/allfilters.c
> > > @@ -141,6 +141,7 @@ void avfilter_register_all(void)
> > > REGISTER_FILTER(FRAMEPACK, framepack, vf);
> > > REGISTER_FILTER(FRAMESTE
Suggested-by: Thomas Volkert
Signed-off-by: Michael Niedermayer
---
libavcodec/mpegvideo_enc.c |3 ---
1 file changed, 3 deletions(-)
diff --git a/libavcodec/mpegvideo_enc.c b/libavcodec/mpegvideo_enc.c
index 17d0fbf..a353d5d 100644
--- a/libavcodec/mpegvideo_enc.c
+++ b/libavcodec/mpegvide
On Thu, Dec 18, 2014 at 11:07:23PM +0100, mrskman wrote:
> Hi,
>
> please apply one of these patches, if you want to remove "GET
> https://www.ffmpeg.org/js/jquery.min.map 404 (Not Found)" from
> Google Chrome developer console (maybe other browsers display
> something similar).
applied the remov
On Thu, Dec 18, 2014 at 05:11:29PM +0100, Lukasz Marek wrote:
> On 18 December 2014 at 10:41, Michael Niedermayer wrote:
> >
> > On Thu, Dec 18, 2014 at 01:29:39AM +0100, Lukasz Marek wrote:
> > > On 18.12.2014 01:09, Michael Niedermayer wrote:
> > > >On Wed, Dec 17, 2014 at 10:59:37PM +0100, Luka
On date Thursday 2014-12-18 13:57:27 +0530, arwa arif encoded:
[...]
> From 3da2573bb66205999cf170997a8d088ccb61c350 Mon Sep 17 00:00:00 2001
> From: Arwa Arif
> Date: Sun, 14 Dec 2014 12:03:31 +0530
> Subject: [PATCH] lavfi: port mp=uspp to a native libavfilter filter
mp=fspp
>
> ---
> LICEN
On Fri, Dec 19, 2014 at 02:13:01AM +0100, Stefano Sabatini wrote:
> On date Thursday 2014-12-18 13:57:27 +0530, arwa arif encoded:
> [...]
> > From 3da2573bb66205999cf170997a8d088ccb61c350 Mon Sep 17 00:00:00 2001
> > From: Arwa Arif
> > Date: Sun, 14 Dec 2014 12:03:31 +0530
>
> > Subject: [PATCH
Updated patch .
Thanks,
Supraja
On Fri, Dec 19, 2014 at 3:01 AM, Giorgio Vazzana wrote:
>
> 2014-12-18 11:09 GMT+01:00 supraja reddy :
> > Sorry for the mistake . I seem to have got cbc completely wrong.
> > I have made the changes . Please let me know if there is anything
> missing.
>
> > From
Hi Michael,
Here is the patch. I attached a zip of this patch in the last email, but it was
probably stripped off.
Let me know how I can help.
===
>From e94ea7add32791a1c9ac04dbd68b78cf799ca92d Mon Sep 17 00:00:00 2001
From: atitov
Date: Wed, 17 Dec 2014 16:0
On Dec 18, 2014 10:31 PM, "arwa arif" wrote:
>
> On Fri, Dec 19, 2014 at 10:40 AM, Michael Niedermayer
> wrote:
> >
> > it segfaults without -cpuflags 0 here
> > ./ffplay -i matrixbench_mpeg2.mpg -vf fspp
> >
> >
> I tried this command on my system, and it is not giving segfault on my
> system.
Hi,
Le 19 déc. 2014 07:28, "Titov, Alexey" a écrit :
>
> Hi Michael,
>
> Here is the patch. I attached a zip of this patch in the last email, but
it was probably stripped off.
> Let me know how I can help.
[...]
> diff --git a/libavutil/opencl.c b/libavutil/opencl.c
> index 36cb6fe..738d0db 10064
29 matches
Mail list logo