linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-12-16 13:34:51 to 2015-12-21 14:37:45 UTC [more...]

[PATCH 0/2] [media] Fix race between graph enumeration and entities registration
 2015-12-21 14:37 UTC  (5+ messages)
` [PATCH 2/2] [media] media-device: split media initialization and registration

Sabrent (stk1160) / Easycap driver problem
 2015-12-21 14:34 UTC  (5+ messages)

[PATCH v3 00/23] Unrestricted media entity ID range support
 2015-12-21 14:17 UTC  (11+ messages)
` [PATCH v3 16/23] v4l: vsp1: Use media entity enumeration interface
` [PATCH v3 18/23] staging: v4l: omap4iss: "
` [PATCH v3 19/23] staging: v4l: omap4iss: Use the new media graph walk interface
` [PATCH v3 20/23] staging: v4l: davinci_vpbe: "
` [PATCH v3 21/23] media: Remove pre-allocated entity enumeration bitmap
` [PATCH v3 22/23] media: Move MEDIA_ENTITY_MAX_PADS from media-entity.h to media-entity.c
` [PATCH v3 23/23] media: Update media graph walk documentation for the changed API

[PATCH] media: i2c: ov2659: speedup probe if no device connected
 2015-12-21 13:54 UTC 

[PATCH 1/5] [media] move documentation to the header files
 2015-12-21 13:46 UTC  (7+ messages)
` [PATCH 2/5] [media] DocBook: document media_entity_graph_walk_cleanup()
` [PATCH 3/5] [media] media-entity.h fix documentation for several parameters
` [PATCH 4/5] [media] au0828-core: fix compilation when !CONFIG_MEDIA_CONTROLLER
` [PATCH 5/5] [media] media-device.h: use just one u64 counter for object ID
  ` [PATCH v2] [media] media-device.h: use just one u32 "

[PATCH] [media] uvcvideo: Only register media dev if MEDIA_CONTROLLER is defined
 2015-12-21 13:36 UTC 

[v4l-utils PATCH 1/1] Allow building static binaries
 2015-12-21 12:45 UTC  (4+ messages)

[PATCH 1/2] [media] media-device: move media entity register/unregister functions
 2015-12-21 12:38 UTC  (4+ messages)
` [PATCH 2/2] [media] media-device: better lock media_device_unregister()

[PATCH] au8522: Avoid memory leak in case of errors
 2015-12-21 12:26 UTC 

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

[PATCH 1/3] rtl2832: add support for slave ts pid filter
 2015-12-21 10:07 UTC  (9+ messages)
` [PATCH 2/3] mn88472: add work around for failing firmware loading
` [PATCH 3/3] rtl28xxu: change Astrometa DVB-T2 to always use hardware pid filters

[linux-next:master 6315/7948] drivers/media/usb/cx231xx/cx231xx-cards.c:1741:36: error: 'struct cx231xx' has no member named 'media_dev'
 2015-12-21 10:03 UTC 

[PATCH] [media] videobuf2: avoid memory leak on errors
 2015-12-21  6:54 UTC  (2+ messages)

cron job: media_tree daily build: ERRORS
 2015-12-21  4:06 UTC 

[PATCH/RFC 00/48] Request API and proof-of-concept implementation
 2015-12-21  4:00 UTC  (57+ messages)
