[libav-devel] [RFC] ghost: protocol

2011-12-30 Thread Mike Melanson
Attached is a patch that implements a protocol identified as 'ghost:'. This protocol behaves as a file, except that all writes occur to a phantom file in memory. Upon closing the file, the protocol runs MD5 over the phantom file and prints it to stdout, much like the existing MD5 protocol.

Re: [libav-devel] [RFC] ghost: protocol

2011-12-30 Thread Luca Barbato
On 31/12/11 05:37, Mike Melanson wrote: Attached is a patch that implements a protocol identified as 'ghost:'. This protocol behaves as a file, except that all writes occur to a phantom file in memory. Upon closing the file, the protocol runs MD5 over the phantom file and prints it to stdout,

Re: [libav-devel] [RFC] ghost: protocol

2011-12-30 Thread Mike Melanson
On 12/30/2011 9:30 PM, Luca Barbato wrote: On 31/12/11 05:37, Mike Melanson wrote: Attached is a patch that implements a protocol identified as 'ghost:'. This protocol behaves as a file, except that all writes occur to a phantom file in memory. Upon closing the file, the protocol runs MD5 over

Re: [libav-devel] [RFC] ghost: protocol

2011-12-30 Thread Luca Barbato
On 31/12/11 07:03, Mike Melanson wrote: That's entirely possible, especially since I copied md5proto.c wholesale as the basis for ghostproto.c. I guess might be the best option =) lu -- Luca Barbato Gentoo/linux http://dev.gentoo.org/~lu_zero ___