linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-05-20 15:30:16 to 2012-05-23 15:27:25 UTC [more...]

[PATCH 0/8] Miscellaneous soc-camera patches
 2012-05-23 15:27 UTC  (4+ messages)
` [PATCH 1/8] soc-camera: Don't fail at module init time if no device is present
` [PATCH 2/8] soc-camera: Pass the physical device to the power operation
` [PATCH 3/8] ov2640: Don't access the device in the g_mbus_fmt operation

[PATCH 01/10] string: introduce memweight
 2012-05-23 13:16 UTC  (9+ messages)
` [PATCH 06/10] video/uvc: use memweight()

[PATCH 00/12] Support for dmabuf exporting for videobuf2
 2012-05-23 13:07 UTC  (13+ messages)
` [PATCH 01/12] v4l: vb2-dma-contig: let mmap method to use dma_mmap_coherent call
` [PATCH 02/12] v4l: add buffer exporting via dmabuf
` [PATCH 03/12] v4l: vb2: "
` [PATCH 04/12] v4l: vb2-dma-contig: add setup of sglist for MMAP buffers
` [PATCH 05/12] v4l: vb2-dma-contig: add support for DMABUF exporting
` [PATCH 06/12] v4l: vb2-dma-contig: add vmap/kmap for dmabuf exporting
` [PATCH 07/12] v4l: s5p-fimc: support "
` [PATCH 08/12] v4l: s5p-tv: mixer: "
` [PATCH 09/12] v4l: s5p-mfc: "
` [PATCH 10/12] v4l: vb2: remove vb2_mmap_pfn_range function
` [PATCH 11/12] v4l: vb2-dma-contig: use sg_alloc_table_from_pages function
` [PATCH 12/12] v4l: vb2-dma-contig: Move allocation of dbuf attachment to attach cb

[PATCH 0/2] s5p-mfc: added encoder support for end of stream handling
 2012-05-23 12:28 UTC  (7+ messages)
` [PATCH 1/2] v4l: added V4L2_BUF_FLAG_EOS flag indicating the last frame in the stream
` [PATCH 2/2] s5p-mfc: added encoder support for end of stream handling

[PATCHv6 00/13] Integration of videobuf2 with dmabuf
 2012-05-23 12:10 UTC  (14+ messages)
