[FFmpeg-devel] GSoC project proposal + qualification task

2015-03-19 Thread Mariusz Szczepańczyk
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, however I'm new to FFmpeg. I'd like to work

Re: [FFmpeg-devel] GSoc Qualification Task - Implementing Compression technique B44 as a part of exr format (libavcodec/exr.c)

2015-03-18 Thread greeshma
Greeshma On Wed, Mar 18, 2015 at 4:28 AM, Michael Niedermayer michae...@gmx.at wrote: On Mon, Mar 16, 2015 at 11:49:09PM +0530, greeshma wrote: Hello , I have implemented B44 lossy compression technique.The first patch is hereby attached.Please have a look. The diff file is also

Re: [FFmpeg-devel] GSoc Qualification Task - Implementing Compression technique B44 as a part of exr format (libavcodec/exr.c)

2015-03-17 Thread Michael Niedermayer
On Mon, Mar 16, 2015 at 11:49:09PM +0530, greeshma wrote: Hello , I have implemented B44 lossy compression technique.The first patch is hereby attached.Please have a look. The diff file is also attached. Did you use any previously existing code to implement this? If so please add a link to

[FFmpeg-devel] [GSOC] Various things

2015-03-17 Thread Michael Niedermayer
Hi If you are a student, Make sure you submit an application to google before the google deadline (27th march) if you dont do that you will not be able to participate in GSoC Make sure you submit your qualification task early, patches always require multiple review and resumbit cycles If you

Re: [FFmpeg-devel] GSoc Qualification Task - Implementing Compression technique B44 as a part of exr format (libavcodec/exr.c)

2015-03-17 Thread Michael Niedermayer
Hi On Mon, Mar 16, 2015 at 11:49:09PM +0530, greeshma wrote: Hello , I have implemented B44 lossy compression technique.The first patch is hereby attached.Please have a look. The diff file is also attached. the inline patch is corrupted by line breaks, the attached patch is corrupted by an

Re: [FFmpeg-devel] GSoc Qualification Task - Implementing Compression technique B44 as a part of exr format (libavcodec/exr.c)

2015-03-17 Thread Paul B Mahol
On 3/16/15, greeshma greeshmabalaba...@gmail.com wrote: Hello , I have implemented B44 lossy compression technique.The first patch is hereby attached.Please have a look. The diff file is also attached. diff --git a/libavcodec/exr.c b/libavcodec/exr.c index 6251fb7..e540d4c 100644 ---

[FFmpeg-devel] GSoc Qualification Task - Implementing Compression technique B44 as a part of exr format (libavcodec/exr.c)

2015-03-16 Thread greeshma
Hello , I have implemented B44 lossy compression technique.The first patch is hereby attached.Please have a look. The diff file is also attached. diff --git a/libavcodec/exr.c b/libavcodec/exr.c index 6251fb7..e540d4c 100644 --- a/libavcodec/exr.c +++ b/libavcodec/exr.c @@ -45,6 +45,10 @@

Re: [FFmpeg-devel] GSoC '15 Introduction

2015-03-12 Thread Ilinca Andrei
Hello, This is my first qualification task submit for the *d**irectshow digital video capture *project. In this http://i.imgur.com/zd47rP3.png link there is my screenshot proving that I successfully made a filter graph using graphstudionext that captures the video stream from a webcam and show it

[FFmpeg-devel] GSoC Introduction

2015-03-12 Thread Anand Dhoot
Hi, My name is Anand Dhoot. I am an undergraduate student and keen on taking up the project on HTTP/2 for GSoC 2015. This would be my first opportunity to contribute to the Open Source Community. I am a beginner and have coding experience in C and C++. Currently, I am involved in network-related

Re: [FFmpeg-devel] GSoC Unmentored Project Question

2015-03-12 Thread Nicolas George
Le duodi 22 ventôse, an CCXXIII, Wes a écrit : I'm interested in participating in GSoC this year and the Subtitles project sounds very interesting. However, I noticed this project idea doesn't have a mentor currently, but Nicolas George is listed as a potential backup mentor. If a mentor is

[FFmpeg-devel] GSoC Unmentored Project Question

2015-03-12 Thread Wes
Hello, I'm interested in participating in GSoC this year and the Subtitles project sounds very interesting. However, I noticed this project idea doesn't have a mentor currently, but Nicolas George is listed as a potential backup mentor. If a mentor is not found, will he be promoted to mentor?

Re: [FFmpeg-devel] GSoC Introduction

2015-03-10 Thread Nicolas George
Le decadi 20 ventôse, an CCXXIII, David Reidler a écrit : My name is David Reidler and I am an undergraduate student looking to participate in GSoC 2015. My IRC handle on freenode is dreidler. After reviewing the ideas on the wiki page, I would like to work on implementing basic servers for

[FFmpeg-devel] GSoC Introduction

2015-03-10 Thread David Reidler
Hi everyone! My name is David Reidler and I am an undergraduate student looking to participate in GSoC 2015. My IRC handle on freenode is dreidler. After reviewing the ideas on the wiki page, I would like to work on implementing basic servers for network protocols. I enjoy programming in C,

Re: [FFmpeg-devel] GSoC '15 Introduction

2015-03-09 Thread Roger Pack
On 3/8/15, compn te...@mi.rr.com wrote: On Sat, 7 Mar 2015 20:24:16 +0200 Ilinca Andrei andrei.ilinc...@gmail.com wrote: Hello! welcome! *Why directshow digital video capture ?* Simply because It sounds really interesting and entertaining. I have some experience

Re: [FFmpeg-devel] GSoC '15 Introduction

