Re: [FFmpeg-devel] [PATCH 1/3] libavformat: add "capture:" protocol

2017-04-03 Thread wm4
On Mon, 3 Apr 2017 18:20:35 +0800 Steven Liu wrote: > 2017-04-03 18:12 GMT+08:00 wm4 : > > > On Mon, 3 Apr 2017 11:25:39 +0200 > > Michael Niedermayer wrote: > > > > > On Mon, Apr 03, 2017 at 07:10:42PM +1000, Timothy Lee wrote: > > > > On 04/03/2017 06:35 PM, Nicolas George wrote: > > >

Re: [FFmpeg-devel] [PATCH 1/3] libavformat: add "capture:" protocol

2017-04-03 Thread Steven Liu
2017-04-03 18:12 GMT+08:00 wm4 : > On Mon, 3 Apr 2017 11:25:39 +0200 > Michael Niedermayer wrote: > > > On Mon, Apr 03, 2017 at 07:10:42PM +1000, Timothy Lee wrote: > > > On 04/03/2017 06:35 PM, Nicolas George wrote: > > > >Hi. Thanks for the patch. > > > > > > > >Le quartidi 14 germinal, an CCXX

Re: [FFmpeg-devel] [PATCH 1/3] libavformat: add "capture:" protocol

2017-04-03 Thread wm4
On Mon, 3 Apr 2017 11:25:39 +0200 Michael Niedermayer wrote: > On Mon, Apr 03, 2017 at 07:10:42PM +1000, Timothy Lee wrote: > > On 04/03/2017 06:35 PM, Nicolas George wrote: > > >Hi. Thanks for the patch. > > > > > >Le quartidi 14 germinal, an CCXXV, Timothy Lee a écrit : > > >>Capture is an

Re: [FFmpeg-devel] [PATCH 1/3] libavformat: add "capture:" protocol

2017-04-03 Thread Nicolas George
Le quartidi 14 germinal, an CCXXV, Timothy Lee a écrit : > Thanks for your quick reply. Regarding the almost direct copy of code from > cache.c, I previously submitted a patch on 31 March that adds a "cache_file" > option to the cache protocol. It was intended to allow a specifically named > cach

Re: [FFmpeg-devel] [PATCH 1/3] libavformat: add "capture:" protocol

2017-04-03 Thread Michael Niedermayer
On Mon, Apr 03, 2017 at 07:10:42PM +1000, Timothy Lee wrote: > On 04/03/2017 06:35 PM, Nicolas George wrote: > >Hi. Thanks for the patch. > > > >Le quartidi 14 germinal, an CCXXV, Timothy Lee a écrit : > >>Capture is an input stream capture protocol that dumps the input stream to a > >>file. The d

Re: [FFmpeg-devel] [PATCH 1/3] libavformat: add "capture:" protocol

2017-04-03 Thread Timothy Lee
On 04/03/2017 06:35 PM, Nicolas George wrote: Hi. Thanks for the patch. Le quartidi 14 germinal, an CCXXV, Timothy Lee a écrit : Capture is an input stream capture protocol that dumps the input stream to a file. The default name of the output file is "capture.dat", but it can be changed using

Re: [FFmpeg-devel] [PATCH 1/3] libavformat: add "capture:" protocol

2017-04-03 Thread Nicolas George
Hi. Thanks for the patch. Le quartidi 14 germinal, an CCXXV, Timothy Lee a écrit : > Capture is an input stream capture protocol that dumps the input stream to a > file. The default name of the output file is "capture.dat", but it can be > changed using the "capture_file" option. > > capture.c

[FFmpeg-devel] [PATCH 1/3] libavformat: add "capture:" protocol

2017-04-02 Thread Timothy Lee
Capture is an input stream capture protocol that dumps the input stream to a file. The default name of the output file is "capture.dat", but it can be changed using the "capture_file" option. capture.c borrows heavily from cache.c. --- libavformat/Makefile| 1 + libavformat/capture.c | 3