On Sun, Mar 15, 2015 at 08:07:37PM +0100, Michael Niedermayer wrote:
> Avoids error messages during seeking
>
> Found-by: cousin_luigi
> Signed-off-by: Michael Niedermayer
> ---
> libavcodec/hevc_refs.c |5 +++--
> 1 file changed, 3 insertions(+), 2 deletions(-)
applied
[...]
--
Michael
On Fri, Mar 20, 2015 at 11:26:34PM +0100, Michael Niedermayer wrote:
> On Fri, Mar 20, 2015 at 10:31:56PM +0100, Lukasz Marek wrote:
> > On 20.03.2015 14:55, Michael Niedermayer wrote:
> > >On Fri, Mar 20, 2015 at 03:01:56AM +0100, Mariusz Szczepańczyk wrote:
> > >>From: Lukasz Marek
> > >> /**
>
On Fri, Mar 20, 2015 at 10:31:56PM +0100, Lukasz Marek wrote:
> On 20.03.2015 14:55, Michael Niedermayer wrote:
> >On Fri, Mar 20, 2015 at 03:01:56AM +0100, Mariusz Szczepańczyk wrote:
> >>From: Lukasz Marek
> >> /**
> >>+ * Open directory for reading.
> >>+ *
> >>+ * @param s directory rea
On 20.03.2015 02:51, Mariusz Szczepańczyk wrote:
Hello,
my name is Mariusz Szczepańczyk and I am currently finishing my
bachelor's degree in Computer Science at the University of Warsaw in
Poland. I have written few patches for other open source projects, like
gif reading plugin for OpenImageIO,
On Fri, Mar 20, 2015 at 02:51:31AM +0100, Mariusz Szczepańczyk wrote:
> Hello,
>
> my name is Mariusz Szczepańczyk and I am currently finishing my
> bachelor's degree in Computer Science at the University of Warsaw in
> Poland. I have written few patches for other open source projects,
> like gif
On Fri, Mar 20, 2015 at 10:11:07PM +0100, Martin Vignali wrote:
> in attach patchs in order to avoid some compiler warning (CLang Mac os 10.9)
>
> 001, and 002 : remove unused variable
>
> 003, and 004 : Convert const AVFrame * to AVFrame *
applied patch 1
patches 3 and 4 cast a const away, th
On 20.03.2015 14:55, Michael Niedermayer wrote:
On Fri, Mar 20, 2015 at 03:01:56AM +0100, Mariusz Szczepańczyk wrote:
From: Lukasz Marek
/**
+ * Open directory for reading.
+ *
+ * @param s directory read context. Pointer to a NULL pointer must be
passed.
+ * @param url directory t
in attach patchs in order to avoid some compiler warning (CLang Mac os 10.9)
001, and 002 : remove unused variable
003, and 004 : Convert const AVFrame * to AVFrame *
Martin
0001-remove-unused-variable-lsp16s.patch
Description: Binary data
0002-remove-unused-variable-bark_tab_s16_64.patch
D
On 20/03/15 11:41 AM, Michael Niedermayer wrote:
> On Thu, Mar 19, 2015 at 02:34:26AM -0300, James Almer wrote:
>> Signed-off-by: James Almer
>> ---
>> libavutil/common.h | 14 ++
>> 1 file changed, 14 insertions(+)
>
> LGTM
>
> thanks
Patchset pushed.
On Fri, Mar 20, 2015 at 10:38:41AM -0700, James Zern wrote:
> On Fri, Mar 20, 2015 at 9:02 AM, Michael Niedermayer wrote:
> > Fixes Ticket4246
> >
>
> lgtm.
applied
> That annoying behavior was fixed after v1.3.0, but this is good for
> compatibility. If there are other bugs in trac for vpx yo
On Fri, Mar 20, 2015 at 05:41:43PM +0100, wm4 wrote:
> The checks for the enums all were added in 2011 and 2012. They were
> likely for checking that Libav changes do not change the FFmpeg ABI.
> Given the amount of changes in the last 3 years, and the fact that
> barely any other ABI specifics are
On Fri, Mar 20, 2015 at 04:06:56PM +0800, 周晓勇 wrote:
> Dear Michael,
>
>
> Hi, ffmpeg and mplayer have achieved huge performance improvement on x86
> under your leadership. And MIPS corporation have contributed the
> optimizations on their chips, which mainly aiming at audio codecs. As we
The checks for the enums all were added in 2011 and 2012. They were
likely for checking that Libav changes do not change the FFmpeg ABI.
Given the amount of changes in the last 3 years, and the fact that
barely any other ABI specifics are tested, keeping these tests makes
not much sense anymore.
T
Fixes Ticket4246
Signed-off-by: Michael Niedermayer
---
libavcodec/libvpxenc.c | 13 +
1 file changed, 9 insertions(+), 4 deletions(-)
diff --git a/libavcodec/libvpxenc.c b/libavcodec/libvpxenc.c
index 7f7d4ae..176c6b6 100644
--- a/libavcodec/libvpxenc.c
+++ b/libavcodec/libvpxenc
It addes support PAL8 pixel format for APNG-picture.
The picture is http://littlesvr.ca/apng/samples.html (clock)
It is a qualification task of GSoC 2015 (mentor is Paul B Mahol)
---
libavcodec/pngdec.c | 58 +
1 file changed, 36 insertions(+),
On Thu, Mar 19, 2015 at 02:34:26AM -0300, James Almer wrote:
> Signed-off-by: James Almer
> ---
> libavutil/common.h | 14 ++
> 1 file changed, 14 insertions(+)
LGTM
thanks
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
I do not agree with what y
On Mon, Mar 16, 2015 at 03:34:32PM +0100, Michael Niedermayer wrote:
> unsigned overflows are well defined in C and used for example in crypto
> and various other places.
> None of the affected warnings currently shown points to an actual defect
>
> untested
will be tested by fate
>
> Signed-
On Thu, Mar 19, 2015 at 02:35:20AM -0300, James Almer wrote:
> Signed-off-by: James Almer
> ---
> libavutil/x86/intmath.h | 24 ++--
> 1 file changed, 22 insertions(+), 2 deletions(-)
LGTM
thanks
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0
Hi,
On Fri, Mar 20, 2015 at 7:51 AM, wm4 wrote:
> On Fri, 20 Mar 2015 10:43:55 +0100
> Stefano Sabatini wrote:
>
> > On date Friday 2015-03-20 09:57:58 +0100, wm4 encoded:
> > > On Thu, 19 Mar 2015 20:43:55 -0400
> > > "Ronald S. Bultje" wrote:
> > >
> > > > Hi,
> > > >
> > > > On Thu, Mar 19,
On Fri, Mar 20, 2015 at 03:01:56AM +0100, Mariusz Szczepańczyk wrote:
> From: Lukasz Marek
>
> API allows protocol implementations to provide API that
> allows to list directory content.
> API is similar to POSIX opendir/readdir/closedir.
>
> Signed-off-by: Lukasz Marek
> ---
> libavformat/avi
---
libavformat/segment.c | 3 +++
1 file changed, 3 insertions(+)
diff --git a/libavformat/segment.c b/libavformat/segment.c
index 947a0c6..b465cc5 100644
--- a/libavformat/segment.c
+++ b/libavformat/segment.c
@@ -189,6 +189,9 @@ static int segment_mux_init(AVFormatContext *s)
oc->max_dela
On Fri, Mar 20, 2015 at 03:01:59AM +0100, Mariusz Szczepańczyk wrote:
> From: Lukasz Marek
>
> TODO: bump minor, update doc/APIchanges
>
> Convinient function to build paths.
>
> Signed-off-by: Lukasz Marek
breaks make fate-avstring
TESTavstring
--- ./tests/ref/fate/avstring 2015-03-20
On Fri, Mar 20, 2015 at 03:02:00AM +0100, Mariusz Szczepańczyk wrote:
> From: Lukasz Marek
>
> Signed-off-by: Lukasz Marek
> ---
> libavformat/file.c | 87
> ++
> 1 file changed, 87 insertions(+)
fails to build on mingw:
ffmpeg/libavformat/f
---
doc/muxers.texi | 12
libavformat/segment.c | 38 +++---
2 files changed, 47 insertions(+), 3 deletions(-)
diff --git a/doc/muxers.texi b/doc/muxers.texi
index 3e9476c..fcb121b 100644
--- a/doc/muxers.texi
+++ b/doc/muxers.texi
@@ -985,6 +985
On Fri, 20 Mar 2015 10:43:55 +0100
Stefano Sabatini wrote:
> On date Friday 2015-03-20 09:57:58 +0100, wm4 encoded:
> > On Thu, 19 Mar 2015 20:43:55 -0400
> > "Ronald S. Bultje" wrote:
> >
> > > Hi,
> > >
> > > On Thu, Mar 19, 2015 at 4:53 PM, Nicolas George wrote:
> > >
> > > > +If at any p
On date Tuesday 2015-03-17 12:46:32 +0100, Michael Niedermayer encoded:
> On Sun, Mar 15, 2015 at 02:59:58PM +0100, Stefano Sabatini wrote:
> > On date Friday 2015-03-13 20:05:35 +0100, Michael Niedermayer encoded:
> > > On Fri, Mar 13, 2015 at 05:16:53PM +0100, Stefano Sabatini wrote:
> > > > ---
On date Saturday 2015-03-14 01:36:29 +0530, Arwa Arif encoded:
> On Fri, Mar 13, 2015 at 9:50 PM, Stefano Sabatini
> wrote:
>
> > On date Friday 2015-03-13 11:46:42 +0530, Arwa Arif encoded:
> > > I have added the variable options. I have not done the refactoring part
> > yet.
> >
> > > From 0005
On date Friday 2015-03-20 09:57:58 +0100, wm4 encoded:
> On Thu, 19 Mar 2015 20:43:55 -0400
> "Ronald S. Bultje" wrote:
>
> > Hi,
> >
> > On Thu, Mar 19, 2015 at 4:53 PM, Nicolas George wrote:
> >
> > > +If at any point you have any question, do not hesitate to ask them.
> > > +Actually, yes,
On Thu, 19 Mar 2015 20:43:55 -0400
"Ronald S. Bultje" wrote:
> Hi,
>
> On Thu, Mar 19, 2015 at 4:53 PM, Nicolas George wrote:
>
> > +If at any point you have any question, do not hesitate to ask them.
> > +Actually, yes, hesitate a few seconds, in case this question will make you
> > +look dum
Dear Michael,
Hi, ffmpeg and mplayer have achieved huge performance improvement on x86
under your leadership. And MIPS corporation have contributed the optimizations
on their chips, which mainly aiming at audio codecs. As we know, ffmpeg and
mplayer began to support loongson as a branch of
30 matches
Mail list logo