linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-06-18 14:30:46 to 2012-06-22 12:30:18 UTC [more...]

[RFCv2 PATCH 00/34] Core and vb2 enhancements
 2012-06-22 12:21 UTC  (35+ messages)
` [RFCv2 PATCH 01/34] Regression fixes
  ` [RFCv2 PATCH 02/34] v4l2-ioctl.c: move a block of code down, no other changes
  ` [RFCv2 PATCH 03/34] v4l2-ioctl.c: introduce INFO_FL_CLEAR to replace switch
  ` [RFCv2 PATCH 04/34] v4l2-ioctl.c: v4l2-ioctl: add debug and callback/offset functionality
  ` [RFCv2 PATCH 05/34] v4l2-ioctl.c: remove an unnecessary #ifdef
  ` [RFCv2 PATCH 06/34] v4l2-ioctl.c: use the new table for querycap and i/o ioctls
  ` [RFCv2 PATCH 07/34] v4l2-ioctl.c: use the new table for priority ioctls
  ` [RFCv2 PATCH 08/34] v4l2-ioctl.c: use the new table for format/framebuffer ioctls
  ` [RFCv2 PATCH 09/34] v4l2-ioctl.c: use the new table for overlay/streamon/off ioctls
  ` [RFCv2 PATCH 10/34] v4l2-ioctl.c: use the new table for std/tuner/modulator ioctls
  ` [RFCv2 PATCH 11/34] v4l2-ioctl.c: use the new table for queuing/parm ioctls
  ` [RFCv2 PATCH 12/34] v4l2-ioctl.c: use the new table for control ioctls
  ` [RFCv2 PATCH 13/34] v4l2-ioctl.c: use the new table for selection ioctls
  ` [RFCv2 PATCH 14/34] v4l2-ioctl.c: use the new table for compression ioctls
  ` [RFCv2 PATCH 15/34] v4l2-ioctl.c: use the new table for debug ioctls
  ` [RFCv2 PATCH 16/34] v4l2-ioctl.c: use the new table for preset/timings ioctls
  ` [RFCv2 PATCH 17/34] v4l2-ioctl.c: use the new table for the remaining ioctls
  ` [RFCv2 PATCH 18/34] v4l2-ioctl.c: finalize table conversion
  ` [RFCv2 PATCH 19/34] v4l2-dev.c: add debug sysfs entry
  ` [RFCv2 PATCH 20/34] v4l2-ioctl: remove v4l_(i2c_)print_ioctl
  ` [RFCv2 PATCH 21/34] ivtv: don't mess with vfd->debug
  ` [RFCv2 PATCH 22/34] cx18: "
  ` [RFCv2 PATCH 23/34] vb2-core: refactor reqbufs/create_bufs
  ` [RFCv2 PATCH 24/34] vb2-core: add support for count == 0 in create_bufs
  ` [RFCv2 PATCH 25/34] Spec: document CREATE_BUFS behavior if count == 0
  ` [RFCv2 PATCH 26/34] v4l2-dev/ioctl.c: add vb2_queue support to video_device
  ` [RFCv2 PATCH 27/34] videobuf2-core: add helper functions
  ` [RFCv2 PATCH 28/34] vivi: remove pointless g/s_std support
  ` [RFCv2 PATCH 29/34] vivi: embed struct video_device instead of allocating it
  ` [RFCv2 PATCH 30/34] vivi: use vb2 helper functions
  ` [RFCv2 PATCH 31/34] vivi: add create_bufs/preparebuf support
  ` [RFCv2 PATCH 32/34] v4l2-dev.c: also add debug support for the fops
  ` [RFCv2 PATCH 33/34] pwc: use the new vb2 helpers
  ` [RFCv2 PATCH 34/34] pwc: v4l2-compliance fixes

DiBcom adapter problems
 2012-06-22 12:15 UTC  (5+ messages)

[PATCH 0/8] Miscellaneous soc-camera patches
 2012-06-22 11:23 UTC  (7+ messages)