` [PATCHv6 01/13] v4l: Add DMABUF as a memory type
` [PATCHv6 02/13] Documentation: media: description of DMABUF importing in V4L2
` [PATCHv6 03/13] v4l: vb2: add support for shared buffer (dma_buf)
` [PATCHv6 04/13] v4l: vb: remove warnings about MEMORY_DMABUF
` [PATCHv6 05/13] v4l: vb2-dma-contig: Shorten vb2_dma_contig prefix to vb2_dc
` [PATCHv6 06/13] v4l: vb2-dma-contig: Remove unneeded allocation context structure
` [PATCHv6 07/13] v4l: vb2-dma-contig: Reorder functions
` [PATCHv6 08/13] v4l: vb2-dma-contig: add support for scatterlist in userptr mode
` [PATCHv6 09/13] v4l: vb2: add prepare/finish callbacks to allocators
` [PATCHv6 10/13] v4l: vb2-dma-contig: add prepare/finish to dma-contig allocator
` [PATCHv6 11/13] v4l: vb2-dma-contig: add support for dma_buf importing
` [PATCHv6 12/13] v4l: s5p-tv: mixer: support for dmabuf importing
` [PATCHv6 13/13] v4l: s5p-fimc: "

[PATCH 1/1] as3645a: Remove set_power() from platform data
 2012-05-23 12:06 UTC  (5+ messages)

[PATCH] dma-buf: minor documentation fixes
 2012-05-23 10:08 UTC 

[PATCH 00/43] rc-core: feature parity with LIRC
 2012-05-23  9:45 UTC  (44+ messages)
` [PATCH 01/43] rc-core: move timeout and checks to lirc
` [PATCH 02/43] rc-core: add separate defines for protocol bitmaps and numbers
` [PATCH 03/43] rc-core: don't throw away protocol information
` [PATCH 04/43] rc-core: use the full 32 bits for NEC scancodes
` [PATCH 05/43] rc-core: merge rc5 and streamzap decoders
` [PATCH 06/43] rc-core: rename ir_input_class to rc_class
` [PATCH 07/43] rc-core: initialize rc-core earlier if built-in
` [PATCH 08/43] rc-core: use a device table rather than an atomic number
` [PATCH 09/43] rc-core: add chardev
` [PATCH 10/43] rc-core: allow chardev to be read
` [PATCH 11/43] mceusb: remove pointless kmalloc
` [PATCH 12/43] redrat: cleanup debug functions
` [PATCH 13/43] rc-core: use a kfifo for TX data
` [PATCH 14/43] rc-core: allow chardev to be written
` [PATCH 15/43] rc-core: add ioctl support to the rc chardev
` [PATCH 16/43] rc-core: add an ioctl for getting IR RX settings
` [PATCH 17/43] rc-loopback: add RCIOCGIRRX ioctl support
` [PATCH 18/43] rc-core: add an ioctl for setting IR RX settings
` [PATCH 19/43] rc-loopback: add RCIOCSIRRX ioctl support
` [PATCH 20/43] rc-core: add an ioctl for getting IR TX settings
` [PATCH 21/43] rc-loopback: add RCIOCGIRTX ioctl support
` [PATCH 22/43] rc-core: add an ioctl for setting IR TX settings
` [PATCH 23/43] rc-loopback: add RCIOCSIRTX ioctl support
` [PATCH 24/43] rc-core: leave the internals of rc_dev alone
` [PATCH 25/43] rc-core: prepare for multiple keytables
` [PATCH 26/43] rc-core: do not take mutex on rc_dev registration
` [PATCH 27/43] rc-core: make the keytable of rc_dev an array
` [PATCH 28/43] rc-core: add ioctls for adding/removing keytables from userspace
` [PATCH 29/43] rc-core: remove redundant spinlock
` [PATCH 30/43] rc-core: make keytable RCU-friendly
` [PATCH 31/43] rc-core: allow empty keymaps
` [PATCH 32/43] rc-core: split IR raw handling to a separate module
` [PATCH 33/43] rc-ir-raw: simplify locking
` [PATCH 34/43] rc-core: rename mutex
` [PATCH 35/43] rc-ir-raw: atomic reads of protocols
` [PATCH 36/43] rc-core: fix various sparse warnings
` [PATCH 37/43] rc-core: don't report scancodes via input devices
` [PATCH 38/43] rc-ir-raw: add various rc_events
` [PATCH 39/43] rc-core: use struct rc_event to signal TX events from userspace
` [PATCH 40/43] rc-core: use struct rc_event for all rc communication
` [PATCH 41/43] rc-core: add keytable events
` [PATCH 42/43] rc-core: move remaining keytable functions
` [PATCH 43/43] rc-core: make rc-core.h userspace friendly

[PATCH dvb-apps] Update/addition of Czech DVB-T scan files
 2012-05-23  9:43 UTC  (2+ messages)

[GIT PULL FOR v3.5] Fix a few compiler warnings
 2012-05-23  9:39 UTC 

FM si4712 driver
 2012-05-23  9:40 UTC  (3+ messages)

[GIT PULL FIXES FOR 3.5]: gspca & radio fixes (updated 2x)
 2012-05-23  8:27 UTC 

[PATCH] gspca-core: Fix buffers staying in queued state after a stream_off
 2012-05-23  8:21 UTC  (2+ messages)

[GIT PULL FIXES FOR 3.5]: gspca & radio fixes (updated)
 2012-05-23  8:16 UTC 

Problems with the gspca_ov519 driver
 2012-05-23  8:14 UTC  (9+ messages)

[PATCH] gspca-core: Fix buffers staying in queued state after a stream_off
 2012-05-23  8:12 UTC 

[git:v4l-dvb/for_v3.5] [media] media: mx2_camera: Fix mbus format handling
 2012-05-23  7:55 UTC  (5+ messages)

V4L2 error with HVR-1600 TV Tuner
 2012-05-23  0:37 UTC 

[media-ctl PATCH v3 0/4] New selection format and compose support
 2012-05-22 22:31 UTC  (5+ messages)
` [media-ctl PATCH v3 1/4] New, more flexible syntax for format
` [media-ctl PATCH v3 2/4] Compose rectangle support for libv4l2subdev
` [media-ctl PATCH v3 3/4] Drop _ACTUAL from selection target names
` [media-ctl PATCH v3 4/4] Replace V4L2 subdev selection targets with the V4L2 ones

HVR1600 and Centos 6.2 x86_64 -- Strange Behavior
 2012-05-22 22:06 UTC  (3+ messages)

RFC: V4L2 API and radio devices with multiple tuners
 2012-05-22 20:51 UTC  (5+ messages)

[PATCH 0/6] snd_tea575x: Various patches
 2012-05-22 20:37 UTC  (2+ messages)

[PATCH v3] scatterlist: add sg_alloc_table_from_pages function
 2012-05-22 20:10 UTC  (3+ messages)

