public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2014-02-22 22:18:29 to 2014-02-26 16:52:04 UTC [more...]

[REVIEW PATCH 00/16] SDR API - drivers
 2014-02-26 16:52 UTC  (4+ messages)
` [REVIEW PATCH 13/16] rtl2832_sdr: expose e4000 controls to user

Dell XPS 12 USB camera bulk mode issues
 2014-02-26 15:40 UTC  (4+ messages)

video from USB DVB-T get damaged after some time
 2014-02-26 15:34 UTC  (14+ messages)
                  ` video from USB DVB-T get damaged after some time (it9135)

[PATCH v4 0/3] Move device tree graph parsing helpers to drivers/of
 2014-02-26 15:47 UTC  (10+ messages)
` [PATCH v4 1/3] [media] of: move graph helpers from drivers/media/v4l2-core "
` [PATCH v4 2/3] [media] of: move common endpoint parsing "
` [PATCH v4 3/3] Documentation: of: Document graph bindings

GOOD NEWS
 2014-02-25 20:14 UTC 

[RFC PATCH] [media]: of: move graph helpers from drivers/media/v4l2-core to drivers/of
 2014-02-26 14:48 UTC  (5+ messages)

Unsupported Anysee version
 2014-02-26 14:08 UTC 

[PATCH v2] uvcvideo: Do not use usb_set_interface on bulk EP
 2014-02-26 13:38 UTC 

[RFC v6 0/3] add new Dual LED FLASH LM3646
 2014-02-26 12:56 UTC  (6+ messages)
` [RFC v6 1/3] v4l2-controls.h: add addtional Flash fault bits
` [RFC v6,2/3] controls.xml : "
` [RFC v6,3/3] media: i2c: add new dual LED Flash driver, lm364

[PATCH 00/16] sleep_on removal, second try
 2014-02-26 11:01 UTC  (5+ messages)
` [PATCH 05/16] [media] omap_vout: avoid sleep_on race
` [PATCH 06/16] [media] usbvision: drop unused define USBVISION_SAY_AND_WAIT
` [PATCH 07/16] [media] radio-cadet: avoid interruptible_sleep_on race
` [PATCH 08/16] [media] arv: fix sleep_on race

[PATCH, RFC 00/30] sleep_on removal
 2014-02-26  9:56 UTC  (8+ messages)
` [PATCH, RFC 05/30] [media] omap_vout: avoid sleep_on race
` [PATCH, RFC 08/30] [media] arv: fix "

[PATCH] [media] rtl28xxu: add USB ID for Genius TVGo DVB-T03
 2014-02-26  9:31 UTC  (2+ messages)

GOOD NEWS
 2014-02-25  9:12 UTC 

cron job: media_tree daily build: WARNINGS
 2014-02-26  3:38 UTC 

[GIT PULL] git://linuxtv.org/mkrufky/dvb dvb
 2014-02-26  2:49 UTC 

[PATCH v5 0/7] Fix buffer timestamp documentation, add new timestamp flags
 2014-02-26  0:09 UTC  (22+ messages)
` [PATCH v5 2/7] v4l: Use full 32 bits for buffer flags
` [PATCH v5 3/7] v4l: Add timestamp source flags, mask and document them
` [PATCH v5 5/7] exynos-gsc, m2m-deinterlace, mx2_emmaprp: Copy v4l2_buffer data from src to dst
` [PATCH v5 6/7] v4l: Copy timestamp source flags to destination on m2m devices
` [PATCH v5 7/7] v4l: Document timestamp buffer flag behaviour

Upstreaming SAA716x driver to the media_tree
 2014-02-25 22:27 UTC  (8+ messages)

Kedves e-mail felhasználók;
 2014-02-25 11:53 UTC 

[PATCH] media: soc_camera: rcar_vin: Add support for 10-bit YUV cameras
 2014-02-25 13:40 UTC  (5+ messages)
  ` [PATCH v2] "

[PATCH v5 00/10] Add device tree support for Exynos4 camera interface
 2014-02-25 13:37 UTC  (15+ messages)
