On Fri, May 27, 2016 at 10:13:20AM +0200, Matthieu Bouron wrote:
> From: Matthieu Bouron
>
> ---
> libavcodec/mediacodecdec_h264.c | 61
> +
> 1 file changed, 37 insertions(+), 24 deletions(-)
>
> diff --git a/libavcodec/mediacodecdec_h264.c b/libavcodec
On Sun, May 29, 2016 at 01:32:54AM +0200, Michael Niedermayer wrote:
[...]
> Please state clearly if you agree to add AVClass&AVOption to
> AVCodecParameters or if you disagree about adding it or if you dont
> care either way
I'm OK with adding an AVClass* on top of AVCodecParameters.
Regards,
-
Clément Bœsch pkh.me> writes:
> I'm OK with adding an AVClass* on top of AVCodecParameters.
+1
Carl Eugen
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
On 29 May 2016 at 00:32, Michael Niedermayer wrote:
> Hi
>
> It was suggested in the IRC meeting today that i start a vote to
> resolve if AVClass & AVOption should be added to AVCodecParameters
> This question needs to be awnsered before the next release because
> the ABI would be broken if its
Signed-off-by: Marton Balint
---
libavformat/movenc.c | 21 +
1 file changed, 9 insertions(+), 12 deletions(-)
diff --git a/libavformat/movenc.c b/libavformat/movenc.c
index fbb659d..f9dffc2 100644
--- a/libavformat/movenc.c
+++ b/libavformat/movenc.c
@@ -5734,11 +5734,9 @@ s
The second one is not explicitly needed, as res is not reset, but it is there
for consistency.
Signed-off-by: Marton Balint
---
libavformat/movenc.c | 6 --
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/libavformat/movenc.c b/libavformat/movenc.c
index 49cd1bd..fbb659d 100644
On Sun, May 29, 2016 at 1:32 AM, Michael Niedermayer
wrote:
> Hi
>
> It was suggested in the IRC meeting today that i start a vote to
> resolve if AVClass & AVOption should be added to AVCodecParameters
> This question needs to be awnsered before the next release because
> the ABI would be broken
Hi,
On Sat, May 28, 2016 at 7:32 PM, Michael Niedermayer wrote:
> It was suggested in the IRC meeting today that i start a vote to
> resolve if AVClass & AVOption should be added to AVCodecParameters
> This question needs to be awnsered before the next release because
> the ABI would be broken i
Marton Balint passwd.hu> writes:
> -res = shift_data(s);
> +if ((res = shift_data(s)) < 0)
It's not my code but "if (res < 0)" is imo easier to read,
less error-prone and makes the patch smaller...
Carl Eugen
___
ffmpeg-devel
On Sat, 28 May 2016, Stefano Sabatini wrote:
On date Saturday 2016-05-28 18:57:00 +0200, Paul B Mahol encoded:
On 5/28/16, Clement Boesch wrote:
> On Wed, May 18, 2016 at 10:33:23PM +0200, Paul B Mahol wrote:
>> Hi,
>>
>> I want to propose to have an FFmpeg IRC meeting on
>> the Saturday of
On Sun, 29 May 2016, Michael Niedermayer wrote:
Hi
It was suggested in the IRC meeting today that i start a vote to
resolve if AVClass & AVOption should be added to AVCodecParameters
This question needs to be awnsered before the next release because
the ABI would be broken if its added afterw
Am 29.05.16 um 01:32 schrieb Michael Niedermayer:
> Hi
>
> It was suggested in the IRC meeting today that i start a vote to
> resolve if AVClass & AVOption should be added to AVCodecParameters
> This question needs to be awnsered before the next release because
> the ABI would be broken if its add
Hi,
patch attached.
From f9f538cc6253f892bb04b7c9e46189194b6f9be4 Mon Sep 17 00:00:00 2001
From: Paul B Mahol
Date: Sun, 22 May 2016 15:18:30 +0200
Subject: [PATCH] avocdec: add MagicYUV decoder
Signed-off-by: Paul B Mahol
---
libavcodec/Makefile | 1 +
libavcodec/allcodecs.c | 1 +
l
Hi,
On Sun, May 29, 2016 at 3:25 PM, Thilo Borgmann
wrote:
> Am 29.05.16 um 01:32 schrieb Michael Niedermayer:
> > Hi
> >
> > It was suggested in the IRC meeting today that i start a vote to
> > resolve if AVClass & AVOption should be added to AVCodecParameters
> > This question needs to be awns
Hi,
On Sun, May 29, 2016 at 3:13 PM, Marton Balint wrote:
>
>
> On Sun, 29 May 2016, Michael Niedermayer wrote:
>
> Hi
>>
>> It was suggested in the IRC meeting today that i start a vote to
>> resolve if AVClass & AVOption should be added to AVCodecParameters
>> This question needs to be awnsere
On 5/29/2016 5:45 PM, Ronald S. Bultje wrote:
> Hi,
>
> On Sun, May 29, 2016 at 3:13 PM, Marton Balint wrote:
>
>>
>>
>> On Sun, 29 May 2016, Michael Niedermayer wrote:
>>
>> Hi
>>>
>>> It was suggested in the IRC meeting today that i start a vote to
>>> resolve if AVClass & AVOption should be a
On Sun, 29 May 2016, James Almer wrote:
On 5/29/2016 5:45 PM, Ronald S. Bultje wrote:
Hi,
On Sun, May 29, 2016 at 3:13 PM, Marton Balint wrote:
On Sun, 29 May 2016, Michael Niedermayer wrote:
Hi
It was suggested in the IRC meeting today that i start a vote to
resolve if AVClass & AVO
Hi,
On May 29, 2016 5:01 PM, "Marton Balint" wrote:
>
>
>
> On Sun, 29 May 2016, James Almer wrote:
>
>> On 5/29/2016 5:45 PM, Ronald S. Bultje wrote:
>>>
>>> Hi,
>>>
>>> On Sun, May 29, 2016 at 3:13 PM, Marton Balint wrote:
>>>
On Sun, 29 May 2016, Michael Niedermayer wrote:
Hi,
On May 29, 2016 4:59 PM, "James Almer" wrote:
>
> On 5/29/2016 5:45 PM, Ronald S. Bultje wrote:
> > Hi,
> >
> > On Sun, May 29, 2016 at 3:13 PM, Marton Balint wrote:
> >
> >>
> >>
> >> On Sun, 29 May 2016, Michael Niedermayer wrote:
> >>
> >> Hi
> >>>
> >>> It was suggested in the IRC meetin
On 5/29/2016 6:30 PM, Ronald S. Bultje wrote:
> Hi,
>
> On May 29, 2016 4:59 PM, "James Almer" wrote:
>>
>> On 5/29/2016 5:45 PM, Ronald S. Bultje wrote:
>>> Hi,
>>>
>>> On Sun, May 29, 2016 at 3:13 PM, Marton Balint wrote:
>>>
On Sun, 29 May 2016, Michael Niedermayer wrote:
On Sun, May 29, 2016 at 09:11:38PM +0200, Marton Balint wrote:
>
>
> On Sat, 28 May 2016, Stefano Sabatini wrote:
>
> >On date Saturday 2016-05-28 18:57:00 +0200, Paul B Mahol encoded:
> >>On 5/28/16, Clement Boesch wrote:
> >>> On Wed, May 18, 2016 at 10:33:23PM +0200, Paul B Mahol wrote:
> >>
Fixes CID1361955
---
libavformat/movenc.c | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/libavformat/movenc.c b/libavformat/movenc.c
index 49cd1bd..3a633a6 100644
--- a/libavformat/movenc.c
+++ b/libavformat/movenc.c
@@ -1894,9 +1894,7 @@ static int mov_write_tmcd_tag(AVIOC
On Sun, May 29, 2016 at 05:17:32PM -0700, Mark Reid wrote:
> Fixes CID1361955
> ---
> libavformat/movenc.c | 4 +---
> 1 file changed, 1 insertion(+), 3 deletions(-)
applied
thanks
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
I do not agree with what you ha
Hi,
> [...]
>>
>> The vote will end 1 week from now, simple 50% majority (Yes vs no)
>> I dont really know who should be eligible for voting, so i suggest
>> everyone from the vote comittee but iam happy with anything, just
>> stating somethng ...
>>
>
> I am in
Hi Thilo,
On Sun, May 29, 2016 at 8:59 PM, Thilo Borgmann
wrote:
> Hi,
>
> > [...]
> >>
> >> The vote will end 1 week from now, simple 50% majority (Yes vs no)
> >> I dont really know who should be eligible for voting, so i suggest
> >> everyone from the vote comittee but iam
On Wed, May 18, 2016 at 07:55:59PM +0200, Michael Niedermayer wrote:
> On Wed, May 18, 2016 at 01:32:13PM +, Carl Eugen Hoyos wrote:
> > Derek Buitenhuis gmail.com> writes:
> >
> > > I would agree, but for some reason Carl feels he is exempt
> > > from the FFmpeg developer rules.
> >
> > I s
26 matches
Mail list logo