linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-09-10 02:53:48 to 2015-09-15 09:07:00 UTC [more...]

[RFC RESEND 00/11] vb2: Handle user cache hints, allow drivers to choose cache coherency
 2015-09-15  9:06 UTC  (24+ messages)
` [RFC RESEND 01/11] vb2: Rename confusingly named internal buffer preparation functions
` [RFC RESEND 02/11] vb2: Move buffer cache synchronisation to prepare from queue
` [RFC RESEND 03/11] vb2: Move cache synchronisation from buffer done to dqbuf handler
` [RFC RESEND 04/11] v4l: Unify cache management hint buffer flags
` [RFC RESEND 05/11] v4l2-core: Don't sync cache for a buffer if so requested
` [RFC RESEND 06/11] vb2: Improve struct vb2_mem_ops documentation; alloc and put are for MMAP
` [RFC RESEND 07/11] vb2: dma-contig: Remove redundant sgt_base field
` [RFC RESEND 08/11] vb2: dma-contig: Move vb2_dc_get_base_sgt() up
` [RFC RESEND 09/11] vb2: dma-contig: Don't warn on failure in obtaining scatterlist
` [RFC RESEND 10/11] vb2: dma-contig: Let drivers decide DMA attrs of MMAP and USERPTR bufs
` [RFC RESEND 11/11] vb2: dma-contig: Add WARN_ON_ONCE() to check for potential bugs

vim2m: small cleanup: use assignment instead of memcpy
 2015-09-15  6:49 UTC 

cron job: media_tree daily build: OK
 2015-09-15  2:50 UTC 

[PATCH 0/2] omap3isp: Remove legacy platform data support
 2015-09-14 16:33 UTC  (6+ messages)
` [PATCH 1/2] ARM: OMAP2+: Remove legacy OMAP3 ISP instantiation

[PATCH][resend] rc: gpio-ir-recv: allow flush space on idle
 2015-09-14 15:35 UTC  (6+ messages)

[PATCH v2 0/2] [media] Fix race between graph enumeration and entities registration
 2015-09-14 12:21 UTC  (3+ messages)
` [PATCH v2 1/2] [media] media-device: check before unregister if mdev was registered
` [PATCH v2 2/2] [media] media-device: split media initialization and registration

Time for a v4l-utils 1.8.0 release
 2015-09-14 10:02 UTC  (4+ messages)

[PATCH] [media] VIDEO_RENESAS_JPU should depend on HAS_DMA
 2015-09-14  9:22 UTC  (2+ messages)

cron job: media_tree daily build: ERRORS
 2015-09-14  8:49 UTC  (2+ messages)

[PATCH 0/2] v4l-utils: new configure options
 2015-09-14  7:19 UTC  (2+ messages)

[RFC PATCH v4 0/8] Refactoring Videobuf2 for common use
 2015-09-14  7:05 UTC  (19+ messages)
` [RFC PATCH v4 1/8] [media] videobuf2: Replace videobuf2-core with videobuf2-v4l2
` [RFC PATCH v4 2/8] [media] videobuf2: Restructure vb2_buffer (1/3)
` [RFC PATCH v4 5/8] [media] videobuf2: Change queue_setup argument
` [RFC PATCH v4 6/8] [media] videobuf2: Replace v4l2-specific data with vb2 data
` [RFC PATCH v4 7/8] [media] videobuf2: Move v4l2-specific stuff to videobuf2-v4l2
` [RFC PATCH v4 8/8] [media] videobuf2: Remove v4l2-dependencies from videobuf2-core

[PATCH 00/32] VSP: Add R-Car Gen3 support
 2015-09-13 22:53 UTC  (34+ messages)