` [PATCH v5 01/10] Documentation: dt: Add binding documentation for S5K6A3 image sensor
` [PATCH v5 02/10] Documentation: dt: Add binding documentation for S5C73M3 camera
` [PATCH v5 03/10] Documentation: devicetree: Update Samsung FIMC DT binding
` [PATCH v5 04/10] V4L: Add driver for s5k6a3 image sensor
` [PATCH v5 05/10] V4L: s5c73m3: Add device tree support
` [PATCH v5 06/10] exynos4-is: Use external s5k6a3 sensor driver
` [PATCH v5 07/10] exynos4-is: Add clock provider for the SCLK_CAM clock outputs
` [PATCH v5 08/10] exynos4-is: Add support for asynchronous subdevices registration
` [PATCH v5 09/10] ARM: dts: Add rear camera nodes for Exynos4412 TRATS2 board
` [PATCH v5 10/10] ARM: dts: exynos4: Update camera clk provider and s5k6a3 sensor node

[REVIEWv2 PATCH 00/15] vb2: fixes, balancing callbacks (PART 1)
 2014-02-25 12:52 UTC  (16+ messages)
` [REVIEWv2 PATCH 01/15] vb2: Check if there are buffers before streamon
` [REVIEWv2 PATCH 02/15] vb2: fix read/write regression
` [REVIEWv2 PATCH 03/15] vb2: fix PREPARE_BUF regression
` [REVIEWv2 PATCH 04/15] vb2: add debugging code to check for unbalanced ops
` [REVIEWv2 PATCH 05/15] vb2: change result code of buf_finish to void
` [REVIEWv2 PATCH 06/15] vb2: add note that buf_finish can be called with !vb2_is_streaming()
` [REVIEWv2 PATCH 07/15] vb2: call buf_finish from __dqbuf
` [REVIEWv2 PATCH 08/15] vb2: fix buf_init/buf_cleanup call sequences
` [REVIEWv2 PATCH 09/15] vb2: rename queued_count to owned_by_drv_count
` [REVIEWv2 PATCH 10/15] vb2: don't init the list if there are still buffers
` [REVIEWv2 PATCH 11/15] vb2: only call start_streaming if sufficient buffers are queued
` [REVIEWv2 PATCH 12/15] vb2: properly clean up PREPARED and QUEUED buffers
` [REVIEWv2 PATCH 13/15] vb2: replace BUG by WARN_ON
` [REVIEWv2 PATCH 14/15] vb2: fix streamoff handling if streamon wasn't called
` [REVIEWv2 PATCH 15/15] vivi: correctly cleanup after a start_streaming failure

Problem with PCTV Systems nanoStick T2 290e and frontends
 2014-02-25 12:17 UTC  (2+ messages)

[RFCv1 PATCH 0/2] Add viloop and vioverlay drivers
 2014-02-25 10:33 UTC  (3+ messages)
` [RFCv1 PATCH 1/2] viloop: add video loopback driver
` [RFCv1 PATCH 2/2] vioverlay: add video overlay test driver

[RFCv1 PATCH 00/13] core, vivi and mem2mem_testdev fixes
 2014-02-25 10:16 UTC  (14+ messages)
` [RFCv1 PATCH 01/13] v4l2-ioctl: add CREATE_BUFS sanity checks
` [RFCv1 PATCH 02/13] v4l2-ioctl: clips, clipcount and bitmap should not be zeroed
` [RFCv1 PATCH 03/13] DocBook: fix incorrect code example
` [RFCv1 PATCH 04/13] vivi: fix ENUM_FRAMEINTERVALS implementation
` [RFCv1 PATCH 05/13] vivi: add multiplanar support
` [RFCv1 PATCH 06/13] vivi: add support for a video overlay
` [RFCv1 PATCH 07/13] mem2mem_testdev: use 40ms default transfer time
` [RFCv1 PATCH 08/13] mem2mem_testdev: pick default format with try_fmt
` [RFCv1 PATCH 09/13] mem2mem_testdev: set priv to 0
` [RFCv1 PATCH 10/13] mem2mem_testdev: add USERPTR support
` [RFCv1 PATCH 11/13] mem2mem_testdev: return pending buffers in stop_streaming()
` [RFCv1 PATCH 12/13] mem2mem_testdev: fix field, sequence and time copying
` [RFCv1 PATCH 13/13] mem2mem_testdev: improve field handling

