Re: [FFmpeg-devel] "OPW Qualification Task: Validate MLP Bitstream "

2014-10-31 Thread Nicolas George
Le decadi 10 brumaire, an CCXXIII, Marcus Johnson a écrit : > That's not going to work either, you need to use git to create a patch Yes. > file, upload that file to dropbox or whatever Please, patches should be sent to the mailing-list directly. Even the crappiest of user agents can send attach

Re: [FFmpeg-devel] "OPW Qualification Task: Validate MLP Bitstream "

2014-10-31 Thread Marcus Johnson
On Fri, Oct 31, 2014 at 10:09 AM, greeshma wrote: > > https://docs.google.com/document/d/1oBy9AoGzJHR4UcvuogYa8sfFGUK96lcgF3qRF4HrIa4/edit?usp=sharing ​That's not going to work either, you need to use git to create a patch file, upload that file to dropbox or whatever, and paste a link to it, O

Re: [FFmpeg-devel] "OPW Qualification Task: Validate MLP Bitstream "

2014-10-31 Thread Nicolas George
Le decadi 10 brumaire, an CCXXIII, greeshma a écrit : > I can view it perfectly, You can look how it appears to others: http://ffmpeg.org/pipermail/ffmpeg-devel/2014-October/164764.html > but anyways ,please go through the following google doc. > https://docs.google.com/document/d/1oBy9AoGzJHR4U

Re: [FFmpeg-devel] "OPW Qualification Task: Validate MLP Bitstream "

2014-10-31 Thread greeshma
Hi, I can view it perfectly, but anyways ,please go through the following google doc. https://docs.google.com/document/d/1oBy9AoGzJHR4UcvuogYa8sfFGUK96lcgF3qRF4HrIa4/edit?usp=sharing Greeshma Balabhadra On Fri, Oct 31, 2014 at 7:01 PM, Nicolas George wrote: > Le decadi 10 brumaire, an CCXXIII

Re: [FFmpeg-devel] "OPW Qualification Task: Validate MLP Bitstream "

2014-10-31 Thread Nicolas George
Le decadi 10 brumaire, an CCXXIII, greeshma a écrit : > @@ -23,13 +23,14 @@ #include "libavutil/crc.h" #include > "libavutil/avstring.h" #include "mlp.h" -#include "dsputil.h" +#include " > mlpdsp.h" #include "lpc.h" #define MAJOR_HEADER_INTERVAL 16 #define > MLP_MIN_LPC_ORDER 1 #define ML

[FFmpeg-devel] "OPW Qualification Task: Validate MLP Bitstream "

2014-10-31 Thread greeshma
Hi, I have first added experimental encoder mlpenc.c from https://github.com/ramiropolla/mlpenc an updated changes according to the recent commits in FFmpeg >From 0fb7dcf1f126bd137e2b2025c5cd6cff4af65801 Mon Sep 17 00:00:00 2001 From: Greeshma Balabhadra > Date: Thu, 31 Oct 2014 06:30:00 +0530 Su