` [PATCH 3/8] ov2640: Don't access the device in the g_mbus_fmt operation
` [PATCH 7/8] soc-camera: Add and use soc_camera_power_[on|off]() helper functions
` [PATCH 8/8] soc-camera: Push probe-time power management to drivers

Recent patch for videobuf causing a crash to my driver
 2012-06-22  9:45 UTC  (9+ messages)

How to make bug report
 2012-06-22  5:08 UTC  (4+ messages)

[3.2->3.3 regression] mceusb: only every second keypress is recognised
 2012-06-22  4:52 UTC 

[PATCH] s5p-mfc: Fix setting controls
 2012-06-21 23:46 UTC 

[PATCH] omap3isp: preview: Add support for non-GRBG Bayer patterns
 2012-06-21 23:29 UTC  (3+ messages)

[PATCH] media: no semicolon after switch
 2012-06-21 23:18 UTC  (2+ messages)

[RFC] Media controller entity information ioctl [was "Re: [patch] suggestion for media framework"]
 2012-06-21 23:12 UTC  (4+ messages)
    ` [linux-uvc-devel] "

Chipset change for CX88_BOARD_PINNACLE_PCTV_HD_800i
 2012-06-21 22:43 UTC  (3+ messages)

[Q] What's preventing solo6x10 driver from moving out of staging
 2012-06-21 22:34 UTC  (4+ messages)

[PATCH 01/10] staging: solo6x10: Fix TODO file with proper maintainer
 2012-06-21 19:52 UTC  (10+ messages)
` [PATCH 02/10] staging: solo6x10: Use linux/{io,uaccess}.h instead of asm/{io,uaccess}.h
` [PATCH 03/10] staging: solo6x10: Replace C++ style comment with C style
` [PATCH 04/10] staging: solo6x10: Use DEFINE_PCI_DEVICE_TABLE for struct pci_device_id
` [PATCH 05/10] staging: solo6x10: Remove format type mismatch warning
` [PATCH 06/10] staging: solo6x10: Replace printk(KERN_WARNING with dev_warn
` [PATCH 07/10] staging: solo6x10: Merge quoted string split across lines
` [PATCH 08/10] staging: solo6x10: Declare static const array properly
` [PATCH 09/10] staging: solo6x10: Fix several over 80 character lines
` [PATCH 10/10] staging: solo6x10: Avoid extern declaration by reworking module parameter

[PATCH 0/10] staging: solo6x10: General cleaning with ./scripts/checkpatch.pl
 2012-06-21 19:53 UTC 

[PATCH] [media] drxk: change it to use request_firmware_nowait()
 2012-06-21 19:10 UTC  (4+ messages)

[PATCH] dvb: push down ioctl lock in dvb_usercopy
 2012-06-21 17:44 UTC 

hacking MT9P031 (LI-5M03) driver in Ubuntu 12.04 on BeagleBoard xM?
 2012-06-21 16:38 UTC 

hdpvr lockup with audio dropouts
 2012-06-21 13:02 UTC  (2+ messages)

[PATCH] [media] smiapp-core: fix compilation build error
 2012-06-21 13:07 UTC 

extend v4l2_mbus_framefmt
 2012-06-21 11:28 UTC  (12+ messages)

YOUR EMAIL HAS WON YOU £570,000.00
 2012-06-21  9:22 UTC 

YOUR EMAIL HAS WON YOU £570,000.00
 2012-06-21  8:59 UTC 

[PATCH v3 1/9] string: introduce memweight
 2012-06-21  9:07 UTC  (5+ messages)
` [PATCH v3 5/9] video/uvc: use memweight()

[RFC/PATCH] fb: Add dma-buf support
 2012-06-21  9:05 UTC  (5+ messages)
` [Linaro-mm-sig] "

[PATCH] media: remove unused element datawidth from struct mt9m111
 2012-06-21  7:18 UTC  (2+ messages)

[PATCH] media: pms.c needs linux/slab.h
 2012-06-21  6:12 UTC  (2+ messages)

DVB USB new version v2
 2012-06-21  3:26 UTC 

em28xx : can work on ARM beagleboard ?
 2012-06-21  2:32 UTC  (5+ messages)

Oops when unplugging Hauppauge WinTV MiniStick USB DVB-T device
 2012-06-21  1:39 UTC 

DVC100 doesn't work on cm-t3530 board
 2012-06-21  1:54 UTC 

[v4l-utils] Add configure option to allow qv4l2 disable
 2012-06-20 15:55 UTC  (7+ messages)

[RFC] Support for 'Coda' video codec IP
 2012-06-20 14:33 UTC  (17+ messages)

[PATCH] v4l: Default to the selection API to implement capture crop
 2012-06-20 14:13 UTC 

[PATCHv7 00/15] Integration of videobuf2 with dmabuf
 2012-06-20 13:02 UTC  (14+ messages)
` [PATCHv7 02/15] Documentation: media: description of DMABUF importing in V4L2
` [PATCHv7 03/15] v4l: vb2: add support for shared buffer (dma_buf)
` [PATCHv7 06/15] v4l: vb2-dma-contig: remove reference of alloc_ctx from a buffer
` [PATCHv7 10/15] v4l: vb2-dma-contig: add prepare/finish to dma-contig allocator
` [PATCHv7 12/15] v4l: vb2-vmalloc: add support for dmabuf importing