` [PATCH/RFC 01/48] v4l: vsp1: Use pipeline display list to decide how to write to modules
` [PATCH/RFC 02/48] v4l: vsp1: Always setup the display list
` [PATCH/RFC 03/48] v4l: vsp1: Simplify frame end processing
` [PATCH/RFC 04/48] v4l: vsp1: Split display list manager from display list
` [PATCH/RFC 05/48] v4l: vsp1: Store the display list manager in the WPF
` [PATCH/RFC 06/48] v4l: vsp1: bru: Don't program background color in control set handler
` [PATCH/RFC 07/48] v4l: vsp1: rwpf: Don't program alpha value "
` [PATCH/RFC 08/48] v4l: vsp1: sru: Don't program intensity "
` [PATCH/RFC 09/48] v4l: vsp1: Don't setup control handler when starting streaming
` [PATCH/RFC 10/48] v4l: vsp1: Enable display list support for the HS[IT], LUT, SRU and UDS
` [PATCH/RFC 11/48] v4l: vsp1: Don't configure RPF memory buffers before calculating offsets
` [PATCH/RFC 12/48] v4l: vsp1: Remove unneeded entity streaming flag
` [PATCH/RFC 13/48] v4l: vsp1: Document calling context of vsp1_pipeline_propagate_alpha()
` [PATCH/RFC 14/48] v4l: vsp1: Fix 80 characters per line violations
` [PATCH/RFC 15/48] v4l: vsp1: Add header display list support
` [PATCH/RFC 16/48] v4l: vsp1: Use display lists with the userspace API
` [PATCH/RFC 17/48] v4l: vsp1: Move subdev initialization code to vsp1_entity_init()
` [PATCH/RFC 18/48] v4l: vsp1: Consolidate entity ops in a struct vsp1_entity_operations
` [PATCH/RFC 19/48] v4l: vsp1: Fix BRU try compose rectangle storage
` [PATCH/RFC 20/48] v4l: vsp1: Add race condition FIXME comment
` [PATCH/RFC 21/48] media: Move media_device link_notify operation to an ops structure
` [PATCH/RFC 22/48] media: Add per-file-handle data support
` [PATCH/RFC 23/48] media: Add request API
` [PATCH/RFC 24/48] media: Add per-entity request data support
` [PATCH/RFC 25/48] videodev2.h: Add request field to v4l2_buffer
` [PATCH/RFC 26/48] videodev2.h: Add request field to v4l2_pix_format_mplane
` [PATCH/RFC 27/48] v4l2-subdev.h: Add request field to format and selection structures
` [PATCH/RFC 28/48] v4l: Support the request API in format operations
` [PATCH/RFC 29/48] v4l: subdev: Add pad config allocator and init
` [PATCH/RFC 30/48] v4l: subdev: Call pad init_cfg operation when opening subdevs
` [PATCH/RFC 31/48] v4l: subdev: Support the request API in format and selection operations
` [PATCH/RFC 32/48] vb2: Add allow_requests flag
` [PATCH/RFC 33/48] vb2: Add helper function to check for request buffers
` [PATCH/RFC 34/48] vb2: Add helper function to queue request-specific buffer
` [PATCH/RFC 35/48] DocBook: media: Document the media request API
` [PATCH/RFC 36/48] DocBook: media: Document the V4L2 "
` [PATCH/RFC 37/48] DocBook: media: Document the subdev selection API
` [PATCH/RFC 38/48] DocBook: media: Document the V4L2 subdev request API
` [PATCH/RFC 39/48] v4l: vsp1: Implement and use the subdev pad::init_cfg configuration
` [PATCH/RFC 40/48] v4l: vsp1: Store active formats in a pad config structure
` [PATCH/RFC 41/48] v4l: vsp1: Store active selection rectangles "
` [PATCH/RFC 42/48] v4l: vsp1: Create a new configure operation to setup modules
` [PATCH/RFC 43/48] v4l: vsp1: Merge RPF and WPF pad ops structures
` [PATCH/RFC 44/48] v4l: vsp1: Pass a media request to the module configure operations
` [PATCH/RFC 45/48] v4l: vsp1: Use __vsp1_video_try_format to initialize format at init time
` [PATCH/RFC 46/48] v4l: vsp1: Support video device formats stored in requests
` [PATCH/RFC 47/48] v4l: vsp1: Pass display list explicitly to configure functions
` [PATCH/RFC 48/48] v4l: vsp1: Support the request API

per-frame camera metadata (again)
 2015-12-21  3:41 UTC  (5+ messages)

[GIT PULL 4.5] rtl2832u changes
 2015-12-21  3:03 UTC 

Some build questions
 2015-12-20 22:28 UTC 

[PATCH] usbtv: discard redundant video fields
 2015-12-20 11:57 UTC 

JUST REPLY YES ONLY
 2015-12-20  9:51 UTC 

[PATCH] media: soc_camera: rcar_vin: Add R-Car Gen3 support
 2015-12-20  9:52 UTC  (3+ messages)

cron job: media_tree daily build: ERRORS
 2015-12-20  3:40 UTC 

[PATCH] rtl2832: do not filter out slave TS null packets
 2015-12-20  3:15 UTC 

[PATCH 1/2] rtl28xxu: return demod reg page from driver cache
 2015-12-20  2:03 UTC  (2+ messages)