` [PATCH 01/32] v4l: vsp1: Change the type of the rwpf field in struct vsp1_video
` [PATCH 02/32] v4l: vsp1: Store the memory format in struct vsp1_rwpf
` [PATCH 03/32] v4l: vsp1: Move video operations to vsp1_rwpf
` [PATCH 04/32] v4l: vsp1: Rename vsp1_video_buffer to vsp1_vb2_buffer
` [PATCH 05/32] v4l: vsp1: Move video device out of struct vsp1_rwpf
` [PATCH 06/32] v4l: vsp1: Make rwpf operations independent of video device
` [PATCH 07/32] v4l: vsp1: Support VSP1 instances without any UDS
` [PATCH 08/32] v4l: vsp1: Move vsp1_video pointer from vsp1_entity to vsp1_rwpf
` [PATCH 09/32] v4l: vsp1: Remove struct vsp1_pipeline num_video field
` [PATCH 10/32] v4l: vsp1: Decouple pipeline end of frame processing from vsp1_video
` [PATCH 11/32] v4l: vsp1: Split pipeline management code from vsp1_video.c
` [PATCH 12/32] v4l: vsp1: Rename video pipeline functions to use vsp1_video prefix
` [PATCH 13/32] v4l: vsp1: Extract pipeline initialization code into a function
` [PATCH 14/32] v4l: vsp1: Reuse local variable instead of recomputing it
` [PATCH 15/32] v4l: vsp1: Extract link creation to separate function
` [PATCH 16/32] v4l: vsp1: Document the vsp1_pipeline structure
` [PATCH 17/32] v4l: vsp1: Fix typo in VI6_DISP_IRQ_STA_DST register name
` [PATCH 18/32] v4l: vsp1: Set the SRU CTRL0 register when starting the stream
` [PATCH 19/32] v4l: vsp1: Remove unused module write functions
` [PATCH 20/32] v4l: vsp1: Move entity route setup function to vsp1_entity.c
` [PATCH 21/32] v4l: vsp1: Make number of BRU inputs configurable
` [PATCH 22/32] v4l: vsp1: Make the BRU optional
` [PATCH 23/32] v4l: vsp1: Move format info to vsp1_pipe.c
` [PATCH 24/32] v4l: vsp1: Make the userspace API optional
` [PATCH 25/32] v4l: vsp1: Make pipeline inputs array index by RPF index
` [PATCH 26/32] v4l: vsp1: Set the alpha value manually in RPF and WPF s_stream handlers
` [PATCH 27/32] v4l: vsp1: Don't validate links when the userspace API is disabled
` [PATCH 28/32] v4l: vsp1: Add VSP+DU support
` [PATCH 29/32] v4l: vsp1: Disconnect unused RPFs from the DRM pipeline
` [PATCH 30/32] v4l: vsp1: Implement atomic update for the DRM driver
` [PATCH 31/32] v4l: vsp1: Add support for the R-Car Gen3 VSP2
` [PATCH 32/32] v4l: vsp1: Add display list support

[PATCH] [media] lnbh25: Fix lnbh25_attach() function return type
 2015-09-13 22:45 UTC 

[PATCH v2] [media] horus3a: Fix horus3a_attach() function parameters
 2015-09-13 22:39 UTC 

[PATCH] [media] horus3a: Fix horus3a_attach() function parameters
 2015-09-13 22:25 UTC 

ERROR: "vb2_ops_wait_finish" [drivers/input/touchscreen/sur40.ko] undefined!
 2015-09-13 19:57 UTC 

[PATCH 0/4] v4l2: add support for the SMPTE 2084 transfer function
 2015-09-13 19:18 UTC  (6+ messages)
` [PATCH 1/4] videodev2.h: add SMPTE 2084 transfer function define
` [PATCH 2/4] vivid-tpg: add support for SMPTE 2084 transfer function
` [PATCH 3/4] vivid: "
` [PATCH 4/4] DocBook media: Document the "

[PATCH 0/6] v4l2: add support for the DCI-P3 colorspace
 2015-09-13 16:41 UTC  (7+ messages)
