On 11 October 2014 23:02, Michael Niedermayer wrote:
> On Sat, Oct 11, 2014 at 08:38:14PM +0300, Mika Raento wrote:
>> On 11 October 2014 20:20, Michael Niedermayer wrote:
>> > On Sat, Oct 11, 2014 at 06:43:48PM +0300, Mika Raento wrote:
>> >> This introduces a new option to the mov demuxer: -use
On 12/10/14 8:54 AM, Clément Bœsch wrote:
> On Sat, Oct 11, 2014 at 10:53:47PM -0300, James Almer wrote:
>> On 11/10/14 2:59 PM, Clément Bœsch wrote:
>>> ---
>>> libavcodec/ass.c | 2 ++
>>> 1 file changed, 2 insertions(+)
>>>
>>> diff --git a/libavcodec/ass.c b/libavcodec/ass.c
>>> index ac1bfae.
Hi all
does any mentor want to be added to the opw@ffmpeg alias
if so, tell me and ill add you
thanks
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
During times of universal deceit, telling the truth becomes a
revolutionary act. -- George Orwell
signature.asc
Desc
On Mon, Oct 13, 2014 at 05:43:28AM +0530, Nikita Mantri wrote:
> Hi,
> Should I start implementing the AES-CMAC algorithm if it is acceptable to
> you?
yes, generic CMAC code + AES support
>
> Thanks,
> Nikita Mantri
>
> On 13 October 2014 04:56, Michael Niedermayer wrote:
>
> > On Sun, Oct
Hi,
Should I start implementing the AES-CMAC algorithm if it is acceptable to
you?
Thanks,
Nikita Mantri
On 13 October 2014 04:56, Michael Niedermayer wrote:
> On Sun, Oct 12, 2014 at 08:28:47PM +0200, Giorgio Vazzana wrote:
> > Hello Nikita,
> >
> > we already have a HMAC module in libavutil,
On Sun, Oct 12, 2014 at 08:28:47PM +0200, Giorgio Vazzana wrote:
> Hello Nikita,
>
> we already have a HMAC module in libavutil, so you could try to
> implement "The AES-CMAC Algorithm", RFC 4493.
>
> Michael, would this be acceptable for you?
yes but it should be generic like our hmac code, aes
Regression test for the bug from trac ticket #3849 fixed in commit 14e30255
Signed-off-by: James Almer
---
tests/fate/vpx.mak | 1 +
tests/ref/fate/vp9-trac3849 | 15 +++
2 files changed, 16 insertions(+)
create mode 100644 tests/ref/fate/vp9-trac3849
diff --git a/tests/f
On Sun, Oct 12, 2014 at 07:13:50PM +0200, Giorgio Vazzana wrote:
> Hi Michael,
>
> 2014-10-12 18:11 GMT+02:00 Michael Niedermayer :
> > On Sun, Oct 12, 2014 at 05:49:54PM +0200, Giorgio Vazzana wrote:
> >> 2014-10-12 2:18 GMT+02:00 Michael Niedermayer :
> >> > Hi
> >> >
> >> > On Sun, Oct 12, 2014
Hello Nikita,
we already have a HMAC module in libavutil, so you could try to
implement "The AES-CMAC Algorithm", RFC 4493.
Michael, would this be acceptable for you?
Giorgio Vazzana
2014-10-12 19:17 GMT+02:00 Nikita Mantri :
> Hi,
> Thanks for your response. I want to contribute to this projec
Hi,
Thanks for your response. I want to contribute to this project
(Symmetric-key block cipher). I am aware of that there are already two
candidates who are working on this project, but I still want to give it a
try. For the qualification round, suggest me some task. I can implement the
hash functi
Hi Michael,
2014-10-12 18:11 GMT+02:00 Michael Niedermayer :
> On Sun, Oct 12, 2014 at 05:49:54PM +0200, Giorgio Vazzana wrote:
>> 2014-10-12 2:18 GMT+02:00 Michael Niedermayer :
>> > Hi
>> >
>> > On Sun, Oct 12, 2014 at 02:51:36AM +0530, Nikita Mantri wrote:
>> >> Hi,
>> >> I am a 4th year B.Tech
On Sun, Oct 12, 2014 at 05:49:54PM +0200, Giorgio Vazzana wrote:
> 2014-10-12 2:18 GMT+02:00 Michael Niedermayer :
> > Hi
> >
> > On Sun, Oct 12, 2014 at 02:51:36AM +0530, Nikita Mantri wrote:
> >> Hi,
> >> I am a 4th year B.Tech. student. As a part of gnome-opw 2015 programme, I
> >> would like to
2014-10-12 2:18 GMT+02:00 Michael Niedermayer :
> Hi
>
> On Sun, Oct 12, 2014 at 02:51:36AM +0530, Nikita Mantri wrote:
>> Hi,
>> I am a 4th year B.Tech. student. As a part of gnome-opw 2015 programme, I
>> would like to contribute to one of the development projects that is listed
>> on the website
2014-10-12 13:59 GMT+02:00 supraja reddy :
> Hello ,
>
> I , Supraja , am interested to work with ffmpeg as a part of OPW internship
> . As a part of the qualification task , I have taken up the implementation
> of Cast 128 algorithm implementation . I have written the code for the same
> and have
Since we have a few newbies on the list with the start of OPW and I've
seen a few other cases recently, I thought this would be a good time to
remind people of the feature of Git called Hooks.
Simply put: a git hook is an appropriately named executable file in the
.git/hook directory in your sourc
On Sun, Oct 12, 2014 at 05:29:58PM +0530, supraja reddy wrote:
> Hello ,
>
> I , Supraja , am interested to work with ffmpeg as a part of OPW internship
> . As a part of the qualification task , I have taken up the implementation
> of Cast 128 algorithm implementation . I have written the code for
Hello ,
I , Supraja , am interested to work with ffmpeg as a part of OPW internship
. As a part of the qualification task , I have taken up the implementation
of Cast 128 algorithm implementation . I have written the code for the same
and have attached the patch of the same with this mail . It is
On Sat, Oct 11, 2014 at 10:53:47PM -0300, James Almer wrote:
> On 11/10/14 2:59 PM, Clément Bœsch wrote:
> > ---
> > libavcodec/ass.c | 2 ++
> > 1 file changed, 2 insertions(+)
> >
> > diff --git a/libavcodec/ass.c b/libavcodec/ass.c
> > index ac1bfae..62981b6 100644
> > --- a/libavcodec/ass.c
>
18 matches
Mail list logo