DVB streaming failed after running tzap
 2012-06-20  7:22 UTC  (4+ messages)

[PATCH 0/5] UVC webcam gadget related changes
 2012-06-19 21:49 UTC  (7+ messages)
` [PATCH 4/5] usb: gadget/uvc: Port UVC webcam gadget to use videobuf2 framework
` [PATCH 5/5] usb: gadget/uvc: Add support for 'USB_GADGET_DELAYED_STATUS' response for a set_intf(alt-set 1) command

uvcvideo issue with kernel 3.5-rc2 and 3
 2012-06-19 20:05 UTC  (3+ messages)

[RFCv2 PATCH 0/5] Add hwseek caps and frequency bands
 2012-06-19 19:19 UTC  (15+ messages)
` [RFCv2 PATCH 4/6] videodev2.h: add frequency band information

[RFC] [media] cx231xx: restore tuner settings on first open
 2012-06-19 15:55 UTC  (9+ messages)

[PATCH 1/1] [media] ene_ir: Fix driver initialisation
 2012-06-19 15:29 UTC 

Update Your Webmail E-mail Now
 2012-06-19  9:20 UTC 

[PATCH] Revert "[media] media: mx2_camera: Fix mbus format handling"
 2012-06-19  1:02 UTC  (3+ messages)

SoC i.mx35 userptr method failure while running capture-example utility
 2012-06-19  0:53 UTC  (4+ messages)

[PATCH] make VIDEO_MEDIA depends on DVB_CORE only (removing depends VIDEO_DEV)
 2012-06-18 23:01 UTC  (2+ messages)

[PATCH] DVB: stb0899: speed up getting BER values
 2012-06-18 22:28 UTC  (2+ messages)

[PATCH 0/12] struct i2c_algo_bit_data cleanup on several drivers
 2012-06-18 21:17 UTC  (6+ messages)

hi
 2012-06-18 16:25 UTC 

[PATCH] media: add Analog Devices ADV7393 video encoder driver
 2012-06-18 19:32 UTC 

[PATCH 01/12] saa7164: Use i2c_rc properly to store i2c register status
 2012-06-18 19:23 UTC  (12+ messages)
` [PATCH 02/12] saa7164: Remove useless struct i2c_algo_bit_data
` [PATCH 03/12] saa7164: Replace struct memcpy with struct assignment
` [PATCH 04/12] cx23885: Use i2c_rc properly to store i2c register status
` [PATCH 05/12] cx23885: Remove useless struct i2c_algo_bit_data
` [PATCH 06/12] cx23885: Replace struct memcpy with struct assignment
` [PATCH 07/12] cx231xx: Use i2c_rc properly to store i2c register status
` [PATCH 08/12] cx231xx: Remove useless struct i2c_algo_bit_data usage
` [PATCH 09/12] cx231xx: Replace struct memcpy with struct assignment
` [PATCH 10/12] cx25821: Use i2c_rc properly to store i2c register status
` [PATCH 11/12] cx25821: Remove useless struct i2c_algo_bit_data usage
` [PATCH 12/12] cx25821: Replace struct memcpy with struct assignment

[PATCH 3 of 3] media: gpio-ir-recv: switch to module_platform_driver
 2012-06-18 19:03 UTC 

[PATCH 0 of 3] media: gpio-ir-recv: several improvements
 2012-06-18 19:01 UTC 

[PATCH 2 of 3] media: gpio-ir-recv: add map name
 2012-06-18 19:02 UTC 

[PATCH 1 of 3] media: gpio-ir-recv: fix missing udev by-path entry
 2012-06-18 19:02 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).