On 5/13/2017 6:00 PM, Moritz Barsnick wrote:
> On Fri, May 12, 2017 at 19:13:21 +, Rob Meyers wrote:
>> Attaching the output of "git diff -p".
>
> That will work, but
> $ git format-patch --signoff
> is recommended:
> https://ffmpeg.org/developer.html#Submitting-patches
git format-patch is a
On Fri, May 12, 2017 at 19:13:21 +, Rob Meyers wrote:
> Attaching the output of "git diff -p".
That will work, but
$ git format-patch --signoff
is recommended:
https://ffmpeg.org/developer.html#Submitting-patches
Your method lost the commit message (which was incorrectly worded
anyway ;-)).
Attaching the output of "git diff -p".
On Fri, May 12, 2017 at 11:50 AM Michael Niedermayer
wrote:
> On Fri, May 12, 2017 at 06:31:19PM +, Rob Meyers wrote:
> > Submitting a patch to fix a bug in ffmpeg found when reading data from a
> > named pipe. In our test, a pipe sending twelve bytes i
On Fri, May 12, 2017 at 06:31:19PM +, Rob Meyers wrote:
> Submitting a patch to fix a bug in ffmpeg found when reading data from a
> named pipe. In our test, a pipe sending twelve bytes in two 6 byte messages
> results in the first 10 bytes being lost. We found the problem was
> introduced with