2015-03-09 Thread Ilinca Andrei
Thank you very much for your kind replies and advices compn, Timo and Roger. I am at the very beginning of the journey , I've never worked with Dshow before but I'm very excited to learn and develop. I will look through all the materials given and start doing stuff as soon as possible. On Mon,

Re: [FFmpeg-devel] GSoC '15 Introduction

2015-03-09 Thread Ilinca Andrei
Hi, I'm currently working on* dshow digital video capture* and it's really interesting, even if I' m making slow progress, as I' m not familiar with graphstudionext and DShow principles . I decided to apply for another project as well, the *MPEG-4 ALS encoder** project, *for two reasons, as

[FFmpeg-devel] GSoC Introduction

2015-03-08 Thread Stephan Holljes
Hi, my name is Stephan Holljes, my IRC nick is klaxa. I want to work on implementing servers for network protocols within the GSoC project. I've been using ffmpeg for many years already and I always wanted to contribute in a way other than providing end-user support, but I never really found the

Re: [FFmpeg-devel] GSoC '15 Introduction

2015-03-08 Thread compn
On Sat, 7 Mar 2015 20:24:16 +0200 Ilinca Andrei andrei.ilinc...@gmail.com wrote: Hello! welcome! *Why directshow digital video capture ?* Simply because It sounds really interesting and entertaining. I have some experience using Matlab and Simulink for converting

Re: [FFmpeg-devel] GSoC Introduction

2015-03-08 Thread compn
On Sun, 8 Mar 2015 20:34:52 +0100 Stephan Holljes klaxa1...@googlemail.com wrote: Hi, welcome! my name is Stephan Holljes, my IRC nick is klaxa. I want to work on implementing servers for network protocols within the GSoC project. I've been using ffmpeg for many years already and I

[FFmpeg-devel] GSoC '15 Introduction

2015-03-07 Thread Ilinca Andrei
Hello! Short description: Full name : Andrei Ilinca IRC Handle: andrei_il / andrei__il Studies: Second year student at the Faculty of Automatic Control and Computer Science at the Polytechnic Univ of Bucharest Github: https://github.com/ailinca

[FFmpeg-devel] gsoc-2015: APNG

2015-03-07 Thread Федор
Is GSOC task Animated Portable Network Graphics free? If yes I will work on it. My qualification Task: Improve the filter selection heuristic in in the png encoder so files compress better Fedor Strizhnev Федор Стрижнёв. ___ ffmpeg-devel mailing

Re: [FFmpeg-devel] gsoc-2015: APNG

2015-03-07 Thread Paul B Mahol
On 3/7/15, Fedor fedor...@mail.ru wrote: Is GSOC task Animated Portable Network Graphics free? If yes I will work on it. My qualification Task: Improve the filter selection heuristic in in the png encoder so files compress better You are 5th that picked it. I wonder why APNG is so popular.

[FFmpeg-devel] [GSOC] Qualification tasks

2015-03-05 Thread Michael Niedermayer
Hi Mentors and Students please make sure to keep track of who is doing which qualification task to minimize the amount of duplicates, that is to add an entry for each student doing a qualification task at: https://trac.ffmpeg.org/wiki/SponsoringPrograms/GSoC/2015-Qualis thanks -- Michael

Re: [FFmpeg-devel] GSoC and Outreachy

2015-03-04 Thread compn
Students are coming on irc looking for help and guidance at all hours of the day, so if anyone feels like helping out, that would be great! Even just a few more people on irc to greet students would be nice. Some students require simple things like help with getting git installed or installing

Re: [FFmpeg-devel] GSoC and Outreachy

2015-03-03 Thread Robert Krüger
On Mon, Mar 2, 2015 at 10:39 PM, Michael Niedermayer michae...@gmx.at wrote: Hi all FFmpeg has been accepted in GSoC this year. Congratulations! You proved quite a few people wrong by this, I guess :-). ___ ffmpeg-devel mailing list

[FFmpeg-devel] GSoC and Outreachy

2015-03-02 Thread Michael Niedermayer
Hi all FFmpeg has been accepted in GSoC this year. If you want to mentor or are considering to mentor then please subscribe to https://ffmpeg.org/mailman/listinfo/ffmpeg-mentors (this list is ONLY for discussions that need to be private, when in doubt use the public ffmpeg-devel list) The

Re: [FFmpeg-devel] GSoC and Outreachy

2015-03-02 Thread Thierry Foucu
On Mon, Mar 2, 2015 at 1:39 PM, Michael Niedermayer michae...@gmx.at wrote: Hi all FFmpeg has been accepted in GSoC this year. This is a GREAT news.. Congratulation to the people working on it If you want to mentor or are considering to mentor then please subscribe to

Re: [FFmpeg-devel] [GSOC-2015] Call for mentors for GSOC 2015

2015-02-17 Thread Michael Niedermayer
On Tue, Feb 17, 2015 at 02:17:31AM +0100, Stefano Sabatini wrote: Hi folks, we decided to participate in GSOC 2015 also this year, and we setup a page on the wiki: http://trac.ffmpeg.org/wiki/SponsoringPrograms/GSoC/2015 ive added a landing page for Outreachy as well which points to the

[FFmpeg-devel] [GSOC-2015] Call for mentors for GSOC 2015

2015-02-16 Thread Stefano Sabatini
Hi folks, we decided to participate in GSOC 2015 also this year, and we setup a page on the wiki: http://trac.ffmpeg.org/wiki/SponsoringPrograms/GSoC/2015 Check also: http://www.google-melange.com/gsoc/events/google/gsoc2015 Michael, Reynaldo, and me will act as administrators for the program.

<    2   3   4   5   6   7