` [PATCH 1/6] vivid: use ARRAY_SIZE to calculate max control value
` [PATCH 2/6] vivid: use Bradford method when converting Rec. 709 to NTSC 1953
` [PATCH 3/6] videodev2.h: add support for the DCI-P3 colorspace
` [PATCH 4/6] DocBook media: document the new "
` [PATCH 5/6] vivid-tpg: support the "
` [PATCH 6/6] vivid: add support for "

drivers/media/dvb-frontends/lnbh25.h:46:15: error: unknown type name 'dvb_frontend'
 2015-09-13  3:25 UTC 

cron job: media_tree daily build: OK
 2015-09-13  2:52 UTC 

drivers/media/pci/netup_unidvb/netup_unidvb_core.c:417:18: error: too many arguments to function 'horus3a_attach'
 2015-09-12 17:40 UTC 

Investments and Loans
 2015-09-12 16:22 UTC 

Kworld UB435-Q, can't use 2 simultaneously
 2015-09-12 13:28 UTC 

undefined reference to `video_devdata'
 2015-09-12 12:26 UTC 

DVBSky T980C CI issues (kernel 4.0.x)
 2015-09-12  7:02 UTC  (5+ messages)

cron job: media_tree daily build: OK
 2015-09-12  2:52 UTC 

[PATCH 00/18] MC fixes, improvements and cleanups
 2015-09-11 15:48 UTC  (33+ messages)
` [PATCH 01/18] [media] tuner-core: add an input pad
` [PATCH 02/18] [media] au0828: add support for the connectors
` [PATCH 04/18] [media] media-device: supress backlinks at G_TOPOLOGY ioctl
` [PATCH 05/18] [media] media-controller: enable all interface links at init
` [PATCH 06/18] [media] media.h: create connector entities for hybrid TV devices
` [PATCH 07/18] [media] dvbdev: returns error if graph object creation fails
` [PATCH 08/18] [media] dvb core: must check dvb_create_media_graph()
` [PATCH 09/18] [media] media-entity: enforce check of interface and links creation
` [PATCH 10/18] [media] cx231xx: enforce check for graph creation
` [PATCH 11/18] [media] au0828:: "
` [PATCH 12/18] [media] media-entity: must check media_create_pad_link()
` [PATCH 13/18] [media] media-entity.h: rename entity.type to entity.function
` [PATCH 14/18] [media] media-device: export the entity function via new ioctl
` [PATCH 15/18] [media] uapi/media.h: Rename entities types to functions
` [PATCH 17/18] [media] dvbdev: move indirect links on dvr/demux to a separate function
` [PATCH 18/18] [media] dvbdev: Don't create indirect links

Terratec H7 Rev. 4 is DVBSky
 2015-09-11 15:04 UTC 

[PATCH v8 14/55] [media] media: add functions to allow creating interfaces
 2015-09-11 14:45 UTC  (32+ messages)
  ` [PATCH v8 15/55] [media] uapi/media.h: Declare interface types for ALSA
  ` [PATCH v8 28/55] [media] uapi/media.h: Fix entity namespace
  ` [PATCH v8 39/55] [media] media controller: get rid of entity subtype on Kernel
  ` [PATCH v8 41/55] [media] DocBook: update descriptions for the media controller entities
  ` [PATCH v8 42/55] [media] dvb: modify core to implement interfaces/entities at MC new gen
  ` [PATCH v8 43/55] [media] media: report if a pad is sink or source at debug msg
  ` [PATCH v8 44/55] [media] uapi/media.h: Add MEDIA_IOC_G_TOPOLOGY ioctl
  ` [PATCH v8 46/55] [media] media: move mdev list init to gobj
  ` [PATCH v8 48/55] [media] media_device: add a topology version field
  ` [PATCH v8 49/55] [media] media-device: add support for MEDIA_IOC_G_TOPOLOGY ioctl
  ` [PATCH v8 51/55] [media] remove interface links at media_entity_unregister()
  ` [PATCH v8 52/55] [media] media-device: remove interfaces and interface links
  ` [PATCH v8 53/55] [media] v4l2-core: create MC interfaces for devnodes
  ` [PATCH v8 55/55] [media] media-entity.h: document all the structs

[PATCH v2] [media] vimc: Virtual Media Controller core, capture and sensor
 2015-09-11 12:57 UTC  (4+ messages)

[PATCH v2] [media] s5c73m3: Export OF module alias information
 2015-09-11 10:53 UTC 

[PATCH 00/18] Export SPI and OF module aliases in missing drivers
 2015-09-11 10:33 UTC  (6+ messages)
` [PATCH 08/18] [media] s5c73m3: Export OF module alias information

