public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2014-02-27 08:36:56 to 2014-03-03 10:07:59 UTC [more...]

[PATCH 00/79] Add support for ATSC PCTV 80e USB stick
 2014-03-03 10:07 UTC  (32+ messages)
` [PATCH 02/79] [media] drx-j: put under 3-clause BSD license
` [PATCH 04/79] [media] drx-j: Fix compilation and un-comment it
` [PATCH 05/79] [media] drx-j: Fix CodingStyle
` [PATCH 06/79] [media] drx-j: get rid of the typedefs on bsp_i2c.h
` [PATCH 07/79] [media] drx-j: remove the "const" annotate on HICommand()
` [PATCH 09/79] [media] drx-j: get rid of the other typedefs at bsp_types.h
` [PATCH 10/79] [media] drx-j: get rid of the bsp*.h headers
` [PATCH 12/79] [media] drx-j: fix whitespacing on pointer parmameters
` [PATCH 13/79] [media] drx-j: Use checkpatch --fix to solve several issues
` [PATCH 15/79] [media] drx-j: do more CodingStyle fixes
` [PATCH 16/79] [media] drx-j: remove the unused tuner_i2c_write_read() function
` [PATCH 17/79] [media] drx-j: Remove a bunch of unused but assigned vars
` [PATCH 18/79] [media] drx-j: Some minor CodingStyle fixes at headers
` [PATCH 19/79] [media] drx-j: make a few functions static
` [PATCH 38/79] [media] drx-j: Fix release and error path on drx39xxj.c
` [PATCH 39/79] [media] drx-j: Be sure that all allocated data are properly initialized
` [PATCH 41/79] [media] drx-j: Split firmware size check from the main routine
` [PATCH 42/79] [media] em28xx: add support for PCTV 80e remote controller
` [PATCH 44/79] [media] drx-j: get rid of its own be??_to_cpu() implementation
` [PATCH 45/79] [media] drx-j: reset the DVB scan configuration at powerup
` [PATCH 47/79] [media] drx-j: Some cleanups at drx_driver.c source
` [PATCH 48/79] [media] drx-j: prepend function names with drx_ at drx_driver.c
` [PATCH 50/79] [media] drx-j: Avoid any regressions by preserving old behavior
` [PATCH 51/79] [media] drx-j: Remove duplicated firmware upload code
` [PATCH 52/79] [media] drx-j: get rid of drx_ctrl
` [PATCH 53/79] [media] drx-j: get rid of the remaining drx generic functions
` [PATCH 54/79] [media] drx-j: move drx39xxj into drxj.c
` [PATCH 75/79] [media] drx-j: remove return that prevents DJH_DEBUG code to run
` [PATCH 77/79] [media] drx-j: disable OOB
` [PATCH 78/79] [media] drx-j: Properly initialize mpeg struct before using it
` [PATCH 79/79] [media] drx-j: set it to serial mode by default

[RFC v7 0/3] add new Dual LED FLASH LM3646
 2014-03-03  9:52 UTC  (4+ messages)
` [RFC v7 1/3] v4l2-controls.h: add addtional Flash fault bits
` [RFC v7,2/3] controls.xml : "
` [RFC v7,3/3] media: i2c: add new dual LED Flash driver, lm364

[RFC v6 0/3] add new Dual LED FLASH LM3646
 2014-03-03  9:49 UTC  (4+ messages)
` [RFC v6,3/3] media: i2c: add new dual LED Flash driver, lm364

[PATCH 1/4] [media] em28xx_dvb: only call the software filter if data
 2014-03-03  9:48 UTC  (4+ messages)
` [PATCH 2/4] [media] em28xx: Display the used DVB alternate
` [PATCH 3/4] [media] dvb_frontend: better handle lna set errors
` [PATCH 4/4] [media] DocBook: document DVB DMX_[ADD|REMOVE]_PID

[RFC] [PATCH 0/6] media: em28xx - power management support em28xx
 2014-03-03  9:45 UTC  (4+ messages)