[RFCv1 PATCH 00/20] vb2: more fixes, add dmabuf/expbuf (PART 2)
 2014-02-25 10:04 UTC  (21+ messages)
` [RFCv1 PATCH 01/20] vb2: stop_streaming should return void
` [RFCv1 PATCH 02/20] vb2: fix handling of data_offset and v4l2_plane.reserved[]
` [RFCv1 PATCH 03/20] vb2: if bytesused is 0, then fill with output buffer length
` [RFCv1 PATCH 04/20] vb2-dma-sg: add allocation context to dma-sg
` [RFCv1 PATCH 05/20] vb2-dma-sg: add prepare/finish memops
` [RFCv1 PATCH 06/20] vb2: memop prepare: return errors
` [RFCv1 PATCH 07/20] vb2: call memop prepare before the buf_prepare op is called
` [RFCv1 PATCH 08/20] vb2-dma-sg: add dmabuf import support
` [RFCv1 PATCH 09/20] vb2-dma-sg: add get_dmabuf
` [RFCv1 PATCH 10/20] vb2-vmalloc: add get_dmabuf support
` [RFCv1 PATCH 11/20] vb2: improve buf_prepare/finish comments
` [RFCv1 PATCH 12/20] vb2: use correct prefix
` [RFCv1 PATCH 13/20] vb2: move __qbuf_mmap before __qbuf_userptr
` [RFCv1 PATCH 14/20] vb2: allow read/write as long as the format is single planar
` [RFCv1 PATCH 15/20] vb2: replace 'write' by 'dma_dir'
` [RFCv1 PATCH 16/20] vb2: fix timecode and flags handling for output buffers
` [RFCv1 PATCH 17/20] vb2: set timestamp when using write()
` [RFCv1 PATCH 18/20] vb2: reject output buffers with V4L2_FIELD_ALTERNATE
` [RFCv1 PATCH 19/20] vb2: add vb2_fileio_is_active and check it more often
` [RFCv1 PATCH 20/20] vb2: simplify a confusing condition

[REVIEWv1 PATCH 00/16] vb2: fixes, balancing callbacks (PART 1)
 2014-02-25  9:48 UTC  (15+ messages)
` [REVIEWv1 PATCH 01/14] vb2: Check if there are buffers before streamon
` [REVIEWv1 PATCH 02/14] vb2: fix read/write regression
` [REVIEWv1 PATCH 03/14] vb2: fix PREPARE_BUF regression
` [REVIEWv1 PATCH 04/14] vb2: add debugging code to check for unbalanced ops
` [REVIEWv1 PATCH 05/14] vb2: change result code of buf_finish to void
` [REVIEWv1 PATCH 06/14] vb2: add note that buf_finish can be called with !vb2_is_streaming()
` [REVIEWv1 PATCH 07/14] vb2: call buf_finish from __dqbuf
` [REVIEWv1 PATCH 08/14] vb2: fix buf_init/buf_cleanup call sequences
` [REVIEWv1 PATCH 09/14] vb2: rename queued_count to owned_by_drv_count
` [REVIEWv1 PATCH 10/14] vb2: don't init the list if there are still buffers
` [REVIEWv1 PATCH 11/14] vb2: only call start_streaming if sufficient buffers are queued
` [REVIEWv1 PATCH 12/14] vb2: properly clean up PREPARED and QUEUED buffers
` [REVIEWv1 PATCH 13/14] vb2: replace BUG by WARN_ON
` [REVIEWv1 PATCH 14/14] vivi: correctly cleanup after a start_streaming failure

patch for media-build for CentOS release 6.5 (Final)
 2014-02-23 19:35 UTC 

[PATCH] [media] davinci: vpfe: remove deprecated IRQF_DISABLED
 2014-02-25  7:58 UTC  (7+ messages)