[RFC 0/9] Unrestricted media entity ID range support
 2015-09-11 10:09 UTC  (10+ messages)
` [RFC 1/9] media: Rename MEDIA_ENTITY_ENUM_MAX_ID as MEDIA_ENTITY_MAX_LOW_ID
` [RFC 2/9] media: Introduce low_id for media entities
` [RFC 3/9] media: Add an API to manage entity enumerations
` [RFC 4/9] media: Use media entity enum API for managing low IDs
` [RFC 5/9] media: Use entity enums in graph walk
` [RFC 6/9] media: entity: Remove useless WARN_ON()'s
` [RFC 7/9] omap3isp: Use media entity enumeration API
` [RFC 8/9] vsp1: "
` [RFC 9/9] staging: omap4iss: Use media entity enum API

[PATCH 0/2] [media] Fix race between graph enumeration and entities registration
 2015-09-11  9:28 UTC  (13+ messages)
` [PATCH 1/2] [media] media-device: check before unregister if mdev was registered
` [PATCH 2/2] [media] media-device: split media initialization and registration

[GIT PULL for v4.3-rc1] media updates
 2015-09-11  8:59 UTC 

[PATCH v4 1/3] media: atmel-isi: setup the ISI_CFG2 register directly
 2015-09-11  7:00 UTC  (3+ messages)
` [PATCH v4 2/3] media: atmel-isi: move configure_geometry() to start_streaming()
` [PATCH v4 3/3] media: atmel-isi: add sanity check for supported formats in try/set_fmt()

cron job: media_tree daily build: OK
 2015-09-11  2:52 UTC 

[PATCH, newbie, HELP] lirc devices: Missing uapi header lirc.h
 2015-09-10 14:56 UTC  (2+ messages)

[PATCH v8 00/55] MC next generation patches
 2015-09-10 14:19 UTC  (19+ messages)
` [PATCH v8 01/55] [media] media: create a macro to get entity ID
` [PATCH v8 04/55] [media] media: add a common struct to be embed on media graph objects
` [PATCH v8 05/55] [media] media: use media_gobj inside entities
` [PATCH v8 06/55] [media] media: use media_gobj inside pads
` [PATCH v8 07/55] [media] media: use media_gobj inside links
` [PATCH v8 08/55] [media] media: add messages when media device gets (un)registered
` [PATCH v8 09/55] [media] media: add a debug message to warn about gobj creation/removal
` [PATCH v8 10/55] [media] media: rename the function that create pad links
` [PATCH v8 13/55] [media] uapi/media.h: Declare interface types for V4L2 and DVB

[yavta PATCH 1/1] List supported formats with -f help
 2015-09-10 12:19 UTC 

[GIT PULL for v4.3-rc1] media updates
 2015-09-10 11:46 UTC 

[PATCH v1] media: uvcvideo: handle urb completion in a work queue
 2015-09-10  8:00 UTC  (3+ messages)

Purchasing/Infrared lamp therapy products/Aukewel Co., ltd
 2015-09-10  5:47 UTC 

cron job: media_tree daily build: OK
 2015-09-10  2:52 UTC 

[PATCH v8 15/55] [media] uapi/media.h: Declare interface types for ALSA
 2015-08-30  3:06 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).