` [RFC] [PATCH 4/6] media: em28xx-input - implement em28xx_ops: suspend/resume hooks

[PATCH 0/7] v4l: ti-vpe: Some VPE fixes and enhancements
 2014-03-03  8:26 UTC  (10+ messages)
` [PATCH 1/7] v4l: ti-vpe: Make sure in job_ready that we have the needed number of dst_bufs
` [PATCH 2/7] v4l: ti-vpe: register video device only when firmware is loaded
` [PATCH 3/7] v4l: ti-vpe: Use video_device_release_empty
` [PATCH 4/7] v4l: ti-vpe: Allow DMABUF buffer type support
` [PATCH 5/7] v4l: ti-vpe: Allow usage of smaller images
` [PATCH 6/7] v4l: ti-vpe: Fix some params in VPE data descriptors
` [PATCH 7/7] v4l: ti-vpe: Add crop support in VPE driver

[REVIEWv3 PATCH 00/17] vb2: fixes, balancing callbacks (PART 1)
 2014-03-03  7:21 UTC  (25+ messages)
` [REVIEWv3 PATCH 01/17] vb2: Check if there are buffers before streamon
` [REVIEWv3 PATCH 02/17] vb2: fix read/write regression
` [REVIEWv3 PATCH 03/17] vb2: fix PREPARE_BUF regression
` [REVIEWv3 PATCH 04/17] vb2: add debugging code to check for unbalanced ops
` [REVIEWv3 PATCH 05/17] vb2: change result code of buf_finish to void
` [REVIEWv3 PATCH 06/17] vb2: call buf_finish from __queue_cancel
` [REVIEWv3 PATCH 07/17] vb2: consistent usage of periods in videobuf2-core.h
` [REVIEWv3 PATCH 08/17] vb2: fix buf_init/buf_cleanup call sequences
` [REVIEWv3 PATCH 09/17] vb2: rename queued_count to owned_by_drv_count
` [REVIEWv3 PATCH 10/17] vb2: don't init the list if there are still buffers
` [REVIEWv3 PATCH 11/17] vb2: only call start_streaming if sufficient buffers are queued
` [REVIEWv3 PATCH 12/17] vb2: properly clean up PREPARED and QUEUED buffers
` [REVIEWv3 PATCH 13/17] vb2: replace BUG by WARN_ON
` [REVIEWv3 PATCH 14/17] vb2: fix streamoff handling if streamon wasn't called
` [REVIEWv3 PATCH 15/17] vb2: call buf_finish after the state check
` [REVIEWv3 PATCH 16/17] vivi: correctly cleanup after a start_streaming failure
` [REVIEWv3 PATCH 17/17] vivi: fix ENUM_FRAMEINTERVALS implementation

Unknown EM2800 video grabber (card=0)
 2014-03-03  4:47 UTC  (3+ messages)

cron job: media_tree daily build: ERRORS
 2014-03-03  3:27 UTC 

[PATCH] omap3isp: Fix kerneldoc for _module_sync_is_stopping and isp_isr()
 2014-03-02 18:06 UTC  (3+ messages)
` [PATCH v2] "

Support for Empia 2980 video/audio capture chip set
 2014-03-02 17:54 UTC  (10+ messages)

[PATCH 0/3] media/drx39xyj: fix DJH_DEBUG path null pointer dereferences, and compile errors
 2014-03-02 15:41 UTC  (8+ messages)
