Re: [FFmpeg-devel] [PATCH] [FATESERVER] Support parsing version 1 headers

2015-04-11 Thread Michael Niedermayer
On Fri, Apr 10, 2015 at 11:24:20AM -0700, Timothy Gu wrote: > --- > Now with fate-recv change > > FATE.pm | 9 +++-- > fate-recv.sh | 13 ++--- > 2 files changed, 17 insertions(+), 5 deletions(-) applied thanks [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133

Re: [FFmpeg-devel] [PATCH] fateserver: Support parsing version 1 headers

2015-04-07 Thread Timothy Gu
On Tue, Apr 7, 2015 at 8:04 PM Lou Logan wrote: > On Tue, Apr 7, 2015, at 06:53 PM, Timothy Gu wrote: > > ...but unfortunately their fateserver source code is not open to public > > Why? > Last year when I asked Luca he said it was Janne's territory, and an email to Janne was not replied. That w

Re: [FFmpeg-devel] [PATCH] fateserver: Support parsing version 1 headers

2015-04-07 Thread Lou Logan
On Tue, Apr 7, 2015, at 06:53 PM, Timothy Gu wrote: > ...but unfortunately their fateserver source code is not open to public Why? ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Re: [FFmpeg-devel] [PATCH] fateserver: Support parsing version 1 headers

2015-04-07 Thread Timothy Gu
To clarify this patch, a key component in the new fateserver is the support for the separation of release branches from the master branch. This depends on adding the branch information to the FATE payload headers. Libav has already made the change to both fateserver and fate.sh a while ago, but unf

[FFmpeg-devel] [PATCH] fateserver: Support parsing version 1 headers

2015-04-07 Thread Timothy Gu
--- Now with proper commit message --- FATE.pm | 9 +++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/FATE.pm b/FATE.pm index 544e80f..30c220b 100644 --- a/FATE.pm +++ b/FATE.pm @@ -47,7 +47,7 @@ our $gitweb = "http://git.videolan.org/?p=ffmpeg.git";; sub split_header {