This message is generated daily by a cron job that builds media_tree for
the kernels and architectures in the list below.
Results of the daily build of media_tree:
date: Sat Sep 7 04:00:42 CEST 2013
git branch: test
git hash: f66b2a1c7f2ae3fb0d5b67d07ab4f5055fd3cf16
gcc versi
On Fri, Sep 6, 2013 at 5:20 PM, Laurent Pinchart
wrote:
> On Friday 06 September 2013 14:43:56 Geert Uytterhoeven wrote:
>> If NO_DMA=y:
>>
>> warning: (... && VIDEO_RENESAS_VSP1 && ...) selects VIDEOBUF2_DMA_CONTIG
>> which has unmet direct dependencies (MEDIA_SUPPORT && HAS_DMA)
>>
>> drivers/me
Hi Laurent,
Thanks for the reply.
On Fri, Sep 06, 2013 at 06:30:47PM +0200, Laurent Pinchart wrote:
> Hi Sakari,
>
> Thank you for the patch.
>
> On Wednesday 04 September 2013 03:09:42 Sakari Ailus wrote:
> > Do not allow streaming if a pad with MEDIA_PAD_FL_MUST_CONNECT flag is
> > connected
Hi Nilesh,
On Wednesday 04 September 2013 11:30:09 purch...@utopiacontrol.com wrote:
> On Wednesday, September 04, 2013 11:19 AM Nilesh Mane wrote:
> > On Sunday 01 September 2013 12:35:35 purch...@utopiacontrol.com wrote:
> >> On Sunday, September 01, 2013 1:59 AM Laurent Pinchart wrote:
> > > On
Hi Sakari,
Thank you for the patch.
On Wednesday 04 September 2013 03:09:42 Sakari Ailus wrote:
> Do not allow streaming if a pad with MEDIA_PAD_FL_MUST_CONNECT flag is
> connected by links that are all inactive.
>
> This patch makes it possible to avoid drivers having to check for the most
> co
Hi Geert,
On Friday 06 September 2013 14:43:56 Geert Uytterhoeven wrote:
> If NO_DMA=y:
>
> warning: (... && VIDEO_RENESAS_VSP1 && ...) selects VIDEOBUF2_DMA_CONTIG
> which has unmet direct dependencies (MEDIA_SUPPORT && HAS_DMA)
>
> drivers/media/v4l2-core/videobuf2-dma-contig.c: In function ‘v
Hi Hugues,
On Thursday 05 September 2013 13:37:49 Hugues FRUCHET wrote:
> Hi Mauro,
>
> For floating point issue, we have not encountered such issue while
> integrating various codec (currently H264, MPEG4, VP8 of both Google G1 IP &
> ST IPs), could you precise which codec you experienced which
If NO_DMA=y:
warning: (... && VIDEO_RENESAS_VSP1 && ...) selects VIDEOBUF2_DMA_CONTIG which
has unmet direct dependencies (MEDIA_SUPPORT && HAS_DMA)
drivers/media/v4l2-core/videobuf2-dma-contig.c: In function ‘vb2_dc_mmap’:
drivers/media/v4l2-core/videobuf2-dma-contig.c:202: error: implicit decl
Hi Sakari,
On Thursday 05 September 2013 19:31:30 Sakari Ailus wrote:
> On Sat, Aug 31, 2013 at 11:43:18PM +0200, Laurent Pinchart wrote:
> > On Friday 30 August 2013 19:08:48 Sakari Ailus wrote:
> > > On Fri, Aug 30, 2013 at 01:31:44PM +0200, Laurent Pinchart wrote:
> > > > On Thursday 29 August
Add support for the de-interlacer block in VPE.
For de-interlacer to work, we need to enable 2 more sets of VPE input ports
which fetch data from the 'last' and 'last to last' fields of the interlaced
video. Apart from that, we need to enable the Motion vector output and input
ports, and also allo
The primary function of VPDMA is to move data between external memory and
internal processing modules(in our case, VPE) that source or sink data. VPDMA is
capable of buffering this data and then delivering the data as demanded to the
modules as programmed. The modules that source or sink data are r
Create functions which the VPE driver can use to create a VPDMA descriptor and
add it to a VPDMA descriptor list. These functions take a pointer to an existing
list, and append the configuration/data/control descriptor header to the list.
In the case of configuration descriptors, the creation of a
VPE(Video Processing Engine) is an IP found on DRA7xx, this series adds VPE as a
mem to mem v4l2 driver, and VPDMA as a helper library.
The first version of the patch series described VPE in detail, you can have a
look at it here:
http://www.spinics.net/lists/linux-media/msg66518.html
Changes in
In the last few days I've installed a old AVerTV DVB-T Volar USB stick
into my mythtv backend.
The system is running debian squeeze with the 3.2 debian backport kernel.
The motherboard in the sytem uses an AMD 760G/SB710 chipset. The USB stick
is plugged into a mains powered (usb2) hub (NEC chipse
Hi Sylvester
Thanks for your response
Unfortunately, the v4l2_crop dont have any reserved field :(
struct v4l2_crop {
__u32 type; /* enum v4l2_buf_type */
struct v4l2_rectc;
};
And changing that ABI I dont think is an option.
What about a new call: G/S_READOUT .that uses a modified
v4l
15 matches
Mail list logo