` [PATCH 2/2] rtl2832: print reg number on error case

[PATCH] [media] gsc-m2m: Use an unsigned data type for a variable
 2015-12-19 20:42 UTC  (2+ messages)

usbvision: problems adding support for ATI TV Wonder USB Edition
 2015-12-19  6:12 UTC 

cron job: media_tree daily build: ERRORS
 2015-12-19  3:29 UTC 

Media Controller patches
 2015-12-18 22:34 UTC  (8+ messages)

[media:topic/media-controller 2022/2026] drivers/media/usb/uvc/uvc_driver.c:1960:2: note: in expansion of macro 'if'
 2015-12-18 20:50 UTC 

[PATCH v1 1/1] tea575x: convert to library
 2015-12-18 20:32 UTC 

Automatic device driver back-porting with media_build
 2015-12-18 19:42 UTC  (22+ messages)

[GIT PULL for v4.4-rc6] media fixes
 2015-12-18 17:33 UTC 

[PATCH] [media] cx23885-dvb: move initialization of a8293_pdata
 2015-12-18 17:23 UTC  (3+ messages)

[GIT PULL] mem2mem changes
 2015-12-18 17:22 UTC 

[PATCH] [media] dvbdev: avoid unused functions
 2015-12-18 15:14 UTC 

Patches to dvbv5-zap
 2015-12-18 14:28 UTC  (5+ messages)
` [v4l-utils PATCH-v2 1/4] dvbv5-zap.c: fix setting signal handlers
` [v4l-utils PATCH-v2 2/4] dvbv5-zap.c: allow timeout with -x
` [v4l-utils PATCH-v2 3/4] dvbv5-zap.c: fix wrong signal
` [v4l-utils PATCH-v2 4/4] dvbv5-zap.c: Move common signals code into function

Review & Reply
 2015-12-18 10:18 UTC 

[PATCH 1/5] staging: media: lirc: replace NULL comparisons with !var
 2015-12-18 13:05 UTC  (5+ messages)
` [PATCH 2/5] staging: media: lirc: no space after cast
` [PATCH 3/5] staging: media: lirc: space around operator
` [PATCH 4/5] staging: media: lirc: place operator on previous line
` [PATCH 5/5] staging: media: lirc: use new parport device model

problem with coda when running qt-gstreamer and video reaches its end (resending in plain text)
 2015-12-18 12:25 UTC  (4+ messages)

sn9c20x: incorrect support for 0c45:6270 MT9V011/MT9V111 ?
 2015-12-18 11:48 UTC 

[PATCH 0/3] support of v4l2 encoder for STMicroelectronics SOC
 2015-12-18 11:42 UTC  (5+ messages)
` [PATCH 1/3] Documentation: devicetree: add STI HVA binding
` [PATCH 2/3] [media] hva: STiH41x multi-format video encoder V4L2 driver
` [PATCH 3/3] [media] hva: add h264 support

Preliminary HDCP code available in my tree
 2015-12-18 11:00 UTC  (2+ messages)

[v4l-utils PATCH 1/1] dvbv5-zap.c: fix setting signal handlers
 2015-12-18 10:35 UTC 

cron job: media_tree daily build: WARNINGS
 2015-12-18  4:11 UTC 

VIVID bug in BGRA and ARGB
 2015-12-18  0:04 UTC  (2+ messages)

dvb-t
 2015-12-17 18:35 UTC 

Darlehen bieten
 2015-12-18  7:00 UTC 

[PATCH] [media] uapi/media.h: Use u32 for the number of graph objects
 2015-12-17 15:20 UTC  (5+ messages)

[PATCH] [media] media-entity: don't sleep at media_device_register_entity()
 2015-12-17 10:57 UTC  (2+ messages)
` [PATCH v2] "

Review & Reply
 2015-12-17  0:55 UTC 

[RFC/PATCH] v4l: vsp1: Configure device based on IP version
 2015-12-17  6:20 UTC 

[PATCH v2 0/8] Add MT8173 Video Encoder Driver and VPU Driver
 2015-12-17  5:52 UTC  (8+ messages)
` [PATCH v2 6/8] [Media] vcodec: mediatek: Add Mediatek V4L2 Video Encoder Driver

cron job: media_tree daily build: WARNINGS
 2015-12-17  3:58 UTC 

[PATCH v2 00/22] Unrestricted media entity ID range support
 2015-12-12 15:18 UTC  (3+ messages)
` [PATCH v2 07/22] media: Amend media graph walk API by init and cleanup functions

[PATCH] [media] media-entity: increase max number of PADs
 2015-12-16 17:19 UTC 

[PATCH] [media] media-entity.h: document the remaining functions
 2015-12-16 17:16 UTC 

[PATCH] android: fix warning when releasing active sync point
 2015-12-16 15:37 UTC  (8+ messages)

[PATCH v3 0/7] Exynos: MFC driver: reserved memory cleanup and IOMMU support
 2015-12-16 15:37 UTC  (8+ messages)
` [PATCH v3 1/7] ARM: Exynos: convert MFC device to generic reserved memory bindings
` [PATCH v3 2/7] ARM: dts: exynos4412-odroid*: enable MFC device
` [PATCH v3 3/7] of: reserved_mem: add support for named reserved mem nodes
` [PATCH v3 4/7] media: vb2-dma-contig: add helper for setting dma max seg size
` [PATCH v3 5/7] media: set proper max seg size for devices on Exynos SoCs
` [PATCH v3 6/7] media: s5p-mfc: replace custom reserved memory init code with generic one
` [PATCH v3 7/7] media: s5p-mfc: add iommu support

[linuxtv-media:media-controller 2022/2026] drivers/media/usb/au0828/au0828-core.c:445:36: error: 'struct au0828_dev' has no member named 'media_dev'
 2015-12-16 15:24 UTC 

[PATCH v3 03/23] media: Add an API to manage entity enumerations
 2015-12-16 13:44 UTC  (2+ messages)
` [PATCH v3.1 "


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).