[GIT PULL for 3.3-rc1] media updates
 2012-05-22 19:59 UTC  (4+ messages)

[PATCH] dma-buf: add get_dma_buf()
 2012-05-22 17:37 UTC  (7+ messages)

[Q] vb2 userptr: struct vb2_ops::buf_cleanup() is called without buf_init()
 2012-05-22 16:21 UTC  (2+ messages)

SNR status for demods
 2012-05-22 13:42 UTC  (3+ messages)

[git:v4l-dvb/for_v3.5] [media] au0828: Add USB ID used by many dongles
 2012-05-22 12:38 UTC 

Warning in cx24110: how to fix?
 2012-05-22 12:06 UTC  (4+ messages)

[RFC 00/13] Support for dmabuf exporting for videobuf2
 2012-05-22 11:51 UTC  (5+ messages)
` [RFC 05/13] v4l: vb2-dma-contig: add support for DMABUF exporting

Warning in omap_vout.c
 2012-05-22 11:04 UTC  (2+ messages)

[GIT PULL FIXES FOR 3.5]: gspca & radio fixes
 2012-05-22  9:53 UTC 

[PATCH] video: mx2_camera: Fix build error due to the lack of 'pixfmt' definition
 2012-05-21 22:10 UTC 

[PATCH] DVB: improve handling of TS packets containing a raised TEI bit
 2012-05-21 21:47 UTC 

[PATCH 3/3] fc001x: tuner driver for FC0013
 2012-05-21 21:19 UTC  (3+ messages)

[PULL BUG-FIX] git://git.linuxtv.org/mkrufky/mxl111sf lg2160
 2012-05-21 17:19 UTC 

[PATCH V6 0/5] [Media] Radio: Fixes and New features for FM
 2012-05-21 17:14 UTC  (4+ messages)
` [PATCH V6 2/5] New control class and features for FM RX

[PATCH V7 0/5] [Media] Radio: Fixes and New features for FM
 2012-05-21 17:12 UTC  (6+ messages)
` [PATCH V7 1/5] WL128x: Add support for FM TX RDS
` [PATCH V7 2/5] New control class and features for FM RX
` [PATCH V7 3/5] Add new CID for FM TX RDS Alternate Frequency
` [PATCH V7 4/5] Media: Update docs for V4L2 FM new features
` [PATCH V7 5/5] WL12xx: Add support for "

[PATCH 2/3] fc001x: tuner driver for FC0012, version 0.5
 2012-05-21 16:25 UTC  (7+ messages)

[PATCH] lg2160: fix off-by-one error in lg216x_write_regs
 2012-05-21 16:06 UTC 

[PATCH] lg2160: fix off-by-one error in lg216x_write_regs
 2012-05-21 16:05 UTC  (3+ messages)

[media] DVB: add support for the LG2160 ATSC-MH demodulator
 2012-05-21 15:20 UTC  (2+ messages)

[RFC Patch] omap3isp : support CFA pattern when not GRBG
 2012-05-21 14:36 UTC 

[media] v4l/dvb: fix compiler warnings
 2012-05-21 14:09 UTC 

Firmware blob in vs6624 driver
 2012-05-21 13:56 UTC 

[PATCH] media_build: disable VIDEO_SMIAPP_PLL, VIDEO_MT9M032 and VIDEO_MT9P031 on old kernels
 2012-05-21 12:37 UTC 

[RFCv1] DVB-USB improvements [alternative 2]
 2012-05-21  3:50 UTC  (9+ messages)

[GIT PULL FOR 3.5 v2] V4L2 and V4L2 subdev selection target rename
 2012-05-21  3:03 UTC 

Current status of SuperH soc-camera/CEU driver
 2012-05-21  0:51 UTC  (5+ messages)
    ` [PATCH] V4L: sh-mobile-ceu-camera: restore the bus-width test

[PATCH] media: Use pr_info not homegrown pr_reg macro
 2012-05-20 22:45 UTC 

rtl28xxu - rtl2832 frontend attach
 2012-05-20 21:12 UTC  (3+ messages)

[GIT PULL FOR 3.5] V4L2 and V4L2 subdev selection target rename
 2012-05-20 20:00 UTC  (3+ messages)
` [PATCH] V4L: Remove "_ACTIVE" from the selection target name definitions

[GIT PULL FOR 3.5] s5p-fimc driver updates
 2012-05-20 17:33 UTC  (7+ messages)

[PATCH 1/3] adv7180: add support to user controls
 2012-05-20 15:42 UTC  (3+ messages)
` [PATCH 3/3] STA2X11 VIP: new V4L2 driver


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