` [PATCH 1/3] media/drx39xyj: fix pr_dbg undefined compile errors when DJH_DEBUG is defined
` [PATCH 2/3] media/drx39xyj: remove return that prevents DJH_DEBUG code to run
` [PATCH 3/3] media/drx39xyj: fix boot failure due to null pointer dereference

[GIT PULL FOR v3.15] DocBook build fix
 2014-03-02 15:40 UTC 

[GIT PULL FOR v3.15] Fix buffer timestamp documentation, add new timestamp flags
 2014-03-02 15:38 UTC 

[PATCH 1/1] v4l: Trivial documentation fix
 2014-03-02 15:38 UTC 

[PATCH] [media] s5p-fimc: Remove reference to outdated macro
 2014-03-02 13:49 UTC  (2+ messages)

[PATCH] media DocBook: fix NV16M description
 2014-03-02 10:32 UTC  (2+ messages)

[PATCH v6 00/10] Fix buffer timestamp documentation, add new timestamp flags
 2014-03-02  7:24 UTC  (21+ messages)
` [PATH v6 01/10] vb2: fix timecode and flags handling for output buffers
` [PATH v6 02/10] v4l: Document timestamp behaviour to correspond to reality
` [PATH v6 03/10] v4l: Use full 32 bits for buffer flags
` [PATH v6 04/10] v4l: Rename vb2_queue.timestamp_type as timestamp_flags
` [PATH v6 05/10] v4l: Add timestamp source flags, mask and document them
  ` [PATH v6 05.1/11] v4l: Timestamp flags will soon contain timestamp source, not just type
` [PATH v6 06/10] v4l: Handle buffer timestamp flags correctly
    ` [PATH v6.1 "
` [PATH v6 07/10] uvcvideo: Tell the user space we're using start-of-exposure timestamps
` [PATH v6 08/10] exynos-gsc, m2m-deinterlace, mx2_emmaprp: Copy v4l2_buffer data from src to dst
` [PATH v6 09/10] v4l: Copy timestamp source flags to destination on m2m devices
` [PATH v6 10/10] v4l: Document timestamp buffer flag behaviour

[PATCH 1/2] [media] tvp5150: Fix type mismatch warning in clamp macro
 2014-03-02  6:28 UTC  (4+ messages)
` [PATCH 2/2] [media] tvp5150: Make debug module parameter visible in sysfs

cron job: media_tree daily build: ERRORS
 2014-03-02  3:28 UTC 

[PATCH] rc-main: fix missing unlock if no devno left
 2014-03-01 22:52 UTC 

[yavta PATCH 0/9] Timestamp source and mem-to-mem device support
 2014-03-01 16:18 UTC  (10+ messages)
` [yavta PATCH 1/9] Update headers from upstream kernel, including timestamp source patches
` [yavta PATCH 2/9] Print timestamp source (start-of-exposure or end-of-frame)
` [yavta PATCH 3/9] Allow supporting mem2mem devices by adding forced OUTPUT device type
` [yavta PATCH 4/9] Zero dev in main()
` [yavta PATCH 5/9] Allow passing file descriptors to yavta
` [yavta PATCH 6/9] Timestamp source for output buffers
` [yavta PATCH 7/9] Print timestamp type and source for dequeued buffers
` [yavta PATCH 8/9] Support copy timestamps
` [yavta PATCH 9/9] Set timestamp for output buffers if the timestamp type is copy

[patch] [media] ddbridge: remove unneeded an NULL check
 2014-03-01 13:55 UTC 

[patch] [media] av7110_hw: fix a sanity check in av7110_fw_cmd()
 2014-03-01 13:51 UTC 

cron job: media_tree daily build: ERRORS
 2014-03-01  3:27 UTC 

[GIT PULL] SDR API 2nd part
 2014-03-01  1:17 UTC 

r820t.c:undefined reference to `byte_rev_table'
 2014-03-01  0:52 UTC 

CONTACT KENYA COMMERCIAL BANK LTD IMMEDIATELY FOR YOUR PAYMENT (3MILLION UNITED STATE DOLLARS)
 2014-02-28 21:11 UTC 

[PATCH v4 00/10] media: rc: ImgTec IR decoder driver
 2014-02-28 23:29 UTC  (11+ messages)
