Re: [libav-devel] [PATCH 2/9] lavf: generic hardware surface upload and download

2016-03-19 Thread Vittorio Giovara
On Tue, Mar 15, 2016 at 6:57 PM, Mark Thompson wrote: > --- > libavfilter/Makefile| 2 + > libavfilter/allfilters.c| 2 + > libavfilter/avfilter.c | 2 + > libavfilter/avfilter.h | 9 ++ > libavfilter/vf_hwdownload.c | 212 ++ > li

[libav-devel] [PATCH 2/9] lavf: generic hardware surface upload and download

2016-03-15 Thread Mark Thompson
--- libavfilter/Makefile| 2 + libavfilter/allfilters.c| 2 + libavfilter/avfilter.c | 2 + libavfilter/avfilter.h | 9 ++ libavfilter/vf_hwdownload.c | 212 ++ libavfilter/vf_hwupload.c | 241 +

Re: [libav-devel] [PATCH 2/9] lavf: generic hardware surface upload and download filters

2016-03-10 Thread Anton Khirnov
Quoting Mark Thompson (2016-03-08 00:20:14) > --- > libavfilter/Makefile| 2 + > libavfilter/allfilters.c| 2 + > libavfilter/avfilter.c | 2 + > libavfilter/avfilter.h | 9 ++ > libavfilter/vf_hwdownload.c | 212 +++ > libavfilter/

Re: [libav-devel] [PATCH 2/9] lavf: generic hardware surface upload and download filters

2016-03-10 Thread Mark Thompson
On 10/03/16 00:37, Timothy Gu wrote: > On Mon, Mar 07, 2016 at 11:20:14PM +, Mark Thompson wrote: >> +AVFilter ff_vf_hwdownload = { >> +.name = "hwdownload", >> +.description = NULL_IF_CONFIG_SMALL("Upload a normal frame to a >> hardware frame"), > > ahem... > > Timothy O

Re: [libav-devel] [PATCH 2/9] lavf: generic hardware surface upload and download filters

2016-03-09 Thread Timothy Gu
On Mon, Mar 07, 2016 at 11:20:14PM +, Mark Thompson wrote: > +AVFilter ff_vf_hwdownload = { > +.name = "hwdownload", > +.description = NULL_IF_CONFIG_SMALL("Upload a normal frame to a > hardware frame"), ahem... Timothy ___ libav

[libav-devel] [PATCH 2/9] lavf: generic hardware surface upload and download filters

2016-03-07 Thread Mark Thompson
--- libavfilter/Makefile| 2 + libavfilter/allfilters.c| 2 + libavfilter/avfilter.c | 2 + libavfilter/avfilter.h | 9 ++ libavfilter/vf_hwdownload.c | 212 +++ libavfilter/vf_hwupload.c | 236