Re: [FFmpeg-devel] [PATCH] mov.c: allow reading fragment start dts/pts from fragmented mp4

2014-10-12 Thread Mika Raento
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

Re: [FFmpeg-devel] [PATCH 7/7] avcodec/ass: add FFmpeg signature

2014-10-12 Thread James Almer
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.

[FFmpeg-devel] opw@ffmpeg mail alias

2014-10-12 Thread Michael Niedermayer
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

Re: [FFmpeg-devel] gnome-opw 2015

2014-10-12 Thread Michael Niedermayer
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

Re: [FFmpeg-devel] gnome-opw 2015

2014-10-12 Thread Nikita Mantri
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,

Re: [FFmpeg-devel] gnome-opw 2015

2014-10-12 Thread Michael Niedermayer
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

[FFmpeg-devel] [PATCH] fate: add test for vp90-2-trac3849.webm

2014-10-12 Thread James Almer
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

Re: [FFmpeg-devel] gnome-opw 2015

2014-10-12 Thread Michael Niedermayer
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

Re: [FFmpeg-devel] gnome-opw 2015

2014-10-12 Thread Giorgio Vazzana
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

Re: [FFmpeg-devel] gnome-opw 2015

2014-10-12 Thread Nikita Mantri
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

Re: [FFmpeg-devel] gnome-opw 2015

2014-10-12 Thread Giorgio Vazzana
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

Re: [FFmpeg-devel] gnome-opw 2015

2014-10-12 Thread 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. student. As a part of gnome-opw 2015 programme, I > >> would like to

Re: [FFmpeg-devel] gnome-opw 2015

2014-10-12 Thread Giorgio Vazzana
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

Re: [FFmpeg-devel] Patch for Cast128 algorithm implementation

2014-10-12 Thread Giorgio Vazzana
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

[FFmpeg-devel] Use the git hooks feature on your PC

2014-10-12 Thread James Darnley
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

Re: [FFmpeg-devel] Patch for Cast128 algorithm implementation

2014-10-12 Thread Michael Niedermayer
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

[FFmpeg-devel] Patch for Cast128 algorithm implementation

2014-10-12 Thread 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 attached the patch of the same with this mail . It is

Re: [FFmpeg-devel] [PATCH 7/7] avcodec/ass: add FFmpeg signature

2014-10-12 Thread Clément Bœsch
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 >