` [PATCH v4 01/10] dt: binding: add binding for ImgTec IR block
` [PATCH v4 02/10] rc: img-ir: add base driver
` [PATCH v4 03/10] rc: img-ir: add raw driver
` [PATCH v4 04/10] rc: img-ir: add hardware decoder driver
` [PATCH v4 05/10] rc: img-ir: add to build
` [PATCH v4 06/10] rc: img-ir: add NEC decoder module
` [PATCH v4 07/10] rc: img-ir: add JVC "
` [PATCH v4 08/10] rc: img-ir: add Sony "
` [PATCH v4 09/10] rc: img-ir: add Sharp "
` [PATCH v4 10/10] rc: img-ir: add Sanyo "

[PATCH 0/5] rc: scancode filtering improvements
 2014-02-28 23:17 UTC  (6+ messages)
` [PATCH 1/5] rc-main: add generic scancode filtering
` [PATCH 2/5] rc: abstract access to allowed/enabled protocols
` [PATCH 3/5] rc: add allowed/enabled wakeup protocol masks
` [PATCH 4/5] rc: add wakeup_protocols sysfs file
` [PATCH 5/5] rc-main: automatically refresh filter on protocol change

[PATCH] s2255drv: urgent memory leak fix
 2014-02-28 22:19 UTC 

[linuxtv-media:master 476/499] drivers/media/usb/s2255/s2255drv.c:2405 s2255_stop_acquire() warn: inconsistent returns mutex:&dev->cmdlock: locked (2391 [(-12)]) unlocked (2405 [0], 2405 [s32min-(-1),1-s32max])
 2014-02-28 21:52 UTC 

[PATCH v5 0/7] Move device tree graph parsing helpers to drivers/of
 2014-02-28 21:09 UTC  (11+ messages)
` [PATCH v5 1/7] [media] of: move graph helpers from drivers/media/v4l2-core "
` [PATCH v5 2/7] Documentation: of: Document graph bindings
` [PATCH v5 3/7] of: Warn if of_graph_get_next_endpoint is called with the root node
` [PATCH v5 4/7] of: Reduce indentation in of_graph_get_next_endpoint
` [PATCH v5 5/7] [media] of: move common endpoint parsing to drivers/of
` [PATCH v5 6/7] of: Implement simplified graph binding for single port devices
` [PATCH v5 7/7] of: Document "

[git:media_tree/master] [media] omap_vout: avoid sleep_on race
 2014-02-28 17:31 UTC 

Dell XPS 12 USB camera bulk mode issues
 2014-02-28  9:34 UTC  (4+ messages)

[PATCH v2 06/15] dt: binding: add binding for ImgTec IR block
 2014-02-28  9:04 UTC  (5+ messages)
` [PATCH v3 "

[PATCH 00/16] sleep_on removal, second try
 2014-02-28  8:53 UTC  (4+ messages)

cron job: media_tree daily build: WARNINGS
 2014-02-28  3:34 UTC 

[GIT PULL] feb27 - git://linuxtv.org/mkrufky/dvb dvb
 2014-02-28  2:31 UTC 

[RFC 0/4] rc: ir-raw: Add encode, implement NEC encode
 2014-02-27 22:43 UTC  (4+ messages)
` [RFC PATCH 2/3] ir-rc5-sz: Add ir encoding support

[PATCH 1/1] Reading array out of bound in ds3000_read_snr
 2014-02-27 15:00 UTC 

Use of dma_buf_unmap_attachment in interrupt context?
 2014-02-27 14:20 UTC 

[GIT PULL] mem2mem patches for 3.15
 2014-02-27 13:17 UTC 

[REVIEWv2 PATCH 00/15] vb2: fixes, balancing callbacks (PART 1)
 2014-02-27 12:13 UTC  (19+ messages)
` [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 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

[PATCH v4 0/3] Move device tree graph parsing helpers to drivers/of
 2014-02-27 10:52 UTC  (9+ messages)
` [PATCH v4 3/3] Documentation: of: Document graph bindings

[PATCH for v3.14] videodev2.h: add parenthesis around macro arguments
 2014-02-27  9:04 UTC 

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


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