` [PATCH][RESEND] "

[PATCH v2] media: soc-camera: OF cameras
 2014-02-25  6:19 UTC  (4+ messages)

[GIT PULL FOR v3.15] Davinci VPFE Patches
 2014-02-25  5:59 UTC  (2+ messages)

cron job: media_tree daily build: WARNINGS
 2014-02-25  3:37 UTC 

[patch] [media] em28xx-cards: don't print a misleading message
 2014-02-24 18:13 UTC  (3+ messages)

Support for Empia 2980 video/audio capture chip set
 2014-02-24 17:38 UTC  (8+ messages)

[PATCH 0/6] dma-buf synchronization patches (updated)
 2014-02-24 16:30 UTC  (7+ messages)
` [PATCH 1/6] fence: dma-buf cross-device synchronization (v17)
` [PATCH 2/6] seqno-fence: Hardware dma-buf implementation of fencing (v5)
` [PATCH 3/6] dma-buf: use reservation objects
` [PATCH 4/6] android: convert sync to fence api, v5
` [PATCH 5/6] reservation: add support for fences to enable cross-device synchronisation
` [PATCH 6/6] dma-buf: add poll support, v3

[PATCH 0/6] dma-buf synchronization patches
 2014-02-24 13:01 UTC  (4+ messages)
` [PATCH 4/6] android: convert sync to fence api, v4

af9035 vs. it913x
 2014-02-24  8:40 UTC 

[RFC v5,2/3] controls.xml : add addtional Flash fault bits
 2014-02-24  4:12 UTC  (3+ messages)

cron job: media_tree daily build: WARNINGS
 2014-02-24  3:37 UTC 

[PATCHv7][ 1/7] [media] v4l2: add new V4L2_PIX_FMT_RGB666 pixel format
 2014-02-24  2:15 UTC  (2+ messages)

[GIT PULL PATCHES for 3.15] Various small gspca fixes
 2014-02-23 22:16 UTC 

[PATCH] omap3isp: Fix kerneldoc for _module_sync_is_stopping and isp_isr()
 2014-02-23 22:11 UTC  (2+ messages)

[media] gspca - topro: New subdriver for Topro webcams
 2014-02-23 22:04 UTC  (2+ messages)

[patch] [media] gspca_stv06xx: remove an unneeded check
 2014-02-23 21:47 UTC  (2+ messages)

[PATCH] media: gspca: sn9c20x: add ID for Genius Look 1320 V2
 2014-02-23 21:47 UTC  (2+ messages)

question about drivers/media/usb/gspca/kinect.c
 2014-02-23 21:45 UTC  (3+ messages)
` [PATCH 1/2] gspca_kinect: fix kinect_read() error path

[APP-BUG] UVC camera not working with skype
 2014-02-23 20:13 UTC  (5+ messages)

Kedves: Webmail Előfizető
 2014-02-23 15:41 UTC 

Vážení: Webmail odberateľ
 2014-02-23 15:21 UTC 

[PATCHv2 0/2] uvcvideo: Support Logitech RGB Bayer formats
 2014-02-23 11:39 UTC  (2+ messages)
` [linux-uvc-devel] "

[PATCH v5.1 3/7] v4l: Add timestamp source flags, mask and document them
 2014-02-23 11:36 UTC  (3+ messages)
` [PATCH v5.2 "

[PATCH v5 7/7] v4l: Document timestamp buffer flag behaviour
 2014-02-23 10:39 UTC  (4+ messages)
` [PATCH v5.1 "

[RFCv4 PATCH 00/11] vb2: fixes, balancing callbacks
 2014-02-23  8:57 UTC  (5+ messages)
` [RFCv4 PATCH 08/11] vb2: q->num_buffers was updated too soon
` [RFCv4 PATCH 09/11] vb2: only call start_streaming if sufficient buffers are queued

cron job: media_tree daily build: WARNINGS
 2014-02-23  3:36 UTC 

[PATCH v4 00/10] Add device tree support for Exynos4 SoC camera subsystem
 2014-02-22 22:52 UTC  (9+ messages)
` [PATCH v4 03/10] Documentation: devicetree: Update Samsung FIMC DT binding
` [PATCH v4 07/10] exynos4-is: Add clock provider for the SCLK_CAM clock outputs


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox