messages from 2012-09-12 17:26:23 to 2012-09-14 21:02:41 UTC [more...]
[PATCH RFC 0/4] V4L2: Vendor specific media bus formats/ frame size control
2012-09-14 21:02 UTC (3+ messages)
` how to crop/scale in mono-subdev camera sensor driver?
[RFCv3 API PATCH 00/31] Full series of API fixes from the 2012 Media Workshop
2012-09-14 20:27 UTC (38+ messages)
` [RFCv3 API PATCH 01/31] v4l: Remove experimental tag from certain API elements
` [RFCv3 API PATCH 02/31] videodev2.h: split off controls into v4l2-controls.h
` [RFCv3 API PATCH 03/31] DocBook: improve STREAMON/OFF documentation
` [RFCv3 API PATCH 04/31] DocBook: make the G/S/TRY_FMT specification more strict
` [RFCv3 API PATCH 05/31] DocBook: bus_info can no longer be empty
` [RFCv3 API PATCH 06/31] vivi/mem2mem_testdev: update to latest bus_info specification
` [RFCv3 API PATCH 07/31] v4l2-core: deprecate V4L2_BUF_TYPE_PRIVATE
` [RFCv3 API PATCH 08/31] DocBook: "
` [RFCv3 API PATCH 09/31] v4l2: remove experimental tag from a number of old drivers
` [RFCv3 API PATCH 10/31] DocBook: document when to return ENODATA
` [RFCv3 API PATCH 11/31] v4l2-core: tvnorms may be 0 for a given input, handle that case
` [RFCv3 API PATCH 12/31] Rename V4L2_(IN|OUT)_CAP_CUSTOM_TIMINGS
` [RFCv3 API PATCH 13/31] Feature removal: Remove CUSTOM_TIMINGS defines in 3.9
` [RFCv3 API PATCH 14/31] DocBook: fix awkward language and fix the documented return value
` [RFCv3 API PATCH 15/31] v4l2-core: Add new V4L2_CAP_MONOTONIC_TS capability
` [RFCv3 API PATCH 16/31] Add V4L2_CAP_MONOTONIC_TS where applicable
` [RFCv3 API PATCH 17/31] DocBook: clarify that sequence is also set for output devices
` [RFCv3 API PATCH 18/31] DocBook: Mark CROPCAP as optional instead of as compulsory
` [RFCv3 API PATCH 19/31] v4l2: make vidioc_s_fbuf const
` [RFCv3 API PATCH 20/31] v4l2: make vidioc_s_jpegcomp const
` [RFCv3 API PATCH 21/31] v4l2: make vidioc_s_freq_hw_seek const
` [RFCv3 API PATCH 22/31] v4l2: make vidioc_(un)subscribe_event const
` [RFCv3 API PATCH 23/31] v4l2: make vidioc_s_audio const
` [RFCv3 API PATCH 24/31] v4l2: make vidioc_s_audout const
` [RFCv3 API PATCH 25/31] v4l2: make vidioc_s_modulator const
` [RFCv3 API PATCH 26/31] v4l2: make vidioc_s_crop const
` [RFCv3 API PATCH 27/31] v4l2-dev: add new VFL_DIR_ defines
` [RFCv3 API PATCH 28/31] Set vfl_dir for all display or m2m drivers
` [RFCv3 API PATCH 29/31] v4l2-dev: improve ioctl validity checks
` [RFCv3 API PATCH 30/31] v4l2-dev: reorder checks into blocks of ioctls with similar properties
` [RFCv3 API PATCH 31/31] Add vfl_dir field documentation
[PATCH v2] davinci: vpif: capture/display: fix race condition
2012-09-14 18:45 UTC
[PATCH 1/4] v4l: vb2: add prepare/finish callbacks to allocators
2012-09-14 18:34 UTC (13+ messages)
` [PATCH 2/4] adv7180: remove {query/g_/s_}ctrl
` [PATCH 3/4] videobuf2-dma-streaming: new videobuf2 memory allocator
` [PATCH 4/4] sta2x11_vip: convert to videobuf2 and control framework
[PATCH] drivers/media/platform/davinci/vpbe.c: Remove unused label and rename remaining labels
2012-09-14 16:46 UTC
Verify Seek Complete
2012-09-14 16:34 UTC
[PATCH 0/6] HID: picoLCD additional fixes + CIR support
2012-09-14 14:15 UTC (3+ messages)
` [PATCH 3/6] HID: picoLCD: Add support for CIR
[PATCH] davinci: vpif: remove unwanted header file inclusion
2012-09-14 14:05 UTC
[PATCH] davinci: vpif: capture/display: fix race condition
2012-09-14 14:00 UTC (2+ messages)
[PATCH 00/14] Media Controller capture driver for DM365
2012-09-14 13:30 UTC (16+ messages)
` [PATCH 01/14] davinci: vpfe: add dm3xx IPIPEIF hardware support module
` [PATCH 02/14] davinci: vpfe: add IPIPE hardware layer support
` [PATCH 03/14] davinci: vpfe: add IPIPE support for media controller driver
` [PATCH 04/14] davinci: vpfe: add support for CCDC hardware for dm365
` [PATCH 05/14] davinci: vpfe: add ccdc driver with media controller interface
` [PATCH 06/14] davinci: vpfe: add v4l2 video driver support
` [PATCH 07/14] davinci: vpfe: v4l2 capture driver with media interface
` [PATCH 08/14] davinci: vpfe: previewer driver based on v4l2 media controller framework
` [PATCH 09/14] davinci: vpfe: resizer driver based on media framework
` [PATCH 10/14] dm365: vpss: setup ISP registers
` [PATCH 11/14] dm365: vpss: set vpss clk ctrl
` [PATCH 12/14] dm365: vpss: add vpss helper functions to be used in the main driver for setting hardware parameters
` [PATCH 13/14] davinci: vpfe: build infrastructure for dm365
` [PATCH 14/14] [media] davinci: vpfe: Add documentation
[RFCv1 API PATCH 1/4] Two fixes and two v4l2-ctrl enhancements
2012-09-14 11:15 UTC (5+ messages)
` [RFCv1 API PATCH 1/4] vb2: fix wrong owner check
` [RFCv1 API PATCH 2/4] v4l2-ctrls: add a notify callback
` [RFCv1 API PATCH 3/4] v4l2-ctrls: add a filter function to v4l2_ctrl_add_handler
` [RFCv1 API PATCH 4/4] tuner-core: map audmode to STEREO for radio devices
[PATCH] nommu: remap_pfn_range: fix addr parameter check
2012-09-14 10:39 UTC (5+ messages)
[PATCH v2 0/6] ds3000 improvements
2012-09-14 9:27 UTC (7+ messages)
` [PATCH 1/6] [media] ds3000: Declare MODULE_FIRMWARE usage
` [PATCH 2/6] [media] ds3000: remove useless 'locking'
` [PATCH 3/6] [media] ds3000: properly report register read errors
` [PATCH 4/6] [media] ds3000: bail out early on i2c failures during firmware load
` [PATCH 5/6] [media] ds3000: properly report firmware probing issues
` [PATCH 6/6] [media] ds3000: add module parameter to force firmware upload
Alignment problems: arm_memblock_steal() + dma_declare_coherent_memory()
2012-09-14 9:23 UTC (2+ messages)
[PATCH] [media] s5p-mfc: Remove unreachable code
2012-09-14 9:20 UTC
[RFCv2 API PATCH 00/28] Full series of API fixes from the 2012 Media Workshop
2012-09-14 9:21 UTC (34+ messages)
` [RFCv2 API PATCH 03/28] DocBook: improve STREAMON/OFF documentation
` [RFCv2 API PATCH 04/28] DocBook: make the G/S/TRY_FMT specification more strict
` [RFCv2 API PATCH 05/28] DocBook: bus_info can no longer be empty
` [RFCv2 API PATCH 06/28] v4l2-core: deprecate V4L2_BUF_TYPE_PRIVATE
` [RFCv2 API PATCH 10/28] Rename V4L2_(IN|OUT)_CAP_CUSTOM_TIMINGS
` [RFCv2 API PATCH 12/28] v4l2-core: Add new V4L2_CAP_MONOTONIC_TS capability
` [RFCv2 API PATCH 13/28] Add V4L2_CAP_MONOTONIC_TS where applicable
` [RFCv2 API PATCH 14/28] DocBook: clarify that sequence is also set for output devices
` [RFCv2 API PATCH 15/28] DocBook: Mark CROPCAP as optional instead of as compulsory
` [RFCv2 API PATCH 24/28] v4l2-dev: add new VFL_DIR_ defines
` [RFCv2 API PATCH 25/28] Set vfl_dir for all display or m2m drivers
[PATCH] v4l: change path of video drivers
2012-09-14 9:17 UTC
[PATCHv3 0/9] Fixes in response to review comments
2012-09-14 7:58 UTC (10+ messages)
` [PATCHv3 2/9] ir-rx51: Handle signals properly
[GIT PULL] ViewCast O820E capture support added
2012-09-14 7:27 UTC (10+ messages)
[PATCH 0/3] A driver for Si476x series of chips
2012-09-14 7:17 UTC (6+ messages)
` [PATCH 1/3] Add a core driver for SI476x MFD
` [PATCH 2/3] Add a V4L2 driver for SI476X MFD
` [PATCH 3/3] Add a codec "
Improving ov7670 sensor driver
2012-09-14 6:33 UTC (8+ messages)
dvb-apps scan files
2012-09-13 23:58 UTC (5+ messages)
[PATCH] omap3isp: Use monotonic timestamps for statistics buffers
2012-09-13 21:01 UTC (2+ messages)
ITE9135 on AMD SB700 - ehci_hcd bug
2012-09-13 21:01 UTC (2+ messages)
[PATCH] [media] DocBook: Fix docbook compilation
2012-09-13 21:00 UTC (2+ messages)
hdpvr and HD PVR 2 Gaming Edition from Haoppauge
2012-09-13 19:36 UTC (4+ messages)
[RFC 0/5] Generic panel framework
2012-09-13 19:32 UTC (6+ messages)
` [RFC 1/5] video: Add generic display panel core
RFC: use of timestamp/sequence in v4l2_buffer
2012-09-13 18:44 UTC (2+ messages)
[PATCH] bt8xx: Add video4linux control V4L2_CID_COLOR_KILLER
2012-09-13 17:12 UTC
[GIT PULL] Initial i.MX5/CODA7 support for the CODA driver
2012-09-13 16:40 UTC
[PATCH] s5p-csis: Add transmission errors logging
2012-09-13 14:42 UTC
[PATCH] DocBook: Multistream support
2012-09-13 14:16 UTC
[PATCH] va1j5jf8007s: Multistream support
2012-09-13 14:25 UTC
[PATCH] stv090x: Multistream support
2012-09-13 14:19 UTC
[PATCH] dvb_frontend: Multistream support
2012-09-13 14:13 UTC
pac7302-webcams and libv4lconvert interaction
2012-09-13 12:05 UTC (8+ messages)
[PATCH v3] media: v4l2-ctrl: add a helper function to modify the menu
2012-09-13 11:53 UTC (4+ messages)
[PATCH v5 0/13] Initial i.MX5/CODA7 support for the CODA driver
2012-09-13 11:32 UTC (9+ messages)
` [PATCH v5 12/13] media: coda: add byte size slice limit control
` [PATCH v5 13/13] media: coda: set up buffers to be sized as negotiated with s_fmt
[RFC PATCH v8] media: add v4l2 subdev driver for S5K4ECGX sensor
2012-09-13 11:02 UTC
[Workshop-2011] Media summit/KS-2012 proposals
2012-09-13 10:38 UTC (4+ messages)
[PATCH 4/5] video:omap3isp:fix up ENOIOCTLCMD error handling
2012-09-13 10:21 UTC (3+ messages)
[PATCH v4] media: v4l2-ctrls: add control for dpcm predictor
2012-09-13 0:59 UTC (4+ messages)
[PATCH v2] media: v4l2-ctrls: add control for test pattern
2012-09-13 1:04 UTC (4+ messages)
[RFC PATCH v7] media: add v4l2 subdev driver for S5K4ECGX sensor
2012-09-13 10:16 UTC (3+ messages)
[PATCH 01/16] af9033: use Kernel dev_foo() logging
2012-09-13 0:23 UTC (16+ messages)
` [PATCH 02/16] af9013: "
` [PATCH 03/16] ec100: "
` [PATCH 04/16] ec100: improve I2C routines
` [PATCH 05/16] hd29l2: use Kernel dev_foo() logging
` [PATCH 06/16] rtl2830: "
` [PATCH 07/16] rtl2830: use .get_if_frequency()
` [PATCH 08/16] rtl2830: declare two tables as constant
` [PATCH 09/16] af9015: use Kernel dev_foo() logging
` [PATCH 10/16] af9015: improve af9015_eeprom_hash()
` [PATCH 11/16] af9015: correct few error codes
` [PATCH 12/16] af9035: use Kernel dev_foo() logging
` [PATCH 13/16] au6610: "
` [PATCH 14/16] gl861: "
` [PATCH 15/16] ec168: "
` [PATCH 16/16] ce6230: "
[PATCH] media: add V4L2 DT binding documentation
2012-09-12 22:59 UTC (6+ messages)
[PATCH v2 7/8] drivers/media/platform/davinci/vpbe.c: Removes useless kfree()
2012-09-12 17:25 UTC (4+ messages)
[RFCv2 API PATCH 01/28] v4l: Remove experimental tag from certain API elements
2012-09-07 13:29 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).